User Tools

Site Tools


arma3:missions:delete-vehicle-at-waypoint

ArmA 3 Delete Vehicle At Waypoint

ArmA 3, Config, Missions, 3D Modeling, Scripting, Terrain, Texturing, Tools

2022-06-03T17:20:00Z

HOWTO delete vehicle and its crew / group upon reaching a waypoint?

Most often this is done to insertion or air support helicopter, once its done its task it flies over the ocean or back to base and simply gets deleted.

Create move waypoint, usually combat mode “forced hold fire” and behavior “careless” so when it detects enemies it wont do “Ooh! Look shiny *runs off*” heh. Then on the “On Activation” line paste the following:

cleanUpveh = vehicle leader this; {deleteVehicle _x} forEach crew cleanUpveh + [cleanUpveh]; deleteGroup this;

Source kylania 2013-07-14 in bis forums.

arma3/missions/delete-vehicle-at-waypoint.txt · Last modified: 2022-06-25 11:43 by snakeman