So I'm making a small platformer,
and I want to make it so that when the player has been moving for more then 5 second, +1.0 is added to the max speed.
I was thinking something like,
"if player is moving,
than every 5.0 seconds add +1.0 to max speed."
but I can't add +1.0 to max speed, because I get a syntax error when I try to input +.
So does anyone have a idea on how I could achieve this?
Also, I'm just using the platformer behavior, and the current max speed is 230.
(Also, I searched around the forum but didn't find anything, sorry if this has been answered before)