ShowMap

From the Oblivion ConstructionSet Wiki
Revision as of 15:56, 20 June 2008 by imported>Vswe (Added Search Terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 or he actually travels there once unless the optional enableFastTravel parameter is set to 1.