Difference between revisions of "Minimizing your Script"

5 bytes added ,  12:54, 23 January 2010
m
Small change to eliminate confusion for new scripters.
imported>Sabar
(de-emphasized importance of technique)
imported>XJDHDR
m (Small change to eliminate confusion for new scripters.)
 
Line 29: Line 29:


begin GameMode
begin GameMode
   if (some condition)
   if (some condition) != 0
     (some inefficient/complex algorithm)
     (some inefficient/complex algorithm)
   endif
   endif
Anonymous user