ToggleDisableSaves
From GECK
A function added by the JohnnyGuitar NVSE Plugin.
Contents
Description
Prevents saving until the save is reloaded.
Syntax
ToggleDisableSaves onOrOff:int(1/0)
Example
ToggleDisableSaves 1 // will disable saves
Notes
- Save disabling is stored on a per-mod basis, so if two mods disable saving at some point, it will be disabled until both of them will call ToggleDisableSaves 0, or until the save is reloaded.
- Does not work when set from the console.
- Prevents both ForceSave and SystemSave from creating saves as well.