Teleport(mob/M in world)
switch(input("Teleport to [M]?")in list("Yes","No"))
if("Yes")
M<<"You have been teleported to"
if(!M) return //do nothing if M has been deleted since they were chosen
usr.loc=locate(M.loc)
Problem description: I am very confused, this done not seem to be working....