Browse Source

Merge branch 'master' of https://git.tfgames.site/Kevin_Smarts/glife

Anya 2 years ago
parent
commit
638c86b91d
1 changed files with 21 additions and 16 deletions
  1. 21 16
      locations/natbelapt.qsrc

+ 21 - 16
locations/natbelapt.qsrc

@@ -564,25 +564,11 @@ if $ARGS[0] = 'natroom':
 		if NatbelQW['seethroughworn'] < 5:
 		if NatbelQW['seethroughworn'] < 5:
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough01.jpg"></center>'
 			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough01.jpg"></center>'
 			'When you get back to Natasha''s room, you see she''s under her blankets reading a book.'
 			'When you get back to Natasha''s room, you see she''s under her blankets reading a book.'
-			gs 'stat'
 		else
 		else
-			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough02.jpg"></center>'
-			'When you get back to Natasha''s room, you see she''s on her bed reading a book.'
-			act 'Move closer':
-				*clr & cla
-				'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough03.jpg"></center>'
-				'It doesn''t look like she''s noticed you coming in, so you move over to the bed and lay your hand on her ass.'
-				'The moment your hand touches her skin she lets out a yelp and rolls over to see who it is.'
-				'"Jesus <<$pcs_nickname>> you nearly gave me a heart attack. For a second I thought my mom walked in."'
-				'You enjoy looking at her breasts through the thin fabric as she needs a moment to calm down.'
-				gs 'arousal', 'erotic', 3
-				gs 'arousal', 'end'
-				gs 'stat'
-				natstayroom = 1
-				act 'Continue': gt 'natbelapt', 'natroom'
-			end
+			gt 'natbelapt', 'seethorugh_surprise'
 		end
 		end
 	elseif NatbelQW['seethroughwearing'] = 1 and natstayroom = 1:
 	elseif NatbelQW['seethroughwearing'] = 1 and natstayroom = 1:
+		NatashaLoc = 2
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
 		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough00.jpg"></center>'
 		'Natasha is standing there in the lingerie you gave her, looking at you with interest.'
 		'Natasha is standing there in the lingerie you gave her, looking at you with interest.'
 	else
 	else
@@ -698,6 +684,25 @@ if $ARGS[0] = 'natroom':
 	end
 	end
 end
 end
 
 
+if $ARGS[0] = 'seethorugh_surprise':
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough02.jpg"></center>'
+	'When you get back to Natasha''s room, you see she''s on her bed reading a book.'
+	act 'Move closer':
+		*clr & cla
+		'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/natasha/seethrough03.jpg"></center>'
+		'It doesn''t look like she''s noticed you coming in, so you move over to the bed and lay your hand on her ass.'
+		'The moment your hand touches her skin she lets out a yelp and rolls over to see who it is.'
+		'"Jesus <<$pcs_nickname>> you nearly gave me a heart attack. For a second I thought my mom walked in."'
+		'You enjoy looking at her breasts through the thin fabric as she needs a moment to calm down.'
+		gs 'arousal', 'erotic', 3
+		gs 'arousal', 'end'
+		gs 'stat'
+		natstayroom = 1
+		act 'Continue': gt 'natbelapt', 'natroom'
+	end
+	act 'Leave':gt 'natbelapt','hallway'
+end
+
 if $ARGS[0] = 'nat_mother_room':
 if $ARGS[0] = 'nat_mother_room':
 	$menu_loc = 'natbelapt'
 	$menu_loc = 'natbelapt'
 	$menu_arg = 'nat_mother_room'
 	$menu_arg = 'nat_mother_room'