[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
ScriptEffectFinish
Revision as of 12:35, 24 August 2007 by imported>ShadowDancer (formatting)
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.