Hi, guys, I'm trying to make with that one player is teleported to the map and the other players wait in the waiting room while the first player stays there, in the map. When the first player go out from the map, the second goes in the map and others wait too and so on. My scrit above isn't working this way, it's teleporting the players to the map, ok, but it isn't doing the second player in the waiting queue teleport immediately after the first player goes out from the map. The second player is getting to teleport just if another player clicks on the balloon above the npc( waiting room). This is my problem, the players don't get to teleport immediately after the player that is in a position above his position gets out from map.
I'm not getting to do it and i don't know what i need to do to it works fine.
my script :
prontera,151,182,6 script John 81,{ end;OnInit: waitingroom "Waiting Room",5,"John::OnStart",1; end;OnStart: if(getmapusers("new_1-2")==0) { warpwaitingpc "new_1-2",98,17,1; attachrid $@warpwaitingpc; announce "The player "+strcharinfo(0)+" was teleported to the event room!",bc_blue|bc_all; } end;}
If anyone can help me, i thank !