Jump to content

Recommended Posts

first was unable to get it working now i'm getting error and still no good

_trg=createTrigger              	["EmptyDetector",getMarkerPos "AREA"];
_trg setTriggerArea        	[150,150,0,false];
_trg setTriggerActivation	["west","NOT PRESENT",false];
_trg setTriggerTimeout 	[0, 0, 0, false ]
_trg setTriggerStatements	["this", "{ if (([thistrigger _x] call  bis_fnc_inTrigger)) then {{deleteVehicle _x} foreach crew _x;deleteVehicle _x} } foreach allMissionObjects ''-[thistrigger]",""];

I've been looking at this way to long

Thanks

Edited by Blitzer134

Share this post


Link to post
Share on other sites

Only glanced at it but I see a problem or two, see if this helps. I haven't tested it fully.

_trg=createTrigger                  ["EmptyDetector",getMarkerPos "AREA"];
   _trg setTriggerArea            [150,150,0,false];
   _trg setTriggerActivation    ["west","NOT PRESENT",false];
   _trg setTriggerTimeout     [0, 0, 0, false ];
   _trg setTriggerStatements    ["this", "{ if (([thistrigger,_x] call  bis_fnc_inTrigger)) then {{deleteVehicle _x} foreach crew _x;deleteVehicle _x} } foreach allMissionObjects ''-[thistrigger]",""];

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×