New template; Several smaller additions; A few more bug fixes.
Look forward to Timer behavior can use Expressions Get remainder and elapsed time percentage of timer.
You can get the remainder by using maths with existing expressions :
Remainder = Object.Timer.Duration("Tag") - Object.Timer.TotalTime("Tag")
Elapsed% = round((Object.Timer.TotalTime("Tag") * 100) / Object.Timer.DurationTime("Tag")))
Please post any suggestions here or they'll get lost! construct3.ideas.aha.io