PMC websites shut down October 13th 2025 unless yearly web hosting fees are paid. Please Support PMC to help keep these websites online.

Enjoyed or found this pages content useful, please Support PMC to help me keep this web page online beyond october 13th 2025 when yearly web hosting fees are due.

User Tools

Site Tools


arma3:scripting:kill-all-east-units

This is an old revision of the document!


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.1656182919.txt.gz · Last modified: 2022/06/25 18:48 by snakeman