ID:157617
 
I want to make a turn based game, and I want to make it so at the end of every turn, a procedure will execute for every player that is playing. Is there a list I can access that has every player in the room, or any other way I can do this?
You can manage any needed lists on your own, such as a list of players logged in, in a room, or whatever. Depending on the meaning of "room" and how it's set up, you may also be able to get away with accessing the mobs in it by looping through its area's contents list.