FastTravel - Game

Member of: Game Script

Fast-travels the player to the specified ObjectReference's location.

SyntaxEdit

Function FastTravel(ObjectReference akDestination) native global

ParametersEdit

  • akDestination: The object to fast travel to.

Return ValueEdit

None.

ExamplesEdit

; Fast-travel home
Game.FastTravel(HomeMarker)

NotesEdit

Scripted fast-travel does not save the player's game.

See AlsoEdit