Difference between revisions of "ShowMap"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Cuthalion
m
imported>Cuthalion
Line 7: Line 7:


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.  
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.  
Remark: MapMarkerID dóés include the 'MapMarker' behind the location name, so instead of only 'Niryastare' it's 'NiryastareMapMarker'.


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

Revision as of 10:59, 17 April 2006

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.

Remark: MapMarkerID dóés include the 'MapMarker' behind the location name, so instead of only 'Niryastare' it's 'NiryastareMapMarker'.