turf/Teleporter//the name of our turf
icon='hogsmead.dmi'
Entered(mob/M)
if(istype(M,/mob))//is it a mob that entered?
M.loc=locate(1,1,1,'Hogsmead.dmp')
Problem description:teleport.dm:100:error:locate :expected 0 to 3 arguments (found 4).& teleport.dm:100:error::missing expression. its all on the
M.loc=locate(1,1,1,'Hogsmead.dmp')