Koni 1 Posted July 29, 2010 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
kylania 546 Posted July 29, 2010 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
shuko 45 Posted July 29, 2010 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
Koni 1 Posted July 29, 2010 Brilliant, thank you very much :) Share this post Link to post Share on other sites
kylania 546 Posted July 29, 2010 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
st_dux 26 Posted July 29, 2010 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