Thread: Stuck
View Single Post
  #12  
Old 01-30-2002, 07:47 PM
Poogle Poogle is offline
Registered User
Poogle's Avatar
Join Date: Jun 2001
Posts: 2,471
Poogle is on a distinguished road
Quote:
Originally posted by Kaimetsu
Don't use a while loop with sleeps, use a normal timeout loop. Converting your code (which seems strange beyond belief), we get this:

if (playerenters) {
timeout = 0.1;
}
if (playertouchsme) {
time.tag+=1;
}
if(timeout) {
x = random(24,41);
y = random(7,14);
timeout=0.1;
}
yeAH but i need help on the lastest thing i posted
Reply With Quote