Browse Source

[fixed] Chris could still give Nat wedgie after you had stopped her bullying her

Kevin_Smarts 7 months ago
parent
commit
0dbec3d675
1 changed files with 11 additions and 5 deletions
  1. 11 5
      locations/gschool_lessons4.qsrc

+ 11 - 5
locations/gschool_lessons4.qsrc

@@ -1883,7 +1883,7 @@ if $ARGS[0] = 'dress':
 				'The girls hurry up into the locker room in case the Coach Pavlovich actually follows up on his threat. Christina gives you a dark look before following the others.'
 				act 'Continue': gt 'gschool_lessons4', 'post_dress'
 			end
-		else
+		elseif NatbelQW['chrispaid'] >= 5:
 			'As you finish dressing, you turn around in time to see Christina stand up on one of the benches, reach down, and grab Natasha''s panties from behind. She yanks up on them hard, making Natasha yelp and stand up. This doesn''t stop Christina though, who keeps lifting until she manages to lift Natasha off her feet. She squirms and cries out, dangling from her panties. Some of the girls laugh while others look away in disgust. Natasha starts to beg Christina to let her go, which seems to only encourage Christina, who now starts bouncing her by her panties until there is a loud rip and Natasha''s panties end up under her arms. She looks to be on the verge of tears and runs out once Christina finally lets go.'
 			
 			act 'Ignore it': gt 'gschool_lessons4', 'post_dress'
@@ -1906,15 +1906,21 @@ if $ARGS[0] = 'dress':
 				'The girls hurry in case Coach Pavlovich actually follows up on his threat. Christina gives you a dark look before following the others.'
 				act 'Continue': gt 'gschool_lessons4', 'post_dress'
 			end
+		else
+			gt 'gschool_lessons4', 'dress2'
 		end
 	else
-		*clr & cla
-		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/locker/postphys<<rand(1,4)>>.jpg"></center>'
-		'You take your clothes out of your locker and start putting them on. This takes longer than expected, however, since you get distracted several times while getting dressed - sometimes by other girls engaging you in a brief conversation, sometimes by someone or something catching your eye. By the time you are finished, most of the other girls have already left the locker room.'
-		act 'Continue': gt 'gschool_lessons4', 'post_dress'
+		gt 'gschool_lessons4', 'dress2'
 	end
 end
 
+if $ARGS[0] = 'dress2':
+	*clr & cla
+	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/gym/locker/postphys<<rand(1,4)>>.jpg"></center>'
+	'You take your clothes out of your locker and start putting them on. This takes longer than expected, however, since you get distracted several times while getting dressed - sometimes by other girls engaging you in a brief conversation, sometimes by someone or something catching your eye. By the time you are finished, most of the other girls have already left the locker room.'
+	act 'Continue': gt 'gschool_lessons4', 'post_dress'
+end
+
 if $ARGS[0] = 'post_dress':
 	if $wloc = '': $wloc = 'default1'
 	$loc_arg = 'post_dress'