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.
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!
hey this is a pretty nice solution!! I get a way better sync now
Thank you again!!