turf/Teleorter
icon='turf.dmi'
teli2
icon_state="teli2"
density=0
Entered(mob/M)
if(istype(M,/mob))
M.loc=locate(/turf/Teleporter/teli)
turf/Teleorter
icon='turf.dmi'
teli
icon_state="teli"
density=0
Entered(mob/M)
if(istype(M,/mob))
M.loc=locate(/turf/Teleporter/teli2)
Problem description:Ok I have the two icon's needed, teli one is setup at a door and teli2 is setup on the other map of the inside of the building on the door, now when i try to run through the first door i step onto the teli pad but i dont appear on the other map i teleport to right infront of the door i just ran through.