Jump to content
Sign in to follow this  
ufo_hk

Hidden markers

Recommended Posts

Is there a way to hide markers on a map until a particular trigger is acheived. I already have the objectives hidden and can get them to appear correctly once a trigger is released, but I want the map markers assoicated with these objectives to also remain hidden until trigger is activiated.

Share this post


Link to post
Share on other sites

Well...there are actually two ways to do it:

You can move the marker of the map, e.g.

"markername" SetMarkerPos [-10, -10, 0]

or you can change the marker type to empty

"markername" SetMarkerType "Empty"

You can do this also within the editor. Simply choose markertype "Empty". The marker appears in the editor but not ingame.

Spinor

Share this post


Link to post
Share on other sites

Spinor - thats it, element of surprise/unknown now works.

Thanks

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  

×