Код
;Artificial Intelligence Script
;Header
desc = Fluorescent color
;Triggers
:state=0:lightoff,timerstart,state=1
:state=1,timergreater=600:lighton,state=2
:state=2,timergreater=650:lightoff,state=3
:state=3,timergreater=1200:lighton,state=4
:state=4,timergreater=1300:lightoff,state=5
:state=5,timergreater=1400:lighton,state=6
:state=6,timergreater=1550:lightoff,state=7
:state=7,timergreater=1600:lighton,state=8
:state=8,timergreater=1800:lightoff,state=9
:state=9,timergreater=1900:lighton,state=10
:state=10,timergreater=2000:lightoff,state=11
:state=11,timergreater=2050:lighton,state=12
;End of Script