Difference between revisions of "SetZoneRespawns"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)Functions\]\] +Category:\1Functions\nCategory:\1Functions (GECK 1.0)))
imported>Geckbot
m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1)))
 
Line 25: Line 25:


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.0)]]
[[Category:Functions (GECK 1.1)]]

Latest revision as of 14:15, 15 August 2009

Description[edit | edit source]

SetZoneRespawns turns respawn on or off on the specified encounter zone.

Syntax[edit | edit source]

SetZoneRespawns [Encounter Zone] ''0/1''

Examples[edit | edit source]

SetZoneRespawns YaoGauiDen01 0

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

Notes[edit | edit source]

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

See Also[edit | edit source]

Reference[edit | edit source]

None provided.