ID:159101
 
I'm trying to figure out how I would make a proc, that would move a mob over time based on their speed to a location choosen by the user.

Ex:
dash 10,15
speed = 3

It would slowly move the mob to the loc of 10,15 at a speed of 3 of whatever z-level.

And speed would be like speed x 100 / 2

So you would move one step every 15 seconds.
Look up the walk_to() proc and its third argument.
In response to Spunky_Girl
Damn, I didn't even think about it. Thanks.

PS.
Keep up all the good work. I've been noticing. :P