Browse Source

[fixed] added all timesinks home>natbel>school

Pepegass 1 year ago
parent
commit
2ddf6bdc35
2 changed files with 13 additions and 4 deletions
  1. 5 2
      locations/natbelEv.qsrc
  2. 8 2
      locations/natbel_cp_1.qsrc

+ 5 - 2
locations/natbelEv.qsrc

@@ -352,7 +352,10 @@ if $ARGS[0] = 'carrybooks':
 		'Natasha grabs both of your bags and you head to school.'
 		act 'Go to school': gt 'gschool_grounds', 'main'	
 	end
-	act 'Go to school': gt 'gschool_grounds', 'main'	
+	act 'Go to school': 
+		minut += 9
+		gt 'gschool_grounds', 'main'	
+	end
 end
 
 if $ARGS[0] = 'schoolwalk':
@@ -363,7 +366,7 @@ if $ARGS[0] = 'schoolwalk':
 		'As you reach the bottom of the stairs, you notice Kolka coming down as well.'
 		'Deciding to tease him a bit you grab the bottom of Natasha''s skirt and pull it up while you bend over yourself to show him both of your asses.'
 		'Natasha quickly slaps your hand away and the two of you resume your walk to school. As you exit the hall you can''t hear Kolka''s footsteps. He must have stopped in his tracks at the sight.'
-		minut += 1
+		minut += 5
 		act 'Continue on to school': gt 'gschool_grounds', 'main'
 	else
 		gt 'gschool_grounds', 'main'

+ 8 - 2
locations/natbel_cp_1.qsrc

@@ -52,6 +52,7 @@ end
 if $ARGS[0] = 'carrybooks':
 	minut += 4
 	menu_off = 1
+	gs 'stat'
 	if NatbelQW['QWstage'] = 4: NatbelQW['QWstage'] = 5
 	*clr & cla
 	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/natgetreadyschool.jpg"></center>'
@@ -64,7 +65,7 @@ if $ARGS[0] = 'carrybooks':
 			act 'Lift her skirt (<<will_cost>> Willpower)':
 				gs 'willpower', 'exhib', 'force', 'easy'
 				gs 'willpower', 'pay', 'force'
-				*clr & cla				
+				*clr & cla
 				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/skirt.jpg"></center>'
 				'You can''t stop yourself from pulling up her skirt as she turns to grab your bag. "Cute panties Natasha, they match the stockings."'
 				'Natasha looks over her shoulder at you with a faint blush on her cheeks. "I... Uhm... Thank you <<$pcs_nickname>>." She says, blushing at you prettily.'
@@ -82,6 +83,7 @@ if $ARGS[0] = 'carrybooks':
 					'You reach down and push the last bit inside as well, holding them in with your finger for a bit before pulling your finger out again.'
 					'"This is how you''ll wear your panties for me at school today Natasha." You tell her. "Now put your skirt back on or we''ll be late.'
 					minut += 3
+					gs 'stat'
 					act 'Go to school': gt 'natbelEv', 'schoolwalk'
 				end
 			end
@@ -108,7 +110,10 @@ if $ARGS[0] = 'carrybooks':
 		'Natasha grabs both of your bags and you head to school.'
 		act 'Go to school': gt 'gschool_grounds', 'main'	
 	end
-	act 'Go to school': gt 'gschool_grounds', 'main'	
+	act 'Go to school': 
+		minut += 9
+		gt 'gschool_grounds', 'main'
+	end	
 end
 
 if $ARGS[0] = 'schoolwalk':
@@ -119,6 +124,7 @@ if $ARGS[0] = 'schoolwalk':
 		'As you reach the bottom of the stairs, you notice Kolka coming down as well.'
 		'Deciding to tease him a bit you grab the bottom of Natasha''s skirt and pull it up while you bend over yourself to show him both of your asses.'
 		'Natasha quickly slaps your hand away and the two of you resume your walk to school. As you exit the hall you can''t hear Kolka''s footsteps. He must have stopped in his tracks at the sight.'
+		minut += 5
 		act 'Continue on to school': gt 'gschool_grounds', 'main'
 	else
 		gt 'gschool_grounds', 'main'