Fade-in Bypass

The timer controlled movement is done via the “OnTimerTick()” callback, wich unfortunately is still undocumented… but there is some information in the forums, i.e. here:

So there is an action triggered every ~50ms, so on every time-step (50ms), the resulting (up/down) value is then incremented by 1 multiplied with the “speed” parameter, so that at speed=1 the movement will be slow and fluent and at speed=30 the movement will be fast but jumpy (value changes in steps of 30).

I don’t understand your asking for diffrent “speed ranges”, what exactly do you want to finally achieve?
What is your use case? Maybe i’m missing something, maybe you’re hunting ghosts, and this scriptlet might not be the perfect solution… who knows?