Difference between revisions of "ScriptEffectFinish"
Jump to navigation
Jump to search
imported>Scruggs (fails to run during Wait menu or when reference is out of loaded cell) |
imported>Scruggs (removing these notes until i can figure this out) |
||
Line 6: | Line 6: | ||
Notes: | Notes: | ||
* The ScriptEffectUpdate will be processed before the ScriptEffectFinish block when the spell ends. If there is a return statement in ScriptEffectUpdate, then the ScriptEffectFinish block will never run. | * The ScriptEffectUpdate will be processed before the ScriptEffectFinish block when the spell ends. If there is a return statement in ScriptEffectUpdate, then the ScriptEffectFinish block will never run. | ||
==See Also== | ==See Also== |
Revision as of 22:15, 31 July 2006
Usage
begin ScriptEffectFinish
Special block type used only by Magic Effect scripts. This block will run only once, after the scripted spell effect has ended.
Notes:
- The ScriptEffectUpdate will be processed before the ScriptEffectFinish block when the spell ends. If there is a return statement in ScriptEffectUpdate, then the ScriptEffectFinish block will never run.