hello guys, I'm trying to make a condition to check if there is a player on the map, but the condition enters an infinite loop, I need the NPC to show a waitingroom if there is a player on the map and another if there is no player on the map, but it has to be in real time
do{waitingroom "PvP in progress",0;}while(getareausers("force_4-1",86,113,113,86) > 0)