Maddick
Member
- Jul 21, 2017
 
- 127
 
- 142
 
- 255
 
It seems to work. Strange. But okay, as long as it works, right...Regarding the package delivery, I did a little debugging. The condtion for delivery rests to see if the day is 2 or 4 (Tues or Thurs) and if the hour is 7or 8. The trouble is the hour variable dtime uses the 24 hour clock so you need to deliver the package just after you wake up.
I think it's probably a bug and the code is supposed to compare against 19 and 20 for the hour, but maybe it's supposed to be a first-thing delivery. I dunno.