Fizzlers On/Off Question
I am currently trying to make a room where there are fizzlers that turn on for a few seconds and then turn off for a few secs and so on. I suspect it needs to be done with a logic_branch or logic_timer but I'm not sure how to set it up. I also dont know if I should use the Fizzler Instance or make it up myself with the props and a fizzler brush...
Lets imagine four fizzlers in a row. Fizzler on = 1 Fizzler off = 2
The first state of the four should be: 1 2 1 2 and the second state should be: 2 1 2 1
and they should start this from the start of the map, so logic_auto - onmapspawn I assume.
Any help would be appreciated.
Fish
If there is a 'toggle' input for the fizzler, then even better.
Set onTimerHigh: FizzlerA +C turnOff; FizzlerB + D turnOn
onTImerLow: FizzlerA +C turnON: FizzlerB + D turnOff
And set "StartActive" to yes.
Cheers all.
You made a mistake: You didn't disable the fizzlers. Once they were on, they kept being enabled.