ID:179227
 
If a players requests a new game, I would like to prompt each player simultaneously for confirmation (Y/N) before actually doing it. What's the easiest way to code this?
Simple:

proc
allplayersproc()
for(var/mob/M in world)// for all the mobs in the world
//do your accept proc here