-Drag a wire off from Event (red square), and type in the searchbox “Custom Event”. Click the result that pops up and you got yourself a new event. You can then just call your function from that event’s implementation. You can only do that from the EventGraph though. If you want to bind an event inside another function you need to create the event by hand on the base graph and then reference it inside the function.