ID:178931
 
I want it to where you click on a mob and it follows you, I have the click proc and everything but how would I go about making it follow you.
I have tried walk_to and step_to but I guess im messing up somewhere
could someone give me a short example code on how one of these works using usr and src?
mob/pet
icon='pet.dmi'
Click()
walk_to(src,usr,1,0)

mob/player
icon='m.dmi'

world
mob=/mob/player

turf
icon='t.dmi'

Heres an ex. Not the best way but too much time taken is too much life taken. This works. If you don't like this way I would prefer you go to nadrews party system.