ScriptEffectFinish

From the Oblivion ConstructionSet Wiki
Revision as of 23:51, 25 August 2007 by imported>ShadowDancer (Changed note)
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.

Note:

  • A ScriptEffectUpdate block with an active Return statement placed before a ScriptEffectFinish block in a Magic Effect script will prevent the ScriptEffectFinish block from running when the Magic Effect script ends.

See Also

ScriptEffectStart

ScriptEffectUpdate