OFPEC Forum
Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ding on 14 Sep 2005, 08:01:01
-
is there a command for the not alive _Unit one that works on a group instead? e.g. Not Alive Group1?
-
{alive _x} count units group_name == 0
that's a condition which will check if the number of units alive in a group is equal to 0.