Ok firstly "Yes, I searched the forums....so simmer down"
Has anyone ran into a problem with only being allowed to have one dynamic light per level? I have 7 lights all running off of seperate flickering scripts. but only one of them actually blinks. I check me code if you want. They are correct since they work when I have only one dynamic light (I checked this out already)
;Artificial Intelligence Script
;Header
desc = Light Flash
;Triggers
:state=0:lightoff,timerstart,state=1
:state=1,timergreater=5:state=2
:state=2:lighton,timerstart,state=3
:state=3,timergreater=301:state=4
:state=4:lightoff,timerstart,state=5
:state=5,timergreater=100:state=6
:state=6:lighton,timerstart,state=7
:state=7,timergreater=200:state=8
:state=8:lightoff,timerstart,state=9
:state=9,timergreater=90:state=10
:state=9:lighton,timerstart,state=11
:state=11,timergreater=300:state=12
:state=12:lightoff,timerstart,state=13
:state=13,timergreater=100:state=0
;End of Script
Thanks in advance
RF