Hi
i have added a visible timer at the top corner of my game to show the player how lng they have been playing,
i have made a global variable called clock with inital value to 0, and a text box on the game that is set to update with the clock variable.
how do i add the action to the event sheet to add 1 second to the clock variable every one second