Jump to content
Sign in to follow this  
Garbol

Complete trigger

Recommended Posts

Ok I have this one litte problem... I can't finish my mission :/ I mean, I can but I dont want it to end when all objectives are destroyed, I want it to end when all or any west units return to the starting location. For example: S1 goes out form base and destroys tank, than returns to base and tada mission completed. How do you do that?

Share this post


Link to post
Share on other sites

Create a trigger - group it to your man S1 using F2. In the trigger options use activation as this unit, and present.

Under type you want to select End1 (or any of the end types if you wish)

and in the condition field:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">this && !(alive tankname)

Trigger will activate if S1 is present, and the tank is dead.

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  

×