How can i check AI arrived target location?

with simple Move to node, how can i check AI arrived?

my AI return Movement Result when he didn’t arrived. :frowning:

There is an output called ‘‘On success’’ this means that if the AI has arrived at the ‘‘Destination’’ it will execute this pin

The first pin you connected to branch is executed right after you call AIMoveTo, use OnSuccess, as SamRiot32 suggested.

7 years later...

image

1 Like