ID:155848
 
Hey,
Could someone help me and tired to help me get a code to move NPC point-to-point? I tired and I looked up a bit and I found something about setting waypoints, but when I put it in an error happen and now I don't have it anymore... I think the error was something about "define waypoint" or something...
Please Help!
Thanks :)
Do you mean making them move once? If so, look in to walk(), walk_to(), step(), etc.

If you want them to continuously move in the same pathway - a simple loop should be easy to do.
In response to GhostAnime (#1)
GhostAnime wrote:
Do you mean making them move once? If so, look in to walk(), walk_to(), step(), etc.

If you want them to continuously move in the same pathway - a simple loop should be easy to do.

I'll try one of those, thanks.
But I am making a tower defense so it will be multiple path
In response to Darkdeathsss (#2)
Darkdeathsss wrote:
GhostAnime wrote:
Do you mean making them move once? If so, look in to walk(), walk_to(), step(), etc.

If you want them to continuously move in the same pathway - a simple loop should be easy to do.

I'll try one of those, thanks.
But I am making a tower defense so it will be multiple path

Alright, I tired to do it... But the code wouldn't work for me. Unless I typed it in wrong... Don't think I did tho