Custom Events aren't working

I don’t know why, but Custom Events i created aren’t working at all.

For example, this one is working when i directly connect “F key event” with my branch,

This one doesn’t work when its connected to my Custom Event.

Are you calling this event?

It would seem you expect your “Print Hello” custom event to fire just because the “Pressed F” boolean would be set to true somewhere else. That’s not how it works. First the “Print Hello” custom event must be called somewhere, then the branch node evaluates the “Pressed F” boolean.

Hi,

You’ve only declared the event.

You still have to call it. Hope it helps.