Thread: X-Mas House
View Single Post
  #14  
Old 12-16-2001, 03:07 AM
Beowulf2 Beowulf2 is offline
leggo my eggo :(
Beowulf2's Avatar
Join Date: Nov 2001
Posts: 1,173
Beowulf2 is on a distinguished road
Send a message via ICQ to Beowulf2 Send a message via AIM to Beowulf2
you don't need to check to see if timeout is assigned a value, just make it

NPC Code:

timeout=.1;
if(playerenters&&timeout){
//other code in here;
timeout=.1;
}

Reply With Quote