====== ArmA 3 Kill All EAST Units ====== [[https://www.pmctactical.org/forum/viewforum.php?f=68|ArmA 3 Forum]], [[:arma3|ArmA 3]], [[arma3:config|ArmA 3 Config]], [[arma3:missions|ArmA 3 Missions]], [[arma3:modeling|ArmA 3 3D Modeling]], [[arma3:scripting|ArmA 3 Scripting]], [[arma3:terrain|ArmA 3 Terrain]], [[arma3:texturing|ArmA 3 Texturing]], [[arma3:tools|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;