I don't know if my code is wonky or if this is a bug of some sort, but my npcs are not moving although they should be. Any way, I can't figure out what's wrong so I might as well post the .capx. Thanks. https://www.dropbox.com/s/j2fzvrip0uf3c ... .capx?dl=0
The way you use path finding is not good and is used a little wrong, that's why it doesn't work.
Move along path is an action related to an object in this case your NPC, and should be used together with "On path found" and not every tick.
Here is a modified version that works: