ソースを参照

brothel.qsrc stretching arc finished

Nekoforce 2 年 前
コミット
6417705538
1 ファイル変更37 行追加8 行削除
  1. 37 8
      locations/brothel.qsrc

+ 37 - 8
locations/brothel.qsrc

@@ -498,6 +498,8 @@ end
 if $ARGS[0] = 'section1_lobby':
 if $ARGS[0] = 'section1_lobby':
 	$menu_loc = 'brothel'
 	$menu_loc = 'brothel'
 	$menu_arg = 'section1_lobby'
 	$menu_arg = 'section1_lobby'
+    $loc_arg = 'section1_lobby'
+	$location_type = 'indoors'
 	menu_off = 0
 	menu_off = 0
 	$sect = 'section1'
 	$sect = 'section1'
 	'<h3>Brothel Section 1 Lobby</h3>'
 	'<h3>Brothel Section 1 Lobby</h3>'
@@ -703,7 +705,7 @@ if $ARGS[0] = 'section1_slave_chooses':
     !!act '..let''s just have sex and see where it leads': gt 'brothel', 'section1_pick', '4', '1'
     !!act '..let''s just have sex and see where it leads': gt 'brothel', 'section1_pick', '4', '1'
     !!if someone wants to put watersports in, feel free, I''m not doing it
     !!if someone wants to put watersports in, feel free, I''m not doing it
 	!!act '..I''m so thirsty, I could use something to drink': gt 'brothel', 'section1_pick', '5', '1'
 	!!act '..I''m so thirsty, I could use something to drink': gt 'brothel', 'section1_pick', '5', '1'
-	!!act '..I am so tight, I need some exercise': gt 'brothel', 'section1_pick', '6', '1'
+	act '..I am so tight, I need some exercise': gt 'brothel', 'section1_pick', '6', '1'
 	act 'Reconsider and be quiet': gt 'brothel', 'section1_pick', '0', '0'
 	act 'Reconsider and be quiet': gt 'brothel', 'section1_pick', '0', '0'
 end
 end
                     
                     
@@ -1004,15 +1006,11 @@ if $ARGS[0] = 'section1_play':
       
       
       if orgasmMeter = 100:
       if orgasmMeter = 100:
       		'<font color=#'+$mas_font+'>Now that''s what a proper fucktoy looks like! Now let''s see what I will do with you.</font>'
       		'<font color=#'+$mas_font+'>Now that''s what a proper fucktoy looks like! Now let''s see what I will do with you.</font>'
-			fin = rand (1, 4)
+			fin = rand (1, 2)
 			if fin = 1:
 			if fin = 1:
 				$finType = 'missionary:anal'
 				$finType = 'missionary:anal'
 			elseif fin = 2:
 			elseif fin = 2:
 				$finType = 'missionary:vaginal'
 				$finType = 'missionary:vaginal'
-			elseif fin = 3:
-				$finType = 'face_mouth'
-			elseif fin = 4:
-				$finType = 'face_face'
 			end
 			end
 			gt 'brothel', 'section1_finish'
 			gt 'brothel', 'section1_finish'
 		end
 		end
@@ -1970,6 +1968,9 @@ end
 if $ARGS[0] = 'section1_dildoVag':
 if $ARGS[0] = 'section1_dildoVag':
 	menu_off = 1
 	menu_off = 1
 	custTime += 5
 	custTime += 5
+    '<h3>Playroom</h3>'
+    '<b>Orgasm meter: <<orgasmMeter>> / 100</b>'
+	'<b>Rage meter: <<rageMeter>> / 100</b>'
     '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
     '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
     'The customer grabs the dildo from the table, and without even trying to prepare you for it, shoves it in your pussy.'                      
     'The customer grabs the dildo from the table, and without even trying to prepare you for it, shoves it in your pussy.'                      
     '<font color=#<<$pcs_font>>>"Aahhhh! Please, use at least some lube!"</font>'
     '<font color=#<<$pcs_font>>>"Aahhhh! Please, use at least some lube!"</font>'
@@ -1990,12 +1991,15 @@ end
 if $ARGS[0] = 'section1_dildoAss':
 if $ARGS[0] = 'section1_dildoAss':
 	menu_off = 1
 	menu_off = 1
 	custTime += 5
 	custTime += 5
+    '<h3>Playroom</h3>'
+    '<b>Orgasm meter: <<orgasmMeter>> / 100</b>'
+	'<b>Rage meter: <<rageMeter>> / 100</b>'
     '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
     '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
     '<font color=#<<$mas_font>>>"Since your pussy looks so much better now, I should really give your ass some attention."</font>'                      
     '<font color=#<<$mas_font>>>"Since your pussy looks so much better now, I should really give your ass some attention."</font>'                      
     if agape > 2:
     if agape > 2:
-    	'<font color=#<<$mas_font>>>"Of course a whore like you knows how to take it up the ass, but you're missing a proper gape to show it off."</font>'  
+    	'<font color=#<<$mas_font>>>"Of course a whore like you knows how to take it up the ass, but you''re missing a proper gape to show it off."</font>'  
     else
     else
-    	'<font color=#<<$mas_font>>>"You're pretty tight back there, little slave, but trust me. In no time you're loose and gaping, like a slut like you should be."</font>'  
+    	'<font color=#<<$mas_font>>>"You''re pretty tight back there, little slave, but trust me. In no time you''re loose and gaping, as a slut like you should be."</font>'  
     end
     end
     'He pulls the dildo from your pussy and, without lubing it again, simply shoves it in your ass.'                      
     'He pulls the dildo from your pussy and, without lubing it again, simply shoves it in your ass.'                      
     '<font color=#<<$pcs_font>>>"Stop! Please! It hurts!"</font>'
     '<font color=#<<$pcs_font>>>"Stop! Please! It hurts!"</font>'
@@ -2009,10 +2013,33 @@ if $ARGS[0] = 'section1_dildoAss':
 end
 end
                           
                           
 if $ARGS[0] = 'section1_vagfisting':
 if $ARGS[0] = 'section1_vagfisting':
+    menu_off = 1
+	custTime += 5
+    '<h3>Playroom</h3>'
+    '<b>Orgasm meter: <<orgasmMeter>> / 100</b>'
+	'<b>Rage meter: <<rageMeter>> / 100</b>'
+    '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
+    '<font color=#<<$mas_font>>>"We''re getting somewhere, little whore. Now you''re only missing the proper gape  to please. Do you want me to help you out? Ask me for it, nicely."</font>'
+    '<font color=#<<$pcs_font>>>"Please, Master, help me open my holes for you."</font>'
+    '<font color=#<<$mas_font>>>"Pah, good enough. Get ready, slave."</font>'
+    'With this he squirts lube on his hand, and pushes it into your pussy up to the wrist. You clench your teeth, hoping that the sudden pain will subside soon.'
+    'He works your pussy heavily, the outline of his fist visible as a bulge in your belly. Only after he is satisfied with his work, he pulls out of you.'
     act 'Continue': gt 'brothel', 'section1_play'                   
     act 'Continue': gt 'brothel', 'section1_play'                   
 end
 end
                           
                           
 if $ARGS[0] = 'section1_finishStretching':
 if $ARGS[0] = 'section1_finishStretching':
+    menu_off = 1
+	custTime += 5
+    '<h3>Playroom</h3>'
+    '<b>Orgasm meter: <<orgasmMeter>> / 100</b>'
+	'<b>Rage meter: <<rageMeter>> / 100</b>'
+    orgasmMeter = 100
+    '<center><img <<$set_imgh>> src="images/locations/shared/brothel/placeholder.jpg"></center>'
+    '<font color=#<<$mas_font>>>"Let''s see if all this work has paid off. Show me your holes, slave."</font>'
+    'You present your holes, which he then carefully inspects.'
+    '<font color=#<<$mas_font>>>"Perfect, a gape as expected from a slut like you. Can you feel the air rushing into them?"</font>'
+    'He then sticks his fingers in your pussy and your ass and grins.'
+    '<font color=#<<$mas_font>>>"Nice and loose. We will have so much fun, slave."</font>'
     act 'Continue': gt 'brothel', 'section1_play'                    
     act 'Continue': gt 'brothel', 'section1_play'                    
 end 
 end 
                           
                           
@@ -2121,6 +2148,8 @@ end
 if $ARGS[0] = 'section2_lobby':
 if $ARGS[0] = 'section2_lobby':
 	$menu_loc = 'brothel'
 	$menu_loc = 'brothel'
 	$menu_arg = 'section2_lobby'
 	$menu_arg = 'section2_lobby'
+    $loc_arg = 'section2_lobby'
+	$location_type = 'indoors'                                                    
 	menu_off = 0
 	menu_off = 0
 	$sect = 'section2'
 	$sect = 'section2'
 	'<h3>Brothel Section 2 Lobby</h3>'
 	'<h3>Brothel Section 2 Lobby</h3>'