Ice_Rhino 3 Posted August 18, 2014 I am looking to activate a trigger when a certain number of dead soldiers is reached. I assume that I will need to do it via assigning a value to a variable and when that variable reaches a certain point the trigger will fire. I just do not know how to do this. Any ideas? Thanks in advance IR Share this post Link to post Share on other sites
jshock 513 Posted August 19, 2014 Could you just have a trigger with the "count" of dead soldiers defined in the condition of the trigger, so as soon as # is reached the trigger condition is met, and then does what you need onAct? Share this post Link to post Share on other sites
mariodu62 5 Posted August 19, 2014 Dead Soldiers are not count by a trigger. The best way is to fire it when you reach the min of not dead soldier in the trigger area. Share this post Link to post Share on other sites