Can you expand on how you solved the count up from a set time? Did you code it yourself and is it available? Thanks.FYI -- small error in code is preventing %HH from having double zeroes as leading numbers. In the function set_time_text() under if string.match (text, "%%HH") the next line says "minutes_infinite" where it should say "hours_infinite"
I was also able to figure out my use case I mentioned before by adding the Countdown duration as an option in the Countup menu, then having the reset function pull that number, like it does in Countdown. Awesome code -- pretty much exactly what I was looking for.