Check if path is available?

How do I check if there is a path available to the target? I’ve been trying to use hasPath but I can’t figure out how to get the agent to not move at all when it cannot reach the target, so that it will return something like a ‘cant move’ bool somewhere. Thank you!

Hey,

you can check if the path is possible using:
IsPathPossible

2 Likes