Difference between revisions of "MessageBox Tutorial"

Jump to navigation Jump to search
1 byte added ,  02:51, 29 August 2007
m
imported>ShadowDancer
(→‎Multiple Menus in a Spell Script: updating script to recast if choice isnt completed)
imported>ShadowDancer
m (→‎Multiple Menus in a Spell Script: typed the wrong thing)
Line 429: Line 429:
* The [[ScriptEffectFinish]] block will always run immediately after the last running of the [[ScriptEffectUpdate]] block. Due to this, if the '''ScriptEffectUpdate''' block has a '''Return''' statement that fires at this point of the script, the '''ScriptEffectFinish''' block will not run.
* The [[ScriptEffectFinish]] block will always run immediately after the last running of the [[ScriptEffectUpdate]] block. Due to this, if the '''ScriptEffectUpdate''' block has a '''Return''' statement that fires at this point of the script, the '''ScriptEffectFinish''' block will not run.
* Spell using the script must have a '''Range''' of ''Self''
* Spell using the script must have a '''Range''' of ''Self''
* ''Spell'' in the above script (TargetRef.Cast ''Spell'' TargetRef) must be replaced with '''Spell ID''' of the Spell using the script
* ''Spell'' in the above script (TargetRef.Cast ''Spell'' TargetRef) must be replaced with '''Editor ID''' of the Spell using the script


==Extras==
==Extras==
Anonymous user

Navigation menu