|
@@ -102,12 +102,12 @@ if $ARGS[0] = 'strip_hub2':
|
|
pcs_hairbsh = 0 & strip_club['total_stripshows'] += 1
|
|
pcs_hairbsh = 0 & strip_club['total_stripshows'] += 1
|
|
if strip_club['strip_tips'] >= 150:
|
|
if strip_club['strip_tips'] >= 150:
|
|
!! Need daystart tracking so this only occurs once a week
|
|
!! Need daystart tracking so this only occurs once a week
|
|
- if rand(0, 99) < 25:
|
|
|
|
|
|
+ if rand(0,99) < 25:
|
|
if strip_club['manager_bonus'] = 0:
|
|
if strip_club['manager_bonus'] = 0:
|
|
- 'As you enter the back stage area, a security guard approaches and tells you that the manager wants to see you in his office. Now.'
|
|
|
|
|
|
+ 'As you enter the back stage area, a security guard approaches and tells you that Sasha wants to see you in his office. Now.'
|
|
act 'Go to his office': gt 'stwork2', 'manager_bonus'
|
|
act 'Go to his office': gt 'stwork2', 'manager_bonus'
|
|
else
|
|
else
|
|
- 'As you enter the back stage area, a security guard approaches and tells you that the manager wants to see you in his office again.'
|
|
|
|
|
|
+ 'As you enter the back stage area, a security guard approaches and tells you that Sasha wants to see you in his office again.'
|
|
'You know what he wants, but do you want to do it?'
|
|
'You know what he wants, but do you want to do it?'
|
|
act 'Go to his office': gt 'stwork2', 'manager_bonus'
|
|
act 'Go to his office': gt 'stwork2', 'manager_bonus'
|
|
act 'Turn him down': gt 'stwork2', 'strip_show_end'
|
|
act 'Turn him down': gt 'stwork2', 'strip_show_end'
|
|
@@ -134,12 +134,12 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'set_customer_mood':
|
|
if $ARGS[0] = 'set_customer_mood':
|
|
if func('pcs_has_attr', 'OR', 'body_bmi_overweight', 'body_bmi_obese'):
|
|
if func('pcs_has_attr', 'OR', 'body_bmi_overweight', 'body_bmi_obese'):
|
|
- if rand(0, 100) >= 60:
|
|
|
|
- strip_club['strip_tips'] -= rand(5, 10)
|
|
|
|
|
|
+ if rand(0,100) >= 60:
|
|
|
|
+ strip_club['strip_tips'] -= rand(5,10)
|
|
strip_club['cust_angry'] = 1
|
|
strip_club['cust_angry'] = 1
|
|
strip_club['cust_boos'] += 1
|
|
strip_club['cust_boos'] += 1
|
|
|
|
|
|
- strip_club['rand'] = rand(0, 3)
|
|
|
|
|
|
+ strip_club['rand'] = rand(0,3)
|
|
if strip_club['rand'] = 0:
|
|
if strip_club['rand'] = 0:
|
|
'You overhear some of the customers sitting next to the stage.'
|
|
'You overhear some of the customers sitting next to the stage.'
|
|
'"Look at her fat hanging out. Her gut and ass are shaking like jelly!"'
|
|
'"Look at her fat hanging out. Her gut and ass are shaking like jelly!"'
|
|
@@ -155,7 +155,7 @@ if $ARGS[0] = 'set_customer_mood':
|
|
end
|
|
end
|
|
else
|
|
else
|
|
strip_club['cust_angry'] = 0
|
|
strip_club['cust_angry'] = 0
|
|
- if rand(0, 1) = 0:
|
|
|
|
|
|
+ if rand(0,1) = 0:
|
|
'A few customers are catcalling.'
|
|
'A few customers are catcalling.'
|
|
'"Get those fat titties out!" one of them yells.'
|
|
'"Get those fat titties out!" one of them yells.'
|
|
else
|
|
else
|
|
@@ -165,7 +165,7 @@ if $ARGS[0] = 'set_customer_mood':
|
|
end
|
|
end
|
|
else
|
|
else
|
|
strip_club['cust_angry'] = 0
|
|
strip_club['cust_angry'] = 0
|
|
- if rand(0, 1) = 0:
|
|
|
|
|
|
+ if rand(0,1) = 0:
|
|
'Several customers are catcalling. They want to see more.'
|
|
'Several customers are catcalling. They want to see more.'
|
|
'"Get those tits out!" one of them yells.'
|
|
'"Get those tits out!" one of them yells.'
|
|
else
|
|
else
|
|
@@ -177,7 +177,7 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'set_customer_mood_pole':
|
|
if $ARGS[0] = 'set_customer_mood_pole':
|
|
if func('pcs_has_attr', 'OR', 'body_bmi_overweight', 'body_bmi_obese'):
|
|
if func('pcs_has_attr', 'OR', 'body_bmi_overweight', 'body_bmi_obese'):
|
|
- strip_club['rand'] = rand(0, 99)
|
|
|
|
|
|
+ strip_club['rand'] = rand(0,99)
|
|
if strip_club['rand'] < 25:
|
|
if strip_club['rand'] < 25:
|
|
'Performing another trick on the pole, you can''t support your weight and fall flat on your face as the crowd laughs.'
|
|
'Performing another trick on the pole, you can''t support your weight and fall flat on your face as the crowd laughs.'
|
|
'"Hey hippopotamus, stomp back to the swamp where you came from!"'
|
|
'"Hey hippopotamus, stomp back to the swamp where you came from!"'
|
|
@@ -191,7 +191,7 @@ if $ARGS[0] = 'set_customer_mood_pole':
|
|
end
|
|
end
|
|
elseif strip_club['rand'] < 50:
|
|
elseif strip_club['rand'] < 50:
|
|
strip_club['cust_boos'] += 1
|
|
strip_club['cust_boos'] += 1
|
|
- strip_club['strip_tips'] -= rand(15, 30)
|
|
|
|
|
|
+ strip_club['strip_tips'] -= rand(15,30)
|
|
'You overhear some of the customers sitting next to the stage.'
|
|
'You overhear some of the customers sitting next to the stage.'
|
|
'"Look at her fat hanging out. Her gut and ass are shaking like jelly!"'
|
|
'"Look at her fat hanging out. Her gut and ass are shaking like jelly!"'
|
|
end
|
|
end
|
|
@@ -205,7 +205,7 @@ if $ARGS[0] = 'dance_clothed':
|
|
minut += 5
|
|
minut += 5
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 1
|
|
fat -= 1
|
|
- gs 'exp_gain', 'dancero', rand(1, 2)
|
|
|
|
|
|
+ gs 'exp_gain', 'dancero', rand(1,2)
|
|
strip_club['strip_tips'] = rand(pcs_dancero, 5 * pcs_dancero) / 10
|
|
strip_club['strip_tips'] = rand(pcs_dancero, 5 * pcs_dancero) / 10
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
@@ -222,12 +222,11 @@ if $ARGS[0] = 'strip_clothes':
|
|
minut += 5
|
|
minut += 5
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 1
|
|
fat -= 1
|
|
- gs 'exp_gain', 'dancero', rand(1, 2)
|
|
|
|
- gs 'exp_gain', 'inhib', rand(1, 2)
|
|
|
|
- gs 'fame', 'city', 'stripping', rand(1, 2)
|
|
|
|
|
|
+ gs 'exp_gain', 'dancero', rand(1,2)
|
|
|
|
+ gs 'exp_gain', 'inhib', rand(1,2)
|
|
|
|
+ gs 'fame', 'city', 'stripping', rand(1,2)
|
|
strip_club['strip_tips'] = rand(pcs_dancero, 5 * pcs_dancero) / 7
|
|
strip_club['strip_tips'] = rand(pcs_dancero, 5 * pcs_dancero) / 7
|
|
gs 'stat'
|
|
gs 'stat'
|
|
-
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclo' + rand(1,3) + '.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripclo' + rand(1,3) + '.jpg"></center>'
|
|
'You start moving seductively around the pole in the center of the stage.'
|
|
'You start moving seductively around the pole in the center of the stage.'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
@@ -280,7 +279,6 @@ if $ARGS[0] = 'strip_bra':
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
gs 'fame', 'city', 'stripping', rand(1,2)
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 5
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 5
|
|
gs 'stat'
|
|
gs 'stat'
|
|
-
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(1,3) + '.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(1,3) + '.jpg"></center>'
|
|
'You start moving seductively around the pole in the center of the stage wearing just your underwear.'
|
|
'You start moving seductively around the pole in the center of the stage wearing just your underwear.'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
@@ -310,12 +308,11 @@ if $ARGS[0] = 'strip_panties':
|
|
minut += 5
|
|
minut += 5
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 1
|
|
fat -= 1
|
|
- gs 'exp_gain', 'dancero', rand(1, 2)
|
|
|
|
- gs 'exp_gain', 'inhib', rand(1, 2)
|
|
|
|
- gs 'fame', 'city', 'stripping', rand(1, 2)
|
|
|
|
|
|
+ gs 'exp_gain', 'dancero', rand(1,2)
|
|
|
|
+ gs 'exp_gain', 'inhib', rand(1,2)
|
|
|
|
+ gs 'fame', 'city', 'stripping', rand(1,2)
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 5
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 5
|
|
gs 'stat'
|
|
gs 'stat'
|
|
-
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund9.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund9.jpg"></center>'
|
|
'You dance seductively in just your panties, teasing the crowd.'
|
|
'You dance seductively in just your panties, teasing the crowd.'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
gs 'stwork2', 'set_customer_mood'
|
|
@@ -343,9 +340,9 @@ if $ARGS[0] = 'dance_nude':
|
|
minut += 5
|
|
minut += 5
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 1
|
|
fat -= 1
|
|
- gs 'exp_gain', 'dancero', rand(1, 2)
|
|
|
|
- gs 'exp_gain', 'inhib', rand(1, 2)
|
|
|
|
- gs 'fame', 'city', 'stripping', rand(1, 2)
|
|
|
|
|
|
+ gs 'exp_gain', 'dancero', rand(1,2)
|
|
|
|
+ gs 'exp_gain', 'inhib', rand(1,2)
|
|
|
|
+ gs 'fame', 'city', 'stripping', rand(1,2)
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 3
|
|
strip_club['strip_tips'] += rand(pcs_dancero, 5 * pcs_dancero) / 3
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(13,14) + '.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/stripund' + rand(13,14) + '.jpg"></center>'
|
|
@@ -384,10 +381,10 @@ if $ARGS[0] = 'pole_underwear':
|
|
strip_club['dancing_rounds'] -= 1
|
|
strip_club['dancing_rounds'] -= 1
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 2
|
|
fat -= 2
|
|
- pcs_mood -= rand(4, 8)
|
|
|
|
- gs 'exp_gain', 'dancpol', rand(1, 2)
|
|
|
|
- gs 'exp_gain', 'inhib', rand(1, 2)
|
|
|
|
- gs 'fame', 'city', 'stripping', rand(1, 2)
|
|
|
|
|
|
+ pcs_mood -= rand(4,8)
|
|
|
|
+ gs 'exp_gain', 'dancpol', rand(1,2)
|
|
|
|
+ gs 'exp_gain', 'inhib', rand(1,2)
|
|
|
|
+ gs 'fame', 'city', 'stripping', rand(1,2)
|
|
!pcs_hairbsh = 0
|
|
!pcs_hairbsh = 0
|
|
strip_club['strip_tips'] += rand(pcs_dancpol, 5 * pcs_dancpol) / 3
|
|
strip_club['strip_tips'] += rand(pcs_dancpol, 5 * pcs_dancpol) / 3
|
|
gs 'stat'
|
|
gs 'stat'
|
|
@@ -404,10 +401,10 @@ if $ARGS[0] = 'pole_panties':
|
|
strip_club['dancing_rounds'] -= 1
|
|
strip_club['dancing_rounds'] -= 1
|
|
gs 'sweat', 'add', 5
|
|
gs 'sweat', 'add', 5
|
|
fat -= 2
|
|
fat -= 2
|
|
- pcs_mood -= rand(4, 8)
|
|
|
|
- gs 'exp_gain', 'dancpol', rand(1, 2)
|
|
|
|
- gs 'exp_gain', 'inhib', rand(1, 2)
|
|
|
|
- gs 'fame', 'city', 'stripping', rand(1, 2)
|
|
|
|
|
|
+ pcs_mood -= rand(4,8)
|
|
|
|
+ gs 'exp_gain', 'dancpol', rand(1,2)
|
|
|
|
+ gs 'exp_gain', 'inhib', rand(1,2)
|
|
|
|
+ gs 'fame', 'city', 'stripping', rand(1,2)
|
|
!pcs_hairbsh = 0
|
|
!pcs_hairbsh = 0
|
|
strip_club['strip_tips'] += rand(pcs_dancpol, 5 * pcs_dancpol) / 3
|
|
strip_club['strip_tips'] += rand(pcs_dancpol, 5 * pcs_dancpol) / 3
|
|
gs 'stat'
|
|
gs 'stat'
|
|
@@ -418,14 +415,12 @@ if $ARGS[0] = 'pole_panties':
|
|
act 'Continue': gt 'stwork2', 'strip_hub'
|
|
act 'Continue': gt 'stwork2', 'strip_hub'
|
|
end
|
|
end
|
|
|
|
|
|
-
|
|
|
|
-
|
|
|
|
if $ARGS[0] = 'manager_bonus':
|
|
if $ARGS[0] = 'manager_bonus':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 2
|
|
minut += 2
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/.jpg">"></center>'
|
|
'<center><img <<$set_imgh>> src="images/.jpg">"></center>'
|
|
- 'The security guard ushers you into the manager''s office before closing the door behind you. The manager smiles at you as he sits behind his desk.'
|
|
|
|
|
|
+ 'The security guard ushers you into Sasha''s office before closing the door behind you. Sasha smiles at you as he sits behind his desk.'
|
|
if strip_club['manager_bonus'] = 0:
|
|
if strip_club['manager_bonus'] = 0:
|
|
'"I heard that you''ve had a pretty good night, <<$pcs_strippername>>. How about a little bonus to top it off?" he asks.'
|
|
'"I heard that you''ve had a pretty good night, <<$pcs_strippername>>. How about a little bonus to top it off?" he asks.'
|
|
'"What kind of bonus?" you ask while raising an eyebrow.'
|
|
'"What kind of bonus?" you ask while raising an eyebrow.'
|
|
@@ -474,8 +469,8 @@ if $ARGS[0] = 'manager_bonus':
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bimbo.knees5.jpg">"></center>'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bimbo.knees5.jpg">"></center>'
|
|
'"Interested in a little bonus, are we?" he asks rhetorically with a grin before snapping his fingers and pointing to his crotch. You obediently walk over and kneel in front of him before unzipping his pants and taking his cock into your mouth. "Eager today, aren''t we?" he laughs as you start sucking.'
|
|
'"Interested in a little bonus, are we?" he asks rhetorically with a grin before snapping his fingers and pointing to his crotch. You obediently walk over and kneel in front of him before unzipping his pants and taking his cock into your mouth. "Eager today, aren''t we?" he laughs as you start sucking.'
|
|
if rand(0,2) = 0:
|
|
if rand(0,2) = 0:
|
|
- 'Just as you''re getting into it, you hear a knock at the door and freeze as the manager looks down at you. "Don''t stop," he orders before telling the person to enter. A man walks into the room and stops in front of the desk. There''s no hiding the fact that you''re under here, you just hope he doesn''t recognise you.'
|
|
|
|
- 'You push the thoughts to the back of your mind and resume sucking the manager''s dick, trying your best to keep the noise down as the two men converse for what feels like an eternity before the man finally leaves.'
|
|
|
|
|
|
+ 'Just as you''re getting into it, you hear a knock at the door and freeze as Sasha looks down at you. "Don''t stop," he orders before telling the person to enter. A man walks into the room and stops in front of the desk. There''s no hiding the fact that you''re under here, you just hope he doesn''t recognise you.'
|
|
|
|
+ 'You push the thoughts to the back of your mind and resume sucking Sasha''s dick, trying your best to keep the noise down as the two men converse for what feels like an eternity before the man finally leaves.'
|
|
'The distraction gone, you''re able to focus your efforts, the room filled with the obscene sound of you gagging and slurping on his cock until he suddenly grabs your head and holds you down on his cock as his cum starts shooting into your mouth. You''re forced to swallow it to stop yourself from choking as he groans loudly.'
|
|
'The distraction gone, you''re able to focus your efforts, the room filled with the obscene sound of you gagging and slurping on his cock until he suddenly grabs your head and holds you down on his cock as his cum starts shooting into your mouth. You''re forced to swallow it to stop yourself from choking as he groans loudly.'
|
|
gs 'arousal', 'bj', 5
|
|
gs 'arousal', 'bj', 5
|
|
gs 'cum_call', 'mouth_swallow', 'Strip club manager', 0, 0, 10000, 40
|
|
gs 'cum_call', 'mouth_swallow', 'Strip club manager', 0, 0, 10000, 40
|
|
@@ -506,7 +501,7 @@ if $ARGS[0] = 'manager_bonus':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum17.jpg">"></center>'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum17.jpg">"></center>'
|
|
'He finally finishes and releases his grip on your head, allowing you pull yourself off of his cock. You gasp for air and wipe the saliva from your mouth before looking up to see him grinning down at you as he counts your money.'
|
|
'He finally finishes and releases his grip on your head, allowing you pull yourself off of his cock. You gasp for air and wipe the saliva from your mouth before looking up to see him grinning down at you as he counts your money.'
|
|
- '"Nice work, <<$pcs_strippername>>. Good to see young girls with a good work ethic," he laughs.'
|
|
|
|
|
|
+ '"Nice work, <<$pcs_strippername>>. It''s nice to see young girls with a good work ethic," he laughs.'
|
|
'You just smile at him before getting up and taking the money. Heading out into the hallway, the security guard flashes you a knowing smile as you hurry back to the dressing room.'
|
|
'You just smile at him before getting up and taking the money. Heading out into the hallway, the security guard flashes you a knowing smile as you hurry back to the dressing room.'
|
|
|
|
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
@@ -539,7 +534,7 @@ if $ARGS[0] = 'privatdance':
|
|
strip_club['total_stripshows'] += 1
|
|
strip_club['total_stripshows'] += 1
|
|
gs 'stat'
|
|
gs 'stat'
|
|
|
|
|
|
- strip_club['rand'] = rand(0, 25)
|
|
|
|
|
|
+ strip_club['rand'] = rand(0,25)
|
|
if strip_club['rand'] = 0:
|
|
if strip_club['rand'] = 0:
|
|
gt 'stwork2', 'pr1'
|
|
gt 'stwork2', 'pr1'
|
|
elseif strip_club['rand'] = 1:
|
|
elseif strip_club['rand'] = 1:
|
|
@@ -555,10 +550,8 @@ if $ARGS[0] = 'privatdance':
|
|
elseif strip_club['rand'] = 6:
|
|
elseif strip_club['rand'] = 6:
|
|
gt 'stwork2', 'pr7'
|
|
gt 'stwork2', 'pr7'
|
|
end
|
|
end
|
|
-
|
|
|
|
-
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/privatstrip.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/redlight/stripclub/privatstrip.jpg"></center>'
|
|
- 'You walk over to a smaller private room where you put on some music before the customer walks in and you tell him to sit down and enjoy the show. You spend half an hour showing off your dancing skills, and every time you grind against him, you can feel his rock hard cock.'
|
|
|
|
|
|
+ 'You walk over to a smaller private room where you put on some music before the customer walks in and you tell him to sit and enjoy the show. You spend half an hour showing off your dancing skills, and every time you grind against him, you feel his rock hard cock straining against his pants.'
|
|
|
|
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
end
|
|
end
|
|
@@ -669,7 +662,7 @@ if $ARGS[0] = 'pr2':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
gs 'npcgeneratec', 0, 'Private dance client', rand(20,55)
|
|
gs 'npcgeneratec', 0, 'Private dance client', rand(20,55)
|
|
'<center><video autoplay loop src="images/shared/sex/cum/facial/facial0,3.mp4"></video></center>'
|
|
'<center><video autoplay loop src="images/shared/sex/cum/facial/facial0,3.mp4"></video></center>'
|
|
- 'You nod and get on your knees as the client pulls his cock out and starts jerking it. After a few seconds, he loudly grunts that he''s close and you close your eyes as warm spurts of cum start splattering across your face. It drips down your chin as he squeezes the last few drops onto your forehead.'
|
|
|
|
|
|
+ 'You nod and get on your knees as the client pulls his cock out and starts jerking it. After a few seconds, he loudly grunts that he''s close and you close your eyes as spurts of warm cum start splattering across your face. It drips down your chin as he squeezes the last few drops onto your forehead.'
|
|
'You wipe the cum from your eyes as he puts his cock away and leaves your payment on the table before leaving. You gather up your clothes and wipe your face as best as you can as you hurry to the dressing room to clean up.'
|
|
'You wipe the cum from your eyes as he puts his cock away and leaves your payment on the table before leaving. You gather up your clothes and wipe your face as best as you can as you hurry to the dressing room to clean up.'
|
|
gs 'cum_call', 'face', 'Private dance client', 0, 0, 10000, 40
|
|
gs 'cum_call', 'face', 'Private dance client', 0, 0, 10000, 40
|
|
|
|
|
|
@@ -705,7 +698,7 @@ if $ARGS[0] = 'pr3':
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/ukuni11.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/lesbian/ukuni11.jpg"></center>'
|
|
'You nod and get on your knees in front of the woman as she undresses her lower half and sits back in the chair before spreading her legs. You move in and start tracing your tongue along her pussy lips before moving up to her clit.'
|
|
'You nod and get on your knees in front of the woman as she undresses her lower half and sits back in the chair before spreading her legs. You move in and start tracing your tongue along her pussy lips before moving up to her clit.'
|
|
- 'You spend a few minutes teasing her sensitive bud before she clamps her hand over her mouth and lets out a muffled cry as she climaxes and a small amount of her juices squirting over your face.'
|
|
|
|
|
|
+ 'You spend a few minutes teasing her sensitive bud before she clamps her hand over her mouth and lets out a muffled cry as she climaxes and a small amount of her juices squirt over your face.'
|
|
'Once she recovers, she dresses herself and leaves your payment on the table before walking out. You gather up your clothes and head to the dressing room to clean up.'
|
|
'Once she recovers, she dresses herself and leaves your payment on the table before walking out. You gather up your clothes and head to the dressing room to clean up.'
|
|
|
|
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
@@ -739,7 +732,7 @@ if $ARGS[0] = 'pr5':
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie2.mp4"></video></center>'
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie2.mp4"></video></center>'
|
|
if rand (0,2) = 0 and locat['A23'] = 21 and AlbinaQW['working_stripclub'] = 1 and npc_rel['A23'] >= 70:
|
|
if rand (0,2) = 0 and locat['A23'] = 21 and AlbinaQW['working_stripclub'] = 1 and npc_rel['A23'] >= 70:
|
|
'You approach the private room where your client is waiting and hear two voices behind the door. As you enter, Albina greets you at the door.'
|
|
'You approach the private room where your client is waiting and hear two voices behind the door. As you enter, Albina greets you at the door.'
|
|
- '"This guy''s going to be a pain in the fucking ass..." she whispers as you step inside. Behind her, an overweight patron claps his hands excitedly. "Ah! She''s here! Now we can really get the party started!"'
|
|
|
|
|
|
+ '"This guy''s going to be a pain in the fucking ass..." she whispers as you step inside. Behind her, an overweight patron in a suit claps his hands excitedly. "Ah! She''s here! Now we can really get the party started!"'
|
|
'Albina rolls her eyes before strutting over to the man and shaking her bubble butt in his face. "You think you can handle both of us?" she asks, barely making any effort to hide the the fact that she clearly finds him unattractive.'
|
|
'Albina rolls her eyes before strutting over to the man and shaking her bubble butt in his face. "You think you can handle both of us?" she asks, barely making any effort to hide the the fact that she clearly finds him unattractive.'
|
|
'"Oh, I can! My wallet is fatter than that juicy ass of yours, girl!" he bellows, tucking a few bills into her g-string with a hearty laugh before smacking her on the ass. "No fucking touching!" she scoffs in disgust.'
|
|
'"Oh, I can! My wallet is fatter than that juicy ass of yours, girl!" he bellows, tucking a few bills into her g-string with a hearty laugh before smacking her on the ass. "No fucking touching!" she scoffs in disgust.'
|
|
*nl
|
|
*nl
|
|
@@ -747,8 +740,8 @@ if $ARGS[0] = 'pr5':
|
|
|
|
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
else
|
|
else
|
|
- 'You approach the private room where your client is waiting and hear two voices behind the door. As you enter, a fellow stripper named ''Jade'' greets you at the door with a forced smile.'
|
|
|
|
- '"We''ve got our hands full with this one..." she whispers as you step inside. Behind her, an overweight patron claps his hands excitedly. "Ah! She''s here! Now we can really get the party started!"'
|
|
|
|
|
|
+ 'You approach the private room where your client is waiting and hear two voices behind the door. As you enter, your fellow stripper ''Jade'' greets you at the door with a forced smile.'
|
|
|
|
+ '"We''ve got our hands full with this one..." she whispers as you step inside. Behind her, an overweight patron in a suit claps his hands excitedly. "Ah! She''s here! Now we can really get the party started!"'
|
|
'Jade rolls her eyes before turning back to the man, pushing her large, fake breasts in his face. "You think you can handle both of us?" she asks, trying to remain professional around a guy she clearly finds unattractive.'
|
|
'Jade rolls her eyes before turning back to the man, pushing her large, fake breasts in his face. "You think you can handle both of us?" she asks, trying to remain professional around a guy she clearly finds unattractive.'
|
|
'"Oh, I can! And so can my wallet! It''s bigger than those huge tits of yours!" he bellows before stuffing a wad of cash into her cleavage with a hearty laugh.'
|
|
'"Oh, I can! And so can my wallet! It''s bigger than those huge tits of yours!" he bellows before stuffing a wad of cash into her cleavage with a hearty laugh.'
|
|
*nl
|
|
*nl
|
|
@@ -764,7 +757,7 @@ if $ARGS[0] = 'pr6':
|
|
money += 2000
|
|
money += 2000
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie3.mp4"></video></center>'
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie3.mp4"></video></center>'
|
|
'Your client is sitting alone in the largest of the private rooms, a room where private group parties are normally held. Instead, it''s just you and him in a big empty space tonight, an echo chamber full of nothing but loud music, club lighting and a bit of shared loneliness between two strangers.'
|
|
'Your client is sitting alone in the largest of the private rooms, a room where private group parties are normally held. Instead, it''s just you and him in a big empty space tonight, an echo chamber full of nothing but loud music, club lighting and a bit of shared loneliness between two strangers.'
|
|
- 'The patron doesn''t say much as you grind your nude body against him, but he watches you intently. With no special requests given, you run through a typical dance routine, slinking and sliding your body over him as alluringly as possible. Once your time is up, he gives you a smile and stands up before leaving the room.'
|
|
|
|
|
|
+ 'The patron doesn''t say much as you grind your naked body against him, but he watches you intently. With no special requests given, you run through a typical dance routine, slinking and sliding your body over him as alluringly as possible. Once your time is up, he gives you a smile and stands up before leaving the room.'
|
|
'After he closes the door behind him and you gather your things, a security guard cracks open the door and hands you a wad of cash. "This is from your client. You must have made a good impression since he wouldn''t shut up about you. Nice work."'
|
|
'After he closes the door behind him and you gather your things, a security guard cracks open the door and hands you a wad of cash. "This is from your client. You must have made a good impression since he wouldn''t shut up about you. Nice work."'
|
|
'Despite working in such a dark and sometimes depraved place, you walk back to the dressing room with your head up a little higher than before, feeling good about a job well done.'
|
|
'Despite working in such a dark and sometimes depraved place, you walk back to the dressing room with your head up a little higher than before, feeling good about a job well done.'
|
|
|
|
|
|
@@ -775,7 +768,8 @@ if $ARGS[0] = 'pr7':
|
|
*clr & cla
|
|
*clr & cla
|
|
minut += 10
|
|
minut += 10
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie4.mp4"></video></center>'
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie4.mp4"></video></center>'
|
|
- 'You meet your patron in one of the back rooms with a more lush setting than many of the others. Red velvet curtains and mirrors line the walls, and multiple poles surround the outskirts of the room, allowing for many girls to serve many customers at once. Tonight though, it''s just you and one other man. You feel relatively safe knowing there''s a security guard right outside the door, but the way the man''s eyes pierce your own makes your heart race. There''s definitely more than meets the eye with him.'
|
|
|
|
|
|
+ 'You meet your patron in one of the back rooms with a more lush setting than many of the others. Red velvet curtains and mirrors line the walls, and multiple poles surround the outskirts of the room, allowing for many girls to serve many customers at once. Tonight though, it''s just you and one other man.'
|
|
|
|
+ 'You feel relatively safe knowing there''s a security guard right outside the door, but the way the man''s eyes pierce your own makes your heart race. There''s definitely more than meets the eye with him.'
|
|
'Still, you''re here to do a job, and you start dancing for him as seductively as possible. After a few minutes, he tosses a handful of bills at you. "Let''s see some skin, girl!" he exclaims.'
|
|
'Still, you''re here to do a job, and you start dancing for him as seductively as possible. After a few minutes, he tosses a handful of bills at you. "Let''s see some skin, girl!" he exclaims.'
|
|
|
|
|
|
act 'Show him some skin':
|
|
act 'Show him some skin':
|
|
@@ -800,19 +794,18 @@ if $ARGS[0] = 'pr7':
|
|
|
|
|
|
act 'Accept':
|
|
act 'Accept':
|
|
*clr & cla
|
|
*clr & cla
|
|
- gs 'npcgeneratec', 0, 'Private dance client', rand(25, 40)
|
|
|
|
|
|
+ gs 'npcgeneratec', 0, 'Private dance client', rand(25,40)
|
|
gs 'npcStat', $npclastgenerated
|
|
gs 'npcStat', $npclastgenerated
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
|
|
gs 'arousal', 'bj', 5, 'sub', 'deepthroat'
|
|
gs 'cum_call', 'mouth_swallow', $npcID
|
|
gs 'cum_call', 'mouth_swallow', $npcID
|
|
money += 2000
|
|
money += 2000
|
|
gs 'stat'
|
|
gs 'stat'
|
|
-
|
|
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie4b.mp4"></video></center>'
|
|
'<center><video autoplay loop src="images/locations/city/redlight/stripclub/private_movie4b.mp4"></video></center>'
|
|
'You look at the customer. He''s a bit older, but seems decent enough. And he smells washed, unlike some of the guys who roll through the club.'
|
|
'You look at the customer. He''s a bit older, but seems decent enough. And he smells washed, unlike some of the guys who roll through the club.'
|
|
'"2000 <b>₽</b>," you reply and bite your lip seductively.'
|
|
'"2000 <b>₽</b>," you reply and bite your lip seductively.'
|
|
'"This better be one hell of a blowjob!" he says before tossing the money at you. He quickly stands, tugging his massively thick cock from his pants and dropping them to the floor. He''s already rock hard from your striptease, and per your agreement, it''s inside your mouth within seconds. His fat cock fills every inch of space between your lips, and just taking it inside causes the swollen tip to press into the entrance of your throat as you start sucking and bobbing your head up and down.'
|
|
'"This better be one hell of a blowjob!" he says before tossing the money at you. He quickly stands, tugging his massively thick cock from his pants and dropping them to the floor. He''s already rock hard from your striptease, and per your agreement, it''s inside your mouth within seconds. His fat cock fills every inch of space between your lips, and just taking it inside causes the swollen tip to press into the entrance of your throat as you start sucking and bobbing your head up and down.'
|
|
'After just a few minutes, the man''s entire body tenses and, without warning, he cums down your throat, not even giving you a chance to pull his cock out of your mouth. The man grunts as he holds your head in place, unloading every single drop of his hot, viscous cum into your mouth. When he finally releases you, you sputter and choke on his thick load while gasping for breath. Before you can even yell at him for not giving you any warning, he''s re-dressed himself and ducked out of the door.'
|
|
'After just a few minutes, the man''s entire body tenses and, without warning, he cums down your throat, not even giving you a chance to pull his cock out of your mouth. The man grunts as he holds your head in place, unloading every single drop of his hot, viscous cum into your mouth. When he finally releases you, you sputter and choke on his thick load while gasping for breath. Before you can even yell at him for not giving you any warning, he''s re-dressed himself and ducked out of the door.'
|
|
- '"Could have warned me, asshole..." you whisper to yourself while gathering your things and heading back to the dressing room.'
|
|
|
|
|
|
+ '"Could have warned me, asshole..." you mumble to yourself while gathering your things and heading back to the dressing room.'
|
|
|
|
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
act 'Return to the dressing room': gt 'stwork2', 'strip_show_end'
|
|
end
|
|
end
|