Behavior Tree stuck on

I want to make the AI move randomly, it doesn’t work, Behavior Tree stuck on what am I doing wrong?



Try using Event Receive Execute AI instead of Event Receive Abort AI.

-Event Receive Abort AI: only gets called when the task has been aborted.
-Event Receive Execute AI: will be called once the Task has started.

Thank You Sir İts Work!

1 Like

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