1 2 3 4 5 6 7
sScheduleScript { if_time_range (10, 0, 20, 0) { return_l (1) } else { return_l (2) } }