new Action > Set a timer to a value

Can we please get the ability to set the timer in gdevelop to a value please?

I am asking because I am trying to keep it back in sync when there is a lag.

Could be useful indeed.

But you can work with variables for now : just add +TimeDelta() to your variable each tick (frame) and then, you can use your variable like a timer.

Thank you. I will give it a try! :slight_smile:

hey this is a pretty nice solution!! :slight_smile: I get a way better sync now
Thank you again!!