Reducing a variable every x seconds [Arduino Uno]

ieee488:
Where ever in your code the 1 second has elapsed, decrement your variable. If the value is -1, set it back to whatever original value you want it to be.

Hi, thank you for the feedback. I don't really know how to implement that, could you possibly give me an example please?