Multiple pathfinding with Pathfinding Object
Can somebody please explain how to achieve multiple pathfinding using the Pathfinding object? Every example mfa that I've found so far requires the outdated ForEach extension, which I can't install on Clickteam Fusion 2.5. I've been trying to use multiple duplicates of the Pathfinding object, but it seems impossible to get each NPC to read/write data to its corresponding Pathfinding object :( Any help would be appreciated.
1 Attachment(s)
Multiple Pathfinding Example
Thanks for the help everyone, I finally figured out a way to do it :D My method is quite different from SolarB:s though, so I thought I'd upload an example mfa of it. The only extension required apart from the Pathfinding object is the Advanced Direction object. The main benefit with my method is that it can be used with the built-in movements, as it doesn't require perfect collision detection. If you have any comments or ideas for improvements, please feel free to let me know. Hmm, let's see now... this is the first time I'm uploading something to the forum, so I hope I'll get it right...
Attachment 15079