Good afternoon, 
  
Although I have had my ISY for quite awhile the only program I have ever done is a generic one that turns on or off lights at a certain time. I would like to have one that will turn on a scene when I enter the garage. I can't seem to get it to actually turn the scene on. I can see that it is running and can see that it makes it to the else line (in summary can see it waiting), but the scene never turns on. I have poked around but have no idea what I am doing wrong, although I imagine it is quite obvious. Could someone take a look? 
  
 
If
       Elk Zone 'ML Garage Door 1' is Violated
    Or Elk Zone 'ML Garage Door 2' is Violated
    Or Elk Zone 'ML Garage Door 3' is Violated
    Or Elk Zone 'ML Garage Entry' is Violated
Then
       Set Scene 'ML Garage Ceiling' On
Else
       Wait  10 minutes 
       Set Scene 'ML Garage Ceiling' Fast Off
Turns the garage ceiling lights on for ten minutes of any of the garage doors or the garage entry door is opened.
 
  
  
Thank you...ct