NPC move - Printable Version +- SphereCommunity (https://forum.spherecommunity.net) +-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d) +--- Forum: Script Help (/Forum-Script-Help) +--- Thread: NPC move (/Thread-NPC-move) |
NPC move - rainon - 06-03-2016 04:31 AM Hello, I want a NPC to go one point from another point but not telelport just by walking. How can I do this? RE: NPC move - rainon - 06-05-2016 06:08 PM anyone knows? RE: NPC move - rainon - 06-08-2016 05:23 AM up up up RE: NPC move - Nachtmusique - 06-09-2016 03:35 AM WALK <direction> Forces the NPC to walk one tile in the specified direction. Doesn't do exactly what you ask, but it might help. This thread might help even more... https://forum.spherecommunity.net/Thread-TestRun-for-NPC-navgation?highlight=npc+waypoint RE: NPC move - XuN - 06-10-2016 04:51 PM MoveTo <coords> |