hellfish 0 Posted April 27, 2002 probably the easiest thing but i can't do it. Â i have a briefing made for my mission, which is like a training mission, it is also the first one i have made. Â i want the first objective to be complete after all the objects have been shot down. Â the objects are the target E. Â if someone knows how to do this please help me, very much appreciated. Share this post Link to post Share on other sites
LordZach 0 Posted April 27, 2002 give them names, say t1, t2, etc. make a trigger conditions </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE"> not (alive t1); not (alive t2);<span id='postcolor'> etc on activiation </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">"1" objStatus "Done"<span id='postcolor'> that should work i haven't actually made a mission with objectives since september. so i'm a bit lazy Share this post Link to post Share on other sites
RED 0 Posted April 27, 2002 Not quite LordZach : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">not (alive t1); not (alive t2);<span id='postcolor'> Should be : </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">not(alive t1) AND not(alive t2)<span id='postcolor'> RED Share this post Link to post Share on other sites
hellfish 0 Posted April 27, 2002 thanks for the help. i had it right, but i didn't realze that you had to export the mission b4 you see if they work or not. thanks. now i have a slight problem, the briefing doesn't change when the mission has been completed, can someone help me with that??? Share this post Link to post Share on other sites
DestroyerX 0 Posted April 27, 2002 The Objectives are completed in the briefing, if you haven't one, you can't see it . But you can pu this in the Activation Field: </span><table border="0" align="center" width="95%" cellpadding="3" cellspacing="1"><tr><td>Code Sample </td></tr><tr><td id="CODE">"0" objstatus "DONE"; hint "Objective Completed";<span id='postcolor'> Share this post Link to post Share on other sites
hellfish 0 Posted April 27, 2002 i tried it but it didn't do what i wanted, probably misunderstanding. Â but thanks anyway. Â you know when you finish an objective then look in the briefing to figure out what to do next, the little black circle turns green, how do you do that. Â also i have another thing i don't know how to do. Â i want the leader to command a unit to go to the object that is used in the training mission in the 1985 campaign for shooting the targets, is that possible. Â if it is what do i do for the coordinates. Â after this there will be no more problems, until tomorrow. Share this post Link to post Share on other sites
russin 0 Posted April 27, 2002 in the on activation of the trigger type "1" objstaus "DONE" enjoy Share this post Link to post Share on other sites
hellfish 0 Posted April 27, 2002 thanks, now with the other thing how do you get the leader to tell a person in a group to do something?? for example how to tell somone to climb a ladder?? qould be greatly appreciated. Share this post Link to post Share on other sites