Jump to content
Sign in to follow this  
borderswill

How do i  end mission after all enemy dies

Recommended Posts

I know how to end mission after a unit has been killed.(In the trigger, activation anybody and present, condition GetDammage enemyunit>=1, then the music track, text, and so on. Ok that's how I get the mission to end after I've killed just one unit but I want to know how to get the mission to end after I've killed multiple units say a infantry sqd. I've tried several things like naming each individual units and adding them to the condition and all I get is this white error messege at the top of the screen when I preview the mission.

Share this post


Link to post
Share on other sites

What do you put in the condition? It could be something as simple as putting the brackets in the wrong place.

The condition should look something like this:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">NOT (alive poohead1) AND NOT (alive poohead2) AND NOT (alive poohead3)

etc, etc.

Does that help any? smile_o.gif

[Gareth Gates must die]

Share this post


Link to post
Share on other sites

I shall try this. I knew it was something like you said but just dident know how to word it in the condition. Thanks

Share this post


Link to post
Share on other sites

Always happy to help smile_o.gif

[Gareth Gates must die]

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  

×