Modify a timer running value

After I start a timer, can I modify its value? Now can transfer timer value to variable but cant transfer variable to timer. Is there any way to modify timer value.

Yes. In debug, just inspect the timer, type in the new value and click apply, it will start counting down or up form that new value.

Same then applies when you are doing that within a strategy. Just move the value into the timer (Int or float) and it will just pick up from the new value.

1 Like

Move or modify in Debug will result timer restart back from zero for uptimer.