for(var/mob/M in world)
if(locate(M.name) in usr.party)
M.lastx=M.x
M.lasty=M.y
M.lastz=M.z
M.loc=locate(B.x+2,ony,B.z)
M.dir=WEST
ony-=1
world<<"found [M.name]"
I dont get... "mob found" so, it must not be finding it :(.
Its in the middle of my coding but there should be enough there to determine the problem, Any help appreciated. thanks.