Difference between revisions of "SetDelayElapsed"
Jump to navigation
Jump to search
imported>Jazzisparis |
imported>Jazzisparis |
||
Line 20: | Line 20: | ||
*[[GetDelayElapsed]] | *[[GetDelayElapsed]] | ||
[[Category:Functions_(JIP)]] | [[Category:Functions_(JIP)]] | ||
[[Category:Script Functions (JIP)]] |
Latest revision as of 15:09, 30 March 2015
< [[::Category:Functions|Category:Functions]]
A function added by the JIP NVSE Plugin.
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.