How can I make construct skip an event after "using" it once?
I can very simply do this by setting a bool-like variable but construct still has to check the conditions every tick, is there an option to make the event an "one time event" - such event would when it is triggered once be automatically skipped every other tick, is this possible?