CenterOnCell

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

This function will move the player to the specified interior cell.

Console Functions are normally exclusively for use in the in-game Console (accessible by pressing "~").

With JIP LN NVSE Plugin, any console function can be used in scripts with the Console function.

Syntax

[help]
CenterOnCell cellID:ref 

Or:

COC cellID:ref

Example

COC Tenpenny01 

Notes

  • A COCMarkerHeading in a cell determines where the player will be placed when moved to the cell. If no COCMarkerHeading is in the cell then they may end up being placed in a bad position such as inside a wall.
  • Can be used in the command console at the main menu to instantly start a new game and teleport to the chosen cell.

See Also