|
@@ -6,7 +6,7 @@ if $ARGS[0] = 'start':
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Empty Stall</font></b></center>'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sitting.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/action/sitting.jpg"></center>'
|
|
|
if stat['bj'] = 0:
|
|
|
gs 'stat'
|
|
|
'You walk down to the last stall and sit down, next to the toilet is a rather large almost perfectly round hole. Puzzled, you wonder how it got there and why no one has fixed it.'
|
|
@@ -18,94 +18,86 @@ if $ARGS[0] = 'start':
|
|
|
act 'Get Up':
|
|
|
cla
|
|
|
'You decide not to look in the hole and leave.'
|
|
|
- act 'Leave': gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
if pcs_horny >=40:
|
|
|
gs 'willpower', 'mast', 'self'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Caress Yourself (<<will_cost>> Willpower)':
|
|
|
if pcs_inhib < 40:inhib_exp += rand(1,3)
|
|
|
- *clr & cla
|
|
|
gs 'willpower', 'mast', 'self'
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
- gs 'stat'
|
|
|
- picrand = rand(1,2)
|
|
|
- if picrand = 1:
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/caress1.mp4"></video></center>'
|
|
|
- 'Feeling a bit turned on, you close the door to the stall and you behind to reach down your underwear and start rubbing your clit.'
|
|
|
- $orgasm_or = 'no'
|
|
|
- gs 'arousal', 'clit_finger', 4, 'masturbate'
|
|
|
- gs 'stat'
|
|
|
- act 'Continue': gs 'gdktoilet_womens', 'contmast'
|
|
|
- else
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
|
|
|
- 'Feeling a bit turned on, you close the door to the stall and you sit down exposing your pussy and begin to run your clit.'
|
|
|
- $orgasm_or = 'no'
|
|
|
- gs 'arousal', 'clit_finger', 4, 'masturbate'
|
|
|
- gs 'stat'
|
|
|
- act 'Continue': gs 'gdktoilet_womens', 'contmast'
|
|
|
- end
|
|
|
+ gt 'gloryhole', 'mast'
|
|
|
end
|
|
|
else
|
|
|
act 'Caress Yourself (<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 'Look at the Hole': gt 'gdktoilet_womens', 'hole'
|
|
|
+ act 'Look at the Hole': gt 'gloryhole', 'hole'
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'contmast':
|
|
|
- *clr & cla
|
|
|
- pcs_mood += 5
|
|
|
- menu_off = 1
|
|
|
- if picrand = 1:
|
|
|
+if $ARGS[0] = 'mast':
|
|
|
+ if $ARGS[1] = '':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/caress1.mp4"></video></center>'
|
|
|
- else
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
|
|
|
- end
|
|
|
- if pcs_horny <= 60:
|
|
|
- 'You are starting to feel warm and you insert your finger in your pussy.'
|
|
|
- else
|
|
|
- 'You are starting to feel warm and you insert your finger in your pussy. You keep fingering your pussy and before long you are breathing heavily and start to moan.'
|
|
|
+ 'Feeling a bit turned on, you close the door to the stall and you behind to reach down your underwear and start rubbing your clit.'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ gs 'arousal', 'clit_finger', 4, 'masturbate'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Continue': gs 'gloryhole', 'mast', 'stage2'
|
|
|
end
|
|
|
- $orgasm_or = 'no'
|
|
|
- gs 'arousal', 'clit_finger', 4, 'masturbate'
|
|
|
- gs 'stat'
|
|
|
- gs 'willpower', 'mast', 'self'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Stop (<<will_cost>> Willpower)':
|
|
|
- cla
|
|
|
- minut += 1
|
|
|
- gs 'willpower', 'mast', 'self'
|
|
|
- gs 'willpower', 'pay', 'self'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- 'You decide that you shouldn''t continue and stop yourself from finishing.'
|
|
|
- act 'Leave Stall':gt 'gdktoilet_womens', 'womens'
|
|
|
+
|
|
|
+ if $ARGS[1] = 'stage2':
|
|
|
+ *clr & cla
|
|
|
+ pcs_mood += 5
|
|
|
+ menu_off = 1
|
|
|
+ if picrand = 1:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/caress1.mp4"></video></center>'
|
|
|
+ else
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/mast/mastr.jpg"></center>'
|
|
|
end
|
|
|
- else
|
|
|
- act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- if pcs_horny >= 90:
|
|
|
- act 'Climax':
|
|
|
- *clr & cla
|
|
|
- pcs_mood += 15
|
|
|
- if pcs_inhib < 40: inhib_exp += rand(1,3)
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/orgasm.mp4"></video></center>'
|
|
|
- $orgasm_or = 'custom'
|
|
|
- $orgasm_txt = 'As your pussy gets wet you pulls your panties down and slip your fingers inside of yourself. You start finger fucking yourself, with in a few minutes a powerful orgasm rocks your body. Leaving you gasping and trembling as you recover.'
|
|
|
- gs 'arousal', 'clit_finger', 2, 'masturbate'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- act 'Leave Stall':gt 'gdktoilet_womens', 'womens'
|
|
|
+ if pcs_horny <= 60:
|
|
|
+ 'You are starting to feel warm and you insert your finger in your pussy.'
|
|
|
+ else
|
|
|
+ 'You are starting to feel warm and you insert your finger in your pussy. You keep fingering your pussy and before long you are breathing heavily and start to moan.'
|
|
|
+ end
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ gs 'arousal', 'clit_finger', 4, 'masturbate'
|
|
|
+ gs 'stat'
|
|
|
+ gs 'willpower', 'mast', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Stop (<<will_cost>> Willpower)':
|
|
|
+ cla
|
|
|
+ minut += 1
|
|
|
+ gs 'willpower', 'mast', 'self'
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ 'You decide that you shouldn''t continue and stop yourself from finishing.'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ if pcs_horny >= 90:
|
|
|
+ act 'Climax':
|
|
|
+ *clr & cla
|
|
|
+ pcs_mood += 15
|
|
|
+ if pcs_inhib < 40: inhib_exp += rand(1,3)
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/orgasm.mp4"></video></center>'
|
|
|
+ $orgasm_or = 'custom'
|
|
|
+ $orgasm_txt = 'As your pussy gets wet you pulls your panties down and slip your fingers inside of yourself. You start finger fucking yourself, with in a few minutes a powerful orgasm rocks your body. Leaving you gasping and trembling as you recover.'
|
|
|
+ gs 'arousal', 'clit_finger', 2, 'masturbate'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Continue': gt 'gloryhole', 'mast', 'stage2'
|
|
|
end
|
|
|
- else
|
|
|
- act 'Continue': gt 'gdktoilet_womens', 'contmast'
|
|
|
end
|
|
|
-end
|
|
|
+end
|
|
|
|
|
|
if $ARGS[0] = 'hole':
|
|
|
*clr & cla
|
|
@@ -115,7 +107,7 @@ if $ARGS[0] = 'hole':
|
|
|
gs 'boyStat', $npclastgenerated
|
|
|
minut +=5
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ghlooking.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/action/looking.jpg"></center>'
|
|
|
wait 700
|
|
|
if gloryhole = 0 or rand(1,5) = 5:
|
|
|
act 'Sign the wall':
|
|
@@ -130,7 +122,7 @@ if $ARGS[0] = 'hole':
|
|
|
gs 'stat'
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/eww.mp4"></video></center>'
|
|
|
'You shudder in disgust at the thought that some stranger''s dick was just practically in your mouth, you get up and quickly leave.'
|
|
|
- act'Leave': gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
|
|
|
gs 'willpower', 'bj', 'self'
|
|
@@ -138,7 +130,7 @@ if $ARGS[0] = 'hole':
|
|
|
act 'Suck it (<<will_cost>> Willpower)':
|
|
|
gs 'willpower', 'bj', 'self'
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
- gt 'gdktoilet_womens', 'blowjob'
|
|
|
+ gt 'gloryhole', 'blowjob'
|
|
|
end
|
|
|
else
|
|
|
act 'Suck it (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -148,7 +140,7 @@ if $ARGS[0] = 'hole':
|
|
|
act 'Touch the shaft (<<will_cost>> Willpower)':
|
|
|
gs 'willpower', 'hj', 'self'
|
|
|
gs 'willpower', 'pay', 'self'
|
|
|
- gt 'gdktoilet_womens', 'virgin'
|
|
|
+ gt 'gloryhole', 'virgin'
|
|
|
end
|
|
|
elseif pcs_throat = 0 and will_cost > pcs_willpwr:
|
|
|
act 'Touch the shaft (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -157,12 +149,12 @@ if $ARGS[0] = 'hole':
|
|
|
elseif rand(1, 10) >= 7 - (ghnow * 2):
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ghseemen.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/action/see_men.jpg"></center>'
|
|
|
'You look through the hole and see several men with their backs to you, using the urinals.'
|
|
|
act 'Don''t do it':
|
|
|
cla
|
|
|
'You move away from the hole reconsidering what you were about to do and quickly leave the stall.'
|
|
|
- act 'Leave':gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
gs 'willpower', 'bj', 'self'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -177,13 +169,13 @@ if $ARGS[0] = 'hole':
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/gloryhole/ghfinger'+rand(1,5)+'.jpg"></center>'
|
|
|
'You put your finger in the hole hoping to entice a man to come over...'
|
|
|
'The man slips 100 <b>₽</b> into the hole, and then puts his erect cock through the hole.'
|
|
|
- act 'Blow Him': gt 'gdktoilet_womens', 'blowjob'
|
|
|
elseif gloryhole > 0:
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ready.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/action/ready.jpg"></center>'
|
|
|
'You poke your finger in the hole showing that you are ready to serve a man. Then you put your face close to the hole and open your mouth.'
|
|
|
'The stranger slips 100 <b>₽</b> into the hole, and then his erect cock pokes out of the hole.'
|
|
|
- act 'Blow Him': gt 'gdktoilet_womens', 'blowjob'
|
|
|
end
|
|
|
+ act 'Suck it': gt 'gloryhole', 'blowjob'
|
|
|
+
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Stop (<<will_cost>> Willpower)':
|
|
@@ -198,13 +190,17 @@ if $ARGS[0] = 'hole':
|
|
|
gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
gs 'stat'
|
|
|
- gt 'gdktoilet_womens', 'rape'
|
|
|
+ !gt 'gloryhole', 'rape'
|
|
|
+ gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'Take his money and Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Give back the money and Leave': money -= 100 & gt 'gdktoilet_womens', 'womens'
|
|
|
- act 'Blow Him': gt 'gdktoilet_womens', 'blowjob'
|
|
|
+ act 'Give back the money and Leave':
|
|
|
+ money -= 100
|
|
|
+ gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ act 'Blow Him': gt 'gloryhole', 'blowjob'
|
|
|
end
|
|
|
else
|
|
|
act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -216,13 +212,13 @@ if $ARGS[0] = 'hole':
|
|
|
else
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ghseenomen.jpg"></center>'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/action/see_none.jpg"></center>'
|
|
|
'Looking through the hole, you can see a row of urinals on the other side. The hole must be to the men''s room next door. You don''t see any men currently in there.'
|
|
|
- act 'Leave': gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
act 'Wait':
|
|
|
cla
|
|
|
'You decide stay and wait for someone to come.'
|
|
|
- act 'Keep looking': gs 'gdktoilet_womens', 'hole'
|
|
|
+ act 'Keep looking': gs 'gloryhole', 'hole'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -237,7 +233,7 @@ if $ARGS[0] = 'virgin':
|
|
|
gs 'stat'
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/eww.mp4"></video></center>'
|
|
|
'You shudder in disgust at the thought that you were just touching some stranger''s dick. You get up and quickly leave.'
|
|
|
- act'Leave':gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
end
|
|
|
act 'Grab it':
|
|
|
*clr & cla
|
|
@@ -255,7 +251,7 @@ if $ARGS[0] = 'virgin':
|
|
|
gs 'stat'
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/eww.mp4"></video></center>'
|
|
|
'You let go of him, wondering what possessed you to grab some stranger''s dick in the first place. You quickly leave the stall, you can hear the guy. "Hey why did you stop...? Hello? Are you still there? What the fuck!"'
|
|
|
- act 'Quickly get out': gt 'gdktoilet_womens', 'womens'
|
|
|
+ act 'Quickly get out': gt $loc, $loc_arg
|
|
|
end
|
|
|
else
|
|
|
act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -276,7 +272,7 @@ if $ARGS[0] = 'virgin':
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghmastcum.mp4"></video></center>'
|
|
|
'Without any warning, hot white liquid spurts out the tip of his penis. You look at your hands, watching the sperm run down the back of your hand and down onto your arm. The man panting says, "That was," he takes another breath, "That was great."'
|
|
|
'You decide to lick a bit of the white liquid off your hand curiously wanting to know what it tastes like. It''s slimy and tastes tart.'
|
|
|
- act 'Continue': gt 'gdktoilet_womens', 'emptystall'
|
|
|
+ act 'Continue': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -286,46 +282,62 @@ if $ARGS[0] = 'blowjob':
|
|
|
*clr & cla
|
|
|
guy += 1
|
|
|
ghnow += 1
|
|
|
- gloryhole += 1
|
|
|
- temp = rand(1,3)
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghbj<<temp>>.mp4"></video></center>'
|
|
|
+ stat['gloryhole'] += 1
|
|
|
+ temp = rand(1,5)
|
|
|
+
|
|
|
+ $bjVideoSource = 'images/locations/shared/gloryhole/sex/dressed'
|
|
|
+ '<center><video autoplay loop src="<<$bjVideoSource>>/bj<<rand(1,5)>>.mp4"></video></center>'
|
|
|
'You wrap your lips around his dick and take his <<npc_dick[$npclastgenerated]>>cm long <<$npc_thdick[$npclastgenerated]>> cock in your mouth and start to suck it, you suck the cock enthusiastically.'
|
|
|
gs 'arousal', 'bj', 5, 'unknown', 'sub'
|
|
|
gs 'stat'
|
|
|
- if stat['vaginal'] > 0 or stat['anal'] > 0:act 'Undress':gt 'gdktoilet_womens', 'ghsex'
|
|
|
+ if stat['vaginal'] > 0 or stat['anal'] > 0:act 'Undress':gt 'gloryhole', 'ghsex'
|
|
|
act 'Continue to Suck':
|
|
|
*clr & cla
|
|
|
- temp = rand(1, 3)
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghbj<<temp>>.mp4"></video></center>'
|
|
|
+ '<center><video autoplay loop src="<<$bjVideoSource>>/bj<<rand(1,5)>>.mp4"></video></center>'
|
|
|
'You suck on his dick, bobbing your head, sometimes using your hands to stroke his shaft at the same time, other times your hands massage his balls. Before to long you hear the guy moan in pleasure, "I''m cuming."'
|
|
|
gs 'arousal', 'bj', 5, 'unknown', 'sub'
|
|
|
gs 'stat'
|
|
|
- act 'Swallow':
|
|
|
+
|
|
|
+ act 'Keep sucking':
|
|
|
*clr & cla
|
|
|
- gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghswallow.mp4"></video></center>'
|
|
|
- 'Despite what he says you keep sucking his dick, you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
- end
|
|
|
- gs 'willpower', 'swallow', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Step back (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- facial += 1
|
|
|
- gs 'willpower', 'swallow', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
+ '<center><video autoplay loop src="<<$bjVideoSource>>/bj<<rand(1,5)>>.mp4"></video></center>'
|
|
|
+ 'Despite what he says you keep sucking his dick, you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth.'
|
|
|
+ act 'Swallow':
|
|
|
+ cla
|
|
|
+ gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
- 'You pull your mouth off his dick but keep jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
+ 'You gather a mouthful of sperm, and then swallow it. Their sperm has a sticky and sharp taste which makes you grimace.'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Spit out':
|
|
|
+ cla
|
|
|
+ gs 'cum_call', 'mouth', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ 'You decide to spit it all out.'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
- else
|
|
|
- act 'Step back (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
+ gs 'willpower', 'swallow', 'resist'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Step back (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+
|
|
|
+ gs 'willpower', 'swallow', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
+ 'You pull your mouth off his dick but keep jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Step back (<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
|
|
|
|
|
@@ -333,12 +345,139 @@ if $ARGS[0] = 'ghsex':
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
'<center><b><font color="maroon">Empty Stall</font></b></center>'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghundress.mp4"></video></center>'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/action/undress.mp4"></video></center>'
|
|
|
'You let go of him and quickly undress, once you are naked you start stroking him again while you line yourself up with his dick. You badly want to fuck him.'
|
|
|
gs 'arousal', 'hj', 5, 'unknown', 'sub'
|
|
|
gs 'stat'
|
|
|
- if stat['anal'] > 0: act 'Ass':gt 'gdktoilet_womens', 'anal'
|
|
|
- if stat['vaginal'] > 0: act 'Pussy':gt 'gdktoilet_womens', 'pussy2'
|
|
|
+ if stat['anal'] > 0: act 'Ass':gt 'gloryhole', 'anal'
|
|
|
+ if stat['vaginal'] > 0:
|
|
|
+ if prezik > 0: act "Use a condom": gt 'gloryhole', 'condom'
|
|
|
+
|
|
|
+ gs 'willpower', 'sex', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Pussy (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'pay', 'self'
|
|
|
+ sexcontra = 0
|
|
|
+ gt 'gloryhole', 'pussy'
|
|
|
+ end
|
|
|
+ else:
|
|
|
+ act 'Pussy (<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
|
|
|
+
|
|
|
+if $ARGS[0] = 'condom':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/condom_on.mp4"></video></center>'
|
|
|
+ dynamic $prezik
|
|
|
+ protect = 1
|
|
|
+ if preziktype = 2:
|
|
|
+ sexcontra = 7
|
|
|
+ 'You take one of your sabotaged condoms and put it on the stranger.'
|
|
|
+ else
|
|
|
+ sexcontra = 3
|
|
|
+ 'You take a condom and put it on the stranger''s dick.'
|
|
|
+ end
|
|
|
+ act 'Continue': gt 'gloryhole', 'pussy'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'pussy':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+
|
|
|
+ temp = rand(1,5)
|
|
|
+ if rand(0,2) > 0:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/sex<<temp>>.mp4"></video></center>'
|
|
|
+ else:
|
|
|
+ if protect = 1:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/vagcon<<temp>>.mp4"></video></center>'
|
|
|
+ else:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/vag<<temp>>.mp4"></video></center>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ 'You turn around and back up to the hole, you use one hand to guide his dick into your pussy. The <<npc_dick[$npclastgenerated]>>cm long <<$npc_thdick[$npclastgenerated]>> cock slides easily into your wet pussy, causing you to moan in pleasure as you move your hips back and forth. You start humping his dick with fast movements, taking the full length of him balls deep into you, which causes him to moan loudly. After several minutes, you hear him on the other side of the wall yell out, "I''m gonna cum."'
|
|
|
+ gs 'arousal', 'vaginal', 10, 'unknown', 'sub'
|
|
|
+ gs 'stat'
|
|
|
+ if protect ! 1:
|
|
|
+ gs 'dinSex', 'std_trigger'
|
|
|
+
|
|
|
+ if tabletkicheck = 0:
|
|
|
+ gs 'willpower', 'cum_inside', 'self'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Allow him to cum inside (<<will_cost>> WillPower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'cum_call', 'vaginal', 'an unknown guy from the gloryhole'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghcreampie.mp4"></video></center>'
|
|
|
+ 'Instead of pulling away, you moan "Inside me, please," and push yourself hard against the opening in the wall. You feel his hot sperm fill your pussy in spurt after spurt. When you finally pull yourself off him, you can feel the sperm leaking out of your pussy.'
|
|
|
+ gs 'cuminsidereact', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'vaginal', 10, 'unknown', 'sub'
|
|
|
+ minut -= 9
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Get dressed': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Allow him to cum inside (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ else:
|
|
|
+ act 'Allow him to cum inside':
|
|
|
+ *clr & cla
|
|
|
+ gs 'cum_call', 'vaginal', 'an unknown guy from the gloryhole'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghcreampie.mp4"></video></center>'
|
|
|
+ 'Instead of pulling away, you moan "Inside me, please," and push yourself hard against the opening in the wall. You feel his hot sperm fill your pussy in spurt after spurt. When you finally pull yourself off him, you can feel the sperm leaking out of your pussy.'
|
|
|
+ gs 'cuminsidereact', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'vaginal', 10, 'unknown', 'sub'
|
|
|
+ minut -= 9
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Get dressed': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Quickly turn around and get on your knees':
|
|
|
+ *clr & cla
|
|
|
+ gs 'stat'
|
|
|
+ act 'Let him cum in your mouth':
|
|
|
+ *clr & cla
|
|
|
+ gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghswallow.mp4"></video></center>'
|
|
|
+ 'Once down on your knees you take his dick into your mouth and start sucking him. You are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
|
|
|
+ gs 'arousal', 'bj', 10, 'unknown', 'sub'
|
|
|
+ minut -= 9
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ act 'Get dressed': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+ act 'Let him cum on your face':
|
|
|
+ *clr & cla
|
|
|
+
|
|
|
+ gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'hj', 10, 'unknown', 'sub'
|
|
|
+ minut -= 9
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
+ 'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
+
|
|
|
+ act 'Get dressed': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sexcontra = 4:
|
|
|
+ 'You pull off of <<$boydesc>> and look at his dick and think, "Oh shit! The condom burst."'
|
|
|
+ elseif sexcontra = 5:
|
|
|
+ 'You pull off of <<$boydesc>> and look at his dick and think, "Oh shit! The condom is missing!"'
|
|
|
+ else
|
|
|
+ '<<$boydesc>> groaned and you realized that he came in the condom.'
|
|
|
+ end
|
|
|
+ sexcontra = 0
|
|
|
+ protect = 0
|
|
|
+
|
|
|
+ act 'Get dressed': gt 'gloryhole', 'start'
|
|
|
+ end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'anal':
|
|
@@ -353,8 +492,12 @@ if $ARGS[0] = 'anal':
|
|
|
act 'Keep Going':
|
|
|
*clr & cla
|
|
|
gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghanal.mp4"></video></center>'
|
|
|
-
|
|
|
+ temp = rand(1,5)
|
|
|
+ if rand(0,2) > 0:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/sex<<temp>>.mp4"></video></center>'
|
|
|
+ else:
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/anal<<temp>>.mp4"></video></center>'
|
|
|
+ end
|
|
|
if pcs_ass < 10:
|
|
|
'The pain doesn''t fade and instead it starts to hurt worse after a while and the pleasure starts to fade. You fuck his dick with your ass, at first taking him deeper and deeper, as you get faster and faster. As the pleasure fades and the pain gets worse you slow down and don''t take him as deep. You start to rub your clit to help with the sensation of pleasure. You consider stopping as the pain gets worse, but you can tell by the throbbing of his dick and ragged breathing he is about to cum and decided to keep it up so he can finish.'
|
|
|
elseif pcs_ass < 20:
|
|
@@ -365,21 +508,25 @@ if $ARGS[0] = 'anal':
|
|
|
gs 'arousal', 'anal', 5, 'unknown', 'sub'
|
|
|
gs 'stat'
|
|
|
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Stop (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- gs 'willpower', 'anal', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/analpain.jpg"></center>'
|
|
|
- 'The pain becomes too much and you can''t take it anymore, on the verge of tears you stop and pull your ass off his dick. You quickly get dressed and leave, you wonder if it was supposed to hurt that much. You can hear the guy yelling at you for having stopped before he finished.'
|
|
|
- act 'Leave': gt 'gdktoilet_womens', 'womens'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ if pcs_ass < 10:
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Stop (<<will_cost>> Willpower)':
|
|
|
+ *clr & cla
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/analpain.jpg"></center>'
|
|
|
+ 'The pain becomes too much and you can''t take it anymore, on the verge of tears you stop and pull your ass off his dick. You quickly get dressed and leave, you wonder if it was supposed to hurt that much. You can hear the guy yelling at you for having stopped before he finished.'
|
|
|
+ act 'Leave': gt $loc, $loc_arg
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Stop (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
end
|
|
|
+ gs 'willpower', 'anal', 'resist'
|
|
|
+
|
|
|
+
|
|
|
act 'Let him cum in your ass':
|
|
|
*clr & cla
|
|
|
gs 'cum_call', 'anus', 'an unknown guy from the gloryhole'
|
|
@@ -391,163 +538,61 @@ if $ARGS[0] = 'anal':
|
|
|
'<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghanalcream1.mp4"></video></center>'
|
|
|
'You feel his dick throb as he shoots his load of sperm deep in your ass, filling it up. When you pull your ass off his dick, you feel the hot sperm spilling out of your gaping asshole.'
|
|
|
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
- gs 'willpower', 'cum_inside_anal', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Let him cum all over your ass (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- gs 'willpower', 'cum_inside_anal', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'cum_call', 'butt', 'an unknown guy from the gloryhole'
|
|
|
- gs 'arousal', 'anal', 10, 'unknown', 'sub'
|
|
|
- minut -= 9
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
-
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ghcumonass.jpg"></center>'
|
|
|
- 'You pull your ass away, feeling his cock slip out of your asshole, just as you feel hot splashing of cum landing on your butt, coating your cheeks and running down the crack of your ass.'
|
|
|
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Let him cum all over your ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- act 'Turn around, kneel and let him cum in your mouth':
|
|
|
+ act 'Let him cum all over your ass':
|
|
|
*clr & cla
|
|
|
- gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghswallow.mp4"></video></center>'
|
|
|
- 'Once down on your knees you take his dick into your mouth and start sucking him, tasting your own ass on his dick. But you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
|
|
|
- gs 'arousal', 'bj', 10, 'unknown', 'sub'
|
|
|
+ gs 'cum_call', 'butt', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'anal', 10, 'unknown', 'sub'
|
|
|
minut -= 9
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+
|
|
|
+ '<center><img <<$set_imgh>> src="images/locations/shared/gloryhole/sex/ghcumonass.jpg"></center>'
|
|
|
+ 'You pull your ass away, feeling his cock slip out of your asshole, just as you feel hot splashing of cum landing on your butt, coating your cheeks and running down the crack of your ass.'
|
|
|
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
+
|
|
|
gs 'willpower', 'swallow', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
- act 'Turn around, kneel and let him cum on your face (<<will_cost>> Willpower)':
|
|
|
+ act 'Turn around, kneel and let him cum in your mouth (<<will_cost>> Willpower)':
|
|
|
*clr & cla
|
|
|
gs 'willpower', 'swallow', 'resist'
|
|
|
gs 'willpower', 'pay', 'resist'
|
|
|
- facial += 1
|
|
|
- gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
- gs 'arousal', 'hj', 10, 'unknown', 'sub'
|
|
|
+ gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghswallow.mp4"></video></center>'
|
|
|
+ 'Once down on your knees you take his dick into your mouth and start sucking him, tasting your own ass on his dick. But you are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
|
|
|
+ gs 'arousal', 'bj', 10, 'unknown', 'sub'
|
|
|
minut -= 9
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
- 'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
|
|
|
- act 'Get up': gt 'gdktoilet_womens', 'emptystall'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
else
|
|
|
- act 'Turn around, kneel and let him cum on your face (<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
|
|
|
-
|
|
|
-if $ARGS[0] = 'pussy':
|
|
|
- if prezik > 0:
|
|
|
- dynamic $prezik
|
|
|
- protect = 1
|
|
|
- if preziktype = 2:
|
|
|
- sexcontra = 7
|
|
|
- 'You take one of your sabotaged condoms and put it on the stranger.'
|
|
|
- else
|
|
|
- sexcontra = 3
|
|
|
- 'You take a condom and put it on the stranger''s dick.'
|
|
|
+ act 'Turn around, kneel and let him cum in your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- else
|
|
|
- sexcontra = 0
|
|
|
- end
|
|
|
-end
|
|
|
|
|
|
-if $ARGS[0] = 'pussy2':
|
|
|
- *clr & cla
|
|
|
- gs 'stat'
|
|
|
- if protect = 1:
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghsexcon.mp4"></video></center>'
|
|
|
- else
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghsex.mp4"></video></center>'
|
|
|
- end
|
|
|
- gs 'gdktoilet_womens', 'pussy'
|
|
|
- 'You turn around and back up to the hole, you use one hand to guide his dick into your pussy. The <<npc_dick[$npclastgenerated]>>cm long <<$npc_thdick[$npclastgenerated]>> cock slides easily into your wet pussy, causing you to moan in pleasure as you move your hips back and forth. You start humping his dick with fast movements, taking the full length of him balls deep into you, which causes him to moan loudly. After several minutes, you hear him on the other side of the wall yell out, "I''m gonna cum."'
|
|
|
- gs 'arousal', 'vaginal', 10, 'unknown', 'sub'
|
|
|
- gs 'stat'
|
|
|
- if protect ! 1:
|
|
|
- act 'Allow him to cum inside':
|
|
|
+ act 'Turn around, kneel and let him cum on your face':
|
|
|
*clr & cla
|
|
|
- gs 'cum_call', 'vaginal', 'an unknown guy from the gloryhole'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghcreampie.mp4"></video></center>'
|
|
|
- 'Instead of pulling away, you moan "Inside me, please," and push yourself hard against the opening in the wall. You feel his hot sperm fill your pussy in spurt after spurt. When you finally pull yourself off him, you can feel the sperm leaking out of your pussy.'
|
|
|
- gs 'cuminsidereact', 'an unknown guy from the gloryhole'
|
|
|
- gs 'arousal', 'vaginal', 10, 'unknown', 'sub'
|
|
|
+
|
|
|
+ gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
+ gs 'arousal', 'hj', 10, 'unknown', 'sub'
|
|
|
minut -= 9
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
+ '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
+ 'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
|
|
|
- act 'Get dressed': gt 'gdktoilet_womens', 'emptystall'
|
|
|
- end
|
|
|
- gs 'willpower', 'cum_inside', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Quickly turn around and get on your knees (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- gs 'willpower', 'cum_inside', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- act 'Let him cum in your mouth':
|
|
|
- *clr & cla
|
|
|
- gs 'cum_call', 'mouth_swallow', 'an unknown guy from the gloryhole'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghswallow.mp4"></video></center>'
|
|
|
- 'Once down on your knees you take his dick into your mouth and start sucking him. You are looking forward to him filling your mouth up with his tasty sperm. Moments later hot spurts of cum fill your mouth, you savor the taste of it in your mouth, before you swallow it all down.'
|
|
|
- gs 'arousal', 'bj', 10, 'unknown', 'sub'
|
|
|
- minut -= 9
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- act 'Get dressed': gt 'gdktoilet_womens', 'emptystall'
|
|
|
- end
|
|
|
- gs 'willpower', 'swallow', 'resist'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Let him cum on your face (<<will_cost>> Willpower)':
|
|
|
- *clr & cla
|
|
|
- gs 'willpower', 'swallow', 'resist'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- facial += 1
|
|
|
- gs 'cum_call', 'face', 'an unknown guy from the gloryhole'
|
|
|
- gs 'arousal', 'hj', 10, 'unknown', 'sub'
|
|
|
- minut -= 9
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- '<center><video autoplay loop src="images/locations/shared/gloryhole/sex/ghfacial.mp4"></video></center>'
|
|
|
- 'You put your face near his dick and start jerking him off, shortly later, hot spurts of cum start flying and covering your face.'
|
|
|
-
|
|
|
- act 'Get dressed': gt 'gdktoilet_womens', 'emptystall'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Let him cum on your face (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Quickly turn around and get on your knees (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ act 'Get up': gt 'gloryhole', 'start'
|
|
|
end
|
|
|
- else
|
|
|
- if sexcontra = 4:
|
|
|
- 'You pull off of <<$boydesc>> and look at his dick and think, "Oh shit! The condom burst."'
|
|
|
- elseif sexcontra = 5:
|
|
|
- 'You pull off of <<$boydesc>> and look at his dick and think, "Oh shit! The condom is missing!"'
|
|
|
- else
|
|
|
- '<<$boydesc>> groaned and you realized that he came in the condom.'
|
|
|
- end
|
|
|
- sexcontra = 0
|
|
|
- protect = 0
|
|
|
|
|
|
- act 'Get dressed': gt 'gdktoilet_womens', 'emptystall'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
-if $ARGS[0] = 'rape':
|
|
|
+!{if $ARGS[0] = 'rape':
|
|
|
*clr & cla
|
|
|
menu_off = 1
|
|
|
gs 'stat'
|
|
@@ -588,33 +633,12 @@ if $ARGS[0] = 'rape':
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
- elseif (day >= 5 and week < 7) and (hour >= 20 and hour <= 23):
|
|
|
- if music_on = 1:
|
|
|
- $track_loop = 'sound/komb.mp3'
|
|
|
- volume = 50
|
|
|
- music_loop = 1
|
|
|
- pl '<a href="exec: music_on = 0 & gt $loc">Turn off the music</a>'
|
|
|
- else
|
|
|
- music_loop = 0
|
|
|
- close all
|
|
|
- pl '<a href="exec: music_on = 1 & gt $loc">Play music</a>'
|
|
|
- end
|
|
|
- *clr & cla
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/club.jpg"></center>'
|
|
|
- 'You run into the crowd and start dancing to blend in. You hear a man yell out, "Where''s that bitch that took my money?" He storms off and you feel like it''s your lucky day today.'
|
|
|
- act 'Dance':
|
|
|
- *clr & cla
|
|
|
- minut +=10
|
|
|
- '<center><img <<$set_imgh>> src="images/locations/pavlovsk/community/disco/dance.jpg"></center>'
|
|
|
- 'You continue to dance until the man has left.'
|
|
|
- act 'Stop': gt 'pav_disco'
|
|
|
- end
|
|
|
else
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/gorodok.jpg"></center>'
|
|
|
'You run from the community center and don''t stop until you are back in the residential area'
|
|
|
act 'Catch your breath': minut += 5 & gt 'pav_residential'
|
|
|
end
|
|
|
-end
|
|
|
+end}
|
|
|
|
|
|
--- gloryhole ---------------------------------
|