_qor 11 Posted September 7, 2012 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
kylania 568 Posted September 7, 2012 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
_qor 11 Posted September 7, 2012 (edited) Great, that seems to be easy^^ Is there the same for waypoints? google didnt help Edited September 7, 2012 by _qoR Share this post Link to post Share on other sites