Code:
Problem description:
I'm trying to get a NPC to walk to a certain coordinates with the Move() proc can someone give me an example? if it's possible.
I mean as in walking towards the location not actually teleporting there.
Dec 22 2012, 2:59 am
Best response
|
|
You can use walk_to or a step_to loop. For getting the turf through coordinates, use locate.
|
nevermind i figured it out
npc_travel(mob/A, B, Q, Lag) |