ID:269603
 
Ok i want a verb, so when you click it, you enter a location and it goes there not, Example the verb is auto location and i click it it carrys me to location 50,60,1
but i want it to move there not telport there ok
Format:
walk_to(Ref,Trg,Min=0,Lag=0)
Args:
Ref: A mob or obj.
Trg: An object on the map.
Min: The minimum distance between Ref and Trg before movement halts.
Lag: Delay in world 1/10 seconds between movement.


Help a little?
In response to Zephir62
The only way I could use Walk_to() was in the same format as step_to(), and then the users could move while the proc was in play.
In response to Sinoflife
Then you would need something like...

client/North()
if(!src.mob.moving)
..()

And so on so forth.