Jump to content
Sign in to follow this  
_qor

Show marker/waypoint only after specific event?

Recommended Posts

Hey there,

so far, I used to work around this problem but by now I really want to know how to set this up!

As mentioned in the title, I dont want to see some markers or waypoints from the start. I want them to pop up - lets say - after I accomplished task 1.

So how do I set this up? Easy-going with a trigger or is this a bit more of work?

I am disappointed that it doesnt work with the trigger's condition...

thanks folks

Share this post


Link to post
Share on other sites

A triggers condition is purely a true/false test, not code.

To make a marker appear either have it already on the map and use setMarkerAlpha to make it reappear. Or simply create it on the fly with createMarker and it's required followup commands.

Share this post


Link to post
Share on other sites

Great, that seems to be easy^^

Is there the same for waypoints? google didnt help

Edited by _qoR

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  

×