ID:163697
 
uhh how do u make it so if a mob steps over a turf the mob gets teleported to another place



i tried

usr.loc = locate(57,62,2)


but it keeps saying

turf.dm:218:error:usr.loc:undefined var


so if u got any help plz tell me
area
areaname
Entered(mob/player/M)
M.loc=locate(57,62,2)

Try that.