Difference between revisions of "Talk:ScriptEffectUpdate"
Jump to navigation
Jump to search
m
formatting again...
imported>ShadowDancer m (oops, typo) |
imported>ShadowDancer m (formatting again...) |
||
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 | :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) |