Difference between revisions of "MessageBox Tutorial"
Jump to navigation
Jump to search
→Example script: Moved set Working to top to prevent infinite loops
imported>Haama (→Activator Disadvantages: Moved set Working to top to stop infinite looping) |
imported>Haama (→Example script: Moved set Working to top to prevent infinite loops) |
||
Line 412: | Line 412: | ||
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 521: | Line 523: | ||
Endif | Endif | ||
Endif | Endif | ||
Endif | Endif | ||
End</pre> | End</pre> |