Hi everyone, I think I pretty much understand how to use pathfinding on the basic level.. but what i have going on i haven't exactly seen. Trying to have pathfinding that respects tile blocks and those constraints.. no diagonal motion. just N-S-E-W
I am making a house (think of a zelda top down RPG) where NPCs walk around. I just want them to move down the halls even if they move in short 2-3 block.. but also it would be great to also tell them during scripted events to move to specific places and be smart enough to get to the location I specify.
I thought maybe i could make "waypoints" a single sprite i could put all over the map and then have NPCs check distance or something.. but I just can't get my footing on this.
Thanks in advance,
Caleb