Quote:
What happens when you split the event in the video into two events: one event for start of frame, and one for on loop? Do they both still cause lag, or only one of them?
Basically as soon as i point ini object towards the ini file it starts to lag, no matter if its start of frame or later during loop.
Quote:
By the way, why do you need check for start of frame OR on loop? Why can't you just check for on loop, and in another event, run that loop on start of frame?
Well yes i assume i could optimize it by removing start of frame with or and just have it done via loop. Gonna try that now and revert back with update soon via edit.