SetZoneRespawns

From GECK
Jump to: navigation, search


A function included in the GECK for Fallout 3.

Description

Turns respawn on or off on the specified Encounter Zone.

This change is savebaked.

Syntax

[help]
SetZoneRespawns encounterZone:form respawnFlag:int{0/1}

Example

SetZoneRespawns YaoGauiDen01 0

Creatures will no longer respawn in the Yao Gaui Den zone.

Notes

  • Respawn rate on zones is controlled by a gamesetting: iHoursToRespawnCell (default setting is 72 hours)
  • The easiest way to test respawning is using SetGameSetting in console to change the value and wait outside the zone

See Also