SendEvent without parameters won't work.

epiphanyatnight

New member
I have a very simple setup with:
A Has Received Event node:
1609216044462.png

And a SendEvent method in a script:
BehaviorTree behaviorTree = GetComponent<BehaviorTree>();
behaviorTree.SendEvent("threatList");
For some reason, the event does not get triggered. There is conditional abort on the parallel selector, so I think it should but what am I doing wrong here?
 
Last edited:
Top