Quote:
Originally Posted by Inverness
Don't use a while loop, it will probably stop at the maxlooplimit which is 10,000 by default. If you want an unending loop always use timers or scheduled events.
Even if you did use a while loop it should be while (true) {}
|
I'm pretty sure there isn't a loop limit offline. I may be thinking of the days pre v2 though.