Daycycle Question
How do I get the current daycycle offset, like the time of day? (Daycycle.offset only gets what it was originally set to)
(I think I can figure this out if I can find a variable somewhere that determines what time (getSimTime() time-wise) the daycycle began)
Is there any function I can package that loops with the dayCycle (like a tick function so that I can sync some things such as changing the fog distance and sun flare size as .daycycle files do not include these)?
Event question
I have set all the variables on a brick to define an event (eg %brick.eventOutputDelay0, %brick.eventOutputIdx0, etc... for all events)
It seems the events aren't getting applied. How do I apply them?