View Single Post
02/14/17, 12:37 AM   #4
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by Ayantir View Post
You get an (infinite) loop : You break the loop.

99.9% of loops crashing the client are bad codes and can be avoided by refactoring it, no need wait(), pause() or other sleep() you may know.
Infinite loop just fixes the client. Crashing is done by for example creating/changing too many strings within one frame. The x86 client does not crash for that. And the keyword is not wait, but yield.
And he is not talking about infinite loop, but huge loop.
  Reply With Quote