I modified the light2.fpi file to create a light that flashes on and off at regular intervals, like an alarm, using a timer.
It works great when there's one light, but when I try to assign the script to more than one light, it doesn't work, only one of the lights flickers, the other just stays lit(Both are dynamic and have the right script).
I read somewhere that I could use variables, but I really don't know anything about them.
here's the script:
;Artificial Intelligence Script
;Header
desc = Light Flash
;Triggers
:state=0:state=1
:state=1:timerstart,state=2
:state=2,timergreater=200:lightoff,timerstart,state=3
:state=3,timergreater=200:lighton,timerstart,state=2
;End of Script
any help would be much appreciated.
thanks
Pyr0
i r teh n00b