View Single Post
  #9  
Old 08-28-2007, 03:16 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Do something like this to prevent endless loop:
PHP Code:
  for (i=0i<4i++) {
    
this.this.gmapo[0]*64 int(random(0,62));
    
this.this.gmapo[1]*64 int(random(0,62));
    if (
onwater(this.x-1+(i%2), this.y-1+int(i/2)))
      break;
  } 
Reply With Quote