Difference between revisions of "MessageBox Tutorial"

1 byte added ,  11:51, 24 December 2007
→‎Activator Script: Moved setting Working to top to stop infinite loops
imported>Dev akm
(→‎Activator: fix troubleshooting link)
imported>Haama
(→‎Activator Script: Moved setting Working to top to stop infinite loops)
Line 340: Line 340:
Begin GameMode
Begin GameMode
   If Working
   If Working
    Set Working to 1
     If (Choosing == 0) ;meaning it shouldn't be running
     If (Choosing == 0) ;meaning it shouldn't be running
       Set Working to 0
       Set Working to 0
Line 364: Line 366:
       Endif
       Endif
     Endif
     Endif
    Set Working to 1
   Endif
   Endif
End</pre>
End</pre>
Anonymous user