Page 1 of 1

[Snippet] Deleting a vehicle + crew on waypoint activation

Posted: Fri Mar 22, 2013 11:13 am
by wolfenswan
This code snippete deletes the vehicle and it's entire crew. Useful for getting rid of for example insertion helicopters or ambient vehicles that haves served their purpose:

Code: Select all

{deleteVehicle _x} forEach thislist + [vehicle (thislist select 0)] + crew (vehicle (thislist select 0));
code goes in the On Act. field of the waypoint.