View Single Post
  #14  
Old 08-26-2007, 04:56 AM
xXziroXx xXziroXx is offline
Malorian
xXziroXx's Avatar
Join Date: May 2004
Posts: 5,289
xXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant futurexXziroXx has a brilliant future
You cant break a 'while' dumbnuts!

PHP Code:
while (this.foo == false) {
  
player.chat "I've failed" SPC temp.bar SPC "times!";
  
temp.bar ++;
  if (
temp.bar == 10) {
    
player.chat "I didnt fail, yay!";
    
temp.foo true;  // Automaticly breaks the 'while' since the reason its being run is now invalid.
  
}

__________________
Follow my work on social media post-Graal:Updated august 2025.
Reply With Quote