fael097
(fael097)
1
hi, I have this setup in my behavior tree, but it never aborts, even though “canseeplayer” is successfully set to false when I’m hiding.
the receive abort event is never triggered.
any ideas why?
fael097
(fael097)
2
found it. I had a finish execute node on the receive execute event, so every time it executed it completed the task, so it couldn’t be aborted.
disconnected the last node and it works.