ShowMap
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Adds the specified map marker to the world map and enables fast travel by passing an optional argument.
Syntax
ShowMap markerRef:ref canTravel:bool
Example
ShowMap BoulderCityMapMarker
Adds Boulder City to the world map, but does not enable fast travel.
ShowMap MojaveOutpostMapMarker, 1
Adds Mojave Outpost to the world map and immediately enables fast travel.