if you want to blink regularily, take this:
;Artificial Intelligence Script
;Header
desc = flicker regularily
;Triggers
:state=0:timerstart,state=1,lighton
:state=1,timergreater=500:timerstart,state=2,lightoff
:state=2,timergreater=500:timerstart,state=1,lighton
;End of Script
Or if you want it to flicker only when it is activated:
(not sure if this one really works)
;Artificial Intelligence Script
;Header
desc = flicker regularily when activated
;Triggers
:activated=0:lightoff
:activated=1:timerstart,state=1,lighton
:state=1,timergreater=500:timerstart,state=2,lightoff
:state=2,timergreater=500:timerstart,state=1,lighton
;End of Script
Note: Of course you need to make them dynamic
Hope that helped
All the free PCF Productions Stuff