Hi, I'm trying to make a script that runs only if the time is between for example from 18:00:00pm to 04:00:00am hs.
So far I've got this one working:
:if ([/system clock get time] > "18:00:00") do={}
This one will run if time is past 18:00:00, but what I need now is to "tell" the script to only run if time is between 18:00:00pm to 04:00:00am
Thanks everyone.