|
@@ -28,11 +28,11 @@ if $ARGS[0] = 'start':
|
|
act 'Talk to Yuri':
|
|
act 'Talk to Yuri':
|
|
cla
|
|
cla
|
|
menu_off = 1
|
|
menu_off = 1
|
|
- minut += 15
|
|
|
|
|
|
+ minut += 5
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'Still smiling he says, "<<$pcs_nickname>>, want to grab a cup of coffee?"'
|
|
'Still smiling he says, "<<$pcs_nickname>>, want to grab a cup of coffee?"'
|
|
|
|
|
|
- act 'Decline':jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
+ act 'Decline': jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
act 'Accept':
|
|
act 'Accept':
|
|
*clr & cla
|
|
*clr & cla
|
|
@@ -41,9 +41,9 @@ if $ARGS[0] = 'start':
|
|
'You nod and the two of you head off to the café, where Yuri orders coffee. You sit down at the table and begin to sip on your coffee. Yuri is painfully quiet, he has no sense of humor and is very stiff.'
|
|
'You nod and the two of you head off to the café, where Yuri orders coffee. You sit down at the table and begin to sip on your coffee. Yuri is painfully quiet, he has no sense of humor and is very stiff.'
|
|
'It''s pretty clear that he likes you, but he does not know how to put a move on you. As you finish the coffee Yuri finally suggests if you want to follow him to his home.'
|
|
'It''s pretty clear that he likes you, but he does not know how to put a move on you. As you finish the coffee Yuri finally suggests if you want to follow him to his home.'
|
|
|
|
|
|
- act 'No':jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
+ act 'No': jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
- act 'Go with Yuri':gt 'youry', 'quest'
|
|
|
|
|
|
+ act 'Go with Yuri': gt 'youry', 'quest'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -71,50 +71,51 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
act 'Have a drink':
|
|
act 'Have a drink':
|
|
cla
|
|
cla
|
|
- if pcs_hydra >= 100:
|
|
|
|
- pcs_hydra -= 5
|
|
|
|
- else
|
|
|
|
- pcs_hydra -= 10
|
|
|
|
- end
|
|
|
|
|
|
+ gs 'drugs', 'alcohol', 'vodka'
|
|
|
|
+ pcs_energy += 10
|
|
|
|
+ fat += 2
|
|
|
|
+ gs 'stat'
|
|
'You drink the shitty vodka and it burns your throat. Your throat is on fire and you quickly grab some cheese to help soothe it. Sasha casually downs the glass and doesn''t even blink. "Ah, good one."'
|
|
'You drink the shitty vodka and it burns your throat. Your throat is on fire and you quickly grab some cheese to help soothe it. Sasha casually downs the glass and doesn''t even blink. "Ah, good one."'
|
|
'While you are leaning over to eat the sausage, you feel a light touch as the guard pats you on the buttocks.'
|
|
'While you are leaning over to eat the sausage, you feel a light touch as the guard pats you on the buttocks.'
|
|
|
|
|
|
act 'Smile':
|
|
act 'Smile':
|
|
cla
|
|
cla
|
|
- minut += 15
|
|
|
|
|
|
+ minut += 10
|
|
pcs_horny += 10
|
|
pcs_horny += 10
|
|
- if pcs_hydra >= 100:
|
|
|
|
- pcs_hydra -= 5
|
|
|
|
- else
|
|
|
|
- pcs_hydra -= 10
|
|
|
|
- end
|
|
|
|
|
|
+ gs 'drugs', 'alcohol', 'vodka'
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'You smile and Sasha pours more vodka, not stopping his caressing of your buttocks.'
|
|
'You smile and Sasha pours more vodka, not stopping his caressing of your buttocks.'
|
|
|
|
|
|
- if pcs_horny < 50:dynamic $borodachNo2
|
|
|
|
|
|
+ if pcs_horny < 50: gs 'clener', 'borodachNo2'
|
|
|
|
|
|
- dynamic $borodachDrink
|
|
|
|
|
|
+ gs 'clener', 'borodachDrink'
|
|
end
|
|
end
|
|
|
|
|
|
- act 'Put your hand on his pants':
|
|
|
|
- *clr & cla
|
|
|
|
- borodachTimes += 1
|
|
|
|
- gs 'stat'
|
|
|
|
-
|
|
|
|
- picrand = rand(0, 2)
|
|
|
|
-
|
|
|
|
- if picrand = 0:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj.jpg"></center>'
|
|
|
|
- if picrand = 1:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj1.jpg"></center>'
|
|
|
|
- if picrand = 2:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj2.jpg"></center>'
|
|
|
|
-
|
|
|
|
- 'You put your hand on his crotch and feel his erection harden. Your thin fingers slide over his hardon and find the zipper. You unzip him and get his cock out of his pants. Sasha relaxes on the couch waiting for you to continue what you started.'
|
|
|
|
-
|
|
|
|
- gs 'arousal', 'foreplay', 15
|
|
|
|
- gs 'stat'
|
|
|
|
-
|
|
|
|
-
|
|
|
|
- dynamic $ohrhj
|
|
|
|
- dynamic $ohrbj
|
|
|
|
|
|
+ gs 'willpower', 'hj', 'self'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Put your hand on his pants (<<will_cost>> Willpower)':
|
|
|
|
+ *clr & cla
|
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
|
+ borodachTimes += 1
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ picrand = rand(0, 2)
|
|
|
|
+
|
|
|
|
+ if picrand = 0:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj.jpg"></center>'
|
|
|
|
+ if picrand = 1:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj1.jpg"></center>'
|
|
|
|
+ if picrand = 2:'<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hj2.jpg"></center>'
|
|
|
|
+
|
|
|
|
+ 'You put your hand on his crotch and feel his erection harden. Your thin fingers slide over his hardon and find the zipper. You unzip him and get his cock out of his pants. Sasha relaxes on the couch waiting for you to continue what you started.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'foreplay', 5
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+ gs 'clener', 'ohrhj'
|
|
|
|
+ gs 'clener', 'ohrbj'
|
|
|
|
+ end
|
|
|
|
+ else
|
|
|
|
+ act 'Put your hand on his pants (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -146,9 +147,14 @@ if $ARGS[0] = 'start':
|
|
'You nod, "Yes, the pay is pretty bad but I need the job..."'
|
|
'You nod, "Yes, the pay is pretty bad but I need the job..."'
|
|
'"By the way, I''m Sasha, and you''re?"'
|
|
'"By the way, I''m Sasha, and you''re?"'
|
|
'"<<$pcs_nickname>>." you politely answer.'
|
|
'"<<$pcs_nickname>>." you politely answer.'
|
|
- '"Nice name... I was just thinking about heading on a break, would you like to join me?"'
|
|
|
|
|
|
+ '"Nice name... I was just thinking about heading on a break, would you like to join me for a drink?"'
|
|
|
|
|
|
- act 'Sorry, I have to go':gt 'clener', 'start'
|
|
|
|
|
|
+ gs 'willpower', 'drink', 'resist'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Sorry, I have to go (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
|
|
|
|
+ else
|
|
|
|
+ act 'Sorry, I have to go (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
|
+ end
|
|
|
|
|
|
act 'Why not':
|
|
act 'Why not':
|
|
cla
|
|
cla
|
|
@@ -158,40 +164,40 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
act 'Have a drink':
|
|
act 'Have a drink':
|
|
cla
|
|
cla
|
|
- if pcs_hydra >= 100:
|
|
|
|
- pcs_hydra -= 5
|
|
|
|
- else
|
|
|
|
- pcs_hydra -= 10
|
|
|
|
- end
|
|
|
|
|
|
+ gs 'drugs', 'alcohol', 'vodka'
|
|
|
|
+ pcs_energy += 10
|
|
|
|
+ fat += 2
|
|
|
|
+ gs 'stat'
|
|
'You drink the shitty vodka and it burns your throat. Your throat is on fire and you quickly grab some cheese to help soothe it. Sasha casually downs the glass and doesn''t even blink. "Ah, good one."'
|
|
'You drink the shitty vodka and it burns your throat. Your throat is on fire and you quickly grab some cheese to help soothe it. Sasha casually downs the glass and doesn''t even blink. "Ah, good one."'
|
|
'While you are leaning over to eat the sausage, you feel a light touch as the guard pats you on the buttocks.'
|
|
'While you are leaning over to eat the sausage, you feel a light touch as the guard pats you on the buttocks.'
|
|
|
|
|
|
- act 'React':
|
|
|
|
- cla
|
|
|
|
- minut += 15
|
|
|
|
- pcs_horny += 10
|
|
|
|
- gs 'stat'
|
|
|
|
- '"Hey! What are you doing?" you ask.'
|
|
|
|
- '"Relax, it was merely an accident." Sasha starts muttering as he pours another shot, "Let''s have a drink."'
|
|
|
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'React (<<will_cost>> Willpower)':
|
|
|
|
+ cla
|
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
|
+ minut += 10
|
|
|
|
+ pcs_horny += 10
|
|
|
|
+ gs 'stat'
|
|
|
|
+ '"Hey! What are you doing?" you ask.'
|
|
|
|
+ '"Relax, it was merely an accident." Sasha starts muttering as he pours another shot, "Let''s have a drink."'
|
|
|
|
|
|
- if pcs_horny < 50:dynamic $borodachNo
|
|
|
|
|
|
+ if pcs_horny < 50: gs 'clener', 'borodachNo'
|
|
|
|
|
|
- dynamic $borodachDrink
|
|
|
|
|
|
+ gs 'clener', 'borodachDrink'
|
|
|
|
+ end
|
|
|
|
+ else
|
|
|
|
+ act 'React (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Pretend not to notice':
|
|
act 'Pretend not to notice':
|
|
cla
|
|
cla
|
|
- if pcs_hydra >= 100:
|
|
|
|
- pcs_hydra -= 5
|
|
|
|
- else
|
|
|
|
- pcs_hydra -= 10
|
|
|
|
- end
|
|
|
|
- minut += 15
|
|
|
|
- pcs_horny += 15 + SUB
|
|
|
|
|
|
+ minut += 10
|
|
|
|
+ pcs_horny += 15
|
|
gs 'stat'
|
|
gs 'stat'
|
|
'You continue on as usual, trying not to pay attention to it, since it was only a casual touch. Sasha pours more vodka and says, "The second shot always tastes better." as he takes another quaff.'
|
|
'You continue on as usual, trying not to pay attention to it, since it was only a casual touch. Sasha pours more vodka and says, "The second shot always tastes better." as he takes another quaff.'
|
|
- if pcs_horny < 50:dynamic $borodachNo
|
|
|
|
- dynamic $borodachDrink
|
|
|
|
|
|
+ if pcs_horny < 50: gs 'clener', 'borodachNo'
|
|
|
|
+ gs 'clener', 'borodachDrink'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -230,7 +236,7 @@ if $ARGS[0] = 'start':
|
|
clener = 2
|
|
clener = 2
|
|
'You agree to work as a cleaner.'
|
|
'You agree to work as a cleaner.'
|
|
|
|
|
|
- act 'Leave':gt 'clener', 'start'
|
|
|
|
|
|
+ act 'Leave': gt 'clener', 'start'
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
end
|
|
@@ -248,7 +254,7 @@ if $ARGS[0] = 'start':
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
|
|
'<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
|
|
|
|
|
|
if clener < 5:
|
|
if clener < 5:
|
|
- if hour >= 9 and hour <= 16:'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor.'
|
|
|
|
|
|
+ if hour >= 9 and hour <= 16: 'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor.'
|
|
elseif clener >= 5 and clener < 10:
|
|
elseif clener >= 5 and clener < 10:
|
|
if hour >= 9 and hour <= 16:
|
|
if hour >= 9 and hour <= 16:
|
|
jouryQw += 1
|
|
jouryQw += 1
|
|
@@ -268,10 +274,10 @@ if $ARGS[0] = 'start':
|
|
act 'No':
|
|
act 'No':
|
|
cla
|
|
cla
|
|
jouryQwNo = 1
|
|
jouryQwNo = 1
|
|
- 'You look angerly at him, "No, I don''t mix business with pleasure..." Yuri looks dejected as he moves away from you.'
|
|
|
|
|
|
+ 'You look angrily at him, "No, I don''t mix business with pleasure..." Yuri looks dejected as he moves away from you.'
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
|
|
|
|
- act 'Leave':gt 'clener', 'start'
|
|
|
|
|
|
+ act 'Leave': gt 'clener', 'start'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Yes':
|
|
act 'Yes':
|
|
@@ -282,19 +288,19 @@ if $ARGS[0] = 'start':
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
'As you leave, you notice Yuri awiting you. He''s pretty nervous and it seems as if he doesn''t know what to do. Not knowing what to say, he blurts out, "How about we head over to my place, watch some movies, drink champagne and talk."'
|
|
'As you leave, you notice Yuri awiting you. He''s pretty nervous and it seems as if he doesn''t know what to do. Not knowing what to say, he blurts out, "How about we head over to my place, watch some movies, drink champagne and talk."'
|
|
|
|
|
|
- act 'No':jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
+ act 'No': jouryQwNo = 1 & gt 'clener', 'start'
|
|
|
|
|
|
- act 'Go with Yuri':gt 'youry', 'quest'
|
|
|
|
|
|
+ act 'Go with Yuri': gt 'youry', 'quest'
|
|
end
|
|
end
|
|
|
|
|
|
exit
|
|
exit
|
|
end
|
|
end
|
|
|
|
|
|
- if jouryQw > 7 and hour >= 9 and hour <= 16 and jourySex = 0:'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor. Yuri looks at you studying every inch of your figure.'
|
|
|
|
- if jouryQw > 7 and hour >= 9 and hour <= 16 and jourySex > 0:'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor. Yuri pretends not to notice you in the office.'
|
|
|
|
|
|
+ if jouryQw > 7 and hour >= 9 and hour <= 16 and jourySex = 0: 'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor. Yuri looks at you studying every inch of your figure.'
|
|
|
|
+ if jouryQw > 7 and hour >= 9 and hour <= 16 and jourySex > 0: 'You fill a bucket of water and head over to the office with a mop. The office staff keeps out of the way while you clean the floor. Yuri pretends not to notice you in the office.'
|
|
end
|
|
end
|
|
|
|
|
|
- if hour < 9 or hour > 16:'The office is empty of people, you quietly wash the floor and wipe the floor in the office.'
|
|
|
|
|
|
+ if hour < 9 or hour > 16: 'The office is empty of people, you quietly wash the floor and wipe the floor in the office.'
|
|
|
|
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
'As you''ve finished, you head over to Boris Ivanovich''s office. He gives you 65 <b>₽</b> for the work.'
|
|
|
|
|
|
@@ -322,19 +328,23 @@ if $ARGS[0] = 'start':
|
|
'You let go off your cleaning stuff and look straight into Yuri''s eyes, asking him, "Are you ashamed of me?"'
|
|
'You let go off your cleaning stuff and look straight into Yuri''s eyes, asking him, "Are you ashamed of me?"'
|
|
'Yuri stammers, "I-I''m not embarrassed by you being a cleaner, but you must understand, I''m a manager, and you''re the cleaning lady. We must not be seen together. But I want you to keep seeing you. You know where I live, come by my place after 16:00."'
|
|
'Yuri stammers, "I-I''m not embarrassed by you being a cleaner, but you must understand, I''m a manager, and you''re the cleaning lady. We must not be seen together. But I want you to keep seeing you. You know where I live, come by my place after 16:00."'
|
|
|
|
|
|
- act 'Fuck you':
|
|
|
|
- cla
|
|
|
|
- pcs_dom += 1
|
|
|
|
- jouryResult = 1
|
|
|
|
- 'You''re offended by his behaviour and without any hesitation you tell Yuri to go to hell. He quickly turns and walks away.'
|
|
|
|
- 'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
|
|
|
|
|
|
+ gs 'willpower', 'misc', 'self'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Fuck you (<<will_cost>> Willpower)':
|
|
|
|
+ cla
|
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
|
+ jouryResult = 1
|
|
|
|
+ 'You''re offended by his behaviour and without any hesitation you tell Yuri to go to hell. He quickly turns and walks away.'
|
|
|
|
+ 'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
|
|
|
|
|
|
- act 'Leave':gt 'clener', 'start'
|
|
|
|
|
|
+ act 'Leave':gt 'clener', 'start'
|
|
|
|
+ end
|
|
|
|
+ else
|
|
|
|
+ act 'Fuck you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
end
|
|
end
|
|
|
|
|
|
act 'Okay.':
|
|
act 'Okay.':
|
|
cla
|
|
cla
|
|
- sub += 1
|
|
|
|
jouryResult = 10
|
|
jouryResult = 10
|
|
'Yuri only sees you as a simple fuck whore. But you''re willing to put up with it and agree to visit him afterwards. Yuri nods in satisfaction and leaves the toilet.'
|
|
'Yuri only sees you as a simple fuck whore. But you''re willing to put up with it and agree to visit him afterwards. Yuri nods in satisfaction and leaves the toilet.'
|
|
'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
|
|
'You continue on by mopping the floor and polish the toilets and urinals. You are given 65 <b>₽</b> for your work.'
|
|
@@ -388,5 +398,198 @@ if $ARGS[0] = 'start':
|
|
end
|
|
end
|
|
end
|
|
end
|
|
|
|
|
|
|
|
+if $ARGS[0] = 'borodachNo':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'I''ve had enough':
|
|
|
|
+ cla
|
|
|
|
+ minut += 5
|
|
|
|
+ gs 'stat'
|
|
|
|
+ 'You refuse to drink and start to leave. The guard tries to persuade you to stay with him and continue.'
|
|
|
|
+
|
|
|
|
+ gs 'willpower', 'drink', 'resist'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
|
|
|
|
+ else
|
|
|
|
+ act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
|
+ end
|
|
|
|
+ gs 'clener', 'borodachDrink'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'borodachNo2':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'I have to go now':
|
|
|
|
+ cla
|
|
|
|
+ minut += 5
|
|
|
|
+ gs 'stat'
|
|
|
|
+ 'You gather your things and start to leave, Sasha tries to persuade you to stay with him and continue.'
|
|
|
|
+
|
|
|
|
+ gs 'willpower', 'sex', 'resist', 'easy'
|
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
|
+ act 'Leave (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'clener', 'start'
|
|
|
|
+ else
|
|
|
|
+ act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
|
+ end
|
|
|
|
+ gs 'clener', 'borodachSex'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'borodachDrink':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Another drink':
|
|
|
|
+ cla
|
|
|
|
+ minut += 15
|
|
|
|
+ pcs_horny += 20
|
|
|
|
+ gs 'stat'
|
|
|
|
+ 'You drink and eat some more cheese, you realize that you are happily drunk. The guard''s hand does not stop caressing your ass.'
|
|
|
|
+ gs 'clener', 'borodachNo2'
|
|
|
|
+ gs 'clener', 'borodachSex'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'borodachSex':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Relax':
|
|
|
|
+ cla
|
|
|
|
+
|
|
|
|
+ if borodachSex = 0:borodachSex = 1 & guy += 1
|
|
|
|
+ 'You calm down and begin to enjoy the hands caressing you. Sasha has openly embraced and started kissing you.'
|
|
|
|
+ 'His hands slide under your clothes, unbuttoning and removing them. Soon he has exposed your chest and begins to suck your nipples.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'foreplay', 5
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Lie down on the sofa':
|
|
|
|
+ *clr & cla
|
|
|
|
+ gs 'stat'
|
|
|
|
+ borodachSexDay = daystart
|
|
|
|
+ pose = 0
|
|
|
|
+ gs 'boyStat', 'A39'
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
|
|
|
|
+ '<<$boydesc>> lays you on the sofa, spreads your legs and pulls out his <<dick>> cm dick, his fingers begin to caress your pussy, preparing it for entry.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'vaginal_finger', 5
|
|
|
|
+ gs 'arousal', 'vaginal', 15
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ gs 'orgazm', 'start'
|
|
|
|
+
|
|
|
|
+ act 'Leave':gt 'street'
|
|
|
|
+ end
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'ohrhj':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Masturbate him':
|
|
|
|
+ cla
|
|
|
|
+ 'You start stroking his cock with your delicate hands. Quickly Sasha groans, "I can''t hold on much longer."'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'hj', 5, 'dom'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ gs 'clener', 'ohrbj'
|
|
|
|
+ gs 'clener', 'ohrhjcum'
|
|
|
|
+ gs 'clener', 'ohrsex'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'ohrhjcum':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Masturbate him more':
|
|
|
|
+ *clr & cla
|
|
|
|
+ borodachSexDay = daystart
|
|
|
|
+ gs 'stat'
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/hjcum.jpg"></center>'
|
|
|
|
+ 'Sasha groans and his cock enthusiastically paints your hand white.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'hj', 5, 'dom'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Leave':gt 'street'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'ohrbj':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Suck him':
|
|
|
|
+ *clr & cla
|
|
|
|
+ picrand = rand(1, 4)
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/bj<<picrand>>.jpg"></center>'
|
|
|
|
+
|
|
|
|
+ 'You wrap your <<$liptalk>> around his strong and warm 15 cm cock and quickly begin by sucking the head, caressing it with your tongue and lips. Sasha groans, "I''m going to come."'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'bj', 5, 'sub'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ gs 'clener', 'ohrbjcum'
|
|
|
|
+ gs 'clener', 'ohrsex'
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'ohrbjcum':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Suck harder':
|
|
|
|
+ *clr & cla
|
|
|
|
+ spafinloc = 12
|
|
|
|
+ gs 'cum_manage'
|
|
|
|
+ gs 'stat'
|
|
|
|
+ picrand = rand(1, 4)
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/bjcum<<picrand>>.jpg"></center>'
|
|
|
|
+ 'You redouble your efforts, sucking his hard cock with your <<$liptalk>>. Hot sperm hits your mouth, again and again. You continue to suck, ignoring your mouth full of viscous sperm. Until he finally nothing left.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'bj', 5, 'sub'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Swallow sperm':
|
|
|
|
+ *clr & cla
|
|
|
|
+ borodachSexDay = daystart
|
|
|
|
+ gs 'stat'
|
|
|
|
+ picrand = rand(1, 3)
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/swallow<<picrand>>.jpg"></center>'
|
|
|
|
+ 'You open your sperm filled mouth and show off your hard work, then swallow it.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'bj', 1, 'sub'
|
|
|
|
+ gs 'arousal', 'end'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Leave':gt 'street'
|
|
|
|
+ end
|
|
|
|
+
|
|
|
|
+ act 'Spit it out':
|
|
|
|
+ *clr & cla
|
|
|
|
+ borodachSexDay = daystart
|
|
|
|
+ gs 'stat'
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/city/residential/office/sex/guard/spit.jpg"></center>'
|
|
|
|
+ 'You open your sperm filled mouth and show off your hard work, then quickly find the sink and spit it out.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'bj', 1, 'sub'
|
|
|
|
+ gs 'arousal', 'end'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Leave':gt 'street'
|
|
|
|
+ end
|
|
|
|
+ end
|
|
|
|
+end
|
|
|
|
+
|
|
|
|
+if $ARGS[0] = 'ohrsex':
|
|
|
|
+ menu_off = 1
|
|
|
|
+ act 'Sex':
|
|
|
|
+ *clr & cla
|
|
|
|
+ gs 'stat'
|
|
|
|
+ borodachSexDay = daystart
|
|
|
|
+ pose = 0
|
|
|
|
+ gs 'boyStat', 'A39'
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/miss/vag.jpg"></center>'
|
|
|
|
+ '<<$boydesc>> lays you on the sofa, spreads your legs and pulls out his <<dick>> centimeter dick. His fingers begin to caress your pussy, preparing it for entry.'
|
|
|
|
+
|
|
|
|
+ gs 'arousal', 'vaginal_finger', 5
|
|
|
|
+ gs 'arousal', 'vaginal', 15, 'sub'
|
|
|
|
+ gs 'arousal', 'end'
|
|
|
|
+ gs 'stat'
|
|
|
|
+
|
|
|
|
+ act 'Leave':gt 'street'
|
|
|
|
+ end
|
|
|
|
+end
|
|
--- clener ---------------------------------
|
|
--- clener ---------------------------------
|
|
|
|
|