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.