Hey I was recently looking at a mods tutorial on making scripts. I took a script he built that is supposed to make a flashing light (Like an alarm going off) So I make a light marker, make it red and set the static to "no" then in the main thing I put the script. For some reason it does not do a thing here is the code.
;Artificial Intelligence Script
;Header
desc = Light Flash
;Triggers
:state=0:lightoff,timerstart,state=1
:state=1,timergreater=750:state=2
:state=2:lighton,timerstart,state=3
:state=3,timergreater=300:state=0
;End of Script
Wonder if this is because its x10?
"Type Signature here"