Thread: Timer
View Single Post
  #15  
Old 03-18-2008, 11:07 PM
zokemon zokemon is offline
That one guy...
zokemon's Avatar
Join Date: Mar 2001
Location: Sonoma County, California
Posts: 2,925
zokemon is a jewel in the roughzokemon is a jewel in the rough
Send a message via ICQ to zokemon Send a message via AIM to zokemon Send a message via MSN to zokemon Send a message via Yahoo to zokemon
Quote:
Originally Posted by Inverness View Post
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.
__________________
Do it with a DON!
Reply With Quote