This triggers worked fine in 6.16. What it did was check the seconds on the clock and would add 1 to a variable called seconds.
#trigger {-:(59|58|57|56|55|54|53|52|51|50|49|48|47|46|45|44|43|42|41|40|39|38|37|36|35|34|33|32|31|30|29|28|27|26|25|24|23|22|21|20|19|18|17|16|15|14|13|12|11|10|09|08|07|06|05|04|03|02|01|00)} {#ADD seconds 1}
#trigger {@seconds > 1} {#var seconds 0;do this stuff now}
Can anyone tell me why this is now not working in zmud 6.40 because all classes and triggers are getting turned on leading up to this this trigger, but for some reason its not even adding 1 to the seconds variable and the TYPE IS set to alarm.
Really need this one badly its a foundation of my whole system.........
Thanks,
Shyl