manofwar 0 Posted July 21, 2007 Hi guys I'm making a mission where I need to set up the objective done when everyone is dead and of course the mission end anyone knows how to do it? Share this post Link to post Share on other sites
ManDay 0 Posted July 21, 2007 You got the Objectivs in your missions-briefing. Now create the approriate trigger(s) and put objStatus into the onActivation-line. (Check the link) Share this post Link to post Share on other sites
manofwar 0 Posted July 21, 2007 Thx for your reply but what I need is what to put in the condition field to make the objective done when all enemy are dead or flee Share this post Link to post Share on other sites
ManDay 0 Posted July 21, 2007 Activation: East, not present Condition: this ||( { fleeing _x }count thislist )== count thislist Share this post Link to post Share on other sites
Big Dawg KS 6 Posted July 21, 2007 Or an OPFOR Present trigger with this condition: <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">{alive _X && !(fleeing _X)} count thislist <= 0 Share this post Link to post Share on other sites
ManDay 0 Posted July 22, 2007 You are ment to be a genius... Share this post Link to post Share on other sites