Jump to content
Sign in to follow this  
hellfish

I'm too stupid for this

Recommended Posts

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

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 smile.gif

Share this post


Link to post
Share on other sites

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

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

The Objectives are completed in the briefing, if you haven't one, you can't see it smile.gif.

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

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

in the on activation of the trigger type

"1" objstaus "DONE"

enjoy biggrin.gif

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×