Jump to content
Sign in to follow this  
cobra5000

!alive issue

Recommended Posts

i tested in the mission editor a group of 10 enemy soldiers. i put in leader's init:

terror1= group this;

and i put this in condition:

({!alive _x} count units terror1 == 10)

and i set it to OFPOR, present, end1

but when i killed all 10 soldiers, the trigger didn't active!

Can some-one will tell me what is my mistake or i need something else?

Edited by Cobra5000

Share this post


Link to post
Share on other sites

this will activate when there is no more left alive in terror1 group:

({alive _x} count units terror1) == 0

means: 0 units is alive in list units groupname, you used 10 alive...

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  

×