SetDelayElapsed

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
< [[::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

[help]
(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.

See Also