Mgoto
mgoto - syntax: mgoto("mob name")
Transfers the mob running the program to specified player or mob if found. Returns true/false to indicate success or failure.
if pgoto("Lasher") then
say ("Hi Lasher!") --- now in lasher's room.
else
say ("I can't find Lasher!")
end