Blockland Forums > Help
Broken Zone Events?
Chrono:
You don't always have to make an invisible brick and center to use zones.
KoopaScooper:
--- Quote from: Chrono on September 17, 2009, 05:01:38 PM ---You don't always have to make an invisible brick and center to use zones.
--- End quote ---
I know. You could do like a bed, when you jump on it.
--- Code: ---Delay
[0 ] OnActivate > Self > SetZone > Up 6 0 0 0
[0 ] OnPlayerEnterZone > Client > Prompt > OK/Cancel "Take a rest?"
[0 ] OnPromptAccept > Player > SetHealth > 100
[0 ] OnPromptAccept > Client > [Some sort of Message event] > "You take a rest, and feel rejuvinated."
--- End code ---
Dapizzanator:
Okay, here are some I used. Please note that I am on my itouch.
1: Onactivate-namedbrick (sentry)-setzone (zone parameters)
and then on the sentry,
onplayerenterzone-self-spawnprojectile (parameters)
2:onactivate-sentry-firerelay
and, on the sentry,
onrelay-self-setzone (parameters)
onplayerenterzone-self-spawnprojectile (parameters)
yes, I am facing the zone the right way. Also, would that shoot at me? Because I haven't tested it out on others. One more thing: it doesn't work with onbotenterzone, just noting.
Dapizzanator:
Bump