kittycat 0 Posted February 1, 2004 How can I check if there is a certain numbers of soldiers in a team? Share this post Link to post Share on other sites
RED 0 Posted February 1, 2004 In the condition field of a trigger: (count (units groupname)) == 3 RED Share this post Link to post Share on other sites
Bart.Jan 0 Posted February 1, 2004 more reliable way: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{alive _x} count (units groupname) == 3 Share this post Link to post Share on other sites