Browse Source

[Added] Mom schedule to the family schedule file. Stuff to be set in cikl not set.

KevinSmarts 4 years ago
parent
commit
8cb7dc9247
1 changed files with 139 additions and 0 deletions
  1. 139 0
      locations/family_schedule.qsrc

+ 139 - 0
locations/family_schedule.qsrc

@@ -100,5 +100,144 @@ else
 	end
 end
 
+
+
+!!---MOM--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
+
+if week <= 5:
+	if hour < 5 or (hour = 5 and minut < 30):
+		!!Asleep, if Sveta knocks she''ll ask to wake Kolka
+		momloc = 1
+	elseif hour = 5 and minut < 50:
+		!!shower
+		momloc = 5
+	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)
+		momloc = 1
+	elseif hour = 6 or (hour = 7 and minut < 30):
+		momloc = 4
+		if hour = 6 and minut < 40:
+			!! Make Breakfast
+			momloc[1] = 1
+		elseif hour = 6 and minut < 45:
+			!! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
+			momloc[1] = 2
+		elseif hour = 6 or (hour = 7 and minut < 15):
+			!! Family breakfast
+			momloc[1] = 3
+		else
+			!! Clean up breakfast table
+			momloc[1] = 4
+		end
+	elseif hour = 7 or (hour = 8 and minut < 10):
+		!!Cleaning random room in the house
+		!!variable set in cikl
+		momloc = momcleaning
+	elseif hour = 8 and minut < 30:
+		!! Walking to work
+		momloc = 0
+	elseif hour < 16 and week < 5:
+		!!Working in the cafe. On Friday she stays until 18:00
+		momloc = 7
+	elseif hour = 16 and minut < 40 and week < 5:
+		!!Buying groceries for dinner and other stuff needed for home at the supermarket
+		momloc = 6
+	elseif hour < 17 and week < 5:
+		!!Walking home
+		momloc = 0
+	elseif hour = 17 and minut < 50 and week = 5:
+		!!Working in the cafe. On Friday she stays until 17:50
+		momloc = 7	
+	elseif hour < 18 and week = 5:
+		!!Walking home
+		momloc = 4
+	elseif hour < 18:
+		!!Making dinner (On Friday she brings home leftovers from the cafe)
+		momloc = 4
+	elseif hour < 19:
+		!! Cleaning dinner table/Doing dishes
+		momloc = 4
+	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)
+		momloc = momcleaning2
+	elseif hour < 22:
+		!! Watches TV with Vladimir
+		momloc = 3
+	else
+		!! Sleep (Small chance she and step dad have sex before sleep)
+		momloc = 1
+	end
+else
+	if hour < 5 or (hour = 5 and minut < 30):
+		!! Sleep
+		momloc = 1
+	elseif hour = 5 and minut < 50:
+		!! Shower, if Sveta knocks she''ll ask to wake Kolka
+		momloc = 5
+	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)
+		momloc = 1
+	elseif hour = 6 or (hour = 7 and minut < 30):
+		momloc = 4
+		if hour = 6 and minut < 40:
+			!! Make Breakfast
+			momloc[1] = 1
+		elseif hour = 6 and minut < 45:
+			!! Set breakfast table - ask Sveta to do it if she comes into the kitchen at that time
+			momloc[1] = 2
+		elseif hour = 6 or (hour = 7 and minut < 15):
+			!! Family breakfast
+			momloc[1] = 3
+		else
+			momloc[1] = 4
+			!! Clean up breakfast table
+		end
+	elseif hour = 11:
+		!!Cleaning random room in the house/laundry
+!!variable set in cikl
+		momloc = momcleaning
+	elseif hour = 11 and minut < 30:
+		!! Takes the car to town
+		momloc = 0
+	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
+		if week = 5:
+			momloc = 13
+		else
+			momloc = 16
+		end
+	elseif hour = 13 and minut < 30 and week = 6:
+		momloc = 16
+	elseif hour < 14:
+		!! Walks around different shops, looking at and buying stuff - On Sunday goes to church during these hours
+		momloc = 0
+	elseif hour < 17:
+		!!Helping out Sergey/Luda, going to Kolka's games?
+		momloc = rand(14,15)
+	elseif hour < 18:
+		!! Making dinner
+		momloc = 4
+	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)
+		momloc = 4
+	elseif hour < 19:
+		!! Cleaning dinner table/Doing dishes
+		momloc = 4
+	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
+		if week = 5:
+			momloc = 14
+		else
+			momloc = 16
+		end
+	elseif hour < 22:
+		!! Watches TV with Vladimir
+		momloc = 3
+	else
+		!! Sleep (Small chance she and step dad have sex before sleep)
+		momloc = 1
+	end
+end
+
 --- family_schdule ---------------------------------