Difference between revisions of "ScriptEffectFinish"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
(formatting)
imported>ShadowDancer
m (formatting)
Line 5: Line 5:


'''Note:'''
'''Note:'''
* 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''' block 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 12:35, 24 August 2007

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.

Note:

  • The ScriptEffectUpdate block 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

ScriptEffectStart

ScriptEffectUpdate