mob
verb
Play()
input("What you want to play?") in list("1","2","3")
if(ppl==1)
usr<<"You can't play alone!"
if("1")
usr<<"You picked 1."
if(player1)
player1.picked=="1"
src.verbs -= /mob/verb/Play
Ummm is there another way to do the player1.picked=="1" check?I knew this would'nt work but that's the only way I can think of this.