SetDelayElapsed
From GECK
A function added by the JIP NVSE Plugin.
Contents
Description
Sets the time remaining until the next iteration of the quest's script.
Syntax
(seconds:float) SetDelayElapsed quest:ref seconds:float
Example
SetDelayElapsed vCCExplorerBark 10
Notes
- This will temporarily override the script's processing delay.
- A value of 0 will effectively force the script to re-process immediately on the next frame.