ID:174299
 
This is a working follow code, I got that much. XP But how do I make the proc stop if the player who is following moves?

Follow(mob/M in oview())
set desc = "Follow a player."
follow
sleep(1)
walk_to(src,M.loc,1,1)
goto follow
I R N00B I BUMP POST
....lol...-.-'
In response to Enigmaster2002
umm...

1#Do not talk like that...that will make less people want to help you (well most likely any way)
2#Do not bump unless 24 hours have past and is on second page
3#Look up the while proc in the reference
Very, very wrong use of goto there. Goto should never ever be used for simple loops. It should be used for the kind that's so complex, even coming up with an example is taxing.

And please don't bump your posts until at least 24 hours have passed and they're off the first page.

Lummox JR