natanbrody 10 Posted July 19, 2013 I want to know how to make a trigger fail a task if 4 squads of soldiers are dead. please explain to me in the simplest way possible :D Share this post Link to post Share on other sites
kylania 568 Posted July 19, 2013 trigger condition of: {alive _x} count (units grp1 + units grp2 + units grp3 + units grp4) == 0 Share this post Link to post Share on other sites
natanbrody 10 Posted July 19, 2013 so grp1 ect are the name of the squad leader or the squad ID? Share this post Link to post Share on other sites
kylania 568 Posted July 19, 2013 In each group leaders init put: grp1 = group this; and so on changing the 1 to whichever number the group is gonna be. Share this post Link to post Share on other sites