This script for a dynamic light switches on the light and waits to be activated.
When activated it turns the light blue and waits for 1.5 seconds.
Then it goes into a loop switching the light on and off randomly. Mainly off though to make it more spooky.
;Artificial Intelligence Script
;Header
desc = Blue light timer zone
;Triggers
:state=0:state=1
:state=1,activated=1:timerstart,state=2
:state=1:lighton,lightred=255,lightgreen=255,lightblue=255
:state=2:lighton,lightred=0,lightgreen=0,lightblue=255
:state=2,timergreater=1500:state=3
:state=3:lightred=255,lightgreen=255,lightblue=255,lightoff,lightrange=200,lightoff,state=4
:state=4,random=3:lightoff,state=5
:state=5,random=25:lighton,state=4
;End of Script
Jas
----
"What is this talk of 'release'? Klingons do not'release' software. It escapes leaving a bloody trail of developers and quality assurance people in its wake!"