Unable to use "On start of layout" as it's triggered by other events.
Tried the trigger once but still doesn't break out of looP.
Will try trigger once and sub event now.
Well... if it is triggered by other events, shouldn't it be a sub-event of that triggered event?
The loop shouldn't be run every tick, only when certain conditions are met it should run once..
right now the "trigger once when true" has no further conditions, so it is triggered once per tick