Author Topic: Reset Lights Events (Solved Locked)  (Read 345 times)

I am making a Race Track and i need a reset lights event, after i press the red yellow and green button so theres the light is turned off but i can still press the buttons to flash the lights again. Anyone wanna try to make this?
If theres already events for this can you give me the link?

Something like OnActivate Namedbrick Red Light, Green Light, And Yellow Light Reset Lights.
« Last Edit: October 03, 2009, 06:44:18 PM by Smokesta »

Code: [Select]
1 - Delay: 0 - OnActivate -> Named Brick/Lights -> SetLight -> Red Light
2 - Delay: 1000 - OnActivate -> Named Brick/Lights -> SetLight -> Yellow Light
3 - Delay: 2000 - OnActivate -> Named Brick/Lights -> SetLight -> Green Light
4 - Delay: 4000 - OnActivate -> Named Brick/Lights -> SetLight -> None

If this is what you were asking for.

Code: [Select]
1 - Delay: 0 - OnActivate -> Named Brick/Lights -> SetLight -> Red Light
2 - Delay: 1000 - OnActivate -> Named Brick/Lights -> SetLight -> Yellow Light
3 - Delay: 2000 - OnActivate -> Named Brick/Lights -> SetLight -> Green Light
4 - Delay: 4000 - OnActivate -> Named Brick/Lights -> SetLight -> None

If this is what you were asking for.
Will try it. Edit: Sweet it works dude thanks for your help.
« Last Edit: October 03, 2009, 06:40:59 PM by Smokesta »