User Tools

Site Tools


arma3:scripting:kill-all-east-units

ArmA 3 Kill All EAST Units

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

2022-04-09

When you want to kill all EAST/OPFOR side units in a mission, for example testing mission victory condition etc, use ESC to bring up debug console and then this command:

{_x setDamage 1} forEach units EAST;

Note: the above kills all the SOLDIER CHARACTER units, no vehicles will be damaged.

If you want to kill all vehicles then use:

{_x setDamage 1} forEach vehicles;
arma3/scripting/kill-all-east-units.txt · Last modified: 2022-06-25 18:48 by snakeman