Difference between revisions of "MessageBox Tutorial"
Jump to navigation
Jump to search
→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 | ||
Endif | Endif | ||
End</pre> | End</pre> |