ok... i'm no scripting genius, heck, i can barelly make a door
but wouldn't it look like this?
NPC Code:
timeout=0.5;
if (timeout && playercount>5){
do something;
timeout=0.5;
}
but I don't know, i've never used player count, and heck, i suck at scripting..