Just so you know, the built-in Pathfinding behavior uses A* and can run multiple pathfinding jobs in parallel, which is super fast.
Yeah, I know. Just wanted to implement A* myself, using events only.
Also, I had troubles in my previous projects trying to understand how to use Construct's Pathfinding in turn-based games.