ScriptEffectUpdate

From the Oblivion ConstructionSet Wiki
Revision as of 21:20, 16 April 2006 by imported>Tegid (Added use as loop construct)
Jump to navigation Jump to search

Usage

 begin ScriptEffectUpdate 

Special block type used only by Magic Effect scripts. This block will start running on the first iteration of a scripted spell effect and run each frame until the spell ends.

This block can be used as a loop since it repeatedly runs over the course of the spell. Therefore you can do some set of iterative operations each time the block is run.