Explorar el Código

[fixed] Mom scedule numbered up correctly

KevinSmarts hace 4 años
padre
commit
3658221d0d
Se han modificado 1 ficheros con 22 adiciones y 22 borrados
  1. 22 22
      locations/family_schedule.qsrc

+ 22 - 22
locations/family_schedule.qsrc

@@ -110,10 +110,10 @@ if week <= 5:
 		momloc = 1
 		momloc = 1
 	elseif hour = 5 and minut < 50:
 	elseif hour = 5 and minut < 50:
 		!!shower
 		!!shower
-		momloc = 5
+		momloc = 2
 	elseif hour < 6 or (hour = 6 and minut < 10):
 	elseif hour < 6 or (hour = 6 and minut < 10):
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
-		momloc = 1
+		momloc = 3
 	elseif hour = 6 or (hour = 7 and minut < 30):
 	elseif hour = 6 or (hour = 7 and minut < 30):
 		momloc = 4
 		momloc = 4
 		if hour = 6 and minut < 40:
 		if hour = 6 and minut < 40:
@@ -135,34 +135,34 @@ if week <= 5:
 		momloc = momcleaning
 		momloc = momcleaning
 	elseif hour = 8 and minut < 30:
 	elseif hour = 8 and minut < 30:
 		!! Walking to work
 		!! Walking to work
-		momloc = 0
+		momloc = 5
 	elseif hour < 16 and week < 5:
 	elseif hour < 16 and week < 5:
 		!!Working in the cafe. On Friday she stays until 18:00
 		!!Working in the cafe. On Friday she stays until 18:00
-		momloc = 7
+		momloc = 6
 	elseif hour = 16 and minut < 40 and week < 5:
 	elseif hour = 16 and minut < 40 and week < 5:
 		!!Buying groceries for dinner and other stuff needed for home at the supermarket
 		!!Buying groceries for dinner and other stuff needed for home at the supermarket
-		momloc = 6
+		momloc = 7
 	elseif hour < 17 and week < 5:
 	elseif hour < 17 and week < 5:
 		!!Walking home
 		!!Walking home
-		momloc = 0
+		momloc = 8
 	elseif hour = 17 and minut < 50 and week = 5:
 	elseif hour = 17 and minut < 50 and week = 5:
 		!!Working in the cafe. On Friday she stays until 17:50
 		!!Working in the cafe. On Friday she stays until 17:50
-		momloc = 7	
+		momloc = 9
 	elseif hour < 18 and week = 5:
 	elseif hour < 18 and week = 5:
 		!!Walking home
 		!!Walking home
-		momloc = 4
+		momloc = 10
 	elseif hour < 18:
 	elseif hour < 18:
 		!!Making dinner (On Friday she brings home leftovers from the cafe)
 		!!Making dinner (On Friday she brings home leftovers from the cafe)
-		momloc = 4
+		momloc = 11
 	elseif hour < 19:
 	elseif hour < 19:
 		!! Cleaning dinner table/Doing dishes
 		!! Cleaning dinner table/Doing dishes
-		momloc = 4
+		momloc = 12
 	elseif hour < 20:
 	elseif hour < 20:
 		!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms) (once/twice a week goes over to Luda)
 		!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms) (once/twice a week goes over to Luda)
 		momloc = momcleaning2
 		momloc = momcleaning2
 	elseif hour < 22:
 	elseif hour < 22:
 		!! Watches TV with Vladimir
 		!! Watches TV with Vladimir
-		momloc = 3
+		momloc = 13
 	else
 	else
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		momloc = 1
 		momloc = 1
@@ -173,10 +173,10 @@ else
 		momloc = 1
 		momloc = 1
 	elseif hour = 5 and minut < 50:
 	elseif hour = 5 and minut < 50:
 		!! Shower, if Sveta knocks she''ll ask to wake Kolka
 		!! Shower, if Sveta knocks she''ll ask to wake Kolka
-		momloc = 5
+		momloc = 2
 	elseif hour < 6 or (hour = 6 and minut < 10):
 	elseif hour < 6 or (hour = 6 and minut < 10):
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
 		!! Getting dressed in her room and wakes Vladimir, if Sveta walks by she''ll ask to wake Kolka (Occasional morning quicky)
-		momloc = 1
+		momloc = 3
 	elseif hour = 6 or (hour = 7 and minut < 30):
 	elseif hour = 6 or (hour = 7 and minut < 30):
 		momloc = 4
 		momloc = 4
 		if hour = 6 and minut < 40:
 		if hour = 6 and minut < 40:
@@ -198,11 +198,11 @@ else
 		momloc = momcleaning
 		momloc = momcleaning
 	elseif hour = 11 and minut < 30:
 	elseif hour = 11 and minut < 30:
 		!! Takes the car to town
 		!! Takes the car to town
-		momloc = 0
+		momloc = 14
 	elseif hour < 12 and minut < 30:
 	elseif hour < 12 and minut < 30:
 		!! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
 		!! Gets her nails done/hair cut at the salon or such things - On Sunday goes to the church during these hours
 		if week = 5:
 		if week = 5:
-			momloc = 13
+			momloc = 15
 		else
 		else
 			momloc = 16
 			momloc = 16
 		end
 		end
@@ -210,29 +210,29 @@ else
 		momloc = 16
 		momloc = 16
 	elseif hour < 14:
 	elseif hour < 14:
 		!! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
 		!! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
-		momloc = 0
+		momloc = 15
 	elseif hour < 17:
 	elseif hour < 17:
 		!!Helping out Sergey/Luda, going to Kolka's games?
 		!!Helping out Sergey/Luda, going to Kolka's games?
 		momloc = rand(14,15)
 		momloc = rand(14,15)
 	elseif hour < 18:
 	elseif hour < 18:
 		!! Making dinner
 		!! Making dinner
-		momloc = 4
+		momloc = 11
 	elseif hour = 18 and minut < 30:
 	elseif hour = 18 and minut < 30:
 		!!Family dinner (same as the family breakfast, Sveta doesn''t have to join it but we can have some family interactions like mom and step dad asking about how school was etc)
 		!!Family dinner (same as the family breakfast, Sveta doesn''t have to join it but we can have some family interactions like mom and step dad asking about how school was etc)
-		momloc = 4
+		momloc = 12
 	elseif hour < 19:
 	elseif hour < 19:
 		!! Cleaning dinner table/Doing dishes
 		!! Cleaning dinner table/Doing dishes
-		momloc = 4
+		momloc = 13
 	elseif hour < 21:
 	elseif hour < 21:
 		!!Says she goes to see her sister, in reality sometimes see's her sister of fucks around with different people. - Sunday goes to evening mass
 		!!Says she goes to see her sister, in reality sometimes see's her sister of fucks around with different people. - Sunday goes to evening mass
 		if week = 5:
 		if week = 5:
-			momloc = 14
+			momloc = 17
 		else
 		else
-			momloc = 16
+			momloc = 18
 		end
 		end
 	elseif hour < 22:
 	elseif hour < 22:
 		!! Watches TV with Vladimir
 		!! Watches TV with Vladimir
-		momloc = 3
+		momloc = 13
 	else
 	else
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		!! Sleep (Small chance she and step dad have sex before sleep)
 		momloc = 1
 		momloc = 1