|
@@ -973,15 +973,16 @@ if $ARGS[0] = 'shower':
|
|
|
'You enter the women''s shower and turning the water on begin to lather your body with a washcloth. After you rinsed off the soap, you washed your hair with shampoo. Next you rinsed out the shampoo out of your hair and feel completely clean.'
|
|
|
if (trenerlust >= 40 or trenersex = 1) and rand(0,3) = 0:
|
|
|
if VoltrenerVoyeur = 0:
|
|
|
- gt 'VoltrenerSexShower', '0'
|
|
|
+ gs 'VoltrenerSexShower', '0'
|
|
|
elseif VoltrenerVoyeur = 1:
|
|
|
- gt 'VoltrenerSexShower', '1'
|
|
|
+ gs 'VoltrenerSexShower', '1'
|
|
|
elseif VoltrenerVoyeur = 2 and IvanShowerYes = 0:
|
|
|
- gt 'VoltrenerSexShower', '2'
|
|
|
+ gs 'VoltrenerSexShower', '2'
|
|
|
end
|
|
|
- end
|
|
|
+ else
|
|
|
'After your shower, you get dressed.'
|
|
|
- act 'Get out of the shower':gt 'gdksport', 'start'
|
|
|
+ act 'Get out of the shower':gt 'gdksport', 'start'
|
|
|
+ end
|
|
|
end
|
|
|
if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
end
|
|
@@ -1073,24 +1074,28 @@ if $ARGS[0] = 'ShowerWithIvan':
|
|
|
minut -= 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- if VoltrenerVoyeur = 3:gt 'VoltrenerSexShower', '3'
|
|
|
- if VoltrenerVoyeur = 4:gt 'VoltrenerSexShower', '4'
|
|
|
- if VoltrenerVoyeur = 5:gt 'VoltrenerSexShower', '5'
|
|
|
-
|
|
|
- if pcs_horny >= 100:
|
|
|
- if stat['anal'] >= 10 and orgasm > 0:
|
|
|
- pcs_mood += 20
|
|
|
- $orgasm_or = 'custom'
|
|
|
- $orgasm_txt = 'Your whole body contracts and then you cry out in orgasm.'
|
|
|
+ if VoltrenerVoyeur = 3:
|
|
|
+ *nl & gs 'VoltrenerSexShower', '3'
|
|
|
+ elseif VoltrenerVoyeur = 4:
|
|
|
+ *nl & gs 'VoltrenerSexShower', '4'
|
|
|
+ elseif VoltrenerVoyeur = 5:
|
|
|
+ *nl & gs 'VoltrenerSexShower', '5'
|
|
|
+ else
|
|
|
+ if pcs_horny >= 100:
|
|
|
+ if stat['anal'] >= 10 and orgasm > 0:
|
|
|
+ pcs_mood += 20
|
|
|
+ $orgasm_or = 'custom'
|
|
|
+ $orgasm_txt = 'Your whole body contracts and then you cry out in orgasm.'
|
|
|
+ end
|
|
|
end
|
|
|
+ 'Your moans of pleasure start to turn into grunts of pain. Apparently sensing your growing discomfort he makes one more powerful thrust with a grunt. His body spasms against yours as you feel him cumming in your ass. Once he is done he pulls out of your ass and goes back to showering, he quickly finishes up and starts to get dressed.'
|
|
|
+ 'He watches you as you get dressed. "That was great <<$pcs_nickname>>, we should do that again sometime." Without waiting for a reply he leaves the shower.'
|
|
|
+ cumspclnt = 1
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Get out of the shower':gt 'gdksport', 'start'
|
|
|
end
|
|
|
- 'Your moans of pleasure start to turn into grunts of pain. Apparently sensing your growing discomfort he makes one more powerful thrust with a grunt. His body spasms against yours as you feel him cumming in your ass. Once he is done he pulls out of your ass and goes back to showering, he quickly finishes up and starts to get dressed.'
|
|
|
- 'He watches you as you get dressed. "That was great <<$pcs_nickname>>, we should do that again sometime." Without waiting for a reply he leaves the shower.'
|
|
|
- cumspclnt = 1
|
|
|
- gs 'cum_cleanup'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- act 'Get out of the shower':gt 'gdksport', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|