Difference between revisions of "Talk:ScriptEffectUpdate"
Jump to navigation
Jump to search
m
clarifying answer
imported>ShadowDancer m (formatting) |
imported>ShadowDancer m (clarifying answer) |
||
Line 71: | Line 71: | ||
[[User:Haama|Haama]] 16:33, 24 August 2007 (EDT) | [[User:Haama|Haama]] 16:33, 24 August 2007 (EDT) | ||
:No, if the '''ScriptEffectFinish''' block is placed before the '''ScriptEffectUpdate''' block (which does not cause any problems that I can see), it will find the '''ScriptEffectFinish''' block before it finds the '''ScriptEffectUpdate''' block and finish the spell without running the '''ScriptEffectUpdate''' block. | :No, if the '''ScriptEffectFinish''' block is placed before the '''ScriptEffectUpdate''' block (which does not cause any problems that I can see), it will find the '''ScriptEffectFinish''' block before it finds the '''ScriptEffectUpdate''' block and finish the spell without running the '''ScriptEffectUpdate''' block. If a block is not longer valid, it won't run so this can be used to get around the '''Return''' command firing in a '''ScriptEffectUpdate''' block (although in my experience, most of the time a constantly active '''Return''' command isn't necessary in a '''ScriptEffectUpdate''' block). For instance in the following spell script: | ||
<pre>ScriptName SCAlterWeather | <pre>ScriptName SCAlterWeather | ||