Browse Source

[fixes] some missing menu_off = 1 in the parents apartment in pavlovsk

julzor 5 years ago
parent
commit
d010b937a5
5 changed files with 39 additions and 52 deletions
  1. 17 20
      locations/bedrPar.qsrc
  2. 1 0
      locations/bedrPar2.qsrc
  3. 10 7
      locations/korrPar.qsrc
  4. 2 5
      locations/kuhrPar.qsrc
  5. 9 20
      locations/vanrPar.qsrc

+ 17 - 20
locations/bedrPar.qsrc

@@ -14,7 +14,8 @@ gs 'stat'
 gs 'themes', 'indoors'
 
 if saveparQW = 2:
-	cls
+	*clr & cla
+	menu_off = 1
 	'As soon as you enter the room you rush over to <<$namepopu2>>''s  cage and pour the contents of the vial in to his water bowl.'
 	'You really hope this will work and keep him from spilling yours and your  sister''s bedroom secrets.'
 	saveparQW = 3
@@ -23,7 +24,8 @@ if saveparQW = 2:
 	exit
 end
 if sisrelparday + 3 < daystart and saveparQW = 1:
-	cls
+	*clr & cla
+	menu_off = 1
 	'When you enter the room you notice <<$namepopu2>>''s cage is open and he is gone.'
 	'You sister must have released him since you were not able to find a solution in time.'
 	popugai2 = 0
@@ -39,7 +41,8 @@ if pcs_magik >= 6 and spellbefshild = 1 and tobiQW = 0 and sisterHere < 2:gt 'to
 if sisboyday + 1 = daystart and hour = 18:gt'sisterQW','sisboyQW_expel'
 
 if sisterHere = 2 and popugai2 = 1 and sispopconf = 0:
-	cls
+	*clr & cla
+	menu_off = 1
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/anya/sister2.jpg"></center>'
 	'"What is that ?" your sister asks while pointing at <<$namepopu2>> in his cage'
 	'"I went to the shopping center and bought this bird. Isn''t he the cutest ?"'
@@ -125,19 +128,18 @@ act 'Exit the room':
 	if sisterHere = 2 and daystart - parbuydate > 55 and popugai2 = 1 and sisrelparday = 0 :gt'sister','pargone'
 	gt'korrPar'
 end
+
 if sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
 	gs'family'
 else
 	gs'family'
 
-	if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
-		act 'Send Rex a SMS message':gt 'reks','sms'
-	end
+	if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13: act 'Send Rex a SMS message':gt 'reks','sms'
 
 	if student > 0 and kursovik < 100:
 		act 'Do coursework (1:00)':
-			cla
-			*clr
+			*clr & cla
+			menu_off = 1
 			minut += 60
 			kursovik += rand(pcs_intel / 20, pcs_intel / 10)
 
@@ -165,13 +167,8 @@ else
 
 	if tovarL > 0:'You currently have <<tovarL>> trinkets to sell at the station. The maximum you can carry with you is 30.'
 
-
-	if vcard > 0:
-		act 'View your vintage porn cards':card_deck = 0 & gt 'card'
-	end
-	if card > 0:
-		act 'View your new porn cards':card_deck = 1 & gt 'card'
-	end
+	if vcard > 0: act 'View your vintage porn cards':card_deck = 0 & gt 'card'
+	if card > 0: act 'View your new porn cards':card_deck = 1 & gt 'card'
 
 	dynamic $palelady
 end
@@ -184,7 +181,8 @@ if pcs_sewng >= 40 and tkan <= 0:'You do not have any fabric.'
 if pcs_sewng >= 80:
 	if newgobelen = 0 and tkan > 0:
 		act'Start a new tapestry':
-			cls
+			*clr & cla
+			menu_off = 1
 			tkan -= 1
 			newgobelen = 1
 			minut += 15
@@ -196,7 +194,8 @@ if pcs_sewng >= 80:
 	if newgobelen>=1:
 		'Your tapestry is <<newgobelen/10>> percent finished.'
 		act'Work on the tapestry for an hour':
-			cls
+			*clr & cla
+			menu_off = 1
 			minut+=60
 			sewng_exp += rand(pcs_intel/10, pcs_intel/5)
 			gobramax = (pcs_sewng - 70) * 6
@@ -225,10 +224,8 @@ elseif kid >= 1 and breastpump = 1 and bp_unbox = 1 and pcs_inbition > 30:
 end
 gs 'lact_lib', 'massage'
 
-
 act 'Relax on your bed': gt 'bed', 'start'
 
-
 if $ARGS[0] = 'intro':
 	cla & *clr
 	$metka = ''
@@ -242,7 +239,7 @@ if $ARGS[0] = 'intro':
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/mom/prost4.jpg"></center>'
 	*nl
 	'All of a sudden you hear a familiar voice yell out, "<<$pcs_nickname>>, time to get up. You can''t spend the whole day laying around!"'
-	wait 2000
+	wait 1000
 	$npc_nickname['A29'] = input('<center>What name do you address your mother by?<br>Mother (default), Mum, Mom, Mama, etc.</center>')
 	if $npc_nickname['A29'] = '':$npc_nickname['A29'] = '<<$temp_nickname>>'
 	killvar '$temp_nickname'

+ 1 - 0
locations/bedrPar2.qsrc

@@ -107,6 +107,7 @@ end
 
 if $ARGS[0] = 'momtoy_play':
 	*clr & cla
+	menu_off = 1
 	dildo = 1
 	dildohand = 10
 	selfmomtoyplay = 1

+ 10 - 7
locations/korrPar.qsrc

@@ -92,7 +92,8 @@ $korrParMomHeader = '<center><h1><font color="maroon"><<$npc_nickname[''A29'']>>
 
 if hour >= 16 and hour <= 20 and indorf = 0:
 	if artemvbrosvid = 1 and artemhakday ! daystart and npc_QW['A29'] < 2 and mothervideotalk = 0 or BrotherNo = 1 and BrotherNoDay ! daystart:
-		cls
+		*clr & cla
+		menu_off = 1
 		BJvideoPublic = 1
 		BrotherNo = 0
 		BrotherNoDay = daystart
@@ -115,7 +116,7 @@ if hour >= 16 and hour <= 20 and indorf = 0:
 		end
 
 		act 'Be silent':
-			cls
+			*clr & cla
 			mothervideotalk = 3
 			minut += 5
 			pcs_dom += 10
@@ -152,7 +153,8 @@ if hour >= 16 and hour <= 20 and indorf = 0:
 	end
 
 	if artemvbrosvid=1 and artemhakday ! daystart and npc_QW['A29'] >= 2 and mothervideotalk = 0:
-		cls
+		*clr & cla
+		menu_off = 1
 		BJvideoPublic = 1
 		pcs_mood = 5
 		gs 'stat'
@@ -176,7 +178,8 @@ if hour >= 16 and hour <= 20 and indorf = 0:
 	end
 
 	if schoolprogul > 2 and SchoolAtestat = 0:
-		cls
+		*clr & cla
+		menu_off = 1
 		gs 'stat'
 		*pl $korrParMomHeader
 
@@ -299,15 +302,15 @@ end
 
 if notathomesleep > 7 and hour >= 16 and hour < 21 and mother_go = 0:
 	notathomesleep = 0
-	cls
+	*clr & cla
 	*pl $korrParMomHeader
 	if npc_rel['A29'] < 40:
 		'You run into your mother in the hallway. "Well well, look who decided to come home for once.'
-		act '<B>Continue</B>':gt 'korrPar'
+		act 'Continue':gt 'korrPar'
 	end
 	if npc_rel['A29'] >= 40:
 		'You run into your mother in the hallway. She looks happy to see you. "What a surprise! Welcome home, honey! I missed you.'
-		act '<B>Continue</B>':gt 'korrPar'
+		act 'Continue':gt 'korrPar'
 	end
 end
 

+ 2 - 5
locations/kuhrPar.qsrc

@@ -13,8 +13,7 @@ end
 
 act 'Return to the hallway':
 	killvar 'fullmorrout'
-	gt 'korrPar'
-	
+	gt 'korrPar'	
 end
 
 $loc = 'kuhrPar'
@@ -23,7 +22,7 @@ $locclass = 'kitr'
 $menu_loc = 'kuhrPar'
 $menu_arg = ''
 menu_off = 0
-clr
+*clr & cla
 minut += 1
 gs 'stat'
 gs 'kit_din'
@@ -31,9 +30,7 @@ gs 'themes', 'indoors'
 '<center><b><font color="maroon">Kitchen</font></b></center>'
 '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/kuhrpar.jpg"></center>'
 if hour = 7 and indorf = 0:
-	!r125
 	*nl '<a href="exec:gt''father''">Your stepfather</a> and <a href="exec:gt ''brother'', ''start''">Kolka</a> are sitting at the table eating Breakfast. <a href="exec:gt''mother''">Your mother</a> is hard at work to make sure everybody has enough to eat for the rest of the day.'
-	! on weekdays Anka here too
 	if week <= 5: *P ' <a href="exec:gt''sister''">Anya</a> is trying to lose some weight so she is only having a very light breakfast.'
 else
 	'The kitchen is not very impressive, but it has everything your family needs. Since everyone has the habit of eating at different times, <<$npc_nickname[''A29'']>> usually pre-cooks the meals and stores them in the fridge. Of course, you could also just have a snack if you''re not that hungry.'

+ 9 - 20
locations/vanrPar.qsrc

@@ -41,8 +41,7 @@ if $ARGS[0] = 'peek':
 	menu_off = 1
 
 	if ((week < 6 and hour >= 16 and hour < 18) or (week >= 6 and hour >= 7 and hour < 18)) and indorf = 0 and father_go = 0 and stepdadqw_day ! daystart and iif(stepdadqw>0,1,rand(0,1)) = 1:
-		cla
-		*clr
+		*clr & cla
 		stepdadqw_day = daystart
 		if npc_rel['A28'] < 60 or stepdadqw < 3:
 			'<center><video autoplay loop src="images/characters/pavlovsk/resident/vladimir/sex/bath_voyer_0.mp4"></video></center>'
@@ -55,8 +54,7 @@ if $ARGS[0] = 'peek':
 				if npc_sex['A28'] = 0 and stepdadqw < 5:
 					gs 'vanrPar', 'stepdad_nosex'
 				else
-					cla
-					*clr
+					*clr & cla
 					'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/bath_voyer_3.jpg"></center>'
 					'Suddenly you hear the sound of the shower door as it creaks open. Turning around, you see your stepfather. He is standing in the hallway, devouring your naked body with his eyes. In your mind''s eye you see a flash of all the little moments the two of you have shared and then it dawns on you, your <<$npc_nickname[''A29'']>> is at work. You smirk, and you feel your core tighten with desire:'
 					'"Daddy, do you want to join me?"'
@@ -65,18 +63,13 @@ if $ARGS[0] = 'peek':
 			end
 		end
 	elseif hour >= 18 and hour <= 23 and brother_ev1 ! daystart and rand(0,4) < 2:
-		cla
-		*clr
+		*clr & cla
 		brother_ev1 = daystart
 		'Despite the clattering noise of water, you hear the bathroom door creaking open slightly. Through a small opening in the doorway, you notice your brother Kolka watching you.'
 		act 'Scream': gt 'brother', 'brother_go_away'
-		if brothershowertalk < 1:
-			act 'Tell him off':gt 'brother','brother_go_away2'
-		end
+		if brothershowertalk < 1: act 'Tell him off':gt 'brother','brother_go_away2'
 		act 'Let him look':gt 'brother', 'brother_voyeur_ev1'
-		if pcs_inhib >= 40 and npc_rel['A34'] > 60:
-			act 'Invite him in for a chat':gt 'brother_voyeur','showertalk1'
-		end
+		if pcs_inhib >= 40 and npc_rel['A34'] > 60:	act 'Invite him in for a chat': gt 'brother_voyeur','showertalk1'
 		if brother_shower_times > 0:act'Invite him into the shower with you':gt'brother_voyeur','brother_shower_together'
 		if brothershowertalk > 0:act'Tell him you''re too busy to talk':gt'brother_voyeur','showertalkbusy'
 		exit
@@ -93,8 +86,7 @@ end
 
 if $ARGS[0] = 'stepdad_sex':
 	menu_off = 1
-	cla
-	*clr
+	*clr & cla
 	gs 'boyStat', 'A28'
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/bath_voyer_5.jpg"></center>'
 	'You turn around just just in time to see your stepfather as he opens the door, he nervously licks his lips before he makes the decision and quickly jumps inside locking the door behind him. Because he is a large man and the bathroom is so small, it suddenly feels crowded in here, yet you can''t help but feel a little excited at the size difference between the two of you.'
@@ -108,8 +100,7 @@ if $ARGS[0] = 'stepdad_sex':
 	minut -= 5
 	gs 'stat'
 	act 'Hey, what about a condom?':
-		cla
-		*clr
+		*clr & cla
 		gs 'arousal', 'vaginal', 15, 'rough'
 		gs 'cum_call', 'butt', 'A28', 1
 		gs 'stat'
@@ -125,8 +116,7 @@ if $ARGS[0] = 'stepdad_sex':
 		gs 'vanrPar', 'stepdad_sex_end'
 	end
 	act 'Just don''t come inside me!':
-		cla
-		*clr
+		*clr & cla
 		gs 'arousal', 'vaginal', 15, 'rough'
 		gs 'cum_call', '', 'A28', 1
 		gs 'stat'
@@ -142,8 +132,7 @@ if $ARGS[0] = 'stepdad_sex':
 		gs 'vanrPar', 'stepdad_sex_end'
 	end
 	act 'Fuck me!':
-		cla
-		*clr
+		*clr & cla
 		gs 'arousal', 'vaginal', 15, 'rough'
 		gs 'cum_call', 'butt', 'A28', 1
 		gs 'stat'