Difference between revisions of "Talk:ScriptEffectUpdate"

m
formatting
imported>ShadowDancer
(more info added)
imported>ShadowDancer
m (formatting)
Line 109: Line 109:
End</pre>
End</pre>


Since this isn't a complicated script, it won't make much difference whether it has a return statement unless you are running many instances of scripts like this. Likewise, since it is a simple script, there is no need to include this:
:Since this isn't a complicated script, it won't make much difference whether it has a return statement unless you are running many instances of scripts like this. Likewise, since it is a simple script, there is no need to include this:
<pre>  If WeatherButton == -1
<pre>  If WeatherButton == -1
     Return</pre>
     Return</pre>
:--[[User:ShadowDancer|ShadowDancer]] 22:48, 24 August 2007 (EDT)
:--[[User:ShadowDancer|ShadowDancer]] 22:48, 24 August 2007 (EDT)
Anonymous user