Jump to content
Sign in to follow this  
wenker

simple question PLEASE HELP!

Recommended Posts

i once again have moved to a new station and where i am located i do not have high speed internet, only thing i have is dial up and it disconnects constatnly( can never get on ofpec) so pelase bear with me.

its a simple question i just need to know how to make an objective.

and how to make it so the mission ends when all of the objectives are done.

Share this post


Link to post
Share on other sites

To make an objective insert this after/bellow the briefing text in plan section of mission Briefing:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">

<p>

<br>

<a name="OBJ_1"></a>Objective text here.

</p>

<hr>

The Objective can have different statuses;

"done" - is ticked as done,

"failed" - is ticked as failed,

"hidden" - the objective is hidden - not visible in the mission Plan,

"active" - the objective is active - makes objective visible in the mission Plan; usable only when the objective is previously defined as hidden.

To set the objective status;

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">"1" objStatus "done"

The number is the objective number (first objective in this case).

There're various of ways how to end the mission, it really depends on the nature and the type of the mission's conditions. In case when all objectives must be done to end the mission is best to use variables.

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  

×