Browse Source

remove false jump and correct the logic - by Sword

rachels 3 years ago
parent
commit
f94d85fedb
1 changed files with 30 additions and 32 deletions
  1. 30 32
      locations/podval_rape.qsrc

+ 30 - 32
locations/podval_rape.qsrc

@@ -26,7 +26,6 @@ if podvalrape = 0:
 		gt $curloc
 	end
 elseif podvalrape = 1:
-	:markpodvalrape
 	*clr & cla
 	if rand(0,1) = 0:
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podval.jpg"></center>'
@@ -68,42 +67,41 @@ elseif podvalrape = 1:
 		gs 'arousal', 'vaginal', 15, 'group', 'sub'
 		gs 'stat'
 		
-		act 'Continute': jump 'markpodvalrape'
-	end
-	
-	endrandom = RAND (0,1)
-	if endrandom = 0:
-		act 'Continue':
-			*clr & cla
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podval_end.jpg"></center>'
-			'Finally the Gopniks are finished with you. They talk loudly about what a good fuck you were while they get dressed. When they realize you''re too drunk to get dressed, they help you pull your clothes back on and sloppily button them up, before they drag you outside and put you down against the wall of the house. <<$boydesc2>> slaps your face and tells you: "You should be able to find your own way home, we have places to be. You were a good fuck, <<$pcs_nickname>>. Come look us up in the park again if you want more where that came from."'
-			'You slump to a seated position holding your throbbing head in your hands. You can''t clearly remember enough to be sure if you started things or if they raped you but you know what you need more than anything is to find your way home and to your own bed.'
+		act 'Continute': gt 'podval_rape'
+	else 
+		if rand (0,1) = 0:
+			act 'Continue':
+				*clr & cla
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podval_end.jpg"></center>'
+				'Finally the Gopniks are finished with you. They talk loudly about what a good fuck you were while they get dressed. When they realize you''re too drunk to get dressed, they help you pull your clothes back on and sloppily button them up, before they drag you outside and put you down against the wall of the house. <<$boydesc2>> slaps your face and tells you: "You should be able to find your own way home, we have places to be. You were a good fuck, <<$pcs_nickname>>. Come look us up in the park again if you want more where that came from."'
+				'You slump to a seated position holding your throbbing head in your hands. You can''t clearly remember enough to be sure if you started things or if they raped you but you know what you need more than anything is to find your way home and to your own bed.'
 
-			gs 'arousal', 'end'
-			gs 'stat'
+				gs 'arousal', 'end'
+				gs 'stat'
 
-			act 'Find your way back to the main streets':podvalrape = 0 & dormrape = 0 & gt'pav_residential'
-		end	
-	elseif endrandom = 1:
-		act 'Open your eyes':
-			cla
-			cls
-			minut += 5
-			body_write = 5
-			face_write = 1
-			podvalwriterand = RAND (1,6)
-			gs 'stat'
+				act 'Find your way back to the main streets':podvalrape = 0 & dormrape = 0 & gt'pav_residential'
+			end	
+		else
+			act 'Open your eyes':
+				cla
+				cls
+				minut += 5
+				body_write = 5
+				face_write = 1
+				podvalwriterand = RAND (1,6)
+				gs 'stat'
 
-			'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podvalwrite<<podvalwriterand>>.jpg"></center>'
-			'When the last Gopnik has had his fun with you and tucks his cock back into his pants, they all gather around you with some markers. You realize they''re drawing or writing things on your body and try to get up, but one of them easily pushes you back down. You still feel too drunk to stop them and decide to just let it happen, hoping it''ll come off easily once you get a chance to wash yourself. Eventually they allow you to get up, but not before your body is fully covered in lewd comments.'
-			'They guide you out of the basement and throw your belongings out the door before closing it, leaving you to get dressed in the front yard of the house. You quickly do, praying that no one will walk past and see the obscene texts on your naked body. Luckily, no one does and you manage to get dressed unseen. Then you look around, trying to figure out where those guys took you to begin with.'
+				'<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/gop/sex/gop/podvalwrite<<podvalwriterand>>.jpg"></center>'
+				'When the last Gopnik has had his fun with you and tucks his cock back into his pants, they all gather around you with some markers. You realize they''re drawing or writing things on your body and try to get up, but one of them easily pushes you back down. You still feel too drunk to stop them and decide to just let it happen, hoping it''ll come off easily once you get a chance to wash yourself. Eventually they allow you to get up, but not before your body is fully covered in lewd comments.'
+				'They guide you out of the basement and throw your belongings out the door before closing it, leaving you to get dressed in the front yard of the house. You quickly do, praying that no one will walk past and see the obscene texts on your naked body. Luckily, no one does and you manage to get dressed unseen. Then you look around, trying to figure out where those guys took you to begin with.'
  
-			gs 'arousal', 'end'
-			gs 'stat'
+				gs 'arousal', 'end'
+				gs 'stat'
 
-			act 'Find your way back to the main streets':podvalrape = 0 & dormrape = 0 & gt'pav_residential'
-		end  	
-	end
+				act 'Find your way back to the main streets':podvalrape = 0 & dormrape = 0 & gt'pav_residential'
+			end  	
+		end if 
+	end if
 end
 
 --- podval_rape ---------------------------------