|
@@ -3,8 +3,9 @@
|
|
|
if $ARGS[0] = 'exit':
|
|
|
gs 'arousal', 'end'
|
|
|
if $clothingworntype = 'nude': gs'shortgs','dress'
|
|
|
+!! if know_virgin[$boy] > 0 and pcs_vag > 0 and booty_call['fuck'] > 0: know_virgin[$boy] = 0
|
|
|
|
|
|
- killvar 'booty_call_after'
|
|
|
+ killvar 'booty_call'
|
|
|
minut += 2
|
|
|
!! exit should be based on type of apartment and location
|
|
|
if npc_residence[$boy] = 1:
|
|
@@ -21,13 +22,13 @@ if $ARGS[0] = 'exit':
|
|
|
gt 'city_center'
|
|
|
!!{ disabled for bug testing
|
|
|
else
|
|
|
- if $region = 'pav_residential':
|
|
|
+ if $region = 'pav':
|
|
|
gt 'pav_residential'
|
|
|
- elseif $region = 'pav_commercial':
|
|
|
+ elseif $region = 'pav':
|
|
|
gt 'pav_commercial'
|
|
|
elseif $region = 'pav_park':
|
|
|
gt 'pav_park','start'
|
|
|
- elseif $region = 'city_residential':
|
|
|
+ elseif $region = 'city':
|
|
|
gt 'city_residential'
|
|
|
elseif $region = 'city_center':
|
|
|
gt 'city_center'
|
|
@@ -42,8 +43,8 @@ end
|
|
|
if $ARGS[0] = 'quit':
|
|
|
act'Call it quits':
|
|
|
cla & *clr
|
|
|
- !! IMAGE HERE
|
|
|
- 'Grab your things and leave in anger.'
|
|
|
+ $npc_apt_bedroom[$boy]
|
|
|
+ 'You know what, <<$npc_firstname[$boy]>>? <i>Fuck you!</i>" You leap off the bed in a huff, quickly grabbing your things and throwing your clothes on. <<$npc_firstname[$boy]>> glares daggers at you the whole time but you don''t care and the moment you have all your clothes on, you stalk out the door, giving him the finger as you slam it behind you.'
|
|
|
!! if npc_abusive[$boy] > 0 and rand(1,10) > number:
|
|
|
!! get raped
|
|
|
!! else
|
|
@@ -52,16 +53,24 @@ if $ARGS[0] = 'quit':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'quit2':
|
|
|
+ booty_call['annoyed'] = 1
|
|
|
+ *nl
|
|
|
+ 'Both of you lay back in bed, slightly frustrated with each other with where you''re calling things today, but neither willing to concede.'
|
|
|
+ if npc_smoker[$boy] > 0: *nl & '<<$npc_firstname[$boy]>> grabs his cigarettes from his nightstand and lights up, puffing away at it in annoyance.'
|
|
|
+ gs'booty_call_after','after_sex2'
|
|
|
+end
|
|
|
+
|
|
|
if $ARGS[0] = 'stop_here':
|
|
|
act'Finish here?':
|
|
|
cla & *clr
|
|
|
$npc_apt_bedroom[$boy]
|
|
|
- '"I think I''m reaching my limit. Want to end here?"'
|
|
|
+ '"I think I''m good here," you say. "How about you?"'
|
|
|
if booty_call['cum_count'] < npc_sexdrive[$boy] - 5:
|
|
|
- '"No way! I still want more!"'
|
|
|
+ '"You''re seriously done already?" <<$npc_firstname[$boy]>> protests. "I still want to get off a few more times with you."'
|
|
|
act'I can''t keep going':
|
|
|
cla & *nl
|
|
|
- '"I''m sorry <<$npc_firstname[$boy]>>, but I just can''t. Maybe next time."'
|
|
|
+ '"I''m sorry <<$npc_firstname[$boy]>>," you say, rubbing his arm, genuinely apologetic. "But I just can''t keep up with your sex drive. I''m all tapped out. Maybe next time?"'
|
|
|
'<<$npc_firstname[$boy]>> seems really disappointed, almost upset.'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
@@ -69,12 +78,14 @@ if $ARGS[0] = 'stop_here':
|
|
|
act'Well...':
|
|
|
cla & *nl
|
|
|
'"Well... I guess I might be able to keep going a <i>little</i> longer," you say with a soft smile.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
+ gs'booty_call_sex','reset'
|
|
|
+ act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
|
|
|
+ act'Sex':cla & gs'booty_call_sex','position_change' & gs 'booty_call_sex', 'condoms'
|
|
|
end
|
|
|
|
|
|
act'I don''t have time':
|
|
|
cla & *nl
|
|
|
- '"I don''t have time <<$npc_firstname[$boy]>>," you shake your head. "I need to get going soon."'
|
|
|
+ '"I wish I could, but I don''t have time <<$npc_firstname[$boy]>>," you shake your head. "I really need to get going soon."'
|
|
|
'<<$npc_firstname[$boy]>> seems really disappointed, almost upset.'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
@@ -86,120 +97,184 @@ end
|
|
|
|
|
|
if $ARGS[0] = 'keep_going':
|
|
|
act'Keep going?':
|
|
|
- cla & *clr
|
|
|
if booty_call['cum_count'] >= npc_sexdrive[$boy]:
|
|
|
+ cla & *clr
|
|
|
$npc_apt_bedroom[$boy]
|
|
|
- '"Wanna keep going?"'
|
|
|
- '"I don''t think I can," he says, cock already limp.'
|
|
|
+ '"Wanna keep going?" you ask eagerly.'
|
|
|
+ if booty_call['cock_remove'] = 1:
|
|
|
+ '"I don''t think I can," he says, cock already flaccid, rapidly deflating right before your eyes as the seconds go by.'
|
|
|
+ else
|
|
|
+ '"I don''t think I can," he says, making you frown as you realize you can feel him getting softer inside you.'
|
|
|
+ end
|
|
|
+ '"Aww shucks," you sigh disappointedly.'
|
|
|
gs'booty_call_after','finish'
|
|
|
- else
|
|
|
+ elseif booty_call['cock_remove'] = 1:
|
|
|
+ cla & *clr
|
|
|
+ minut += rand(1,2)
|
|
|
'<center><video autoplay loop src="images/shared/sex/misc/wait.mp4"></video></center>'
|
|
|
+ '"Wanna keep going?" you ask eagerly.'
|
|
|
'"Yeah, gimme a minute to get hard again."'
|
|
|
'While you wait, you consider what you want to do next...'
|
|
|
gs'booty_call_sex','reset'
|
|
|
act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
|
|
|
act'Sex':cla & gs'booty_call_sex','position_change' & gs 'booty_call_sex', 'condoms'
|
|
|
+ else
|
|
|
+ cla & *nl
|
|
|
+ $booty_call['reset_pos'] = $booty_call['pos_speed']
|
|
|
+ minut += rand(1,2)
|
|
|
+ '"Think you can keep going?" you ask, flexing your pussy around his cock. It twitches inside in response, feeling a little stiffer than before. "That felt like a yes," you grin.'
|
|
|
+ gs'booty_call_sex','reset'
|
|
|
+ act'Foreplay':cla & gs 'booty_call_start', 'foreplay_choose'
|
|
|
+ act'Keep fucking':gs'booty_call_sex','reset' & gt'booty_call_sex',$booty_call['reset_pos']
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
+if $ARGS[0] = 'wipe_hands':
|
|
|
+ act'Wipe your hands':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/cum/clean_hands.mp4"></video></center>'
|
|
|
+ cumspclnt = 16
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ gs 'stat'
|
|
|
+ 'You grab some tissues and clean your hands off, wiping the cum from every finger.'
|
|
|
+ gs 'booty_call_sex', 'sex_end'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'wipe_face':
|
|
|
+ act'Wipe your face':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/cum/clean_mouth.mp4"></video></center>'
|
|
|
+ cumspclnt = 12
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ gs 'stat'
|
|
|
+ 'You grab some tissues and clean up, wiping the cum from your face.'
|
|
|
+ gs 'booty_call_sex', 'sex_end'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'wipe_tits':
|
|
|
+ cla & *clr
|
|
|
+ !! IMAGE HERE
|
|
|
+ $npc_apt_bedroom[$boy]
|
|
|
+ cumspclnt = 16
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ gs 'stat'
|
|
|
+ 'You grab some tissues and clean up, wiping the cum from your tits.'
|
|
|
+ gs 'booty_call_sex', 'sex_end'
|
|
|
+end
|
|
|
+
|
|
|
if $ARGS[0] = 'finish':
|
|
|
- if booty_call['orgasm_count'] = 0 and booty_call['fake_orgasm_count'] = 0 and booty_call['fuck'] = 0 and npc_selfish[$boy] = 0:
|
|
|
+ if booty_call['orgasm_count'] = 0 and booty_call['fake_orgasm_count'] = 0 and booty_call['fuck'] = 0 and npc_selfish[$boy] = 0 and (npc_generous[$boy] = 1 or rand(0,1) = 1):
|
|
|
gs'booty_call_after','no_cum_end'
|
|
|
elseif booty_call['cum_count'] >= npc_sexdrive[$boy]:
|
|
|
booty_call['sex_end'] = 1
|
|
|
- '"I guess we can call it there."'
|
|
|
+ '"Yeah," <<$npc_firstname[$boy]>> pants. "I''m totally tapped out."'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
else
|
|
|
booty_call['sex_end'] = 1
|
|
|
- '"I''m good with that."'
|
|
|
+ '"Yeah," he sighs. "I''m good."'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'no_cum_end':
|
|
|
- '"Let''s end here."'
|
|
|
- '"Really? We didn''t do anything other than getting me off."'
|
|
|
- if know_virgin[$boy] = 1 and stat['virgin'] = 1:
|
|
|
- act'You know I''m saving my virginity':
|
|
|
- cla & *clr
|
|
|
- '<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
|
|
|
- $npc_apt_bedroom[$boy]
|
|
|
- '"Come on <<$boydesc>>," you sigh. "You know I''m saving myself for marriage."'
|
|
|
- '"And you still have a fuck buddy."'
|
|
|
- '"Shut up," you roll your eyes.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
- else
|
|
|
- act'Didn''t feel like it today':
|
|
|
- cla & *nl
|
|
|
- '"Just didn''t feel like doing anything else today.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
-
|
|
|
- act'Just wanted to fool around':
|
|
|
- cla & *nl
|
|
|
- '"Just wanted to play with your cock for a while. I had fun," you wink.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
-
|
|
|
- act'I''m in a rush':
|
|
|
- cla & *nl
|
|
|
- '"I''m in a rush today. But don''t worry. I had fun," you wink.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
+ if booty_call['fuck_count'] = 0:
|
|
|
+ '"Really?" <<$npc_firstname[$boy]>> asks, sitting up. "But we didn''t fuck. You didn''t even get to come."'
|
|
|
+ if know_virgin[$boy] = 1 and stat['think_virgin'] = 1:
|
|
|
+ act'You know I''m saving my virginity':
|
|
|
+ cla & *clr
|
|
|
+ '<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
|
|
|
+ $npc_apt_bedroom[$boy]
|
|
|
+ '"Come on <<$npc_firstname[$boy]>>," you sigh. "You know I''m saving myself for marriage."'
|
|
|
+ '"And you still have a fuckbuddy."'
|
|
|
+ '"Shut up," you roll your eyes.'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
|
|
|
- if stat['virgin'] = 1:
|
|
|
+ elseif stat['think_virgin'] = 1:
|
|
|
act'I''m saving my virginity':
|
|
|
know_virgin[$boy] = 1
|
|
|
cla & *clr
|
|
|
'<center><b><font color="maroon"><<$npc_firstname[$boy]>>''s Bedroom</font></b></center>'
|
|
|
$npc_apt_bedroom[$boy]
|
|
|
- '"Sorry. Saving myself for marriage."'
|
|
|
- '"Why?"'
|
|
|
+ '"Sorry," you smile apologetically. "I''m saving myself for marriage."'
|
|
|
+ '"Why?" he asks, confusedly.'
|
|
|
act'Because I want to':
|
|
|
cla & *nl
|
|
|
- '"Because I want to?" you shrug. "Do I need a better reason?"'
|
|
|
+ '"Because I want to?" you shrug. "I just think it would be nice to give my virginity to my future husband. Do I need a better reason?"'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
|
|
|
|
act'Because I want to (annoyed)':
|
|
|
cla & *nl
|
|
|
- '"Because I want to," you say, a little annoyed. "I have to explain myself to you?"'
|
|
|
+ '"Because I want to," you scowl at him. "I have to explain what I want to do with <i>my</i> body?"'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
|
if mid($start_type,1,2) = 'sg':
|
|
|
act'Ask my mom':
|
|
|
cla & *nl
|
|
|
- '"I don''t know," you shrug. "Ask my mom why it''s so important."'
|
|
|
+ '"I don''t know," you say, rolling your eyes in exhasperation. "Ask my mom why it''s so important."'
|
|
|
gs'booty_call_after','after_sex1'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
+
|
|
|
+ act'Didn''t feel like it today':
|
|
|
+ cla & *nl
|
|
|
+ '"Just didn''t feel like doing anything else today," you shrug. "Wasn''t in the mood."'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act'Just wanted to fool around':
|
|
|
+ cla & *nl
|
|
|
+ '"Just wanted to play with your cock for a while," you wink. "Don''t worry that I didn''t get off. I had fun." '
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"Really?" <<$npc_firstname[$boy]>> asks, sitting up. "But you didn''t get to come."'
|
|
|
+ act'It was still good':
|
|
|
+ cla & *nl
|
|
|
+ '"That''s sweet of you," you say, smiling. "But don''t worry about that. You still dicked me good. I''m satisfied without it."'
|
|
|
+ '"You''re sure?" he asks.'
|
|
|
+ '"Yeah, I''m sure," you laugh back.'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act'I''m in a rush':
|
|
|
+ cla & *nl
|
|
|
+ '"I''m in a rush today. But don''t worry, I still had fun." You give him a sly wink. "A girl doesn''t need to come every time you know."'
|
|
|
+ '"You really mean that?" he asks.'
|
|
|
+ '"Let''s just not make a habit of it, all right?" you smirk back.'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'bad_sex_end':
|
|
|
- '"Let''s call it here."'
|
|
|
- '"What, done already?"'
|
|
|
- act'Don''t feel like it anymore':
|
|
|
- cla & *nl
|
|
|
- '"I don''t feel like doing anything else."'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
-
|
|
|
- act'You killed the mood':
|
|
|
- cla & *nl
|
|
|
- '"You killed the mood."'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
- end
|
|
|
-
|
|
|
- act'You''re an asshole':
|
|
|
- cla & *nl
|
|
|
- '"You''re an asshole."'
|
|
|
- 'He snickers and slaps your ass.'
|
|
|
- gs'booty_call_after','after_sex1'
|
|
|
+ act'End here (bad end)':
|
|
|
+ '"Let''s call it here," you say, letting your negative feelings get to you.'
|
|
|
+ '"What, done already?" <<$npc_firstname[$boy]>> says, sitting up.'
|
|
|
+ act'Don''t feel like it anymore':
|
|
|
+ cla & *nl
|
|
|
+ '"I don''t feel like doing anything else," you mumble, feeling deflated and dejected, sinking further into the bed. "I''m just... not in the mood anymore."'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act'You killed the mood':
|
|
|
+ cla & *nl
|
|
|
+ '"You killed the mood," you scowl at him.'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act'You''re an asshole':
|
|
|
+ cla & *nl
|
|
|
+ '"You''re an asshole," you scowl at him. "You know what you did."'
|
|
|
+ '"I sure do," he snickers and slaps your ass, earning him a yelp from your lips and a sharp glare from your eyes.'
|
|
|
+ gs'booty_call_after','after_sex1'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -316,7 +391,11 @@ if $ARGS[0] = 'cum_kiss_cock':
|
|
|
booty_call['react'] = 1
|
|
|
cla & *clr
|
|
|
'<center><video autoplay loop src="images/shared/sex/cum/kiss_cock.mp4"></video></center>'
|
|
|
- '"Glad my hard work is appreciated," you smile, leaning in and giving <<$npc_firstname[$boy]>>''s cock a gentle kiss on the tip.'
|
|
|
+ if $booty_call['last_cum'] = 'swallow':
|
|
|
+ '"Glad my hard work is appreciated," you smile, leaning in and giving <<$npc_firstname[$boy]>>''s cock a gentle kiss on the tip.'
|
|
|
+ else
|
|
|
+ 'Feeling cheeky, you finish by leaning in to give <<$npc_firstname[$boy]>> a cute little kiss, right on the tip of his cock.'
|
|
|
+ end
|
|
|
gs'booty_call_sex','sex_end'
|
|
|
end
|
|
|
end
|
|
@@ -325,16 +404,47 @@ end
|
|
|
!! -------------------------------------------------------------------------------
|
|
|
|
|
|
if $ARGS[0] = 'after_sex1':
|
|
|
- act'Continue':
|
|
|
- cla & *clr
|
|
|
- $npc_apt_bedroom[$boy]
|
|
|
- if npc_smoker[$boy] > 0:
|
|
|
- 'The two of you pull apart and <<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
|
|
|
- else
|
|
|
- *nl
|
|
|
- 'You and <<$npc_firstname[$boy]>> pull apart, quietly basking in the afterglow of your booty call.'
|
|
|
+ if booty_call['cock_remove'] = 0:
|
|
|
+ act'Pull apart':
|
|
|
+ cla & *clr
|
|
|
+ if $booty_call['cum_choice'] = 'creampie':
|
|
|
+ if $booty_call['position'] = 'miss':
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/cum/vagcreampie/miss1.jpg"></center>'
|
|
|
+ '<<$npc_firstname[$boy]>> removes his cock from your pussy, climbing out from between your legs, flopping onto the other side of the bed. His cum seeps from your pussy, trickling down the crack of your ass into the bedsheets.'
|
|
|
+ elseif $booty_call['position'] = 'doggy':
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/cum/vagcreampie/doggy1.jpg"></center>'
|
|
|
+ '<<$npc_firstname[$boy]>> slips his cock from your pussy, flopping onto the other side of the bed. His cum seeps from your pussy, slowly oozing from between your legs.'
|
|
|
+ elseif $booty_call['position'] = 'cowgirl':
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/cum/vagcreampie/miss1.jpg"></center>'
|
|
|
+ 'You raise your hips, letting <<$npc_firstname[$boy]>>''s cock slip from your pussy, and flop down beside him. His cum seeps from your pussy, trickling down the crack of your ass into the bedsheets.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ $npc_apt_bedroom[$boy]
|
|
|
+ if $booty_call['position'] = 'miss':
|
|
|
+ '<<$npc_firstname[$boy]>> removes his cock from your pussy, climbing out from between your legs, flopping onto the other side of the bed.'
|
|
|
+ elseif $booty_call['position'] = 'doggy':
|
|
|
+ '<<$npc_firstname[$boy]>> slips his cock from your pussy, flopping onto the other side of the bed.'
|
|
|
+ elseif $booty_call['position'] = 'cowgirl':
|
|
|
+ 'You raise your hips, letting <<$npc_firstname[$boy]>>''s cock slip from your pussy, and flop down beside him.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if npc_smoker[$boy] > 0:
|
|
|
+ '<<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
|
|
|
+ end
|
|
|
+ gs'booty_call_after','after_sex2'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act'Finish':
|
|
|
+ cla & *clr
|
|
|
+ $npc_apt_bedroom[$boy]
|
|
|
+ if npc_smoker[$boy] > 0:
|
|
|
+ 'The two of you pull apart and <<$npc_firstname[$boy]>> reaches over to his nightstand and pulls out a pack of cigarettes.'
|
|
|
+ else
|
|
|
+ *nl
|
|
|
+ 'You and <<$npc_firstname[$boy]>> pull apart, quietly basking in the afterglow of your booty call.'
|
|
|
+ end
|
|
|
+ gs'booty_call_after','after_sex2'
|
|
|
end
|
|
|
- gs'booty_call_after','after_sex2'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -345,12 +455,12 @@ if $ARGS[0] = 'after_sex2':
|
|
|
act'Take a shower':
|
|
|
cla & *clr
|
|
|
$npc_apt_bedroom[$boy]
|
|
|
- '"I''m gonna borrow your shower."'
|
|
|
+ '"I''m gonna borrow your shower," you say, sliding out of the bed and padding towards the bathroom.'
|
|
|
if booty_call['cum_count'] < npc_sexdrive[$boy]:
|
|
|
- '"Why don''t I join you?"'
|
|
|
+ '"Why don''t I join you?" <<$npc_firstname[$boy]>> says, a glimmer in his eyes that lets you know he wants more than just to "join" you.'
|
|
|
act'I''d rather not':
|
|
|
cla & *nl
|
|
|
- '"No thanks," you say. "I like my alone time in the shower."'
|
|
|
+ '"No thanks," you say, smiling back wryly as you keep going. "I like my alone time," you say, just before you shut the door behind you.'
|
|
|
act'Shower':gt'booty_call_after','shower_alone'
|
|
|
end
|
|
|
!!{ act'Sounds nice':
|
|
@@ -368,13 +478,13 @@ if $ARGS[0] = 'after_sex2':
|
|
|
|
|
|
act'I''ll try':
|
|
|
cla & *nl
|
|
|
- '"I''ll try not to," you smile and head into the bathroom.'
|
|
|
+ '"I''ll try not to," you smile, padding your way into the bathroom.'
|
|
|
act'Shower':gt'booty_call_after','shower_alone'
|
|
|
end
|
|
|
|
|
|
act'We''ll see':
|
|
|
cla & *nl
|
|
|
- '"We''ll see about that," you smirk and head into the bathroom.'
|
|
|
+ '"We''ll see about that," you smirk and pad your way into the bathroom.'
|
|
|
act'Shower':gt'booty_call_after','shower_alone'
|
|
|
end
|
|
|
end
|
|
@@ -402,7 +512,7 @@ if $ARGS[0] = 'after_sex2':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if npc_smoker[$boy] > 0:
|
|
|
+ if npc_smoker[$boy] > 0 and booty_call['annoyed'] = 0:
|
|
|
act'Bum a cigarette':
|
|
|
booty_call['bum_cigarette'] = 1
|
|
|
gt'booty_call_after','smoke'
|
|
@@ -841,7 +951,7 @@ if $ARGS[0] = 'shower_alone':
|
|
|
booty_call['shower'] = 1
|
|
|
dynamic $showerdin
|
|
|
'You turn on the faucet, relaxing as the hot water pours down over your skin. After a few minutes, you turn the tap off, and step out, walking back to <<$npc_firstname[$boy]>>''s room wet and dripping.'
|
|
|
- '"I really needed that," you smile at him.'
|
|
|
+ '"Thanks," you smile at him.'
|
|
|
gs'booty_call_after','after_sex2'
|
|
|
end
|
|
|
|
|
@@ -858,13 +968,13 @@ if $ARGS[0] = 'shower_together':
|
|
|
act'Protest':
|
|
|
cla & *clr
|
|
|
'<center><video autoplay loop src="images/shared/sex/shower/grope1.mp4"></video></center>'
|
|
|
- '"Hey!" you protest.'
|
|
|
+ '"Hey!" you protest, looking down at the unwelcome hands squeezing your breasts, feeling something hard poking you in the back.'
|
|
|
act'I''m not in the mood':
|
|
|
cla & *clr
|
|
|
'<center><video autoplay loop src="images/shared/sex/shower/grope1.mp4"></video></center>'
|
|
|
- '"Hey!" you protest. "I''m not in the mood for this."'
|
|
|
+ '"Hey!" you protest, looking down at the unwelcome hands squeezing your breasts, feeling something hard poking you in the back. "I''m not in the mood for this."'
|
|
|
if booty_call['cum_count'] >= npc_sexdrive[$boy]:
|
|
|
- '"They were staring right at me," he grins. But he backs off as you asked.'
|
|
|
+ '"They were staring right at me," he grins. He grabs a few more handfuls but eventually releases you, he backs off as you asked.'
|
|
|
else
|
|
|
'"You showed up for a booty call didn''t you?"'
|
|
|
'"Yeah, and now I''m done. Keep it in your pants."'
|
|
@@ -876,11 +986,11 @@ if $ARGS[0] = 'shower_together':
|
|
|
act'I don''t have time':
|
|
|
cla & *clr
|
|
|
'<center><video autoplay loop src="images/shared/sex/shower/grope1.mp4"></video></center>'
|
|
|
- '"Hey!" you protest. "I don''t have time for this. I have shit to do and I can''t have you making me late."'
|
|
|
+ '"Hey!" you protest, looking down at the unwelcome hands squeezing your breasts, feeling something hard poking you in the back. "I don''t have time for this. I have shit to do and I can''t have you making me late."'
|
|
|
if booty_call['cum_count'] >= npc_sexdrive[$boy]:
|
|
|
- '"They were staring right at me," he grins. But he backs off as you asked.'
|
|
|
+ '"They were staring right at me," he grins. But after one more squeeze, he releases you as you asked him to.'
|
|
|
else
|
|
|
- '"You showed up for a booty call didn''t you?"'
|
|
|
+ '"You showed up for a booty call didn''t you?" he grins.'
|
|
|
'"Yeah, and now I have something <i>else</i> to do."'
|
|
|
'"Fine, fine." He backs off, as you asked.'
|
|
|
end
|
|
@@ -915,7 +1025,9 @@ if $ARGS[0] = 'shower_together':
|
|
|
'"Well..." Your breath hitches as he gives your nipples a light squeeze. You feel so wet, and it''s not just the shower.'
|
|
|
if booty_call['condom'] = 1:
|
|
|
'"You won''t cum inside me, will you?"'
|
|
|
- '"Don''t worry, I won''t." You gasp as without further warning, <<$npc_firstname[$boy]>> pushes his cock inside you.'
|
|
|
+ '"Don''t worry, I won''t."'
|
|
|
+ *nl
|
|
|
+ 'You gasp as without further warning, <<$npc_firstname[$boy]>> pushes his cock inside you.'
|
|
|
else
|
|
|
'You look at <<$npc_firstname[$boy]>> and your expression tells him everything he needs to know. Without another word, he pushes his cock inside you.'
|
|
|
end
|