Clock with Minutes and Hours

I want to make a clock where it shows AM and PM and the for a game, but i cant seem to figure out how to add an amount to a variable without just setting it, anyone know how to do that?

(what i want to do is basically every second add 1 to minutes, when it equals 59 to change to 0 and add 1 to hours)

Hi

The simplest way is to use a timeline for the seconds & 3 VAR: Min, Hour, AM/PM

Set timeline for 60 seconds, when seconds hit 60, add 1 to min & restart timeline, when min hits 60, set to 0, add 1 to hour, when hour hits 12, change am to pm.

thanks, that worked!