Difference between revisions of "ScriptEffectUpdate"
Jump to navigation
Jump to search
imported>JOG (Runs fine on enchantments) |
imported>Slserpent (readded with better specification) |
||
Line 3: | Line 3: | ||
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 time the spell is updated until the spell ends. | 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 time the spell is updated until the spell ends. | ||
Note: This block won't fire when used as a script effect for '''constant (apparel)''' enchantments. | |||
==See Also== | ==See Also== |
Revision as of 17:55, 19 June 2006
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 time the spell is updated until the spell ends.
Note: This block won't fire when used as a script effect for constant (apparel) enchantments.