Difference between revisions of "ShowMap"
Jump to navigation
Jump to search
imported>Kkuhlmann ("MapMarker" is purely a naming convention used by Bethsoft. Not inherent to map marker IDs.) |
imported>DragoonWraith (CS 1.0) |
||
Line 9: | Line 9: | ||
[[Category: Functions]] | [[Category: Functions]] | ||
[[Category: Functions (CS 1.0)]] | |||
[[Category: Miscellaneous Functions]] | [[Category: Miscellaneous Functions]] | ||
[[Category: Miscellaneous Functions (CS 1.0)]] |
Revision as of 12:55, 30 July 2007
Syntax:
ShowMap MapMarkerID, enableFastTravel (optional)
Example:
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
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.