is there a way to get people on waiting room? something like this:
arlandria,150,129,1 script test#npc1111 81,{end;OnInit: waitingroom "Test NPC",2,"test#npc1111::OnFull",1; enablewaitingroomevent "test#npc1111"; end; OnFull: npctalk "Hey, "+strcharinfo(0); end;}
would be even better is there is an OnEnter event for waitingroom, so i can screen every people before allowing them inside the waitingroom
arlandria,150,129,1 script test#npc1111 81,{end;OnInit: waitingroom "Test NPC",2,"test#npc1111::OnFull",1; enablewaitingroomevent "test#npc1111"; end; OnFull: npctalk "Hey, "+strcharinfo(0); end;}
would be even better is there is an OnEnter event for waitingroom, so i can screen every people before allowing them inside the waitingroom
Last edited by a moderator: