RegisterEvent not working

nelsonperalta

New member
Hello,

I am trying to send Events to a script on the same object as the Behavior Tree. It doesnt seem to be working as expected. I tried making a temporary script with the barebone code lines just to test this, but no success.

Can someone help me out whit this? Thank you!

1712439722478.png

1712439743542.png
 

Attachments

  • 1712439631058.png
    1712439631058.png
    132.7 KB · Views: 2
Within your SendEvent task you aren't specifying any parameters, but when you are registering the event your method has a single parameter. My bet is that this is the problem because of the mismatch.
 
Top