Difference between revisions of "IHoursToRespawnCell"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Qazaaq
(formatting)
imported>Wrye
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:
|style="background:#ffeded;" width="800" |  
|style="background:#ffeded;" width="800" |  


Number of hours that a cell will remain unchanged after player leaves before respawning.
Cells are not respawned on a regular basis. Rather, they are respawned ''only'' when the player is entering them. I.e. if
:'''currentTime > lastVisitedTime + iHoursToRespawnCell'''
then, and only then, is the cell is respawned.


|-
|-
Line 16: Line 18:




[[Category:Settings]]
<div id="catlinks"><p class='catlinks'>[[Special:Categories|Category]]: [[:Category:Settings|Settings]]</p></div>

Latest revision as of 02:01, 21 February 2009

Description

Cells are not respawned on a regular basis. Rather, they are respawned only when the player is entering them. I.e. if

currentTime > lastVisitedTime + iHoursToRespawnCell

then, and only then, is the cell is respawned.

Default value

72