Ok, other Q related to this subject...
I have
W1 AddEventHandler ["Fired",{Shot1 = True}]
and
W2 AddEventHandler ["Fired",{Shot2 = True}]
and
W3 AddEventHandler ["Fired",{Shot3 = True}]
But when I place a trigger
cond. : Shot1 or shot2 or shot3
onact : [] exec "alarm.sqs"
Why does this not work, the alarm script nerver start?!