|
@@ -86,7 +86,7 @@ if SchoolAtestat = 0 or natholi = 0:
|
|
|
!!Kitchen - Breakfast
|
|
|
lariloc = 3
|
|
|
lariloc['athome'] = 1
|
|
|
- elseif (hour > 11) or (hour = 11 and minut < 15):
|
|
|
+ elseif (hour < 11) or (hour = 11 and minut < 15):
|
|
|
!!Living Room - Working Out
|
|
|
lariloc = 16
|
|
|
lariloc['athome'] = 1
|
|
@@ -134,7 +134,7 @@ if SchoolAtestat = 0 or natholi = 0:
|
|
|
!!Kitchen - Breakfast
|
|
|
lariloc = 3
|
|
|
lariloc['athome'] = 1
|
|
|
- elseif (hour > 11) or (hour = 11 and minut < 15):
|
|
|
+ elseif (hour < 11) or (hour = 11 and minut < 15):
|
|
|
!!Living Room - Working Out
|
|
|
lariloc = 16
|
|
|
lariloc['athome'] = 1
|
|
@@ -194,7 +194,7 @@ else
|
|
|
!!Kitchen - Breakfast
|
|
|
lariloc = 3
|
|
|
lariloc['athome'] = 1
|
|
|
- elseif (hour > 11) or (hour = 11 and minut < 15):
|
|
|
+ elseif (hour < 11) or (hour = 11 and minut < 15):
|
|
|
!!Living Room - Working Out
|
|
|
lariloc = 16
|
|
|
lariloc['athome'] = 1
|
|
@@ -242,7 +242,7 @@ else
|
|
|
!!Kitchen - Breakfast
|
|
|
lariloc = 3
|
|
|
lariloc['athome'] = 1
|
|
|
- elseif (hour > 11) or (hour = 11 and minut < 15):
|
|
|
+ elseif (hour < 11) or (hour = 11 and minut < 15):
|
|
|
!!Living Room - Working Out
|
|
|
lariloc = 16
|
|
|
lariloc['athome'] = 1
|