|
@@ -1300,8 +1300,7 @@ if $ARGS[0] = 'morning_together1':
|
|
|
'"Yeah, and now I''m done. Keep it in your pants."'
|
|
|
'"Fine, fine." He backs off, as you asked.'
|
|
|
end
|
|
|
- act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
- act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
end
|
|
|
|
|
|
act'I don''t have time':
|
|
@@ -1316,8 +1315,7 @@ if $ARGS[0] = 'morning_together1':
|
|
|
'"Fine, fine."'
|
|
|
'He backs off as you asked.'
|
|
|
end
|
|
|
- act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
- act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1346,8 +1344,7 @@ if $ARGS[0] = 'morning_together1':
|
|
|
'"No," you say firmly. "I''m saving my virginity."'
|
|
|
end
|
|
|
'<<$npc_firstname[$boy]>> seems disappointed, but accepts anyways. He does continue to fondle your breasts until you finish up though.'
|
|
|
- act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
- act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
end
|
|
|
else
|
|
|
'"Come on... We could keep going..."'
|
|
@@ -1355,8 +1352,7 @@ if $ARGS[0] = 'morning_together1':
|
|
|
cla & *nl
|
|
|
'"No thanks, I got enough earlier."'
|
|
|
'<<$npc_firstname[$boy]>> seems disappointed, but accepts anyways. He does continue to fondle your breasts until you finish up though.'
|
|
|
- act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
- act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
end
|
|
|
end
|
|
|
act'Mutual masturbation':
|
|
@@ -1413,8 +1409,7 @@ if $ARGS[0] = 'morning_together_sex1':
|
|
|
'You stay in the shower with <<$npc_firstname[$boy]>> a while longer, allowing him to keep playing with your breasts and fondling your body, but don''t let it progress any further until the water shuts off.'
|
|
|
*nl
|
|
|
'He doesn''t seem put off by it at all.'
|
|
|
- act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
- act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
end
|
|
|
act'Jerk him off':gt'booty_call_shower', 'morning_jerkoff1'
|
|
|
|
|
@@ -1764,8 +1759,7 @@ if $ARGS[0] = 'morning_shower_fuck_jerkoff_end':
|
|
|
gs'booty_call_shower', 'morning_sex_end'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'morning_sex_end':
|
|
|
- booty_call['npc_morning_shower'] = 2
|
|
|
+if $ARGS[0] = 'morning_shower_together_end':
|
|
|
noShampoo = 1
|
|
|
dynamic $showerdin
|
|
|
act'Finish up':
|
|
@@ -1773,6 +1767,11 @@ if $ARGS[0] = 'morning_sex_end':
|
|
|
act'Put on a towel':gt'booty_call_shower', 'morning_towel_on'
|
|
|
act'Skip the towel':gt'booty_call_shower', 'morning_towel_skip'
|
|
|
end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'morning_sex_end':
|
|
|
+ booty_call['npc_morning_shower'] = 2
|
|
|
+ gs 'booty_call_shower', 'morning_shower_together_end'
|
|
|
if booty_call['morning_fuck'] = 0:
|
|
|
if booty_call['morning_shower_cum'] = 1:
|
|
|
act'Round 2 in the bed?':
|