Hello all and thank you in advance for any advice. I am trying to set up daily specials to run at 2 different times throughout the day. i have a special that runs from 11am-2pm and another one that runs from 3pm-6pm. i can get one of these working fine but cant figure out how to get them both working. here is the code i have that runs the 3pm-6pm specials for Monday.
//Monday Drink Specials
If ((@WEEKDAY = 1) AND (@HOUR >= 15)) OR ((@WEEKDAY = 1) AND (@HOUR <=18))
LoadKybdMacro key(17,scrn1)
ENDIF
thanks again for any info!
//Monday Drink Specials
If ((@WEEKDAY = 1) AND (@HOUR >= 15)) OR ((@WEEKDAY = 1) AND (@HOUR <=18))
LoadKybdMacro key(17,scrn1)
ENDIF
thanks again for any info!