ScriptEffectUpdate
Revision as of 21:20, 16 April 2006 by imported>Tegid (Added use as loop construct)
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.