Jump to content
Sign in to follow this  
Koni

trigger activating when most units are dead

Recommended Posts

How can I set a trigger to activate when a certain number of one side is dead within an area ?

These are civilians grouped to US soldiers in a town with a presence set to 0 so they will be fired upon by Independent soldiers, but I want the trigger to activate once most are dead, but not all of them.

Thanks

Share this post


Link to post
Share on other sites

BLUFOR PRESENT REPEATEDLY

Condition =

count thislist < 3 

When there's less than 3 of them left it'll trigger.

Share this post


Link to post
Share on other sites

Doesn't need to be repeatedly when using a custom condition like that. Even "once" triggers have "thislist". Once/repeatedly affects only how many times the trigger can fire.

Obviously, in this case, it really doesn't matter which is used.

Share this post


Link to post
Share on other sites

Brilliant, thank you very much :)

Share this post


Link to post
Share on other sites
Doesn't need to be repeatedly when using a custom condition like that. Even "once" triggers have "thislist". Once/repeatedly affects only how many times the trigger can fire.

Obviously, in this case, it really doesn't matter which is used.

Ahh, that had always confused me. I was afraid if it was once it would just run the first time someone was in the trigger than not when I got there. :)

Share this post


Link to post
Share on other sites

You can also use a "Seized By" trigger, if you want something a little more dynamic.

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  

×