Alpha1 0 Posted May 11, 2002 Someone help please. How the player finish the mission only when 2 other objective accompleted. Here the mission I had set. From the Air Base I have: Trigger 1: Activation = Vehicle (link to player) Type = none Condition = this On Activation = [guy1,guy2] join guy3; "0" ObjStatus "DONE" On the Enemy Base I have: Trigger 2: Activation = Vehicle (link to player)and (link to a waypoint) which will show the back to base waypoint when this trigger activated. Type = none Condition = NOT (alive badguy1) AND NOT (alive badguy2) On Activation = "1" ObjStatus "DONE" Back to the base I have a trigger to finish the mission. Trigger 3: Activation = Vehicle (link to player) Type = End #1 Condition = this On Activation = "2" ObjStatus "DONE" My problem is the mission will end when I fly in to the landing zone (the trigger 3) (haven't land yet) no matter the badguy still alive or dead. So how to set the trigger to activate only when the aircraft is completly land or the player step in to it and those badguy was dead? I have tried to put the NOT (alive badguy1) AND NOT (alive badguy2) in the condition of the trigger 3 but the mission was end before I fly back  home  . Thanks very much for your help. Alpha1 Share this post Link to post Share on other sites
SCLZ 0 Posted May 12, 2002 Just very quickly: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Quote </td></tr><tr><td id="QUOTE">I have tried to put the NOT (alive badguy1) AND NOT (alive badguy2) in the condition of the trigger 3 but the mission was end before I fly back home<span id='postcolor'> When you did this to trigger3 did you remember to include this in there too? </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">this AND NOT(alive badguy1 OR alive alive badguy2 OR player in chopper)<span id='postcolor'> Share this post Link to post Share on other sites
Alpha1 0 Posted May 12, 2002 Oh.. I didn't put this with it. Now it is working perfectly . Thanks very much for your help SCLZ. Alpha1 Share this post Link to post Share on other sites