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.