It's a simple solution: set a timer for every second, and create an alarm variable which, when assigned, has the interval added to the current time. When the current time matches the alarm time, the alarm goes off. Multiple alarms can be tested for within the timer event. Alarms which are not...