|
@@ -145,7 +145,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
minut += 1
|
|
|
gs 'stat'
|
|
|
'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/approach.mp4"></video></center>'
|
|
|
- '"Hi <<$prostitute_names[$used_name]>>. I was looking for you." He says in a good mood clearly happy to see you.'
|
|
|
+ '"Hi <<$prostitute_names[$prostitution_location]>>. I was looking for you." He says in a good mood clearly happy to see you.'
|
|
|
*nl
|
|
|
'"Hey sweetie, good to see you again." You say to him with a smile on your lips.'
|
|
|
|
|
@@ -193,7 +193,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
gs 'prostitution_functions', 'payment', 'condom_yes', 'inside_no'
|
|
|
|
|
|
if mc_inventory['normal_condoms'] > 0 or mc_inventory['equipped_condoms'] > 0:
|
|
|
- 'You pull out a condom out of your '+iif(bag = 1, 'purse', 'pocket')+' and he nods. "No problem <<$prostitute_names[$used_name]>>, better safe than sorry."'
|
|
|
+ 'You pull out a condom out of your '+iif(bag = 1, 'purse', 'pocket')+' and he nods. "No problem <<$prostitute_names[$prostitution_location]>>, better safe than sorry."'
|
|
|
|
|
|
act 'Continue': gt 'prostitution_car_negotiation', 'client_regular_success'
|
|
|
else
|
|
@@ -215,7 +215,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
|
|
|
act 'Continue': gt 'prostitution_car_negotiation', 'client_regular_success'
|
|
|
else
|
|
|
- 'He sighs and after a second he shrugs. "Fine," he looks at you and reassures you. "Don''t worry about it <<$prostitute_names[$used_name]>>, you''re always worth waiting for."'
|
|
|
+ 'He sighs and after a second he shrugs. "Fine," he looks at you and reassures you. "Don''t worry about it <<$prostitute_names[$prostitution_location]>>, you''re always worth waiting for."'
|
|
|
|
|
|
act 'Leave': gt $loc, 'work'
|
|
|
end
|
|
@@ -245,7 +245,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
$prostitute_client_cumshot = 'Inside'
|
|
|
gs 'prostitution_functions', 'payment', 'condom_no', 'inside_yes'
|
|
|
'... can cum inside you. "And don''t be afraid to cum inside me if you want and pay for it."'
|
|
|
- '"Of course I''ll pay for it. You''re the best, <<$prostitute_names[$used_name]>>."'
|
|
|
+ '"Of course I''ll pay for it. You''re the best, <<$prostitute_names[$prostitution_location]>>."'
|
|
|
|
|
|
act 'Continue': gt 'prostitution_car_negotiation', 'client_regular_success'
|
|
|
end
|
|
@@ -256,7 +256,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
cla & *nl
|
|
|
$prostitute_client_condom = 'No'
|
|
|
'... never use a condom. "You want to fuck me raw as always?"'
|
|
|
- 'He nods. "Of course, it just isn''t the same with a condom. It''s really great that you do that, <<$prostitute_names[$used_name]>>. You know that, right? There aren''t many girls your age that do it raw."'
|
|
|
+ 'He nods. "Of course, it just isn''t the same with a condom. It''s really great that you do that, <<$prostitute_names[$prostitution_location]>>. You know that, right? There aren''t many girls your age that do it raw."'
|
|
|
*nl
|
|
|
'You smile and tell him that he...'
|
|
|
|
|
@@ -275,7 +275,7 @@ if $ARGS[0] = 'client_regular':
|
|
|
$prostitute_client_cumshot = 'Inside'
|
|
|
gs 'prostitution_functions', 'payment', 'condom_no', 'inside_yes'
|
|
|
'... can cum inside you. "Yeah, raw is the best way to fuck and remember don''t be afraid to cum anywhere you want."'
|
|
|
- '"You''re the best whore in the whole area, <<$prostitute_names[$used_name]>>."'
|
|
|
+ '"You''re the best whore in the whole area, <<$prostitute_names[$prostitution_location]>>."'
|
|
|
|
|
|
act 'Continue': gt 'prostitution_car_negotiation', 'client_regular_success'
|
|
|
end
|
|
@@ -323,7 +323,7 @@ if $ARGS[0] = 'client_regular_fail':
|
|
|
'<center><video autoplay loop src="images/shared/prostitution/car/regular/negotiation/chat'+rand(0,1)+'.mp4"></video></center>'
|
|
|
'"I''m sorry sweetie, I know you really like to fuck my '+iif($prostitute['client_scene'] = 'Vaginal', 'pussy', 'ass')+' but I''m not up for that today."'
|
|
|
*nl
|
|
|
- '"Shit? Really?" You nod and he looks disheartened. After a moment he shrugs and throws you a grin. "Don''t worry about it <<$prostitute_names[$used_name]>>, it''s fine, you''re always worth the wait."'
|
|
|
+ '"Shit? Really?" You nod and he looks disheartened. After a moment he shrugs and throws you a grin. "Don''t worry about it <<$prostitute_names[$prostitution_location]>>, it''s fine, you''re always worth the wait."'
|
|
|
*nl
|
|
|
'"Thanks," you say and step away from the car.'+iif(prostitute['std_mod'] = 1 and mc_inventory['normal_condoms'] < 1 and mc_inventory['equipped_condoms'] < 1, ' As you walk away you think about your decision for a moment. In the end it was the right choice, he was always nice to you and without a condom he surely would catch your STD.', '')
|
|
|
|