turf/teleport/teleportpasswordin//the name of our turf
Entered(mob/M)
if(istype(M,/mob))//is it a mob that entered?
M.loc=locate(/turf/teleport/teleportpasswordout)
(Separate turfs.)
turf/teleport/teleportpasswordout//the name of our turf
Entered(mob/M)
if(istype(M,/mob))//is it a mob that entered?
M.loc=locate(/turf/teleport/teleportpasswordin)
Im tryin go get it to were when u step onto this turf u have to type in a password for both turfs can someone help me out please?