ResetInterior
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Marks the cell as expired.
Syntax
ResetInterior cellID:baseForm
Example
ResetInterior MyVault01
Notes
- This function only marks the cell as expired. It does not automatically clean up the cell.
- Unlike a time-based cell reset, this scripted reset does NOT resurrect Actors.
- To work around this, either use ResetInteriorAlt or set bResetInteriorResetsActors to 1 (true) in ShowOff NVSE's INI file.