Difference between revisions of "ScriptEffectFinish"
Jump to navigation
Jump to search
imported>Zshazz m |
imported>Kkuhlmann |
||
Line 5: | Line 5: | ||
It should also be noted that the ScriptEffectUpdate will be run before this. If there is a return statement in ScriptEffectUpdate that is run on the very last iteration of the spell, then this part of the script will not be ran. | It should also be noted that the ScriptEffectUpdate will be run before this. If there is a return statement in ScriptEffectUpdate that is run on the very last iteration of the spell, then this part of the script will not be ran. | ||
==See Also== | |||
[[ScriptEffectStart]] | |||
[[ScriptEffectUpdate]] | |||
[[Category: Commands]] | [[Category: Commands]] |
Revision as of 13:40, 17 April 2006
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.
It should also be noted that the ScriptEffectUpdate will be run before this. If there is a return statement in ScriptEffectUpdate that is run on the very last iteration of the spell, then this part of the script will not be ran.