
-----------------------------------
GodsObscure
Wed Jan 06, 2016 1:55 pm

Command on how to end all loops / code when a condition is met?
-----------------------------------
I am trying to make a racing game, and when the first car hits the finish line, I'd like it to stop all the other stuff going on in the game. Any ideas? Thanks!

-----------------------------------
Jeffmagma
Wed Jan 06, 2016 6:10 pm

Re: Command on how to end all loops / code when a condition is met?
-----------------------------------
Stop everything? I think the  or   command works.
If you just want to exit a loop, try the   command
