ID:169826
Apr 26 2005, 11:11 am
|
|
I was wondering if some could show an example of the walk_to proc, the rerfernce did not help me.
|
In response to Ryne Rekab
|
|
Ryne Rekab wrote:
walk_to(Ref,Trg,Min=0,Lag=0)
> mob/verb/WalkToMonster(mob/monster/M in oview(9)) Ref would be person stepping.Thanks a lot, I finally got the NPC to follow me. |
Ref would be person stepping.
Trg would be the TARGET of the stepper.
Min would be the min. distance between the Ref and Trg.
Lag would be run the step every .5 seconds.
-Ryan