SetCellOwnership

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Sets the ownership of the specified Cell to the specified NPC or Faction BaseForm. If the second parameter is left blank, the cell will be set as owned by the Player.

Syntax

[help]
SetCellOwnership cell:BaseForm newOwner:BaseForm

Example

SetCellOwnership WeynonPrioryHouse BladesFaction

WeynonPrioryHouse set to BladesFaction-owned.

SetCellOwnership MyImperialCityHouse

MyImperialCityHouse set to player-owned.

See Also