Yes that’s exactly what I mean. It’s clear now how it works, thanks.
Yeah, right that should work. However, when I call my custom function whenever I want and the tick is firing simultaneously, I have no idea what will go first. So, when I set the boolean to true in my cutom event and event tick checks the condition, than sets the boolean to false at the very end of its sequence, I have no guarantee that my custom event will manage to set it back to true before the condition in event tick is checked again…