ShowMap

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Adds the specified map marker to the world map and enables fast travel by passing an optional argument.

Syntax

[help]
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.

See Also