|
@@ -11,8 +11,8 @@ if $ARGS[0] = 'start':
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/pet/petting1.jpg"></center>'
|
|
|
|
|
|
- if harakBoy = 0:
|
|
|
- '<<$boydesc>> hugs you and gently caresses your breasts.'
|
|
|
+ if npc_gentle[$npcID] = 1:
|
|
|
+ '<<$npcdesc>> hugs you and gently caresses your breasts.'
|
|
|
|
|
|
gs 'willpower', 'cuni', 'force'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -20,101 +20,101 @@ if $ARGS[0] = 'start':
|
|
|
else
|
|
|
act 'Order him to lick you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Stroke his cock':gt 'BDsex', 'hj'
|
|
|
- act 'Suck his dick':gt 'BDsex', 'minet'
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
- act 'Go on all fours':gt 'BDsex', 'sex2'
|
|
|
- act 'Do anal':gt 'BDsex', 'anal2'
|
|
|
- elseif harakBoy = 1:
|
|
|
- '<<$boydesc>> skillfully caresses your breasts.'
|
|
|
+ act 'Stroke his cock': gt 'BDsex', 'hj'
|
|
|
+ act 'Suck his dick': gt 'BDsex', 'minet'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
+ act 'Go on all fours': gt 'BDsex', 'sex2'
|
|
|
+ act 'Do anal': gt 'BDsex', 'anal2'
|
|
|
+
|
|
|
+ elseif npc_rough[$npcID] = 0:
|
|
|
+ '<<$npcdesc>> skillfully caresses your breasts.'
|
|
|
gs 'arousal', 'foreplay', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
if rand(0, 100) < 70:
|
|
|
- '<<$boydesc>> strokes and caresses your pussy with his fingers.'
|
|
|
+ '<<$npcdesc>> strokes and caresses your pussy with his fingers.'
|
|
|
gs 'arousal', 'vaginal_finger', -5, 'sub'
|
|
|
gs 'stat'
|
|
|
|
|
|
- if rand(0, 2) < 2:
|
|
|
- '<<$boydesc>> moves to lay you down on your back.'
|
|
|
+ if rand(0, 2) ! 0:
|
|
|
+ '<<$npcdesc>> moves to lay you down on your back.'
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
else
|
|
|
- '<<$boydesc>> turns you face down.'
|
|
|
+ '<<$npcdesc>> turns you face down.'
|
|
|
|
|
|
- act 'Stand on all fours':gt 'BDsex', 'sex2'
|
|
|
+ act 'Stand on all fours': gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
|
|
|
- act 'Suck him':gt 'BDsex', 'minet'
|
|
|
+ act 'Suck him': gt 'BDsex', 'minet'
|
|
|
else
|
|
|
- '<<$boydesc>> asks you to suck his cock.'
|
|
|
+ '<<$npcdesc>> asks you to suck his cock.'
|
|
|
|
|
|
- act 'Stroke his cock':gt 'BDsex', 'hj'
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
- act 'Tell him you prefer to lay down and happily spread your legs for him':gt 'BDsex', 'sex'
|
|
|
+ act 'Stroke his cock': gt 'BDsex', 'hj'
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
+ act 'Tell him you prefer to lay down and happily spread your legs for him': gt 'BDsex', 'sex'
|
|
|
end
|
|
|
- elseif harakBoy = 2:
|
|
|
- '<<$boydesc>> hugs you and passionately caresses your breasts.'
|
|
|
+ else
|
|
|
+ '<<$npcdesc>> hugs you and passionately caresses your breasts.'
|
|
|
gs 'arousal', 'foreplay', 5
|
|
|
gs 'stat'
|
|
|
- tmpbrand = rand(0, 100)
|
|
|
+ temp_rand = rand(0, 100)
|
|
|
|
|
|
- if tmpbrand < 70:
|
|
|
- '<<$boydesc>> caresses your pussy with his fingers.'
|
|
|
+ if temp_rand < 70:
|
|
|
+ '<<$npcdesc>> caresses your pussy with his fingers.'
|
|
|
gs 'arousal', 'vaginal_finger', -5, 'sub'
|
|
|
gs 'stat'
|
|
|
- killvar 'tmpbrand'
|
|
|
|
|
|
- if rand(0, 2) < 2:
|
|
|
- '<<$boydesc>> moves to lay you down on your back.'
|
|
|
+ if rand(0, 2) ! 0:
|
|
|
+ '<<$npcdesc>> moves to lay you down on your back.'
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
else
|
|
|
- '<<$boydesc>> turns you around.'
|
|
|
+ '<<$npcdesc>> turns you around.'
|
|
|
|
|
|
- act 'Go on all fours':gt 'BDsex', 'sex2'
|
|
|
+ act 'Go on all fours': gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
- elseif tmpbrand >= 70 and tmpbrand < 90:
|
|
|
- '<<$boydesc>> grabs the back of your head and pulls you to face his penis.'
|
|
|
- killvar 'tmpbrand'
|
|
|
+ elseif temp_rand >= 70 and temp_rand < 90:
|
|
|
+ '<<$npcdesc>> grabs the back of your head and pulls you to face his penis.'
|
|
|
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
gs 'willpower', 'bj', 'resist', 'easy'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
|
|
|
- act 'Stand on all fours (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
|
|
|
- else
|
|
|
+ if pcs_willpwr < will_cost:
|
|
|
act 'Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
act 'Stand on all fours (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ else
|
|
|
+ act 'Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
|
|
|
+ act 'Stand on all fours (<<will_cost>> Willpower)': gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
- elseif tmpbrand >= 90:
|
|
|
- killvar 'tmpbrand'
|
|
|
- '<<$boydesc>> tells you that he wants to take you in the ass.'
|
|
|
+ elseif temp_rand >= 90:
|
|
|
+ '<<$npcdesc>> tells you that he wants to take you in the ass.'
|
|
|
|
|
|
- act 'Do anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Do anal': gt 'BDsex', 'anal2'
|
|
|
|
|
|
gs 'willpower', 'anal', 'resist', 'easy'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act '"I do not want to!" Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'anal', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
|
|
|
- act '"I''ll do it doggy style, but not in the ass!" (<<will_cost>> Willpower)': gs 'willpower', 'anal', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
|
|
|
- else
|
|
|
+ if pcs_willpwr < will_cost:
|
|
|
act '"I do not want to!" Lie on your back and spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
act '"I''ll do it doggy style, but not in the ass!" (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ else
|
|
|
+ act '"I do not want to!" Lie on your back and spread your legs (<<will_cost>> Willpower)': gs 'willpower', 'anal', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex'
|
|
|
+ act '"I''ll do it doggy style, but not in the ass!" (<<will_cost>> Willpower)': gs 'willpower', 'anal', 'resist', 'easy' & gs 'willpower', 'pay', 'resist' & gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
+
|
|
|
gs 'willpower', 'bj', 'force'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Take him into your mouth (<<will_cost>> Willpower)': gs 'willpower', 'bj', 'force' & gs 'willpower', 'pay', 'force' & gt 'BDsex', 'minet'
|
|
|
- else
|
|
|
+ if pcs_willpwr < will_cost:
|
|
|
act 'Take him into your mouth (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ else
|
|
|
+ act 'Take him into your mouth (<<will_cost>> Willpower)': gs 'willpower', 'bj', 'force' & gs 'willpower', 'pay', 'force' & gt 'BDsex', 'minet'
|
|
|
end
|
|
|
end
|
|
|
+ killvar 'temp_rand'
|
|
|
end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'kuni':
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/kuni/kuni.jpg"></center>'
|
|
|
'You undress and lay on the bed, bringing his face to your pussy.'
|
|
|
- '<<$boydesc>> lays down between your legs and begins to work his tongue across your pussy.'
|
|
|
+ '<<$npcdesc>> lays down between your legs and begins to work his tongue across your pussy.'
|
|
|
gs 'arousal', 'cuni', 10, 'dom'
|
|
|
gs 'stat'
|
|
|
if pcs_horny >= 90:
|
|
@@ -126,11 +126,11 @@ if $ARGS[0] = 'kuni':
|
|
|
'His tongue work is exciting, but After a while, you begin to grow bored.'
|
|
|
end
|
|
|
|
|
|
- act 'Stroke his cock':gt 'BDsex', 'hj'
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
- act 'Go on all fours':gt 'BDsex', 'sex2'
|
|
|
- act 'Do anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Stroke his cock': gt 'BDsex', 'hj'
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
+ act 'Go on all fours': gt 'BDsex', 'sex2'
|
|
|
+ act 'Do anal': gt 'BDsex', 'anal2'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'sex':
|
|
@@ -141,22 +141,22 @@ if $ARGS[0] = 'sex':
|
|
|
gs 'stat'
|
|
|
gs 'BDsex', 'org'
|
|
|
|
|
|
- if harakBoy > 0:
|
|
|
+ if npc_gentle[$npcID] = 0:
|
|
|
if rand(0, 10) >= 8:
|
|
|
- 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
+ 'Suddenly <<$npcdesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
|
|
|
- act 'Take it on the face':gt 'BDsex', 'facial'
|
|
|
- act 'Open your mouth':gt 'BDsex', 'swallow'
|
|
|
+ act 'Take it on the face': gt 'BDsex', 'facial'
|
|
|
+ act 'Open your mouth': gt 'BDsex', 'swallow'
|
|
|
|
|
|
exit
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if harakBoy = 2:
|
|
|
+ if npc_rough[$npcID] = 1:
|
|
|
if rand(0, 10) >= 8:
|
|
|
- 'Suddenly <<$boydesc>> pulls his member out and begins to fondle your ass, preparing it for penetration.'
|
|
|
+ 'Suddenly <<$npcdesc>> pulls his member out and begins to fondle your ass, preparing it for penetration.'
|
|
|
|
|
|
- act 'Do anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Do anal': gt 'BDsex', 'anal2'
|
|
|
|
|
|
exit
|
|
|
end
|
|
@@ -164,7 +164,7 @@ if $ARGS[0] = 'sex':
|
|
|
|
|
|
gs 'BDsex', 'cum'
|
|
|
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -176,22 +176,22 @@ if $ARGS[0] = 'sex2':
|
|
|
gs 'stat'
|
|
|
gs 'BDsex', 'org'
|
|
|
|
|
|
- if harakBoy > 0:
|
|
|
+ if npc_gentle[$npcID] = 0:
|
|
|
if rand(0, 10) >= 8:
|
|
|
- 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
+ 'Suddenly <<$npcdesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
|
|
|
- act 'Take it on the face':gt 'BDsex', 'facial'
|
|
|
- act 'Open mouth':gt 'BDsex', 'swallow'
|
|
|
+ act 'Take it on the face': gt 'BDsex', 'facial'
|
|
|
+ act 'Open mouth': gt 'BDsex', 'swallow'
|
|
|
|
|
|
exit
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if harakBoy = 2:
|
|
|
+ if npc_rough[$npcID] = 1:
|
|
|
if rand(0, 10) >= 8:
|
|
|
- 'Suddenly <<$boydesc>> withdraws and begins to fondle your ass, preparing it for penetration.'
|
|
|
+ 'Suddenly <<$npcdesc>> withdraws and begins to fondle your ass, preparing it for penetration.'
|
|
|
|
|
|
- act 'Anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Anal': gt 'BDsex', 'anal2'
|
|
|
|
|
|
exit
|
|
|
end
|
|
@@ -199,7 +199,7 @@ if $ARGS[0] = 'sex2':
|
|
|
|
|
|
gs 'BDsex', 'cum'
|
|
|
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -228,19 +228,19 @@ if $ARGS[0] = 'anal2':
|
|
|
gs 'stat'
|
|
|
gs 'bdsex', 'an'
|
|
|
|
|
|
- if harakBoy > 0:
|
|
|
+ if npc_gentle[$npcID] = 0:
|
|
|
if rand(0, 10) >= 8:
|
|
|
- 'Suddenly <<$boydesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
+ 'Suddenly <<$npcdesc>> pulls out of you and takes you by the shoulders, guiding you to your knees before him.'
|
|
|
|
|
|
- act 'Take it on the face':gt 'BDsex', 'facial'
|
|
|
- act 'Open mouth':gt 'BDsex', 'swallow'
|
|
|
+ act 'Take it on the face': gt 'BDsex', 'facial'
|
|
|
+ act 'Open mouth': gt 'BDsex', 'swallow'
|
|
|
|
|
|
exit
|
|
|
end
|
|
|
end
|
|
|
|
|
|
gs 'bdsex', 'ancum'
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
|
|
@@ -259,72 +259,71 @@ if $ARGS[0] = 'hj':
|
|
|
gs 'arousal', 'hj', 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- if rand(0, 100) >= 75:
|
|
|
- if harakBoy = 0:
|
|
|
- '<<$boydesc>> moans, "I''m going to come."'
|
|
|
+ if rand(0, 100) < 75:
|
|
|
+ '<<$npcdesc>> Now finish.'
|
|
|
+
|
|
|
+ act 'Take it on the face': gt 'BDsex', 'facial'
|
|
|
+ act 'Open mouth': gt 'BDsex', 'swallow'
|
|
|
+ else
|
|
|
+ if npc_gentle[$npcID] = 1:
|
|
|
+ '<<$npcdesc>> moans, "I''m going to come."'
|
|
|
|
|
|
act 'Let ends':
|
|
|
- cla
|
|
|
- *clr
|
|
|
+ *clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
|
|
|
if protect = 1:
|
|
|
gs 'cum_manage'
|
|
|
protect = 0
|
|
|
if sexcontra = 4:
|
|
|
- '<<$boydesc>> finishes, filling the condom with his hot and sticky cum, and then a slimy feeling. You realize that the condom burst.'
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his hot and sticky cum, and then a slimy feeling. You realize that the condom burst.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
elseif sexcontra = 5:
|
|
|
- '<<$boydesc>> finishes, filling the condom with his hot and sticky cum. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his hot and sticky cum. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
else
|
|
|
- '<<$boydesc>> finishes, filling the condom with his hot and sticky cum.'
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his hot and sticky cum.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
end
|
|
|
sexcontra = 0
|
|
|
else
|
|
|
- '<<$boydesc>> finishes, covering your hands in his hot and sticky cum.'
|
|
|
+ '<<$npcdesc>> finishes, covering your hands in his hot and sticky cum.'
|
|
|
spafinloc = 13
|
|
|
sexpartkno = 1
|
|
|
gs 'cum_manage'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
end
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
- elseif harakBoy = 1:
|
|
|
- '<<$boydesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
|
|
|
-
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
- act 'Lie on your back and spread her legs ':gt 'BDsex', 'sex'
|
|
|
- else
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
+ elseif npc_rough[$npcID] = 1:
|
|
|
tmpbrand = rand(0, 100)
|
|
|
|
|
|
if tmpbrand < 70:
|
|
|
- '<<$boydesc>> caresses your pussy with his fingers.'
|
|
|
+ '<<$npcdesc>> caresses your pussy with his fingers.'
|
|
|
gs 'arousal', 'vaginal_finger', -5, 'sub'
|
|
|
gs 'stat'
|
|
|
killvar 'tmpbrand'
|
|
|
|
|
|
if rand(0, 2) < 2:
|
|
|
- '<<$boydesc>> attempts to lay you down on your back.'
|
|
|
+ '<<$npcdesc>> attempts to lay you down on your back.'
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
else
|
|
|
- '<<$boydesc>> turns you around.'
|
|
|
+ '<<$npcdesc>> turns you around.'
|
|
|
|
|
|
- act 'Stand on all fours':gt 'BDsex', 'sex2'
|
|
|
+ act 'Stand on all fours': gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
elseif tmpbrand >= 70 and tmpbrand < 80:
|
|
|
- '<<$boydesc>> tells you that he wants your ass.'
|
|
|
+ '<<$npcdesc>> tells you that he wants your ass.'
|
|
|
killvar 'tmpbrand'
|
|
|
|
|
|
- act 'Anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Anal': gt 'BDsex', 'anal2'
|
|
|
|
|
|
gs 'willpower', 'anal', 'resist', 'easy'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -341,17 +340,18 @@ if $ARGS[0] = 'hj':
|
|
|
act 'Take him into 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
|
|
|
elseif tmpbrand >= 80:
|
|
|
- '<<$boydesc>> forces your face down on his member.'
|
|
|
+ '<<$npcdesc>> forces your face down on his member.'
|
|
|
killvar 'tmpbrand'
|
|
|
|
|
|
- act 'Take by mouth':gt 'BDsex', 'minet'
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
end
|
|
|
- end
|
|
|
- else
|
|
|
- '<<$boydesc>> Now finish.'
|
|
|
|
|
|
- act 'Take it on the face':gt 'BDsex', 'facial'
|
|
|
- act 'Open mouth':gt 'BDsex', 'swallow'
|
|
|
+ else
|
|
|
+ '<<$npcdesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
|
|
|
+
|
|
|
+ act 'Take by mouth': gt 'BDsex', 'minet'
|
|
|
+ act 'Lie on your back and spread her legs ': gt 'BDsex', 'sex'
|
|
|
+ end
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -362,55 +362,79 @@ if $ARGS[0] = 'minet':
|
|
|
gs 'stat'
|
|
|
gs 'bdsex', 'autobj'
|
|
|
|
|
|
- if rand(0, 100) >= 75:
|
|
|
- if harakBoy = 0:
|
|
|
- '<<$boydesc>> moans, "I''m going to come."'
|
|
|
+ if rand(0, 100) < 75:
|
|
|
+ '<<$npcdesc>> Now finish.'
|
|
|
+
|
|
|
+ act 'Take it on the face': gt 'BDsex', 'facial'
|
|
|
+ act 'Open mouth': gt 'BDsex', 'swallow'
|
|
|
|
|
|
+ if npc_gentle[$npcID] = 1:
|
|
|
act 'In the palm of your hand':
|
|
|
cla
|
|
|
*clr
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
|
|
|
if protect = 1:
|
|
|
- '<<$boydesc>> finishes, filling the condom with his cum.'
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his cum.'
|
|
|
protect = 0
|
|
|
sexcontra = 0
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
else
|
|
|
- '<<$boydesc>> finished all over your hands covering them in hot and sticky cum.'
|
|
|
+ '<<$npcdesc>> finished all over your hands covering them in hot and sticky cum.'
|
|
|
spafinloc = 13
|
|
|
sexpartkno = 1
|
|
|
gs 'cum_manage'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
end
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if npc_gentle[$npcID] = 1:
|
|
|
+ '<<$npcdesc>> moans, "I''m going to come."'
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
- elseif harakBoy = 1:
|
|
|
- '<<$boydesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
|
|
|
+ act 'In the palm of your hand':
|
|
|
+ cla
|
|
|
+ *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
|
|
|
+ if protect = 1:
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his cum.'
|
|
|
+ protect = 0
|
|
|
+ sexcontra = 0
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ else
|
|
|
+ '<<$npcdesc>> finished all over your hands covering them in hot and sticky cum.'
|
|
|
+ spafinloc = 13
|
|
|
+ sexpartkno = 1
|
|
|
+ gs 'cum_manage'
|
|
|
+ gs 'arousal', 'end'
|
|
|
+ gs 'stat'
|
|
|
+ end
|
|
|
+ act 'Leave': gt 'BDsex', 'end'
|
|
|
+ end
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
- else
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
+ elseif npc_rough[$npcID] = 1:
|
|
|
if rand(0, 100) < 70:
|
|
|
- '<<$boydesc>> caresses your pussy with his fingers.'
|
|
|
+ '<<$npcdesc>> caresses your pussy with his fingers.'
|
|
|
gs 'arousal', 'vaginal_finger', -10, 'sub'
|
|
|
gs 'stat'
|
|
|
|
|
|
if rand(0, 2) < 2:
|
|
|
- '<<$boydesc>> tries to lay you down on your back.'
|
|
|
+ '<<$npcdesc>> tries to lay you down on your back.'
|
|
|
|
|
|
- act 'Lie on your back and spread your legs ':gt 'BDsex', 'sex'
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
else
|
|
|
- '<<$boydesc>> turns you around.'
|
|
|
+ '<<$npcdesc>> turns you around.'
|
|
|
|
|
|
- act 'Stand on all fours':gt 'BDsex', 'sex2'
|
|
|
+ act 'Stand on all fours': gt 'BDsex', 'sex2'
|
|
|
end
|
|
|
else
|
|
|
- '<<$boydesc>> tells you that he wants your ass.'
|
|
|
+ '<<$npcdesc>> tells you that he wants your ass.'
|
|
|
|
|
|
- act 'Anal':gt 'BDsex', 'anal2'
|
|
|
+ act 'Anal': gt 'BDsex', 'anal2'
|
|
|
|
|
|
gs 'willpower', 'anal', 'resist', 'easy'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -421,34 +445,10 @@ if $ARGS[0] = 'minet':
|
|
|
act '"I''ll do it doggy style, but not in the ass!" (<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
|
|
|
- else
|
|
|
- '<<$boydesc>> Now finish.'
|
|
|
-
|
|
|
- act 'Take it on the face':gt 'BDsex', 'facial'
|
|
|
- act 'Open mouth':gt 'BDsex', 'swallow'
|
|
|
+ else
|
|
|
+ '<<$npcdesc>> groans, "<<$pcs_nickname>> take my cock in your mouth or let me fuck you!"'
|
|
|
|
|
|
- if harakBoy = 0:
|
|
|
- act 'In the palm of your hand':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- '<center><img <<$set_imgh>> src="images/shared/sex/cum/handjob/hand2.jpg"></center>'
|
|
|
- if protect = 1:
|
|
|
- '<<$boydesc>> finishes, filling the condom with his cum.'
|
|
|
- protect = 0
|
|
|
- sexcontra = 0
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- else
|
|
|
- '<<$boydesc>> finished all over your hands covering them in hot and sticky cum.'
|
|
|
- spafinloc = 13
|
|
|
- sexpartkno = 1
|
|
|
- gs 'cum_manage'
|
|
|
- gs 'arousal', 'end'
|
|
|
- gs 'stat'
|
|
|
- end
|
|
|
- act 'Leave':gt 'BDsex', 'end'
|
|
|
- end
|
|
|
+ act 'Lie on your back and spread your legs ': gt 'BDsex', 'sex'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -458,7 +458,7 @@ if $ARGS[0] = 'facial':
|
|
|
minut += 3
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial<<rand(11, 15)>>.jpg"></center>'
|
|
|
if protect = 1:
|
|
|
- '<<$boydesc>> finishes, filling the condom with his cum.'
|
|
|
+ '<<$npcdesc>> finishes, filling the condom with his cum.'
|
|
|
protect = 0
|
|
|
sexcontra = 0
|
|
|
else
|
|
@@ -468,22 +468,22 @@ if $ARGS[0] = 'facial':
|
|
|
gs 'cum_manage'
|
|
|
end
|
|
|
gs 'stat'
|
|
|
- act 'Brush up':gt 'BDsex', 'end'
|
|
|
+ act 'Brush up': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'swallow':
|
|
|
minut += 3
|
|
|
'<center><img <<$set_imgh>> src="images/shared/sex/cum/mouth/cum<<rand(20, 29)>>.jpg"></center>'
|
|
|
if protect = 1:
|
|
|
- '<<$boydesc>> finishes, and you feel the condom balloon up in your mouth.'
|
|
|
+ '<<$npcdesc>> finishes, and you feel the condom balloon up in your mouth.'
|
|
|
protect = 0
|
|
|
sexcontra = 0
|
|
|
else
|
|
|
'Thick jets of sharply smelling sperm fill your mouth.'
|
|
|
- gs 'cum_call', 'mouth_swallow', $boy, 1
|
|
|
+ gs 'cum_call', 'mouth_swallow', $npcID, 1
|
|
|
end
|
|
|
gs 'stat'
|
|
|
- act 'Brush up':gt 'BDsex', 'end'
|
|
|
+ act 'Brush up': gt 'BDsex', 'end'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'end':
|
|
@@ -491,7 +491,7 @@ if $ARGS[0] = 'end':
|
|
|
|
|
|
if BDcafe = 1:
|
|
|
BDcafe = 0
|
|
|
- act 'Leave':gt 'city_residential'
|
|
|
+ act 'Leave': gt 'city_residential'
|
|
|
elseif Yuri_sex = 1:
|
|
|
Yuri_sex = 0
|
|
|
cumspclnt = 4
|
|
@@ -499,27 +499,20 @@ if $ARGS[0] = 'end':
|
|
|
gs 'stat'
|
|
|
'Yuri lets you have a quick shower and dress before giving you a quick kiss on the cheek.'
|
|
|
if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
- act 'Leave':gt 'city_industrial'
|
|
|
- elseif $boydesc = 'Michael N.':
|
|
|
+ act 'Leave': gt 'city_industrial'
|
|
|
+ elseif $npcdesc = 'Michael N.':
|
|
|
act 'Leave':dynamic $brodilr
|
|
|
elseif InYouHome = 1:
|
|
|
InYouHome = 0
|
|
|
- '<<$boydesc>> politely says goodbye and leaves.'
|
|
|
+ '<<$npcdesc>> politely says goodbye and leaves.'
|
|
|
|
|
|
- act 'Leave':gt $home['entrance'], $home['entrance_arg']
|
|
|
+ act 'Leave': gt $home['entrance'], $home['entrance_arg']
|
|
|
|
|
|
exit
|
|
|
elseif GoToGuy = 1:
|
|
|
GoToGuy = 0
|
|
|
- act 'Leave':gt 'city_industrial'
|
|
|
- elseif harakBoy = 1:
|
|
|
- harakBoy = 0
|
|
|
- cumspclnt = 4
|
|
|
- gs 'cum_cleanup'
|
|
|
- 'You wash quickly in shower and <<$boydesc>> begins to hurry you out.'
|
|
|
- if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
- act 'Leave':dynamic $brodilr
|
|
|
- elseif harakBoy = 0:
|
|
|
+ act 'Leave': gt 'city_industrial'
|
|
|
+ elseif npc_gentle[$npcID] = 1:
|
|
|
minut += 15
|
|
|
pcs_horny += 1
|
|
|
pcs_hairbsh = 1
|
|
@@ -530,17 +523,28 @@ if $ARGS[0] = 'end':
|
|
|
'You go into the bathroom and turn on the shower, lathering body and washing as well as you can.'
|
|
|
if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
act 'Leave':dynamic $brodilr
|
|
|
- elseif harakBoy = 2:
|
|
|
- '<<$boydesc>> won''t even let you go to the bathroom to clean up.'
|
|
|
+ elseif npc_rough[$npcID] = 1:
|
|
|
+ '<<$npcdesc>> won''t even let you go to the bathroom to clean up.'
|
|
|
act 'Leave':dynamic $brodilr
|
|
|
- elseif finance > 0:
|
|
|
- if finance = 1:money += 300
|
|
|
- if finance = 2:money += 500
|
|
|
- '<<$boydesc>> gives you money for a taxi and kicks you out of the apartment.'
|
|
|
+ elseif npc_gentle[$npcID] = 0 and npc_rough[$npcID] = 0:
|
|
|
+ npc_gentle[$npcID] = 1
|
|
|
+ cumspclnt = 4
|
|
|
+ gs 'cum_cleanup'
|
|
|
+ 'You wash quickly in shower and <<$npcdesc>> begins to hurry you out.'
|
|
|
+ if deodorant_on = 1: gs 'sweat', 'remove_deo' & '<br>Your deodorant gets washed away in the shower.'
|
|
|
act 'Leave':dynamic $brodilr
|
|
|
- elseif finance = 0:
|
|
|
- '<<$boydesc>> kicks you out of the apartment.'
|
|
|
+
|
|
|
+ !! These will never trigger?
|
|
|
+ elseif npc_finance[$npcID] > 0:
|
|
|
+ if npc_finance[$npcID] = 1: money += 300
|
|
|
+ if npc_finance[$npcID] = 2: money += 500
|
|
|
+ '<<$npcdesc>> gives you money for a taxi and kicks you out of the apartment.'
|
|
|
act 'Leave':dynamic $brodilr
|
|
|
+ elseif npc_finance[$npcID] = 0:
|
|
|
+ '<<$npcdesc>> kicks you out of the apartment.'
|
|
|
+ act 'Leave':dynamic $brodilr
|
|
|
+
|
|
|
+ !! This will never trigger
|
|
|
elseif GoToGuy = 0:
|
|
|
act 'Leave':
|
|
|
tmpgorand = rand(0, 2)
|
|
@@ -559,7 +563,7 @@ if $ARGS[0] = 'org':
|
|
|
if mc_inventory['contraceptive_pill'] <= 0 and mc_inventory['equipped_condoms'] > 0:
|
|
|
dynamic $prezik
|
|
|
protect = 1
|
|
|
- '<<$boydesc>> takes a condom and puts it on his <<dick>> centimeter member.'
|
|
|
+ '<<$npcdesc>> takes a condom and puts it on his <<dick>> centimeter member.'
|
|
|
if preziktype = 2:
|
|
|
sexcontra = 7
|
|
|
else
|
|
@@ -651,27 +655,27 @@ if $ARGS[0] = 'org':
|
|
|
|
|
|
if orgazm = 0:
|
|
|
pcs_mood -= 15
|
|
|
- 'You groan in pain when <<$boydesc>> enters you, tears flowing from your eyes as you endure the feeling of having a red-hot rod between your legs. You cry and moan while his strong <<dick>> centimeter dick fucks your pussy.'
|
|
|
+ 'You groan in pain when <<$npcdesc>> enters you, tears flowing from your eyes as you endure the feeling of having a red-hot rod between your legs. You cry and moan while his strong <<dick>> centimeter dick fucks your pussy.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 1:
|
|
|
pcs_mood -= 10
|
|
|
- 'You bite your lip in pain when <<$boydesc>> enters you, a twinge of pain between your legs. Frowning, you moan in pain while his strong <<dick>> centimeter dick fucks your pussy.'
|
|
|
+ 'You bite your lip in pain when <<$npcdesc>> enters you, a twinge of pain between your legs. Frowning, you moan in pain while his strong <<dick>> centimeter dick fucks your pussy.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 2:
|
|
|
pcs_mood -= 5
|
|
|
- 'You wince at the sudden pain when <<$boydesc>> enters you, the pain between your legs gradually calms and becomes quite tolerable. You try to get aroused while his strong <<dick>> centimeter dick fucks your pussy, but it is not enough.'
|
|
|
+ 'You wince at the sudden pain when <<$npcdesc>> enters you, the pain between your legs gradually calms and becomes quite tolerable. You try to get aroused while his strong <<dick>> centimeter dick fucks your pussy, but it is not enough.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 3:
|
|
|
pcs_mood += 5
|
|
|
- 'You are startled by the feeling as your pussy is stretched when <<$boydesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy.'
|
|
|
+ 'You are startled by the feeling as your pussy is stretched when <<$npcdesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 4:
|
|
|
pcs_mood += 10
|
|
|
- 'You are startled by the feeling as your pussy is stretched when <<$boydesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy. Gradually a pleasant warmth and ripple grows in the lower abdomen, but the feeling never peaks, instead decreasing in strength even as it remains with you until the end.'
|
|
|
+ 'You are startled by the feeling as your pussy is stretched when <<$npcdesc>> enters you. A shiver of pleasure starts from between your legs and travels up your spine as each stroke of his <<dick>> centimeter fucks into your pussy. Gradually a pleasant warmth and ripple grows in the lower abdomen, but the feeling never peaks, instead decreasing in strength even as it remains with you until the end.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 5:
|
|
@@ -682,7 +686,7 @@ if $ARGS[0] = 'org':
|
|
|
gs 'stat'
|
|
|
elseif orgazm = 6:
|
|
|
pcs_mood += 5
|
|
|
- 'You feel every centimeter as his member enters your pussy when <<$boydesc>> slides home. It is a pleasant feeling, but his dick is significantly smaller than you prefer and <<dick>> centimeter is not enough for you. Gradually, a pleasant ripples grows in your lower abdomen, but the feeling never rises to true orgasm.'
|
|
|
+ 'You feel every centimeter as his member enters your pussy when <<$npcdesc>> slides home. It is a pleasant feeling, but his dick is significantly smaller than you prefer and <<dick>> centimeter is not enough for you. Gradually, a pleasant ripples grows in your lower abdomen, but the feeling never rises to true orgasm.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
end
|
|
@@ -690,7 +694,7 @@ if $ARGS[0] = 'org':
|
|
|
if pcs_vag <= dick:pcs_vag += 1
|
|
|
elseif stat['think_virgin'] = 1 and mesec <= 0:
|
|
|
pcs_mood -= 15
|
|
|
- 'You bite your lip in pain and tears gush from your eyes when <<$boydesc>> enters you, breaking your hymen. You moan while weeping as his strong <<dick>> centimeter dick fucks your bloody pussy.'
|
|
|
+ 'You bite your lip in pain and tears gush from your eyes when <<$npcdesc>> enters you, breaking your hymen. You moan while weeping as his strong <<dick>> centimeter dick fucks your bloody pussy.'
|
|
|
gs 'arousal', 'vaginal', 5, 'sub', 'rough'
|
|
|
gs 'stat'
|
|
|
end
|
|
@@ -708,7 +712,7 @@ if $ARGS[0] = 'cum':
|
|
|
!!inside
|
|
|
sexpartkno = 1
|
|
|
gs 'cum_manage'
|
|
|
- '<<$boydesc>> groans and you feel each jet of sperm paint the walls of your womb with seed.'
|
|
|
+ '<<$npcdesc>> groans and you feel each jet of sperm paint the walls of your womb with seed.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
pcs_mood -= 15
|
|
@@ -719,14 +723,14 @@ if $ARGS[0] = 'cum':
|
|
|
spafinloc = 14
|
|
|
sexpartkno = 1
|
|
|
gs 'cum_manage'
|
|
|
- '<<$boydesc>> shouts, pulling out to finish on your stomach.'
|
|
|
+ '<<$npcdesc>> shouts, pulling out to finish on your stomach.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
elseif pose = 1:
|
|
|
spafinloc = 4
|
|
|
sexpartkno = 1
|
|
|
gs 'cum_manage'
|
|
|
- '<<$boydesc>> shudders, pulling out just in time to paint your ass white with semen.'
|
|
|
+ '<<$npcdesc>> shudders, pulling out just in time to paint your ass white with semen.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
end
|
|
@@ -734,15 +738,15 @@ if $ARGS[0] = 'cum':
|
|
|
elseif protect = 1:
|
|
|
protect = 0
|
|
|
if sexcontra = 4:
|
|
|
- '<<$boydesc>> groans and you feel heat building deep inside, and then a slimy feeling. You realize that the condom burst.'
|
|
|
+ '<<$npcdesc>> groans and you feel heat building deep inside, and then a slimy feeling. You realize that the condom burst.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
elseif sexcontra = 5:
|
|
|
- '<<$boydesc>> groans and you feel heat building deep inside. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
|
|
|
+ '<<$npcdesc>> groans and you feel heat building deep inside. As he pulls out, you feel a ghostly sensation, as if he didn''t come all the way out. Looking down, you see his bare dick.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
else
|
|
|
- '<<$boydesc>> groans and you feel heat building deep inside. You realize that he has filled the condom.'
|
|
|
+ '<<$npcdesc>> groans and you feel heat building deep inside. You realize that he has filled the condom.'
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
end
|
|
@@ -756,20 +760,20 @@ if $ARGS[0] = 'autobj':
|
|
|
'You little fingers caress his <<dick>> centimeter shaft before you take the head into your mouth and began to suck.'
|
|
|
gs 'arousal', 'hj', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
- if harakBoy = 0:
|
|
|
- '<<$boydesc>> closes his eyes in pleasure, enjoying the caress of your lips.'
|
|
|
+ if npc_gentle[$npcID] = 1:
|
|
|
+ '<<$npcdesc>> closes his eyes in pleasure, enjoying the caress of your lips.'
|
|
|
gs 'arousal', 'bj', 5, 'sub'
|
|
|
gs 'stat'
|
|
|
- elseif harakBoy = 1:
|
|
|
- '<<$boydesc>> stares expectingly at you until your lips glide over his hard dick.'
|
|
|
- gs 'arousal', 'bj', 5, 'sub'
|
|
|
- gs 'stat'
|
|
|
- elseif harakBoy = 2:
|
|
|
+ elseif npc_rough[$npcID] = 1:
|
|
|
if pcs_makeup > 1:pcs_makeup = 0
|
|
|
pcs_hairbsh = -1
|
|
|
- '<<$boydesc>> grabs your hair and begins to fuck your mouth roughly, each thrust strikes against the back of your throat as tears flow from your eyes.'
|
|
|
+ '<<$npcdesc>> grabs your hair and begins to fuck your mouth roughly, each thrust strikes against the back of your throat as tears flow from your eyes.'
|
|
|
gs 'arousal', 'bj', 5, 'sub', 'rough'
|
|
|
gs 'stat'
|
|
|
+ else
|
|
|
+ '<<$npcdesc>> stares expectingly at you until your lips glide over his hard dick.'
|
|
|
+ gs 'arousal', 'bj', 5, 'sub'
|
|
|
+ gs 'stat'
|
|
|
end
|
|
|
|
|
|
pcs_horny += pcs_throat + 10 - (willpowermax / 10)
|
|
@@ -784,33 +788,33 @@ if $ARGS[0] = 'autobj':
|
|
|
gs 'stat'
|
|
|
end
|
|
|
|
|
|
- !!'Finally <<$boydesc>> groans and you realize that he is at his limit.'
|
|
|
+ !!'Finally <<$npcdesc>> groans and you realize that he is at his limit.'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'an':
|
|
|
!!if analplugin = 1:
|
|
|
!! analpluginbonus = 10
|
|
|
!! analplugin = 0
|
|
|
- !! if pcs_ass < 16:'<<$boydesc>> pulls the plug out of your narrow and tight ass.'
|
|
|
- !! if pcs_ass >= 16:'<<$boydesc>> pulls the butt plug out of your ass, hot juices dripping from your now unstoppered hole.'
|
|
|
+ !! if pcs_ass < 16:'<<$npcdesc>> pulls the plug out of your narrow and tight ass.'
|
|
|
+ !! if pcs_ass >= 16:'<<$npcdesc>> pulls the butt plug out of your ass, hot juices dripping from your now unstoppered hole.'
|
|
|
!! if pcs_ass + analpluginbonus < dick:'You scream and bite your lip at the sharp pain when the <<dick>> centimeter dick parts your ass and plunges home.'
|
|
|
!! if pcs_ass + analpluginbonus >= dick:'You groan and a satisfying fullness spreads through you as the <<dick>> member centimeter dick forces its way into your ass.'
|
|
|
!! !!gs 'BDsex', 'ancum'
|
|
|
!!end
|
|
|
|
|
|
gs 'dinsex','boy_wants_anal'
|
|
|
- '<<$boydesc>> lays you on your stomach on the bed, spreading your ass apart as he begins to massage and open your anus with his fingers, first one, then two.'
|
|
|
+ '<<$npcdesc>> lays you on your stomach on the bed, spreading your ass apart as he begins to massage and open your anus with his fingers, first one, then two.'
|
|
|
gs 'arousal', 'anal_finger', 5, 'sub'
|
|
|
if pcs_ass < 10:
|
|
|
'You groan in pain as his third finger invades your ass.'
|
|
|
else
|
|
|
'You feel your asshole stretch to accommodate his third finger.'
|
|
|
end
|
|
|
- '<<$boydesc>> abruptly pulls his fingers out of your ass and you feel his hard cock rest against your hole.'
|
|
|
+ '<<$npcdesc>> abruptly pulls his fingers out of your ass and you feel his hard cock rest against your hole.'
|
|
|
|
|
|
if pcs_ass + lubonus < dick:'You scream and bite your lip at the sharp pain when the <<dick>> member centimeter enters your ass.'
|
|
|
if pcs_ass + lubonus >= dick:'You groan and a satisfying fullness spreads through you as the <<dick>> member centimeter dick forces its way into your ass.'
|
|
|
- '<<$boydesc>> stops his assault for a moment, giving your ass time to adapt to the cock invading it before he starts you again, this time even more insistent.'
|
|
|
+ '<<$npcdesc>> stops his assault for a moment, giving your ass time to adapt to the cock invading it before he starts you again, this time even more insistent.'
|
|
|
gs 'arousal', 'anal', 10, 'sub'
|
|
|
gs 'stat'
|
|
|
if pcs_ass + lubonus + 2 < dick:
|
|
@@ -826,7 +830,7 @@ if $ARGS[0] = 'an':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'ancum':
|
|
|
- 'Finally <<$boydesc>> grabs your tight ass and drives home, hilting his dick in your aching ass and slapping your pussy with his balls as he cums.'
|
|
|
+ 'Finally <<$npcdesc>> grabs your tight ass and drives home, hilting his dick in your aching ass and slapping your pussy with his balls as he cums.'
|
|
|
spafinloc = 3
|
|
|
sexvolume = 20
|
|
|
sexpartkno = 1
|