How to handle EQS failure in a behaviour tree?

I don’t get how I can force it to go to the next node when a EQS Query fails, atm it just gets stuck and loops infinity until it succeeds again.

I just use a branch to check the return value of the Get Query Results As Locations node.

I figured out another way, it is probably better.

In this, when one fails, it automatically goes to the next one:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.