Here's a rough script for you:
Put this as the MainAI of your triggerzone
desc = turn off light
:state=0,plrwithinzone=1:activateifused=2,state=1
Now give the trigger zone's "If Used" property the name of your light.
Now use this as your light's MainAI:
;Artificial Intelligence Script
;Header
desc = Light Flicker
;Triggers
:state=0:state=1
:state=1,activated=2:state=4
:state=1,activated=1:state=2
:state=1,random=10:state=2
:state=1:lighton,state=0
:state=2:lightoff,state=0
:state=4:lightoff,state=5
;End of Script
That oughta work for you.
Also, can a kind mod please move this to the scripting board? TY!
The one and only,
~PlystirE~
Urlforce:
Dude, I'd rather be declared a dbpro noob than an fpsc legend any day!