Browse Source

[added] momloc['athome'] variable to make home firing events a little easier

hornguy6 4 years ago
parent
commit
aa3f088923
1 changed files with 37 additions and 2 deletions
  1. 37 2
      locations/family_schedule.qsrc

+ 37 - 2
locations/family_schedule.qsrc

@@ -109,6 +109,7 @@ end
 
 
 !!momloc [11] = daystart check in salon
 !!momloc [11] = daystart check in salon
 !!indorf = 1 means mom is in the village
 !!indorf = 1 means mom is in the village
+!!momloc['athome'] = 1 means mom is at home and awake
 if indorf = 0:
 if indorf = 0:
 	if week <= 5:
 	if week <= 5:
 		if hour < 5 or (hour = 5 and minut < 30):
 		if hour < 5 or (hour = 5 and minut < 30):
@@ -117,11 +118,15 @@ if indorf = 0:
 		elseif hour = 5 and minut < 50:
 		elseif hour = 5 and minut < 50:
 			!!shower
 			!!shower
 			momloc = 2
 			momloc = 2
+			momloc['athome'] = 1
+			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
 		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 = 3
 			momloc = 3
+			momloc['athome'] = 1
 		elseif hour = 6 or (hour = 7 and minut < 30):
 		elseif hour = 6 or (hour = 7 and minut < 30):
 			momloc = 4
 			momloc = 4
+			momloc['athome'] = 1
 			if hour = 6 and minut < 40:
 			if hour = 6 and minut < 40:
 				!! Make Breakfast
 				!! Make Breakfast
 				momloc[1] = 1
 				momloc[1] = 1
@@ -139,50 +144,65 @@ if indorf = 0:
 			!!Cleaning random room in the house
 			!!Cleaning random room in the house
 			!!variable set in cikl
 			!!variable set in cikl
 			momloc = momcleaning
 			momloc = momcleaning
+			momloc['athome'] = 1
 		elseif hour = 8 and minut < 30:
 		elseif hour = 8 and minut < 30:
-			!! Walking to work
+			!! Using the shower
 			momloc = 5
 			momloc = 5
+			momloc['athome'] = 1
 			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
 			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
 		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 = 6
 			momloc = 6
+			momloc['athome'] = 0
 		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 = 7
 			momloc = 7
+			momloc['athome'] = 0
 		elseif hour < 17 and week < 5:
 		elseif hour < 17 and week < 5:
 			!!Walking home
 			!!Walking home
 			momloc = 8
 			momloc = 8
+			momloc['athome'] = 0
 		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 = 9
 			momloc = 9
+			momloc['athome'] = 0
 		elseif hour < 18 and week = 5:
 		elseif hour < 18 and week = 5:
 			!!Walking home
 			!!Walking home
 			momloc = 10
 			momloc = 10
+			momloc['athome'] = 0
 		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 = 11
 			momloc = 11
+			momloc['athome'] = 1
 		elseif hour < 19:
 		elseif hour < 19:
 			!! Cleaning dinner table/Doing dishes
 			!! Cleaning dinner table/Doing dishes
 			momloc = 12
 			momloc = 12
+			momloc['athome'] = 1
 		elseif hour < 20:
 		elseif hour < 20:
 			if week = 1:
 			if week = 1:
 				!! Visiting Luda on mondays for 3 hours
 				!! Visiting Luda on mondays for 3 hours
 				momloc = 20
 				momloc = 20
+				momloc['athome'] = 0
 			else
 			else
 				!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms)
 				!! (cleaning the bathroom, sweeping, mopping, dusting, watching TV, taking a bath, etc in different rooms)
 				momloc = momcleaning2
 				momloc = momcleaning2
+				momloc['athome'] = 1
+				if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
 			end
 			end
 		elseif hour < 22:
 		elseif hour < 22:
 			if week = 1:
 			if week = 1:
 				!! Visiting Luda on mondays for 3 hours
 				!! Visiting Luda on mondays for 3 hours
 				momloc = 20
 				momloc = 20
+				momloc['athome'] = 0
 			else
 			else
 				!! Watches TV with Vladimir
 				!! Watches TV with Vladimir
 				momloc = 13
 				momloc = 13
+				momloc['athome'] = 1
 			end
 			end
 		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
+			momloc['athome'] = 0
 		end
 		end
 	else
 	else
 		if hour < 5 or (hour = 5 and minut < 30):
 		if hour < 5 or (hour = 5 and minut < 30):
@@ -191,11 +211,15 @@ if indorf = 0:
 		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 = 2
 			momloc = 2
+			momloc['athome'] = 1
+			if vanrPar_suction_dildo > 0:motherQW['bathroom_dildos'] = vanrPar_suction_dildo
 		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 = 3
 			momloc = 3
+			momloc['athome'] = 1
 		elseif hour = 6 or (hour = 7 and minut < 30):
 		elseif hour = 6 or (hour = 7 and minut < 30):
 			momloc = 4
 			momloc = 4
+			momloc['athome'] = 1
 			if hour = 6 and minut < 40:
 			if hour = 6 and minut < 40:
 				!! Make Breakfast
 				!! Make Breakfast
 				momloc[1] = 1
 				momloc[1] = 1
@@ -211,13 +235,16 @@ if indorf = 0:
 			end
 			end
 		elseif hour = 11:
 		elseif hour = 11:
 			!!Cleaning random room in the house/laundry
 			!!Cleaning random room in the house/laundry
-	!! cleaning kitchen only one in use atm
+			!! cleaning kitchen only one in use atm
 			momloc = 23
 			momloc = 23
+			momloc['athome'] = 1
 		elseif hour = 11 and minut < 30:
 		elseif hour = 11 and minut < 30:
 			!! Takes the car to town
 			!! Takes the car to town
 			momloc = 14
 			momloc = 14
+			momloc['athome'] = 0
 		elseif hour < 12 or hour = 12 and minut < 30:
 		elseif hour < 12 or 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
+			momloc['athome'] = 0
 			if week = 5:
 			if week = 5:
 				momloc = 15
 				momloc = 15
 			else
 			else
@@ -228,20 +255,26 @@ if indorf = 0:
 		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 = 15
 			momloc = 15
+			momloc['athome'] = 0
 		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)
+			momloc['athome'] = 0
 		elseif hour < 18:
 		elseif hour < 18:
 			!! Making dinner
 			!! Making dinner
 			momloc = 11
 			momloc = 11
+			momloc['athome'] = 1
 		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 = 12
 			momloc = 12
+			momloc['athome'] = 1
 		elseif hour < 19:
 		elseif hour < 19:
 			!! Cleaning dinner table/Doing dishes
 			!! Cleaning dinner table/Doing dishes
 			momloc = 13
 			momloc = 13
+			momloc['athome'] = 1
 		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
+			momloc['athome'] = 0
 			if week = 5:
 			if week = 5:
 				momloc = 17
 				momloc = 17
 			else
 			else
@@ -250,9 +283,11 @@ if indorf = 0:
 		elseif hour < 22:
 		elseif hour < 22:
 			!! Watches TV with Vladimir
 			!! Watches TV with Vladimir
 			momloc = 19
 			momloc = 19
+			momloc['athome'] = 1
 		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
+			momloc['athome'] = 0
 		end
 		end
 	end
 	end
 end
 end