The help here is great!
While playing around I did get lots of errors that listed the line and the error so I know what you're saying but this is a notice in the status screen. "ON Unknown command" still comes up but the script below is working.
Since we wanted it to be easy we chose something that most everyone would have....tada.wav. And since it's the same sound for open and close I was able to simplify it by using:
on me:*:join:#[our group]:{
timer 06:30:00 1 1 .sound tada.wav The market is open! {
on *:WAVEEND:/timer 06:30:00 1 1 .sound tada.wav The market is open!}
timer 13:00:00 1 1 .sound tada.wav The market is closed. Hope your day was good! {
on *:WAVEEND:/timer 13:00:00 1 1 .sound tada.wav The market is closed. Hope your day was good!}
}
This gets 2 timers queued. As soon as the one plays it resets for the next time set.
This seems to work great and I will add some form of if/then/goto to eliminate Saturday/Sunday alarms when I get a chance. I know nothing of this programing stuff so it takes a while.
And yes, yours worked but since we only had one sound I just couldn't leave well enough alone.
Thank you for the help. Really!
TA