Thread: players in room
View Single Post
  #13  
Old 08-21-2003, 06:59 PM
protagonist protagonist is offline
Banned
protagonist's Avatar
Join Date: May 2003
Location: CAW
Posts: 5,586
protagonist is on a distinguished road
Send a message via AIM to protagonist Send a message via MSN to protagonist
Quote:
Originally posted by marcoR
meh, I guess I'll fall to the wrain of kai...

so would it be like this?

NPC Code:


timeout=0.05;

if (timeout){
if(playerscount>5){
do something, please!;
}
timeout=0.05;
}



atleast that's how I understood it...
You should still need to define timeout in a code block.
Reply With Quote