Jump to content
Sign in to follow this  
satexas69

Objectives - showing next only upon completion

Recommended Posts

I have a map with many objectives.

For example: Obj1 --> Obj9

How can I "hide" them in the notes or mission briefing (as they're listed in the Briefing.html) and only SHOW them when the previous is done?

IE, once OBJ1 completes (=true), then show OBJ2 in the notes and display it's marker?

Is that even possible?

Share this post


Link to post
Share on other sites

Try using Chris's ofp editor Here

its has a Briefing wizzard that can hide objectives smile_o.gif

Briefing wizzard still compatable with Arma

Share this post


Link to post
Share on other sites

As I know, bjectives can be hidden only by scripting command objStatus.

Share this post


Link to post
Share on other sites
"2" ObjStatus "HIDDEN" in init sqs

then when you want to reveal it

"2" objStatus "ACTIVE"

How will this effect people that join up late?

Don't on-joiners read the init? If it's marked "hidden" when you join, but yet the people in the mission completed it...to reveal the next objective... could it get out of sync?

I guess I'm asking does "HIDDEN" and "ACTIVE" conflict with "FALSE" and "DONE"?

IE - if I have a OBJ4=DONE (objective 4 has been completed, so it's assigned as "done" - and an init file person joins and all the sudden sees "HIDDEN", how does that work?

What about markers, how do I "unhide" a marker?

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  

×