ShowMap
Adds the specified map marker to the World Map, optionally allowing fast-travel there.
- Once a Map Marker has been added to the player's map, it cannot be removed. Once a location has been 'unlocked' for fast-travel, it cannot be 'locked' again.
- As a workaround, you can Disable a Map Marker, which removes it from the map entirely.
- For testing purposes, 'tmm 1' (which enables all Map Markers) is usually much faster and easier.
SyntaxEdit
ShowMap MapMarkerID [EnableFastTravel=0]
ExampleEdit
ShowMap FellglowKeepMapMarkerRef ;Add Fellglow Keep's Map Marker to the World Map, but do not allow Fast Travel there. ShowMap FellglowKeepMapMarkerRef 1 ;Add Fellglow Keep's Map Marker to the World Map, and allow Fast Travel there.