@ZacksQuest
Quote: "It's supposed to only come on twice, but it's not supposed to come back on if you go over the same area twice"
I'm lost??? Do you mean like flash twice on?
Ok,I read your post and I think I understand.You want to light to come ON and OFF twice. Ok try this. For your trigger use the regular plrinzoneactivateused.fpi. Then for your lights use this
:state=0:state=2
:state=1,activated=1:lighton,etimerstart,state=3
:state=3,etimergreater=1000:lightoff,state=4
:state=4,etimergreater=2000:lighton,state=5
:state=5,etimergreater=3000:lightoff,state=6
:state=6:none
:state=2,activated=0:state=1,lightoff
To keep it simple I used etimer(1000=one second)
Follow the script to see how it works,make adj's to
timer to suit your needs.