_Hekler_ 0 Posted October 4, 2002 I'm just wondering how you hide and reveal objectives and markers. I want the objective and marker to be hidden when the mission starts then when I complete a particular mission objective they are revealed. Thnx. Share this post Link to post Share on other sites
RED 0 Posted October 4, 2002 I have answered this quite a lot of times so if you search the forum you will find an answer, or go to http://www.ofpec.com/ they have a load of tutorials there. RED Share this post Link to post Share on other sites
Spitfire 0 Posted October 4, 2002 If you want to hide an existing marker you should set it's type as "Empty": "marker1" SetMarkerType "Empty" To make it re-appear you set it whatever you want it to be: "marker1" SetMarkerType "Flag" You can make empty markers in the editor and use the SetMarkerType to make them appear when you want. To hide an objective, type: objectivename objStatus "HIDDEN" The status can be anything of these: "ACTIVE", "FAILED", "DONE","HIDDEN". ps. since when has this forum become newbie-hostile? Share this post Link to post Share on other sites
_Hekler_ 0 Posted October 4, 2002 Thnx guys I acctually already knew how to do the ovjectives, hehe it just slipped my mind. Thnx for the tip on the Markers. Share this post Link to post Share on other sites