I know I've posted this before but when I said that the help didnt fix the problem, no one replied.
mob/proc/pickmob()
var/List[0]
for(var/mob/M in world)
List.Add(M.key)
M.overlays+='overlay.dmi'
M.player2=0
M.it=1
world<< "font face=arial black>font color=red>GAME:[M] is it!"
player--
return
this code picks who is it in my game but it only picks the host and I would like it to pick randomly from a list of people in the game. Any help would be greatly appreciated.

~~> Unknown Person