Poll

Release the secret to create this?

Yes
49 (53.8%)
No
16 (17.6%)
Develop it more, then release.
26 (28.6%)

Total Members Voted: 91

Author Topic: Event radar  (Read 3615 times)

Way back when, when I made the Sirrus Military Compound, I made a small-scale model of the Admin tower inside the tower, and while you're looking at it, if the tower gets hit by a rocket or something, the zone that got hit by the rocket turns red until the bricks come back.

Oh yeah, default events, bitches.
'


Is it still there?


Not hard,

Name the bricks so you have a north2 (Two from the center north) north1 (One from the center north) etc.

Then have it so when you leave a zone, all of the bricks turn gray.
Then, when you enter the zone, the corresponding brick will turn red.

[/thread]

Nope,
onplayertouch>namedbrick>color red
400 onplayertouch>namedbrick>color black
onplayertouch>self>cancelevents

that is how To also get rid of that annoying blip you guys were discussing
i use 500, and oddly enough, my friend came up with this idea a while ago, and i was building it for him...

i use 500, and oddly enough, my friend came up with this idea a while ago, and i was building it for him...
I learned it from monty.
This event combo is so useful.

Dude this is so friggin easy. I made a real radar. Not some cheap version. Mine actually had a rotating line and spun around.

Dude this is so friggin easy. I made a real radar. Not some cheap version. Mine actually had a rotating line and spun around.
You should remake it and then post instructions on how to do it :)

It's called: ZONE EVENTS.

Comrad use this event
oninzone-namedbrick-setcolor red
400-oninzone-namedbrick-setcolor-black
oninzone-self-cancelevents
this will fix your bug you've been having and it will work with vehicles.

Comrad use this event
oninzone-namedbrick-setcolor red
400-oninzone-namedbrick-setcolor-black
oninzone-self-cancelevents
this will fix your bug you've been having and it will work with vehicles.
try onenter and onleave
I learned it from monty.
This event combo is so useful.
oh yes it is, i learned it from snaily :D

FTW xD this be zone events 101 :D Good job on the idea though

Ontopic(but a disadvantage)you can build on it because the baseplates are blocking it

Pretty easy to do, sorry.