Difference between revisions of "ScriptEffectFinish"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>ShadowDancer
(updating note with new info)
imported>ShadowDancer
m (formatting)
Line 1: Line 1:
'''Usage'''
'''Usage'''
   begin ScriptEffectFinish  
   Begin ScriptEffectFinish  


Special block type used only by Magic Effect scripts. This block will run only once, after the scripted spell effect has ended.  
Special block type used only by Magic Effect scripts. This block will run only once, after the scripted spell effect has ended.  

Revision as of 23:21, 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:

  • When the ScriptEffectUpdate block is placed before the ScriptEffectFinish block, it will be processed before the ScriptEffectFinish block in the script as the spell ends. In this instance, if there is an active Return statement in ScriptEffectUpdate, then the ScriptEffectFinish block will never run.


See Also

ScriptEffectStart

ScriptEffectUpdate