OFPEC Forum

Editors Depot - Mission Editing and Scripting => OFP - Editing/Scripting General => Topic started by: Ding on 14 Sep 2005, 08:01:01

Title: Not alive GroupName
Post 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?
Title: Re:Not alive GroupName
Post by: bedges on 14 Sep 2005, 08:20:51
Code: [Select]
{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.