Difference between revisions of "ShowMap"

6 bytes removed ,  13:56, 30 July 2007
drr, wrong spot
imported>DragoonWraith
(HTML <br> necessary)
imported>DragoonWraith
(drr, wrong spot)
Line 3: Line 3:
'''Example:'''
'''Example:'''
  ShowMap SecretDungeonMapMarker ; show SecretDungeon on world map, but don't enable fast travel
  ShowMap SecretDungeonMapMarker ; show SecretDungeon on world map, but don't enable fast travel
  ShowMap NotSoSecretVillageMapMarker, 1 ; show NotSoSecretVillage on world map, and immediately enable fast travel to it  
  ShowMap NotSoSecretVillageMapMarker, 1 ; show NotSoSecretVillage on world map
; and immediately enable fast travel to it  




Adds the specified map marker to the player's world map. The player will still not be able to fast-travel to this location until she actually travels there once<br />
Adds the specified map marker to the player's world map. The player will still not be able to fast-travel to this location until she actually travels there once unless the optional enableFastTravel parameter is set to 1.  
; unless the optional enableFastTravel parameter is set to 1.  


[[Category: Functions]]
[[Category: Functions]]