is it possible to addeventhandlers to multiple units in a trigger zone using the foreach command in the triggers activation. i tried it like this but it told me that "fired" was an unknown operator:
"_x addeventhandler ["fired",{_this exec "fire.sqs"}] foreach units thislist
see any problems?