View Single Post
  #1  
Old 12-08-2002, 10:32 PM
Googi Googi is offline
A Serious Epidemic
Googi's Avatar
Join Date: Oct 2001
Location: Canada
Posts: 18,866
Googi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud ofGoogi has much to be proud of
Send a message via AIM to Googi
Unhappy Condensed Endless Loop...

NPC Code:

if (timeout){
if (i=17){
if (this.key5=true){
this.key5=false;
i=16;
timeout=1;
}
else{
this.key5=false;
i=16;
timeout=1;
}
}
}



Yes, I have tried changing i=17 to i==17 but it didn't work .
__________________
Reply With Quote