the npc nothing happen .
this scrip from jesky
if (getmapusers(guidl_vs1)==1)goto Full;
mes "Do you want to enter this room?";
menu "Enter",enter,"Cancel",cancel;
enter:
set @name, +strcharinfo(0);
warp "guidl_vs1",50,50;
end;
cancel:
end;
Full:
next;
mes "Sorry, the room is on used by "+@name+" right now";
next;
mes "Please wait until the person get out from this room.";
next;
end;
OnInit:
while( 1 ){
delwaitingroom;
waitingroom "Miner(s) : "+getmapusers("guidl_vs1")+"",0;
sleep 1000;
}
end;
}