ShowMap

From the CreationKit Wiki
Jump to navigation Jump to search

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.

Syntax[edit | edit source]

ShowMap MapMarkerID [EnableFastTravel=0]

Example[edit | edit source]

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.

Papyrus Version[edit | edit source]

AddToMap - ObjectReference