satexas69 0 Posted March 18, 2007 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
ck-claw 1 Posted March 18, 2007 Try using Chris's ofp editor Here its has a Briefing wizzard that can hide objectives Briefing wizzard still compatable with Arma Share this post Link to post Share on other sites
moricky 211 Posted March 18, 2007 As I know, bjectives can be hidden only by scripting command objStatus. Share this post Link to post Share on other sites
shark-attack 2 Posted March 18, 2007 "2" ObjStatus "HIDDEN" in init sqs then when you want to reveal it "2" objStatus "ACTIVE" Share this post Link to post Share on other sites
satexas69 0 Posted March 18, 2007 "2" ObjStatus "HIDDEN" in init sqsthen 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