ScriptEffectFinish

From the Oblivion ConstructionSet Wiki
Revision as of 22:15, 31 July 2006 by imported>Scruggs (removing these notes until i can figure this out)
Jump to navigation Jump to search

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.

See Also

ScriptEffectStart

ScriptEffectUpdate