PMC websites shut down November 13th 2025 unless web hosting fees are paid. See up to date status from PMC Website Hosting and Domain Registration Fee Status forum topic. 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 November 13th 2025 when web hosting fees are due.

User Tools

Site Tools


arma3:scripting:kill-all-east-units

ArmA 3 Kill All EAST Units

ArmA 3 Forum, ArmA 3, ArmA 3 Config, ArmA 3 Missions, ArmA 3 3D Modeling, ArmA 3 Scripting, ArmA 3 Terrain, ArmA 3 Texturing, ArmA 3 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: 2024/08/02 16:28 by snakeman