Jump to content
Sign in to follow this  
manofwar

getting objective done

Recommended Posts

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

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

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

Activation: East, not present

Condition: this ||( { fleeing _x }count thislist )== count thislist

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×