Jump to content
Sign in to follow this  
_Hekler_

Hiding and revealing markers and objectives

Recommended Posts

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

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

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? wink.gif

Share this post


Link to post
Share on other sites

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×