input("What Teleport do you wish to acess?") in list(new/turf/Teleport_Beacon)
Problem description:How would I declare the object picked so I can put something like usr.loc = O.loc... I know its a stupid question but I just dont know how
EDIT:I figured it out i think: var/obj/O = input("What Teleport do you wish to acess?") in list(new/turf/Teleport_Beacon) ...yeahh that didnt workk
And it's Developer How-To