ID:1303767
 
(See the best response by FKI.)
Problem description: So I'm creating a tournament style system and I want to be able to challenge random players. So i would to know how i could to choose a random player from the list then transport both players to a set location.

Best response
var/mob/random_mob = pick(name_of_list)
Thankyou, i think it may be time to look through the DM Reference.