Jump to content
Sign in to follow this  
kittycat

Check how many soldiers in team

Recommended Posts

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

In the condition field of a trigger:

(count (units groupname)) == 3

RED

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×