|
@@ -0,0 +1,2332 @@
|
|
|
+# sex_ev_anal
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_start':
|
|
|
+ !! if stat['think_virgin'] = 1 and sex_ev['if pcs_ass = 0 and sex_ev['anal_count'] = 0'] = 0:
|
|
|
+ !! cla & *clr
|
|
|
+ !! '<center><img <<$set_imgh>> src="images/shared/sex/foreplay/miss3.jpg"></center>'
|
|
|
+ !! '<<$npc_firstname[$npcID]>> flips you over.'
|
|
|
+ !! act 'Stop him (virgin)':gt 'sex_ev_virgin', 'lover_wait'
|
|
|
+ !! act 'Let him take your virginity': gs 'sex_ev_virgin','start3'
|
|
|
+ !! elseif sex_ev['change_pos'] = 1:
|
|
|
+ if sex_ev['change_pos'] = 1:
|
|
|
+ act 'Switch to anal':
|
|
|
+ sex_ev['cock_inserted'] = 1
|
|
|
+ cla & *clr
|
|
|
+ sex_ev['change_pos'] = 0
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/foreplay/doggy2.jpg"></center>'
|
|
|
+ if $sex_ev['position'] ='miss':
|
|
|
+ 'You push <<$npc_firstname[$npcID]>> off of you, closing your legs and rolling onto your knees.'
|
|
|
+ elseif $sex_ev['position'] = 'anal':
|
|
|
+ 'You lean forward, letting <<$npc_firstname[$npcID]>>''s cock slip from your pussy and give him a sultry look over your shoulder.'
|
|
|
+ elseif $sex_ev['position'] = 'cowgirl':
|
|
|
+ 'You lift your hips, letting <<$npc_firstname[$npcID]>>''s cock slip from your pussycat. Then, you turn around, getting on hands and knees, presenting your ass towards him.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ if stat['anal'] = 0:
|
|
|
+ '"I want to try anal."'
|
|
|
+ else
|
|
|
+ iif(stat['no_sex_swearing'] = 0, '"That''s enough of that. Time for you to shove it up my ass.', 'That''s enough of that. Time for you to put it in my butthole."')
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_insert_slow'
|
|
|
+ !!gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+ elseif sex_ev['initiative'] ! 1 and sex_ev['force_initiative'] ! 1:
|
|
|
+ gs 'sex_ev_sex', 'speed_select'
|
|
|
+ act 'Continue':
|
|
|
+ !!sex_ev['cock_inserted'] = 1
|
|
|
+ cla
|
|
|
+ 'He pulls you back onto your knees, and you suddenly feel the tip of his cock pressing against your asshole.'
|
|
|
+ gs 'sex_ev_anal', 'anal_insert_slow'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ gs 'sex_ev_sex','speed_select'
|
|
|
+ act 'Anal':
|
|
|
+ !! sex_ev['cock_inserted'] = 1
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/foreplay/doggy2.jpg"></center>'
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ 'You turn around and get on your knees, presenting your ass towards him and giving him a sultry look over your shoulder.'
|
|
|
+ elseif $sex_ev['position'] = 'anal' or $sex_ev['position'] = 'anal':
|
|
|
+ 'You get back on your knees, waggling your ass enticingly at him.'
|
|
|
+ end
|
|
|
+ if stat['anal'] = 0:
|
|
|
+ '"I want to try anal."'
|
|
|
+ elseif sex_ev['anal_count'] > 0:
|
|
|
+ iif(stat['no_sex_swearing'] = 0, '"That''s enough of that. Time for you to shove it in my ass again.','That''s enough of that. Time for you to put it back in my butthole."')
|
|
|
+ else
|
|
|
+ iif(stat['no_sex_swearing'] = 0, '"That''s enough of that. Time for you to shove it in my ass again.','That''s enough of that. Time for you to put it in my butthole."')
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_insert_slow'
|
|
|
+ !!gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ !'sex_ev_condoms', 'condoms'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_virgin1':
|
|
|
+ if sex_ev['initiative'] ! 1 and sex_ev['force_initiative'] ! 1:
|
|
|
+
|
|
|
+ else
|
|
|
+
|
|
|
+
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_insert_slow':
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal<<sex_ev[''speed'']>>'
|
|
|
+ !!! if pcs_anal = 0 and sex_ev['anal_count'] = 0: gs 'sex_ev_anal', 'anal_virgin1'
|
|
|
+ if sex_ev['cock_inserted'] = 1:
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ else
|
|
|
+ act 'Insertion':
|
|
|
+ cla & *clr
|
|
|
+ sex_ev['cock_inserted'] = 1
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ if sex_ev['condom'] ! 1: sex_ev['no_condom'] = 1
|
|
|
+
|
|
|
+ gs 'arousal', 'anal', 1, 'no_orgasm_msg', $sex_ev['prostitution_flag']
|
|
|
+ if pcs_horny > 80: gs 'arousal', 'anal', -10, 'no_orgasm_msg', $sex_ev['prostitution_flag']
|
|
|
+
|
|
|
+ !! if $npc_dick_desc[$npcID] = 'long' or $npc_dick_desc[$npcID] = 'huge' or $npc_dick_desc[$npcID] = 'enormous' or $npc_dick_desc[$npcID] = 'lengthy' or $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] ='monster':
|
|
|
+ ! 'pain', 3, 'vaginal','stretch'
|
|
|
+ !!end
|
|
|
+
|
|
|
+ gs 'stat'
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/enter1.mp4"></video></center>'
|
|
|
+ '<<$npc_firstname[$npcID]>> carefully positions himself behind you, lining up the head of his cock with your backdoor, and gently squeezes it into the hole between your cheeks.'
|
|
|
+ *nl
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny':
|
|
|
+ 'Not that he needed to be careful. His hips come flush with your ass, and you still feel plenty of wiggle room inside you. He might as well have put his finger in...'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'He pushes into your sphincter, and you feel his cock start to fill you up before abruptly stopping short as his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'He pushes into your sphincter, and you feel his cock stretching you out as he pushes in, before stopping short as his hips collide with your ass...'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'He slips into your sphincter, comfortably sliding his cock all the way in, though it isn''t a very tight fit...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'He pushes into your sphincter and fills your ass with his perfectly average length and girth...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You immediately feel your sphincter stretch out as he pushes in, your ass straining to accommodate his thick girth...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'He pushes into your sphincter, comfortable at first, before you realize that it''s not stopping. His length keeps going all the way up your ass until you feel like it''s <i>bulging</i> inside you. Though it isn''t a very tight fit width-wise...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'He pushes into your sphincter, comfortable at first, before you realize that it''s not stopping. His length keeps going all the way up your ass until you feel like it''s <i>bulging</i> inside you...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You immediately feel your sphincter stretch out as he pushes in, your walls straining to accommodate his thick girth. Even as you struggle with his width, his length quickly makes its presence known as well when his cock hits deep inside you that you feel as if your stomach is <i>bulging</i>. It seems to barely fit inside you...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'He pushes into your sphincter, comfortable at first, before you realize that it''s not stopping. His length keeps going all the way up your ass until you feel like it <i>bulging</i> inside your stomach. And from the way it pokes your innards, you can tell he hasn''t even managed to get his full length inside you. Although it isn''t a very tight fit width-wise...'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'He pushes into your sphincter, filling your ass with so much cock that it feels as if it''s bulging inside your stomach. And from the way it pokes your innards, you can tell he hasn''t even managed to get his full length inside you...'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You immediately feel your sphincter stretch out as he pushes in, your walls straining to accommodate his thick girth. Even as your ass struggles with his width, his length quickly makes its presence known, filling your ass with so much cock that it feels as if it''s <i>bulging</i> inside your stomach. And from the way it pokes your innards, you can tell he hasn''t even managed to get his full length inside you...'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Enjoyment':
|
|
|
+ cla
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+
|
|
|
+ act 'Moan':
|
|
|
+ cla & *nl
|
|
|
+ 'You let out a loud moan as heat fills up your insides and your pussy begins to salivate with just the insertion of his cock into your asshole.'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto2'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Groan':
|
|
|
+ cla & *nl
|
|
|
+ 'You let out a husky groan as an indescribable ache rocks through your insides. Like a crumb of bread to a woman starving to death, just the insertion of his cock into your asshole sets your lustful hunger ablaze.'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto2'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Gasp':
|
|
|
+ cla & *nl
|
|
|
+ 'You gasp as the pleasure of his insertion sends heat washing through your hips and electric tingles racing across your skin.'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto2'
|
|
|
+ end
|
|
|
+
|
|
|
+ if $npc_dick_desc[$npcID] = 'long' or $npc_dick_desc[$npcID] = 'huge' or $npc_dick_desc[$npcID] = 'enormous' or $npc_dick_desc[$npcID] = 'lengthy' or $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] ='monster':
|
|
|
+ act 'He''s big!':
|
|
|
+ cla
|
|
|
+ if npc_fuck_times[$npcID] = 0:
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ '"Oh <i>fuck!</i> That''s big!" You groan, squirming in pleasure around the cock that is absolutely filling your ass right now.'
|
|
|
+ else
|
|
|
+ '"Oh, fuck!" you groan in pleasure. "I still can''t get over how fucking big you are!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ '"Nngh~! <i>Fuck~!</i>" you groan loudly, giving <<$npc_firstname[$npcID]>> a wry smile afterwards. "I can never quite get used to how big you are."'
|
|
|
+ else
|
|
|
+ '"Nngh~! <i>Fuck,</i> you''re so big!" You groan loudly, grinning as you do.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_goto2'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Discomfort':
|
|
|
+ cla
|
|
|
+
|
|
|
+ act 'Gasp':
|
|
|
+ cla & *nl
|
|
|
+ 'Your breath hitches in discomfort as the cock pokes awkward spots in your intestines and settles in behind you.'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+
|
|
|
+ if $npc_dick_desc[$npcID] = 'long' or $npc_dick_desc[$npcID] = 'huge' or $npc_dick_desc[$npcID] = 'enormous' or $npc_dick_desc[$npcID] = 'lengthy' or $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] ='monster':
|
|
|
+ act 'Groan':
|
|
|
+ cla & *nl
|
|
|
+ 'You let out a painful groan as your insides <i>ache</i> as if you had been punched in the gut. Which, in some ways, you have been...'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'He''s big!':
|
|
|
+ cla
|
|
|
+ if npc_fuck_times[$npcID] = 0:
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ if $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '"Oh, <i>fuck!</i>" you groan, squirming as your asshole is already beginning to ache. "It''s like a fucking baseball bat inside me!"'
|
|
|
+ else
|
|
|
+ '"Oh <i>fuck!</i> That''s big!" You groan, squirming as your asshole is already beginning to ache.'
|
|
|
+ end
|
|
|
+ if npc_arrogant[$npcID] > 0:
|
|
|
+ '"Pretty incredible, isn''t it?" he grins haughtily, taking a moment seemingly to admire the size of his own cock. '
|
|
|
+ elseif npc_caretaker[$npcID] > 0:
|
|
|
+ '"Sorry," he says, a sympathetic look in his eyes.'
|
|
|
+ else
|
|
|
+ '"Your ass is so tight," <<$npc_firstname[$npcID]>> grins back.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"Oh, fuck!" you groan in discomfort. "That''s still <i>fucking</i> big!" '
|
|
|
+ if npc_arrogant[$npcID] > 0:
|
|
|
+ if sex_ev['virgin'] = 0:
|
|
|
+ '"Won''t be able to go back to regular cocks after this," he chuckles.'
|
|
|
+ else
|
|
|
+ '"I''m spoiling you for life," he chuckles. "No guy is ever going to fill you up like this."'
|
|
|
+ end
|
|
|
+ elseif npc_caretaker[$npcID] > 0:
|
|
|
+ '"Sorry," he says, a sympathetic look in his eyes.'
|
|
|
+ else
|
|
|
+ '"Your ass is so tight," <<$npc_firstname[$npcID]>> grins back.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ else
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ '"Nngh~! <i>Fuck~!</i>" you groan loudly as <<$npc_firstname[$npcID]>>''s cock overstuffs your poor pussy and you''re already starting to ache. "I can never get used to how <i>big</i> you are."'
|
|
|
+ else
|
|
|
+ '"Nngh~!" you groan loudly.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'sex_ev_anal', 'anal_pain1'
|
|
|
+
|
|
|
+ gs 'sex_ev_anal', 'anal_insert_orgasm'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_insert_orgasm':
|
|
|
+ if orgasm_buildup >= 100 or pcs_traits['easy_orgasms'] > 0 and hypnoHardToCum = 0:
|
|
|
+ act 'Orgasm!':
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ if sex_ev['orgasm'] = orgasm:
|
|
|
+ $orgasm_or = 'yes'
|
|
|
+ gs 'arousal', 'anal', -1, 'no_orgasm_msg', $sex_ev['prostitution_flag']
|
|
|
+ end
|
|
|
+ sex_ev['insertion_orgasm'] = 1
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ sex_ev['orgasm_count'] += 1
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/orgasm1.mp4"></video></center>'
|
|
|
+ if pcs_traits['easy_orgasms'] = 0:
|
|
|
+ 'You''re so turned on; just that one thrust is all it takes for you to come.'
|
|
|
+ else
|
|
|
+ 'That''s all it takes. Just that one thrust. And you''re already coming.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ !! Some acts go here to make sure they default first at the top of the list.
|
|
|
+
|
|
|
+ act 'Really horny':
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/2.jpg"></center>'
|
|
|
+ '"I''m really horny," you moan, practically melting underneath him.'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short' or $npc_dick_desc[$npcID] = 'chode' or $npc_dick_desc[$npcID] ='skinny' or $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'Muscles tighten. Heat blossoms. You gasp aloud. Electric tingles race across your body from your toes to the tips of your nipples as your arms give out underneath you and you convulse in orgasm. You groan a wordless cry of ecstasy.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> ''s cock fills</i> you to the brim, and you gasp aloud as it starts. Muscles tighten. Heat blossoms. Electric tingles race across your body from your toes to the tips of your nipples as your arms give out underneath you and you convulse in orgasm. You groan a wordless cry of ecstasy.'
|
|
|
+ act 'You''re really big':
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/2.jpg"></center>'
|
|
|
+ if sex_ev['anal_count'] = 0 and npc_fuck_times[$npcID] = 0:
|
|
|
+ '"You''re really big," you pant dizzily, head still swimming from orgasm. "I didn''t expect how good that would feel just to get you inside me."'
|
|
|
+ else
|
|
|
+ '"It''s your big cock," you pant giddily, head still swimming from orgasm. "The way you fill</i> me. It''s indescribable."'
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ '"I''m that good, huh?" <<$npc_firstname[$npcID]>> grins smugly.'
|
|
|
+ if pcs_traits['easy_orgasms'] > 0:
|
|
|
+ act '[Easy Orgasm trait]':
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/smile1.jpg"></center>'
|
|
|
+ '"I come easy," you smile tiredly at him, head still swimming from orgasm. "Sometimes just one thrust is all it takes for me."'
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_girl_orgasm_continue':
|
|
|
+ cla
|
|
|
+ act 'Continue':
|
|
|
+ sex_ev['cock_inserted'] = 1
|
|
|
+ cla & *clr
|
|
|
+ !! gs 'sex_ev_sex','speed_select'
|
|
|
+ if $sex_ev['position'] ='miss':
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/orgasm1.mp4"></video></center>'
|
|
|
+ 'You''ve barely finished your orgasm when he rolls you onto your knees and pulls your hips back towards him. With one swift thrust, he plunges his cock straight up your ass, earning an involuntary gasp from your lips.'
|
|
|
+ elseif $sex_ev['position'] = 'anal':
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/orgasm1.mp4"></video></center>'
|
|
|
+ '<<$npc_firstname[$npcID]>> doesn''t give you a moment to rest, continuing to fuck you all the way through your orgasm. You quiver, your asshole flexing around his cock as your pussy spasms beneath it, driving you insane as he doesn''t stop even after you''ve finished.'
|
|
|
+ elseif $sex_ev['position'] = 'cowgirl':
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/dog1.jpg"></center>'
|
|
|
+ 'You''ve barely finished quivering when he pulls you off of him and rolls you onto your knees, pulling your hips back towards him. With one swift thrust, he plunges his cock straight up your ass, earning an involuntary gasp from your lips.'
|
|
|
+ end
|
|
|
+ '"I''m not finished yet," he growls from behind you.'
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal<<sex_ev[''speed'']>>'
|
|
|
+ gs 'sex_ev_sex', 'fuck_continue'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_goto':
|
|
|
+ sex_ev['cock_inserted'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ if sex_ev['speed'] = 0: sex_ev['speed'] = rand(1,3)
|
|
|
+ $sex_ev['pos_speed'] = 'anal<<sex_ev[''speed'']>>'
|
|
|
+ act 'Get fucked': gt 'sex_ev_anal', 'anal<<sex_ev[''speed'']>>'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_goto2':
|
|
|
+ if sex_ev['anal_count'] = 0:
|
|
|
+ gs 'sex_ev_anal', 'anal_goto'
|
|
|
+ else
|
|
|
+ sex_ev['cock_inserted'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal<<sex_ev[''speed'']>>'
|
|
|
+ if sex_ev['speed'] = 0: sex_ev['speed'] = rand(1,3)
|
|
|
+ act 'Get fucked':gt 'sex_ev_anal', 'anal<<sex_ev[''speed'']>>.2'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_change_position':
|
|
|
+ act 'Change position':
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/2.jpg"></center>'
|
|
|
+ '"I''m not really feeling anal right now," you say, looking at <<$npc_firstname[$npcID]>> over your shoulder. "Could we try another position for now?"'
|
|
|
+ 'He pauses with his cock fully inserted, hands on your ass.'
|
|
|
+ '"What did you have in mind?"'
|
|
|
+ sex_ev['change_pos'] = 1
|
|
|
+ gs 'sex_ev_sex', 'position_change'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_pain1':
|
|
|
+ act 'Ouch!':
|
|
|
+ cla & *nl
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'painful'
|
|
|
+ 'Lances of pain pierce through your asshole. Whether it''s the angle or technique or just the fact that it''s his cocking up your ass, you can''t say for certain. The only thing you are sure of is that this hurts! </i>'
|
|
|
+ gs 'sex_ev_anal', 'anal_pain2'
|
|
|
+ end
|
|
|
+
|
|
|
+ if $npc_dick_desc[$npcID] = 'long' or $npc_dick_desc[$npcID] = 'huge' or $npc_dick_desc[$npcID] = 'enormous' or $npc_dick_desc[$npcID] = 'lengthy' or $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] ='monster':
|
|
|
+ act 'Dick is too big':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['dick_too_big'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'painful'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ 'That first thrust of <<$npc_firstname[$npcID]>>''s hips elicits a gasp of pain from your lips and makes your knees want to buckle in agony. His cock is too much for your poor asshole, and it feels like you''re being torn in half.'
|
|
|
+ gs 'sex_ev_anal', 'anal_pain2'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_pain2':
|
|
|
+ act 'Don''t ruin the mood':
|
|
|
+ cla & *clr
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/3.jpg"></center>'
|
|
|
+ 'As much as you want the pain to stop, the idea of speaking up and ruining the mood makes you cringe. Instead, you let your arms collapse and bury your face into the pillow, hoping that it muffles the sound you make every time <<$npc_firstname[$npcID]>> thrusts into you.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Tell <<$npc_firstname[$npcID]>> It hurts': gs 'sex_ev_anal', 'anal_pain3'
|
|
|
+
|
|
|
+ act 'Ask to try something else':
|
|
|
+ cla & *clr
|
|
|
+ if (npc_selfish[$npcID] = 1 and $npc_fav_pos[$npcID] = 'miss') or (npc_abusive[$npcID] = 1 and npc_caretaker[$npcID] ! 1):
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/3.jpg"></center>'
|
|
|
+ '"Do you think? We could try! Something else?" you manage to gasp out.'
|
|
|
+ gs 'sex_ev_sex', 'fuck_no_cum_code'
|
|
|
+ '"Come on, don''t be a baby," <<$npc_firstname[$npcID]>> grunts back. "It''s already inside." '
|
|
|
+ 'Heedless of your cry, he starts fucking you without even a second''s pause, and you moan in pain and discomfort with every thrust.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ else
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/2.jpg"></center>'
|
|
|
+ '"Do you think? We could try! Something else?" you ask.'
|
|
|
+ '<<$npc_firstname[$npcID]>> pauses just as he was preparing to start fucking you for real, hands on your ass.'
|
|
|
+ '"What did you have in mind?" he asks.'
|
|
|
+ gs 'sex_ev_foreplay', 'foreplay_choose'
|
|
|
+ gs 'sex_ev_sex', 'position_change'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_pain3':
|
|
|
+ if (npc_abusive[$npcID] > 0 or (npc_selfish[$npcID] = 1 and rand(1,3) >= 2)) and npc_caretaker[$npcID] ! 1:
|
|
|
+ cla & *nl
|
|
|
+ '"Ouch! Hey! Ow!" you yell. "Wait! That hurts!"'
|
|
|
+ iif(sex_ev['speed'] < 3, '"It''ll get better," <<$npc_firstname[$npcID]>> says uncaringly and continues to fuck you without breaking stride.', '"It''ll get better," <<$npc_firstname[$npcID]>> grunts uncaringly and continues to fuck you without breaking stride.')
|
|
|
+ gs 'sex_ev_anal', 'anal_goto2'
|
|
|
+ else
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/dog1.jpg"></center>'
|
|
|
+ '"Ouch!" you yell. "Wait! Ow!"'
|
|
|
+ '<<$npc_firstname[$npcID]>> stops halfway through a thrust, jabbing you painfully with his cock again and nearly falling on you in the process.'
|
|
|
+ '"Shit! Sorry," he says. "What happened? Are you okay?"'
|
|
|
+ act 'Be irritated':
|
|
|
+ minut += 1
|
|
|
+ npc_dislike[$npcID] += 2
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/shock1.jpg"></center>'
|
|
|
+ '"Your dick is up my ass! What the fuck do you think happened?" you scowl. "You know what it feels like to have a cock up your ass?!"'
|
|
|
+ if npc_argumentative[$npcID] > 0:
|
|
|
+ if sex_ev['anal_ask'] > 0:
|
|
|
+ '"You''re the one that wanted to do anal!" <<$npc_firstname[$npcID]>> huffs back.'
|
|
|
+ else
|
|
|
+ '"Well, sorry that your ass doesn''t exactly come with an instruction manual!" <<$npc_firstname[$npcID]>> growls back.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"Oh. Sorry," he mumbles sheepishly. '
|
|
|
+ end
|
|
|
+ '"Whatever. Can we just move around to get a better angle?"'
|
|
|
+ *nl
|
|
|
+ 'The two of you awkwardly shuffle around for a minute, trying to find a position for your hips that''s a little more comfortable.'
|
|
|
+ '"How''s that?" <<$npc_firstname[$npcID]>> asks. '
|
|
|
+ act 'Fine, I guess':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ cla & *nl
|
|
|
+ '"Fine, I guess," you sigh. It doesn''t really feel good, but at least it doesn''t hurt anymore.'
|
|
|
+ *nl
|
|
|
+ '<<$npc_firstname[$npcID]>> takes your response as approval and starts moving again.'
|
|
|
+ act 'Continue':gt 'sex_ev_<<$sex_ev[''position'']>> ', '<<$sex_ev[''pos_speed'']>>.2'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Better':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ cla & *nl
|
|
|
+ '"<i>Finally</i>," you sigh. "Yes, that feels better. Try to remember this next time."'
|
|
|
+ *nl
|
|
|
+ '<<$npc_firstname[$npcID]>> seems to be a little ticked off by your attitude but starts moving again anyways.'
|
|
|
+ act 'Continue':gt 'sex_ev_<<$sex_ev[''position'']>> ', '<<$sex_ev[''pos_speed'']>>.2'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Laugh it off':
|
|
|
+ minut += 1
|
|
|
+ npc_like[$npcID] += 2
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/1.jpg"></center>'
|
|
|
+ if sex_ev['dick_too_big'] = 1:
|
|
|
+ sex_ev['dick_too_big'] = 2
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ minut += rand(1,2)
|
|
|
+ '"Your dick is kind of big for my ass," you smile ruefully. "Can we just pause for a sec to let me adjust?"'
|
|
|
+ '"Oh. Yeah, sure."'
|
|
|
+ *nl
|
|
|
+ 'You spend a couple minutes with <<$npc_firstname[$npcID]>>''s entire length inside you, taking deep breaths as you slowly let it stretch your asshole. Eventually the pain fades to nothing more than a dull ache.'
|
|
|
+ *nl
|
|
|
+ '"Okay," you nod. "You can start moving again."'
|
|
|
+ else
|
|
|
+ '"I''m fine," you chuckle. "Your dick is kind of at an awkward angle, though. Can we adjust a little?"'
|
|
|
+ '"Oh. Yeah, sure."'
|
|
|
+ *nl
|
|
|
+ 'The two of you shuffle around a little, finding a position for your hips that''s a little more comfortable for your ass.'
|
|
|
+ '"How''s that?" <<$npc_firstname[$npcID]>> asks. '
|
|
|
+ '"Much better," you nod back, and he begins thrusting.'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_<<$sex_ev[''position'']>> ', '<<$sex_ev[''pos_speed'']>>.2'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ !! slow pace
|
|
|
+ if sex_ev['condom'] ! 1:
|
|
|
+ sex_ev['no_condom'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal1'
|
|
|
+ !! sex_ev['anal_fuck'] tracks if you fuck in this position
|
|
|
+ !! if pcs_ass = 0 and sex_ev['anal_count'] = 0: gt 'sex_ev_virgin', 'anal_virg_norm1'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow1.mp4"></video></center>'
|
|
|
+
|
|
|
+ !! '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow1.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal1_start_desc'
|
|
|
+
|
|
|
+ act 'Enjoy it':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow2.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal1_enjoy_desc'
|
|
|
+ if sex_ev['orgasm'] < orgasm:
|
|
|
+ gs 'sex_ev_sex', 'girl_cum_pre'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Doesn''t feel good':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+
|
|
|
+ cla & *nl
|
|
|
+ 'As <<$npc_firstname[$npcID]>> continues to slowly pump in and out of you, you realize that this isn''t really doing it for you. It doesn''t feel bad exactly, but you can tell that this isn''t going to get you off either.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'sex_ev_anal', 'anal_pain1'
|
|
|
+
|
|
|
+ act 'This is too slow':
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ cla & *nl
|
|
|
+ 'Closing your eyes, you try to focus on the sensations, <<$npc_firstname[$npcID]>> on top of you, his cock stretching your pussy, going in and out... in and out... in and out.'
|
|
|
+ 'Your eyes snap open when you realize this isn''t going to work and hold back a sigh. This is so slow! You don''t want this dainty, gentle lovemaking; you want him to fuck you!'
|
|
|
+ act 'Don''t ruin the mood':
|
|
|
+ sex_ev['bored'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ cla & *clr
|
|
|
+ gs 'sex_ev_sex', 'fuck_no_cum_code'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/bored1.mp4"></video></center>'
|
|
|
+ 'As much as you want <<$npc_firstname[$npcID]>> to pick up the pace, you don''t want to be a bitch about it, so you bite your tongue. You sigh silently instead, chewing on your cheek and letting your expression lapse into boredom, thankful that at least you''re facing away from him so you don''t have to put on a performance.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Can you fuck me faster?':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow1.mp4"></video></center>'
|
|
|
+ '"This is boring," you say, looking at <<$npc_firstname[$npcID]>> over your shoulder. "Can you go faster? I''m never going to get off at this rate."'
|
|
|
+ '"I can go faster," he grunts.'
|
|
|
+ '"Finally," you say, spreading your knees a little more as he picks up the pace.'
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal2.1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'I want you to pound me':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow1.mp4"></video></center>'
|
|
|
+ '"Hey," you say, turning your head over your shoulder to look <<$npc_firstname[$npcID]>> right in the eyes. "I didn''t come here for you to hump me like a Disney princess. I came here to <b>fuck. </b> Now fuck me like you mean it already!"'
|
|
|
+ *nl
|
|
|
+ !!if npc_abusive[$npcID] ! 1:
|
|
|
+ if npc_sex_speed[$npclastgenerated] = 1:
|
|
|
+ 'A concentrated look shadows <<$npc_firstname[$npcID]>>''s face and quickly starts fucking you with accelerated speed.'
|
|
|
+ else
|
|
|
+ 'Before you can even finish your sentence, <<$npc_firstname[$npcID]>> grabs you by the hips and rams his cock into you.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ act 'Continue': gt 'sex_ev_anal', 'anal3.1'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_change_position'
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.1':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal1'
|
|
|
+ sex_ev['speed'] = 1
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow2.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal1.1_desc'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.2':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal1'
|
|
|
+ sex_ev['speed'] = 1
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/slow<<rand(1,2)>>.mp4"></video></center>'
|
|
|
+ if $sex_ev['fuck_enjoyment'] = 'painful':
|
|
|
+ if sex_ev['virgin'] = 1:
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take deep breaths as <<$npc_firstname[$npcID]>> keeps slowly fucking you from behind. Finally, the stabbing pain between your legs is starting to go away. It seems your virgin pussycat is starting to adjust to having a cock inside it.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s thrusts. It still hurts, but you''re determined not to let a little pain cause you to pussycat out of your first time.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper softly, clenching your teeth as hard as you can as <<$npc_firstname[$npcID]>> continues to thrust into you from behind, trying with all your might to prevent yourself from bursting into tears. It hurts so much, but you can''t bring yourself to tell him to stop.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take deep breaths as <<$npc_firstname[$npcID]>> keeps slowly fucking you from behind. Closing your eyes, you focus, adjusting your knees and the spread of your thighs, your arms and the angle of penetration, your timing, and trying to move your hips with his. After some minor adjustments, the pain <<$npc_firstname[$npcID]>>''s cock was causing inside you fades. After a few minutes, it''s little more than a dull throb, and you feel much more comfortable, if not all that good.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s thrusts. It hurts like hell, but you don''t say anything, trying your best not to let it show.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper softly, clenching your teeth as hard as you can as <<$npc_firstname[$npcID]>> continues to thrust into you from behind, trying with all your might to prevent yourself from bursting into tears. It hurts so much, but you can''t bring yourself to tell him to stop.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'Nevertheless, you try to move your hips in time with his, throwing them back to meet his thrusts and doing your best to make <<$npc_firstname[$npcID]>> feel good, hoping he''ll come quickly.'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['fuck_enjoyment'] = 'unsatisfying':
|
|
|
+ if sex_ev['fuck_pain'] = -1:
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ 'Your breath hitches as <<$npc_firstname[$npcID]>> continues to slowly thrust into your pussycat from behind. You aren''t sure what changed, but it''s like your body is waking up from a deep sleep. His cock stretches your walls; every thrust fills you in a way you didn''t know you needed to be, and even now you can feel yourself get wetter and wetter, slicking up his cock and making it easier to reach the deepest parts of your pussycat.'
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'You focus on <<$npc_firstname[$npcID]>>''s cock inside of you, clenching your abdomen and throwing your hips back in time with his, trying to squeeze your pussycat tight around him to make him come faster.'
|
|
|
+ elseif sex_ev['moan'] = 1:
|
|
|
+ '"<i> Mm-! Mmm-! Mm-! Mmm-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You grunt passively as <<$npc_firstname[$npcID]>> continues to pump his cock into you from behind. His manhood drives deep inside you, filling you with this weird sort of "pressure." This doesn''t feel "good" exactly, but it doesn''t feel bad either.'
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"<i> Ah~! Ahh~! Ahhh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You moan softly as <<$npc_firstname[$npcID]>> continues to pump his cock into you from behind. It still basically feels numb to your pussy other than the occasional bump, but you don''t want him to feel bad about it either, so you play along, trying to pretend it feels good.'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal1.2_dirty_talk'
|
|
|
+ *nl
|
|
|
+ 'All your dirty talk is just that: talk. Your pussy still barely feels anything other than the occasional bump, but you don''t want <<$npc_firstname[$npcID]>> to feel bad about it either, so you play along, pretending it feels good.'
|
|
|
+ end
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ '"<i> Hah~! Hahh~! Ahh~! Hahh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You pant like a bitch in heat as your pussy tightens up and you start throwing your hips back to meet <<$npc_firstname[$npcID]>>''s thrusts. By the way his breathing changes, you think you''re doing as good a job of pleasing him as he is for you.'
|
|
|
+ elseif sex_ev['moan'] <= 2 and sex_ev['moan'] > 0:
|
|
|
+ gs 'sex_ev_anal', 'anal1.2_moan_desc'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal1.2_dirty_talk'
|
|
|
+ elseif sex_ev['casual_talk'] > 0:
|
|
|
+ if mid($npcID,1,1) = 'A':
|
|
|
+ gs 'sex_ev_sex_talk_<<$npcID>> ', 'talk_output'
|
|
|
+ !! else
|
|
|
+
|
|
|
+ end
|
|
|
+ else
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock inside you.'
|
|
|
+ *nl
|
|
|
+ gs 'sex_ev_anal', 'anal1.2_sensation_desc'
|
|
|
+ end
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.bored':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ $sex_ev['pos_speed'] = 'anal1'
|
|
|
+ gs 'sex_ev_sex', 'fuck_no_cum_code'
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/bored1.mp4"></video></center>'
|
|
|
+ 'He keeps fucking you very slowly.'
|
|
|
+ *nl
|
|
|
+ 'And it''s very boring</i>.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ !! medium pace
|
|
|
+ if sex_ev['condom'] ! 1: sex_ev['no_condom'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal2'
|
|
|
+ !! sex_ev['anal_fuck'] tracks if you fuck in this position
|
|
|
+ !! if pcs_ass = 0 and sex_ev['anal_count'] = 0: gt 'sex_ev_virgin', 'anal_virg_norm1'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med1.mp4"></video></center>'
|
|
|
+ if mesec > 0:
|
|
|
+ !! '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/blood1.jpg"></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal2_start_period_desc'
|
|
|
+ else
|
|
|
+ !! '<center><video autoplay loop src="images/shared/sex/anal/doggy/med1.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal2_start_desc'
|
|
|
+ end
|
|
|
+ act 'Enjoy it':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med<<rand(1,4)>>.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal2_enjoy_desc'
|
|
|
+ if sex_ev['orgasm'] < orgasm:gs 'sex_ev_sex', 'girl_cum_pre'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Doesn''t feel good':
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/dog1.jpg"></center>'
|
|
|
+ 'As <<$npc_firstname[$npcID]>> continues to steadily fuck you from behind, you realize that this isn''t really doing it for you. It doesn''t feel bad exactly, but you can tell that this isn''t going to get you off either.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'sex_ev_anal', 'anal_pain1'
|
|
|
+
|
|
|
+ act 'Pace is wrong':
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med2.mp4"></video></center>'
|
|
|
+ 'You groan softly, but not in pleasure. More like frustration. Even though he''s fucking you at what would probably be considered to be a "normal" pace, it''s not what you''re in the mood for. It just feels... wrong.'
|
|
|
+ act 'Don''t ruin the mood':
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med2.mp4"></video></center>'
|
|
|
+ 'You sigh internally but decide not to ruin the mood. <<$npc_firstname[$npcID]>> continues to enthusiastically clap your cheeks, and you let your expression lapse into boredom, grateful that at least you don''t have to act like you''re having a good time.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ 'Could you be a little more gentle?'
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med2.mp4"></video></center>'
|
|
|
+ '"Could you slow down a little?" you ask. "I think I''m in the mood for something a little more... sensual...'
|
|
|
+ '"I can do that," <<$npc_firstname[$npcID]>> says, smiling gently, and slows down, putting more effort into the motion of his hips instead of the speed.'
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal1.1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Can you fuck me harder?':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med2.mp4"></video></center>'
|
|
|
+ '"Can you go harder?" you grunt, throwing your hips back against his, trying to amplify the force. "This is kind of boring for me. I like it rough."'
|
|
|
+ if npc_abusive[$npcID] ! 1:
|
|
|
+ '"You''re pretty kinky, you know that?"'
|
|
|
+ '"Shut up and fuck me," you reply, throwing your hips back into him as he speeds up.'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal3.1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Boooooring':
|
|
|
+ cla & *clr
|
|
|
+ sex_ev['bored'] = 1
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med2.mp4"></video></center>'
|
|
|
+ 'You sigh internally but decide not to ruin the mood. <<$npc_firstname[$npcID]>> continues to enthusiastically clap your cheeks, and you let your expression lapse into boredom, grateful that at least you don''t have to act like you''re having a good time.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+ gs 'sex_ev_anal', 'anal_change_position'
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.1':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal2'
|
|
|
+ sex_ev['speed'] = 2
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med<<rand(1,4)>>.mp4"></video></center>'
|
|
|
+ gs 'sex_ev_anal', 'anal2.1_desc'
|
|
|
+ $sex_ev['pos_speed'] = 'anal2'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.2':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal2'
|
|
|
+ sex_ev['speed'] = 2
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/med<<rand(1,4)>>.mp4"></video></center>'
|
|
|
+ if $sex_ev['fuck_enjoyment'] = 'painful':
|
|
|
+ if sex_ev['virgin'] = 1:
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take deep breaths as <<$npc_firstname[$npcID]>> keeps steadily fucking you from behind. Finally, the stabbing pain between your legs is starting to go away. It seems your virgin pussycat is starting to adjust to having a cock inside it.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s hips colliding with your ass. It still hurts, but you''re determined not to let a little pain cause you to pussy out of your first time, and you endure, clenching the bedsheets tight with both hands.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper softly, clenching your teeth as hard as you can, trying with all your might to prevent yourself from bursting into tears. It hurts so much, but you can''t bring yourself to tell him to stop.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take deep breaths as <<$npc_firstname[$npcID]>> keeps slowly fucking you from behind. Closing your eyes, you focus, adjusting your knees and the spread of your thighs, your arms and the angle of penetration, your timing, and trying to move your hips with his. After some minor adjustments, the pain <<$npc_firstname[$npcID]>>''s cock was causing inside you fades. After a few minutes, it''s little more than a dull throb, and you feel much more comfortable, if not all that good.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s hips clapping against your ass. It still hurts like hell, but you don''t say anything, trying your best not to let it show.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper softly, clenching your teeth as hard as you can as <<$npc_firstname[$npcID]>>''s hips loudly clap into your ass and pain lances through your pussy. It hurts so much, but you can''t bring yourself to tell him to stop.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'Nevertheless, you try to move your hips in time with his, throwing them back to meet <<$npc_firstname[$npcID]>>''s thrusts, hoping he''ll come quickly.'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['fuck_enjoyment'] = 'unsatisfying':
|
|
|
+ if sex_ev['fuck_pain'] = -1:
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ $orgasm_or = ''
|
|
|
+ 'Your breath hitches as <<$npc_firstname[$npcID]>> continues to steadily fuck you from behind. You aren''t sure what changed, but it''s like your body is waking up from a deep sleep. His cock stretches your walls; every thrust fills you in a way you didn''t know you needed to be, and even now you can feel yourself get wetter and wetter, slicking up his cock and making it slide in and out of you with much greater, and pleasurable, force.'
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'You focus on <<$npc_firstname[$npcID]>>''s cock inside of you, clenching your abdomen and throwing your hips back in time with his, trying to squeeze your pussycat tight around him to make him come faster.'
|
|
|
+ elseif sex_ev['moan'] = 1:
|
|
|
+ '"<i> Mm-! Mmm-! Mm-! Mmm-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You grunt passively as <<$npc_firstname[$npcID]>> continues to pump his cock into you from behind. His manhood hammers deep inside you, filling you with this weird sort of "pressure." This doesn''t feel "good" exactly, but it doesn''t feel bad either.'
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"<i> Ah~! Ahh~! Ahhh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to pump his cock into you from behind. It still basically feels numb to your pussy other than the slapping of his hips against yours, but you don''t want him to feel bad about it either, so you play along, trying to pretend it feels good.'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal2.2_dirty_talk'
|
|
|
+ *nl
|
|
|
+ 'All your dirty talk is just that: talk. For all the effort <<$npc_firstname[$npcID]>> is putting in, you can''t say it feels very good. But you don''t want <<$npc_firstname[$npcID]>> to feel bad about it either, so you play along, pretending otherwise.'
|
|
|
+ elseif sex_ev['casual_talk'] > 0:
|
|
|
+ if mid($npcID,1,1) = 'A':
|
|
|
+ gs 'sex_ev_sex_talk_<<$npcID>> ', 'talk_output'
|
|
|
+ !!else
|
|
|
+
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ '"<i> Hah~! Hahh~! Ahh~! Hahh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You pant like a bitch in heat as your pussy tightens up and you start throwing your hips back to meet <<$npc_firstname[$npcID]>>''s thrusts. By the way his breathing changes, you think you''re doing as good a job of pleasing him as he is for you.'
|
|
|
+ elseif sex_ev['moan'] <= 2 and sex_ev['moan'] > 0:
|
|
|
+ if sex_ev['moan'] = 1:
|
|
|
+ '"<i> Nngh~! Ngh~! Ngh~! Nnngh~!</i>"'
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"<i> Ah~! Yes~! Mmm~! Ahh~!</i>"'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ gs 'sex_ev_anal', 'anal2.2_moan_desc'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal2.2_dirty_talk'
|
|
|
+ elseif sex_ev['casual_talk'] > 0:
|
|
|
+ if mid($npcID,1,1) = 'A':
|
|
|
+ gs 'sex_ev_sex_talk_<<$npcID>> ', 'talk_output'
|
|
|
+ !! else
|
|
|
+
|
|
|
+ end
|
|
|
+ else
|
|
|
+ gs 'sex_ev_anal', 'anal2.2_sensation_desc'
|
|
|
+ end
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.bored':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['pos_speed'] = 'anal2'
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/bored2.mp4"></video></center>'
|
|
|
+ 'He keeps fucking you at a medium pace. It''s boring.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ sex_ev['rough_check'] = 1
|
|
|
+ !! fast/rough pace
|
|
|
+ if sex_ev['condom'] ! 1: sex_ev['no_condom'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal3'
|
|
|
+ !! sex_ev['anal_fuck'] tracks if you fuck in this position
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ !! if pcs_ass = 0 and sex_ev['anal_count'] = 0: gt 'sex_ev_virgin', 'anal_virg_hard1'
|
|
|
+ gs 'arousal', 'anal', 1, 'no_orgasm_msg', $sex_ev['prostitution_flag'], 'rough'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/rough1.mp4"></video></center>'
|
|
|
+ 'You gasp as <<$npc_firstname[$npcID]>> slams his cock into you from behind, the impact rippling through your entire body. As your head jerks back reflexively, <<$npc_firstname[$npcID]>>''s hand grabs hold of your hair, yanking on it to pull you harder onto his cock.'
|
|
|
+ *nl
|
|
|
+
|
|
|
+ if mesec > 0:
|
|
|
+ gs 'sex_ev_anal', 'anal3_start_period_desc'
|
|
|
+ else
|
|
|
+ gs 'sex_ev_anal', 'anal3_start_desc'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Enjoy it':
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ sex_ev['rough_enjoy'] = 1
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_anal', 'anal3_enjoy_desc'
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_arousal_code'
|
|
|
+ if sex_ev['orgasm'] < orgasm:gs 'sex_ev_sex', 'girl_cum_pre'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Doesn''t feel good':
|
|
|
+ cla & *nl
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_no_cum_code'
|
|
|
+ '<<$npc_firstname[$npcID]>> may be going hard and fast, but to you, it doesn''t feel like anything at all. It doesn''t hurt, nor does it feel good. You''re just getting... fucked...?'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ if sex_ev['rough_enjoy'] ! 1:
|
|
|
+ act 'So rough!':
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_anal', 'anal3_too_rough'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Don''t ruin the mood':
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ sex_ev['bored'] = 1
|
|
|
+ sex_ev['boy_cum'] = 1
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_no_cum_code'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard1.mp4"></video></center>'
|
|
|
+ 'For whatever reason, you can''t bring yourself to say anything and simply endure the rough treatment. You sigh in relief when <<$npc_firstname[$npcID]>> releases your hair, but only for a brief moment when he uses his extra hand to grab hold of your ass and pound you even harder. You grab onto the edge of the bed and hang on for dear life, whimpering as he mercilessly fucks you.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'It hurts!':
|
|
|
+ if (npc_selfish[$npcID] = 1 and npc_speed_pref[$npcID] = 3) or (npc_abusive[$npcID] = 1 and npc_caretaker[$npcID] ! 1):
|
|
|
+ cla & *nl
|
|
|
+ '"Oh fuck! It hurts!" you cry.'
|
|
|
+ '"Hurts fucking good, doesn''t it?" <<$npc_firstname[$npcID]>> grunts back, not even pausing for a single beat.'
|
|
|
+ 'Please slow down!'
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ sex_ev['rough_hurt'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'painful'
|
|
|
+ '"Please!" you beg, tears welling up in your eyes. "Please slow down! I can''t-! Take-!'
|
|
|
+ 'But <<$npc_firstname[$npcID]>> is heedless of your cries. He keeps a firm hold on your hair and pulls hard with every thrust, forcing unceasing cries of pain from your lips.'
|
|
|
+ act 'Continue':gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'If you slow down, I will kill you':
|
|
|
+ pcs_sweat += 1
|
|
|
+ sex_ev['orgasm'] = orgasm
|
|
|
+ sex_ev['rough_enjoy'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+
|
|
|
+ cla & *nl
|
|
|
+ 'You scream another cry of agonizing pleasure and grimace at <<$npc_firstname[$npcID]>>.'
|
|
|
+ '"If you slow down, I will <i>fucking</i> kill you," you snarl, throwing your hips forward to slam into his for more force.'
|
|
|
+ gs 'sex_ev_anal','miss3_enjoy_desc', 'miss3_enjoy_desc'
|
|
|
+ act 'Continue':gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ cla & *clr
|
|
|
+ '<center><img <<$set_imgh>> src="images/shared/sex/vag/doggy/2.jpg"></center>'
|
|
|
+ '"Oh fuck! It hurts!" you moan, and <<$npc_firstname[$npcID]>> stops abruptly, letting you collapse to the bed as he releases your hair.'
|
|
|
+ if sex_ev['virgin'] = 1:
|
|
|
+ '"Oh! Sorry. I thought you might like it rough. Do you want me to stop?"'
|
|
|
+ else
|
|
|
+ '"Oh! Sorry. I thought you wouldn''t mind. Do you want me to stop?"'
|
|
|
+ end
|
|
|
+ act 'No (enjoy)':
|
|
|
+ cla & *nl
|
|
|
+ npc_knows_pc_likes_rough[$npcID] = 1
|
|
|
+ sex_ev['rough_enjoy'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ '"No," you smile back at him. "I want you to pound me."'
|
|
|
+ 'In response, <<$npc_firstname[$npcID]>> yanks you back by the hair even harder than before, slamming his cock into you to fulfill your request.'
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal3.1'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ !!if npc_abusive[$npcID] = 1:
|
|
|
+ !!$orgasm_or = 'no'
|
|
|
+ !!*nl
|
|
|
+ !!'But <<$npc_firstname[$npcID]>> is unrelenting. He ignores your pleas for mercy, and he keeps on fucking you with barely a pause.'
|
|
|
+ !!else
|
|
|
+
|
|
|
+ act 'Yes, gentle, please':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['too_rough'] = 1
|
|
|
+ '"Yes, please," you say, giving him a small smile. "A little more gently would be very nice."'
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal1.1'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Not <i>too</i> gentle':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['too_rough'] = 1
|
|
|
+ '"You don''t have to be too gentle with me," you giggle. "I just don''t want to feel like I''m having sex with Vlad the Impaler here."'
|
|
|
+ 'You sigh in relief as he picks up his pace again; this time without leaving, you feel like you''re being battered to bits.'
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal2.2'
|
|
|
+ end
|
|
|
+
|
|
|
+
|
|
|
+ act 'Fake an orgasm':
|
|
|
+ sex_ev['fake_orgasm_count'] += 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'painful'
|
|
|
+ fake_orgasm += 1
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_no_cum_code'
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard1.mp4"></video></center>'
|
|
|
+ '"Ugh! Ugh! Ugh! <i> Ughhhh!!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You moan loudly despite the distinct <i>lack</i> of pleasure you feel right now before crying out and clenching down on <<$npc_firstname[$npcID]>>''s cock with your pussy as hard as you can, dramatically shaking your shoulders, faking climax.'
|
|
|
+ *nl
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down even more for a beat.'
|
|
|
+ '"Did you just...?"'
|
|
|
+ '"Yeah," you pant, forcing breathlessness into your voice.'
|
|
|
+ if npc_caretaker[$npcID] = 1:
|
|
|
+ '"Do you need me to slow down for a bit?"'
|
|
|
+ '"That would... be nice," you smile.'
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal1'
|
|
|
+ else
|
|
|
+ act 'Continue':gt 'sex_ev_anal', 'anal2'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ '"I''m going to keep going, okay?"'
|
|
|
+ 'You nod, not really wanting to put any more energy into the performance, and he picks back up into his awful jackhammer pace again.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if WIP_enabled > 0 and stat['rape_count'] > 0 and pcs_trait['repressed_trait'] = 0:
|
|
|
+ act 'Rape flashbacks':
|
|
|
+ sex_ev['rape_flashback'] = 1
|
|
|
+ cla
|
|
|
+ act 'Hold it in':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard1.mp4"></video></center>'
|
|
|
+ sex_ev['rough_hurt'] = 1
|
|
|
+ if stat['rape_count'] = 1:
|
|
|
+ 'Your arms give out from underneath you as you break down in terror; the memory of your rape explodes like a missile inside your mind. The images and sensations come flooding back to you, memories of your body being violated flashing before your eyes like a montage you can''t turn off. But you hide it, burying your face into the mattress and gritting your teeth as you bite down on the sheets, stifling the scream that wants to escape your lips.'
|
|
|
+ elseif stat['rape_count'] < 5:
|
|
|
+ 'Your arms give out from underneath you as you break down in terror, the memories of the several times you''ve been raped exploding like a missile inside your mind. The images and sensations come flooding back to you, memories of your body being violated flashing before your eyes like a montage you can''t turn off. But you hide it, burying your face into the mattress and gritting your teeth as you bite down on the sheets, stifling the scream that wants to escape your lips.'
|
|
|
+ elseif stat['rape_count'] < 10:
|
|
|
+ 'Your arms give out from underneath you as you break down in terror, the memories of the several times you''ve been raped exploding like a missile inside your mind. The images and sensations come flooding back to you—memories of your attackers all blurring together, combining into one horrible sensation like they''re all violating you at once. But you hide it, burying your face into the mattress and gritting your teeth as you bite down on the sheets, stifling the scream that wants to escape your lips.'
|
|
|
+ else
|
|
|
+ 'Your arms give out from underneath you as you break down in terror, reducing you to barely more than a shuddering mess as the trauma of your countless rapes threatens to overwhelm you. But you hide it, burying your face into the mattress and gritting your teeth as you bite down on the sheets, stifling the scream that wants to escape your lips.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ 'You don''t want to ruin the mood. Besides, <<$npc_firstname[$npcID]>> wouldn''t understand...'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Scream':
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard1.mp4"></video></center>'
|
|
|
+ '"<i><b> NO!</b></i> "You shriek. "<i><b>STOP! STOP! STOP! STOP! STOP!</b></i>"'
|
|
|
+ if npc_abusive[$npcID] = 1 and rand(1,3) = 1:
|
|
|
+ sex_ev['rough_hurt'] = 1
|
|
|
+ sex_ev['rape_hurt'] = 1
|
|
|
+ sex_ev['boy_cum'] = 2
|
|
|
+ *nl
|
|
|
+ 'But despite your desperate screams, <<$npc_firstname[$npcID]>> doesn''t even slow down, instead continuing to pummel you from behind as you cry in terror.'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ else
|
|
|
+ act 'Continue':gs 'sex_ev_talk2', 'rape_explain'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.1':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal3'
|
|
|
+ sex_ev['speed'] = 3
|
|
|
+ cla & *clr
|
|
|
+ if npc_abusive[$npcID] = 1:
|
|
|
+ sex_ev['rough_fuck'] = 1
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/vag/doggy/rough1.mp4"></video></center>'
|
|
|
+ '<<$npc_firstname[$npcID]>> suddenly grabs you by the hair, sending lances of pain through your scalp. He pulls hard, and you gasp as you''re yanked backwards and slammed into his cock with the force of a nail being smashed by a hammer.'
|
|
|
+ '"Yeah <i>bitch?!</i>" <<$npc_firstname[$npcID]>> snarls. "You want me to fuck you harder? Well, then take it, you fucking slut!" and starts roughly fucking you in a way completely unlike his previous mannerisms.'
|
|
|
+ act 'Enjoy it':
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_arousal_code'
|
|
|
+ sex_ev['rough_enjoy'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ gs 'sex_ev_anal', 'anal3.1_desc'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Suffer':
|
|
|
+ cla & *nl
|
|
|
+ $orgasm_or = 'no'
|
|
|
+ sex_ev['rough_hurt'] = 1
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'painful'
|
|
|
+ 'Tears begin to well up in your eyes as he keeps fucking you roughly. It''s all you can do not to sob, but <<$npc_firstname[$npcID]>> is unrelenting. He keeps a firm hold on your hair and pulls hard with every thrust, forcing cries of pain from your lips.'
|
|
|
+ *nl
|
|
|
+ 'This isn''t what you wanted...'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_arousal_code'
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard1.mp4"></video></center>'
|
|
|
+ '<<$npc_firstname[$npcID]>> picks up the pace, pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
|
|
|
+ !! gs 'sex_ev_anal', 'anal3.1_desc'
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+ end
|
|
|
+
|
|
|
+ gs 'sex_ev_anal', 'anal_change_position'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.2':
|
|
|
+ sex_ev['anal_fuck'] = 1
|
|
|
+ if sex_ev['rough_check'] = 0: gt 'sex_ev_anal', 'anal3'
|
|
|
+ cla & *clr
|
|
|
+ $sex_ev['position'] = 'anal'
|
|
|
+ $sex_ev['pos_speed'] = 'anal3'
|
|
|
+ sex_ev['speed'] = 3
|
|
|
+ gs 'sex_ev_sex', 'fuck_rough_arousal_code'
|
|
|
+ cla & *clr
|
|
|
+ '<center><video autoplay loop src="images/shared/sex/anal/doggy/hard<<rand(1,3)>>.mp4"></video></center>'
|
|
|
+ if $sex_ev['fuck_enjoyment'] = 'painful':
|
|
|
+ if sex_ev['virgin'] = 1:
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take gasping breaths as <<$npc_firstname[$npcID]>> keeps pounding his cock into you from behind. Somehow, the stabbing pain between your legs is starting to go away. It seems your virgin pussy is starting to adjust to getting jackhammered.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s hips colliding with your ass. The agony induced by his rough fucking is nearly unbearable, but you''re pridefully determined not to let a little pain cause you to pussy out of your first time and clench the bedsheets tight with both hands.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper pathetically as <<$npc_firstname[$npcID]>> keeps slamming into you from behind, clenching your teeth as hard as you can, trying with all your might to prevent yourself from bursting into tears. Despite your best efforts, the pain is too great, and wet drops roll down your cheeks and into the mattress as <<$npc_firstname[$npcID]>> continues to pound you.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 4:
|
|
|
+ 'You sob openly as <<$npc_firstname[$npcID]>> smashes his cock into you from behind. It hurts so much you think you''re going to die, but you can''t manage to tell him to stop. The only thing you can do is cry wordlessly as he drives you straight into bed with his thrusts.'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['fuck_pain'] = 1:
|
|
|
+ sex_ev['fuck_pain'] = 0 & $sex_ev['fuck_enjoyment'] = 'unsatisfying'
|
|
|
+ 'You take gasping breaths as <<$npc_firstname[$npcID]>> keeps pounding his cock into you from behind. You focus hard, trying with all your might to squeeze some kind of pleasure from this. Anything to make the pain go away. And somehow, after several minutes, it does. <<$npc_firstname[$npcID]>> continues to pound your ass, but suddenly you feel able to tolerate it, even if it doesn''t feel very good either.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 2:
|
|
|
+ '"<i> Nn-! Nngh-! Ngh-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You squeeze your eyes tight as small squeaks of pain escape your lips in time with <<$npc_firstname[$npcID]>>''s hips colliding with your ass. The agony induced by his rough fucking is nearly unbearable, but you''re pridefully determined not to let the pain show, clenching the bedsheets tight with both hands to keep from crying out loud.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 3:
|
|
|
+ 'You whimper pathetically as <<$npc_firstname[$npcID]>> keeps slamming into you from behind, clenching your teeth as hard as you can, trying with all your might to prevent yourself from bursting into tears. Despite your best efforts, the pain is too great, and tiny drops of moisture leak from your eyes and onto the mattress as <<$npc_firstname[$npcID]>> continues to pound you.'
|
|
|
+ elseif sex_ev['fuck_pain'] = 4:
|
|
|
+ 'You sob openly as <<$npc_firstname[$npcID]>> smashes his cock into you from behind. It hurts so much you think you''re going to die, but you can''t manage to tell him to stop. The only thing you can do is cry wordlessly as he pounds you straight into the bed with his thrusts.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+ if sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'Nevertheless, you move your hips in time with his, throwing them back to meet <<$npc_firstname[$npcID]>>''s demolishing thrusts and try to ride the wave, hoping he''ll come quickly.'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['fuck_enjoyment'] = 'unsatisfying':
|
|
|
+ if sex_ev['fuck_pain'] = -1:
|
|
|
+ $sex_ev['fuck_enjoyment'] = 'enjoy'
|
|
|
+ $orgasm_or = ''
|
|
|
+ 'Your breath hitches as <<$npc_firstname[$npcID]>> continues to pound your pussycat from behind. You aren''t sure what changed, but it''s like your body is coming alive. His cock stretches your walls; it''s so <i>deep</i> inside you, and even now you can feel yourself get wetter and wetter, slicking up his cock and making it hammer you harder and harder with greater satisfaction every time.'
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ *nl
|
|
|
+ 'You focus on <<$npc_firstname[$npcID]>>''s cock as he pounds you, clenching your abdomen and throwing your hips back in time with his, trying to squeeze your pussycat tight around him to make him come faster.'
|
|
|
+ elseif sex_ev['moan'] = 1:
|
|
|
+ '"<i> Mm-! Mmm-! Mm-! Mmm-!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You grunt in time with <<$npc_firstname[$npcID]>>''s thrusts as he continues to pound his cock into you from behind. His manhood hammers deep inside you, slamming into you in a way that doesn''t exactly feel "good," but it doesn''t feel bad either.'
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"<i> Ah~! Ahh~! Ahhh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to pound his cock between your legs. It still basically feels numb to your pussy other than the slamming of his hips against yours, but you don''t want him to feel bad about it either, so you play along, trying to pretend it feels good.'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal3.2_dirty_talk'
|
|
|
+ *nl
|
|
|
+ 'All your dirty talk is just that: talk. <<$npc_firstname[$npcID]>> continues to relentlessly smash your pussy with his cock, and you honestly can''t say it feels very good. But you don''t want <<$npc_firstname[$npcID]>> to feel bad about it either, so you play along, pretending otherwise.'
|
|
|
+ end
|
|
|
+ elseif sex_ev['cum_speed_up'] = 1:
|
|
|
+ sex_ev['cum_speed_up'] = 0
|
|
|
+ '"<i> Hah~! Hahh~! Ahh~! Hahh~!</i>"'
|
|
|
+ *nl
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> pounds you from behind. Your pussycat almost involuntarily tightens up, desperately throwing your hips back to meet <<$npc_firstname[$npcID]>>''s thrusts. By the way his breathing changes, you think you''re giving just as good as you''re getting as you feel arousal dribble down your thighs.'
|
|
|
+ elseif sex_ev['moan'] >= 1:
|
|
|
+ gs 'sex_ev_anal', 'anal3.2_moan_desc'
|
|
|
+ elseif $sex_ev['dirty_talk'] ! '':
|
|
|
+ gs 'sex_ev_anal', 'anal3.2_dirty_talk'
|
|
|
+ else
|
|
|
+ gs 'sex_ev_anal', 'anal3.2_sensation_desc'
|
|
|
+ end
|
|
|
+ gs 'sex_ev_cum', 'fuck_cum'
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal_creampie_menu':
|
|
|
+ act 'Creampie':
|
|
|
+ cla
|
|
|
+ if sex_ev['orgasm'] < orgasm or pcs_horny > 90:
|
|
|
+ if sex_ev['he_ask_creampie'] = 1:
|
|
|
+ act 'Come together':
|
|
|
+ cla & *nl
|
|
|
+ !!{if $sex_ev['position'] ='miss':
|
|
|
+ 'You just nod, unable to say anything, and grab hold of him tightly. You can feel <<$npc_firstname[$npcID]>>''s cock swelling inside you, right on the edge of bursting. The tension in your pussycat feels the same way. It feels like any moment you might just-'
|
|
|
+ elseif $sex_ev['position'] = 'doggy':
|
|
|
+ 'You just nod, unable to say anything, eagerly throwing your hips back into his thrusts. You can feel <<$npc_firstname[$npcID]>>''s cock swelling inside you, right on the edge of bursting. The tension in your ass feels the same way. It feels like any moment you might just-'
|
|
|
+ elseif $sex_ev['position'] = 'cowgirl':
|
|
|
+ 'You just nod, unable to say anything, and grab hold of him tightly. You can feel <<$npc_firstname[$npcID]>>''s cock swelling inside you, right on the edge of bursting. The tension in your pussycat feels the same way. It feels like any moment you might just-'
|
|
|
+ end}
|
|
|
+ sex_ev['he_ask_creampie_yes'] = 1 & gs 'sex_ev_cum', 'cum_together'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act '"Let''s come together"':sex_ev['creampie_ask'] = 1 & gs 'sex_ev_cum', 'cum_together'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act '"You can come inside"':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['creampie_ask'] = 1
|
|
|
+ if sex_ev['he_ask_creampie'] = 1:
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"It''s okay," you murmur. "You can come inside."'
|
|
|
+ else
|
|
|
+ '"It''s-! Okay!" you grunt out between poundings. "You can-! Come inside-!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"It''s okay," you murmur. "You can just come inside."'
|
|
|
+ else
|
|
|
+ '"It''s-! Okay!" you grunt out between poundings. "You can just... Come inside!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ act '"Fill me up"':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['creampie_ask'] = 1
|
|
|
+ if sex_ev['he_ask_creampie'] = 1:
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"Do it," you smile. "Fill me up."'
|
|
|
+ else
|
|
|
+ '"Do it!" you cry. "Fill me up!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"Come inside me," you smile. "Fill me up."'
|
|
|
+ else
|
|
|
+ '"Come inside me!" you cry. "Fill me up!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Fake a simultaneous orgasm':gs 'sex_ev_cum', 'cum_together_fake'
|
|
|
+
|
|
|
+ if sex_ev['he_ask_creampie'] = 1:
|
|
|
+ act 'Go ahead':
|
|
|
+ cla & *nl
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"Okay," you nod. "Go ahead."'
|
|
|
+ else
|
|
|
+ '"Okay," you manage to grunt out. "Go ahead."'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Allow him (reluctant)':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['reluctant_creampie'] = 1
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"If you really want to, I guess," you say somewhat hesitantly.'
|
|
|
+ else
|
|
|
+ '"If you really want to, I guess," you grunt out between thrusts.'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'Allow him (disgust)':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['unhappy_creampie'] = 1
|
|
|
+ if sex_ev['speed'] ! 3:
|
|
|
+ '"Ugh," you grimace in disgust. "I guess if you have</i> to."'
|
|
|
+ else
|
|
|
+ '"Ugh," you grunt between thrusts, grimacing in disgust. "I guess if you have</i> to." '
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ if npc_know_bc[$npcID] + sex_ev['safe_day'] + sex_ev['probably_safe_day'] = 0:
|
|
|
+ if birth_control['think_safe'] = 1:
|
|
|
+ act 'I''m on birth control':
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_stats', 'birth_control_know'
|
|
|
+ if tabletkishot > 0:
|
|
|
+ '"I''m on the shot now," you smile at him. "Go ahead."'
|
|
|
+ else
|
|
|
+ '"I''m on the pill now," you smile at him. "Go ahead."'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif stat['safe_day'] = 1:
|
|
|
+ act 'It''s a safe day':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['safe_day'] = 1
|
|
|
+ '"It''s a safe day," you smile at him. "Go ahead."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif stat['probably_safe_day'] = 1:
|
|
|
+ act 'It''s probably a safe day':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['probably_safe_day'] = 1
|
|
|
+ '"It''s probably fine today," you smile at him. "Go ahead."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif sex_ev['safe_day'] = 0 and sex_ev['probably_safe_day'] = 0 and sex_ev['danger_day'] = 0:
|
|
|
+ act 'It''s a safe day (lie)':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['safe_day'] = 1
|
|
|
+ '"It''s a safe day," you say with a deceitful smile. "Go ahead."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif sex_ev['cum_where'] = 1:
|
|
|
+ if npc_know_bc[$npcID] + sex_ev['safe_day'] + sex_ev['probably_safe_day'] = 0:
|
|
|
+ if birth_control['think_safe'] = 1 and npc_know_bc[$npcID] ! 1:
|
|
|
+ act 'I''m on birth control':
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_stats', 'birth_control_know'
|
|
|
+ if tabletkishot > 0:
|
|
|
+ '"I''m on the shot now," you smile at him. "Go ahead."'
|
|
|
+ else
|
|
|
+ '"I''m on the pill now," you smile at him. "Go ahead."'
|
|
|
+ end
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif stat['safe_day'] = 1:
|
|
|
+ act 'It''s a safe day':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['safe_day'] = 1
|
|
|
+ '"You can come inside me," you pant. "It''s a safe day."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif stat['probably_safe_day'] = 1:
|
|
|
+ act 'It''s probably a safe day':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['probably_safe_day'] = 1
|
|
|
+ '"You can come inside me," you pant. "It should be safe today."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ elseif stat['dangerous_day'] = 1 and sex_ev['danger_day'] = 0:
|
|
|
+ act 'It''s a safe day (lie)':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['safe_day'] = 1
|
|
|
+ '"It''s a safe day," you say with a deceitful smile. "You can come inside me."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+
|
|
|
+ act 'I''m on birth control (lie)':
|
|
|
+ cla & *nl
|
|
|
+ gs 'sex_ev_stats', 'birth_control_know'
|
|
|
+ '"I''m on birth control," you say, telling a barefaced lie. "You can come inside me."'
|
|
|
+ act 'Continue':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if (pcs_horny > 90 or sex_ev['orgasm'] < orgasm) and sex_ev['he_ask_creampie'] = 0:
|
|
|
+ act '"Let''s come together"':sex_ev['creampie_ask'] = 1 & gs 'sex_ev_cum', 'cum_together'
|
|
|
+ end
|
|
|
+ if $sex_ev['position'] ='miss' or $sex_ev['position'] = 'cowgirl':
|
|
|
+ act 'Make him come inside you': gt 'sex_ev_cum', 'cum_force'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ if sex_ev['prostitution'] = 1 and npc_rule_no_creampies[$npcID] = 1 and sex_ev['p_creampie_bonus'] = 0:
|
|
|
+ act 'Creampies cost extra':
|
|
|
+ cla & *nl
|
|
|
+ sex_ev['p_creampie_bonus'] = 1
|
|
|
+ sex_ev['prostitution_bonus'] += 1000
|
|
|
+ '"Finishing inside costs extra," you smirk teasingly.'
|
|
|
+ !! if $npc_cum_pref[$npcID] = 'creampie':
|
|
|
+ !! else
|
|
|
+ !! end
|
|
|
+ '"Ungh~! Done!"'
|
|
|
+ '<<$npc_firstname[$npcID]>> doesn''t even hesitate and thrusts balls deep into you with a loud groan.'
|
|
|
+ act 'Get creampied':gt 'sex_ev_cum', 'cum_inside'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+!! ------------------------------ DESCRIPTIONS -------------------------------
|
|
|
+!! The descriptions are long, so to keep the core content code readable, everything will go through here.
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1_start_desc':
|
|
|
+ !! '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, drawing his cock all the way out and driving it balls deep inside you each time.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks your ass slowly but steadily, each time methodically drawing himself all the way out before driving his tiny dick balls deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks your ass slowly but steadily, each time methodically drawing himself all the way out before driving his fat choke balls deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks your ass slowly but steadily, each time methodically drawing himself all the way out before driving his skinny dick balls deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks your ass slowly but steadily, each time methodically drawing himself all the way out before driving his dick balls deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before stretching your ass out with his thick cock when he drives it balls deep inside you again.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out just long enough for your ass to feel the empty absence of his thick cock before he drives it balls deep inside you again.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks your ass slowly but steadily, each time methodically drawing himself all the way out before driving his long dick back in, barely able to fit its generous length inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out just long enough for your ass to feel the absence of his huge cock before driving back in to fill you up, barely able to fit its entirety inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ if agape < 2:
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before splitting your tight asshole again, barely able to fit the entirety of his enormous cock inside you.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before stretching your well-used asshole again, barely able to fit the entirety of his enormous cock inside you.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out of your puckering asshole before forcing as much of his <<npc_dick[$npcID]>>cm cock as he can fit inside you, and still leaving shaft to spare.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ if agape < 2:
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before plunging back in, stretching your tight asshole to the limits as he''s unable to fit the entire length of his gigantic cock inside you.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out of your puckering asshole before plunging his gigantic cock back in, just barely able to fit it inside you.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ if agape < 2:
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before forcing the monstrous size of his <<npc_dick[$npcID]>>cm into your tight asshole, threatening to split you in half each time he fails to fit its length inside you.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> fucks you slowly but steadily, each time methodically drawing himself all the way out before forcing the monstrous size of his <<npc_dick[$npcID]>>cm back into your ass. You''re no anal virgin, but this is ridiculous! And <<$npc_firstname[$npcID]>> ''s cock threatens to split you in half each time he fails to fit its length inside you.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1_enjoy_desc':
|
|
|
+ !! 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussy salivate beneath the pumping of his cock.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his dick thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way, even with a dick as small as <<$npc_firstname[$npcID]>>''s. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussy salivate beneath the pumping of his cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his dick thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussy salivate beneath the pumping of his cock. <<$npc_firstname[$npcID]>> doesn''t have much length to him, but the eroticism of anal more than makes up for that as he plunges his fat chode into you again and again.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his skinny dick thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussy salivate beneath the pumping of his skinny cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his dick thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussy salivate beneath the pumping of his cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussycat salivate. And his cock is so thick, you feel ready to split apart when his length is inside you but feel empty and vacant whenever he draws it back out.'
|
|
|
+ else
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat and your pussycat salivate. And his cock is so thick, it fills you completely each time he pushes into you down to the hilt.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat. Plus, with a nice long cock like <<$npc_firstname[$npcID]>>''s, it goes deep inside you, massaging the back of your pussycat from the other side of the wall.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat. Plus, <<$npc_firstname[$npcID]>>''s cock is huge. Not only does it fill you completely, but it hits deep inside you, massaging the back of your pussycat from the other side of the wall.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat. Plus, <<$npc_firstname[$npcID]>>''s cock is enormous. Your ass struggles to accommodate its massive girth, and its length hits deep inside you, massaging the back of your pussycat from the other side of the wall.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You moan as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. There''s something about anal that tightens your throat in the most delicious way. The feeling of <i>pushed</i> and <i>pulled</i> inside out makes your entire body flush with heat. And with a dick as long as <<$npc_firstname[$npcID]>>''s, it reaches the deepest part of you, massaging the back of your pussycat from the other side of the wall.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ if agape < 2:
|
|
|
+ 'You groan beneath <<$npc_firstname[$npcID]>>, getting wetter with every thrust of his gigantic cock into your ass. It fills you to the brim and then some, forcing the breath from your lungs and turning your asshole inside out with his sheer size in the most pleasurably painful way possible.'
|
|
|
+ else
|
|
|
+ 'You groan beneath <<$npc_firstname[$npcID]>>, getting wetter with every thrust of his gigantic cock into your ass. It fills you to the brim, forcing the breath from your lungs and turning your asshole inside out with his sheer size in the most pleasurably painful way possible.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ if agape < 2:
|
|
|
+ 'You groan beneath <<$npc_firstname[$npcID]>> as his monster cock splits your asscheeks in two. He''s way too big for you in both girth and length, pummeling your insides, turning them inside out. The pain makes your eyes water, and you are <i><b>loving every second of it. </b></i>'
|
|
|
+ else
|
|
|
+ 'You groan beneath <<$npc_firstname[$npcID]>> as his monster cock splits your asscheeks in two. He''s destroying your ass with size alone, pummeling your insides, turning them inside out. The pain makes your eyes water, and you are <i><b>loving every second of it. </b></i>'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.1_desc':
|
|
|
+ !! '<<$npc_firstname[$npcID]>> slows down, pulling out of you until only his tip is still inside of you before smoothly pushing himself back in, filling you to your deepest depths.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only the tip of his tiny dick is still inside of you before smoothly pushing himself back into your ass, pressing his hips against your cheeks.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his thick chode back into your ass, pressing his hips against your cheeks.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his skinny dick back into your ass, pressing his hips against your cheeks.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your ass, pressing his hips against your cheeks.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his cock back into your tight ass, his thick girth forcing gasps from your mouth.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his cock back into your ass, his thick girth filling you from wall to wall.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your ass, filling you from end to end with his long shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your ass, eliciting mews of pleasure as his huge shaft fills you from end to end.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ if pcs_vag <= 15:
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you, eliciting groans of pleasure as the length and girth of his enormous shaft fills you up, stretching your tight ass in every conceivable manner.'
|
|
|
+ else
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into your ass, eliciting moans of pleasure as the length and girth of his enormous shaft fills you.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely long that the time between those two moments is measured in seconds, and goosebumps wash over your skin as you feel each centimeter of his magnificent length slide in until you feel like it''s going to pop out of your mouth.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely long that the time between those two moments is measured in seconds, and goosebumps wash over your skin as you feel each centimeter of his gigantic cock slide in until you''re full so of dick that it feels like it''s going to pop out your mouth.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down, fucking you more gently, pulling out of you until only his tip is still inside of you before smoothly pushing his dick back into you. His manhood is so insanely huge that the time between those two moments is measured in seconds, and goosebumps wash over your skin as you feel each centimeter of his monstrous cock slide in, forcing your walls to stretch to accommodate it, pumping you so full of dick that it feels like it''s going to pop out your mouth.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.2_moan_desc':
|
|
|
+!! 'You mew softly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His cock driving deep inside you, stretching your walls, filling you. It feels wonderful.'
|
|
|
+ if sex_ev['moan'] = 1:
|
|
|
+ '"<i> Mm~! Mn~! Mmm~! Nnn~!</i>"'
|
|
|
+ *nl
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His tiny dick is driving as deep as it can inside you, finding the hidden secrets of your anus that make your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His fat chode driving as deep as it can inside you, stretching your anus and making your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His skinny dick is driving as deep as it can inside you, finding the hidden secrets of your anus that make your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His cock is driving deep inside you, filling your anus and making your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ 'Tiny mews escape your lips as <<$npc_firstname[$npcID]>> continues to assfuck you with his thick cock. Slowly. Gently. He drives it deep inside you, stretching your tight anus with its exceptional girth, making you wetter and wetter with every thrust.'
|
|
|
+ else
|
|
|
+ 'Soft moans escape your lips as <<$npc_firstname[$npcID]>> continues to assfuck you with his thick cock. Slowly. Gently. He drives it deep inside you, filling you with its exceptional girth, making you wetter and wetter with every thrust.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His long cock driving deep inside you until it''s plunged to the hilt; its presence felt even in the deepest parts of your anus, making you wetter and wetter with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you. Slowly. Gently. His huge cock driving deep inside you until it''s plunged to the hilt; its presence felt even in the deepest parts of your intestines, filling you, making you wetter and wetter with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ if pcs_vag <= 15:
|
|
|
+ 'Tiny mews escape your lips as <<$npc_firstname[$npcID]>> continues to assfuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your intestines even as it <i>stretches</i> your tight anus to accommodate his exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
|
|
|
+ else
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your intestines even as it <i>stretches</i> your anus to accommodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you with his exceptionally lengthy cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing groans from your lips as your innards feel like they''re being turned inside out. Pain never hurt so good.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You groan softly as <<$npc_firstname[$npcID]>> continues to assfuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you, <i>filling</i> you until it''s plunged to the hilt, forcing groans from your lips as your insides feel like they''re being turned inside out. Pain never hurt so good.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You mew softly as <<$npc_firstname[$npcID]>> continues to assfuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing whimpers from your lips as his insane length makes your innards feel like they''re being turned inside out and his absurd girth threatens to tear you in half. Pain never hurt so good.'
|
|
|
+ end
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"<i> Ahh! Yes! Ahh! Ahh! Ah~!</i>"'
|
|
|
+ *nl
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His tiny dick is driving as deep as it can inside you, finding the hidden secrets of your anus that make your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His fat chode driving as deep as it can inside you, stretching your anus and making your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His skinny dick is driving as deep as it can inside you, finding the hidden secrets of your anus that make your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His cock is driving deep inside you, filling your anus and making your pussycat weep with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ 'Loud groans escape your lips as <<$npc_firstname[$npcID]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, stretching your tight anus with its exceptional girth, making you wetter and wetter with every thrust.'
|
|
|
+ else
|
|
|
+ 'Loud moans escape your lips as <<$npc_firstname[$npcID]>> continues to fuck you with his thick cock. Slowly. Gently. He drives it deep inside you, filling you with its exceptional girth, making you wetter and wetter with every thrust.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His long cock driving deep inside you until it''s plunged to the hilt; its presence felt even in the deepest parts of your anus, making you wetter and wetter with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you. Slowly. Gently. His huge cock driving deep inside you until it''s plunged to the hilt; its presence felt even in the deepest parts of your intestines, filling you, making you wetter and wetter with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ if pcs_vag <= 15:
|
|
|
+ 'Loud groans escape your lips as <<$npc_firstname[$npcID]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your intestines even as it <i>stretches</i> your tight anus to accommodate his exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
|
|
|
+ else
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you with his enormous cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, making its presence felt in the deepest parts of your intestines even as it <i>stretches</i> your anus to accommodate its exceptional girth. But you love it, becoming wetter and wetter with every thrust.'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you with his exceptionally lengthy cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing groans from your lips as your innards feel like they''re being turned inside out. Pain never hurt so good.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You groan loudly as <<$npc_firstname[$npcID]>> continues to fuck you with his gigantic cock.Slowly. Gently. He drives it deep inside you, <i>filling</i> you until it''s plunged to the hilt, forcing groans from your lips as your insides feel like they''re being turned inside out. Pain never hurt so good.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You moan loudly as <<$npc_firstname[$npcID]>> continues to fuck you with his gigantic cock. Slowly. Gently. He drives it deep inside you until it''s plunged to the hilt, forcing whimpers from your lips as his insane length makes your innards feel like they''re being turned inside out and his absurd girth threatens to tear you in half. Pain never hurt so good.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.2_dirty_talk':
|
|
|
+ !! '"Ah~! Yes~! Just like that~!" You moan, your voice hoarse with arousal. "You''re so deep! I can feel you inside me."'
|
|
|
+ if $sex_ev['dirty_talk'] = 'cock':
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice a hoarse with arousal as <<$npc_firstname[$npcID]>> does an amazing job fucking you with his tiny cock. "You''re so good! Right there~! Right there!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice a hoarse with arousal as <<$npc_firstname[$npcID]>> does an amazing job fucking you with his stubby cock. "Fuck me with your fat chop!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice a hoarse with arousal as <<$npc_firstname[$npcID]>> does an amazing job fucking you with his skinny dick. "You''re so good! Right there! Right there~!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice hoarse with arousal. "You''re amazing! I''m so wet."'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice hoarse with arousal. "Ungh~! You''re stretching me out! It''s so good! I''m so wet."'
|
|
|
+ else
|
|
|
+ '"Ah~! Yes~! Just like that~!" You moan, your voice hoarse with arousal. "Ungh~! It feels so good~! Fuck me with your big cock!"'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '"Ungh~!" you groan, your voice hoarse with arousal. "You''re so deep! Nngh~! Right there! Right there~!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '"Ungh~!" you groan, your voice hoarse with arousal. "You''re so big! Nngh~! Right there! Right there~!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '"Ungh~!" you groan, your voice hoarse with arousal. "You''re so...fucking big! Don''t stop!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '"Ungh~!" you groan, your voice hoarse with arousal. "Oh, fuck!</i> I feel you in my stomach!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '"Ungh~! <i>Fuck!</i>" you groan, your voice hoarse with arousal. "Oh, <i>fuck! </i> You''re so <i>fucking big! You''re stretching me out~! I can feel you in my stomach!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '"Ungh~! <i>Fuck!</i>" you groan, your voice hoarse with arousal. "Oh, <i>fuck! </i> You''re so…fucking big! You''re tearing me in half! Don''t stop~!"'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'arousal':
|
|
|
+ !! dirty talk about your arousal
|
|
|
+ if pcs_horny >= 60:
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Yes~! Fuck~!" You moan softly, barely louder than a whisper. "You''re going to make me come~!"'
|
|
|
+ else
|
|
|
+ '"Oh <i>fuck</i>~!" you moan. "I''m going to come~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! I''m so wet," you mew softly. "You feel so good inside me!"'
|
|
|
+ else
|
|
|
+ '"Ah~! That feels so good," you moan quietly. "I''m going to go crazy!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'technique':
|
|
|
+ !! dirty talk about his technique
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Yes~! Just like that~!" you moan. "You''re so good~! Don''t stop~! Don''t stop~!"'
|
|
|
+ else
|
|
|
+ '"I love the way you fuck me~!" you moan hoarsely. "Keep going~!"'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'dirty_girl':
|
|
|
+ !! You''re a dirty girl.
|
|
|
+ if npc_dirty_lover[$npcID] = 1 and rand(1,2) = 1:
|
|
|
+ '"Who''s pussy is this?" <<$npc_firstname[$npcID]>> growls as he moves his cock inside you with tantalizing slowness.'
|
|
|
+ '"Yours~!" you whimper, squirming beneath him.'
|
|
|
+ elseif pcs_horny >= 70:
|
|
|
+ if rand(1,1) = 1:
|
|
|
+ '"Yes~! Fuck my sloppy pussy~!" you moan softly, barely louder than a whisper. "Make this dirty little slut cum all over your cock~!"'
|
|
|
+ else
|
|
|
+ '"Oh sh*t! Imgonnacum~!" you moan. "You''re going to make this filthy whore cum~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Fuck my dirty cunt~!" you mew softly. "Fuck me like the filthy whore I am~!"'
|
|
|
+ else
|
|
|
+ '"Make this pussy yours~!" you moan. "Own this pussy with your cock~!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal1.2_sensation_desc':
|
|
|
+ !! 'It''s so deep, filling you up better than in any other position, scratching an itch that normally can''t be reached. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You breathe deeply as you sink further and further into the feelings of your own arousal.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> is rubbing right against your g-spot with his tiny dick. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> is stretching your lips out just right while the tip of his fat chode rubs right against your g-spot. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> is rubbing right against your g-spot with his skinny dick. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> fills you up just right with his dick, reaching deep inside you with his dick. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> fills you up to the brim with his thick cock, stretching your walls and reaching deep inside you. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'The angle is perfect</i>, and <<$npc_firstname[$npcID]>> rubs against your g-spot with every thrust of his lengthy manhood, reaching depths inside you rarely found by cocks of shorter length. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'The angle is perfect, and <<$npc_firstname[$npcID]>> fills you completely with his huge manhood and reaching depths inside you rarely found by cocks of shorter length. You can feel your wetness spreading, running down your thighs, and heat radiating from your sex and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'The angle is perfect, and <<$npc_firstname[$npcID]>> stuffs you to your limits with his enormous cock. Both his length and girth are exceptional, and you can feel it straining inside your pussycat, stretching you in every way. Your wetness spreads, running down your thighs. Heat radiates from yours and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'The angle is perfect, and <<$npc_firstname[$npcID]>> bumps into your cervix with every thrust of his ridiculously long cock. Collisions turn into soreness; soreness turns into satisfaction; you can feel him in your stomach. <i> And its so good</i>. Wetness spreads, running down your thighs. Heat radiates from yours and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'The angle is <i>perfect</i>, and <<$npc_firstname[$npcID]>> fills your pussy up and then some, bumping into your cervix with every thrust of his gigantic cock. Collisions turn into soreness; soreness turns into satisfaction; you can feel him in your stomach. <i> And its so good</i>. Wetness spreads, running down your thighs. Heat radiates from yours and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'The angle is <i>perfect</i>, and <<$npc_firstname[$npcID]>> fills your pussy up and then some, bumping into your cervix and threatening to tear you in half with every thrust of his monstrous cock. Your pussy feels stretched to its limits, and your cervix feels like it''s being gently punched by a baseball bat. And it feels so good</i>. Your wetness spreads, running down your thighs. Heat radiates from yours and from his. You pant softly as you sink further and further into the feelings of your own arousal.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2_start_period_desc':
|
|
|
+ !! <<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. His cock is coated in the period, red liquid streaming out of your pussy with every thrust. But it doesn't stop him from continuing to drive balls deep inside you every time.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period leaking around his tiny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his thick chode.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period leaking from your pussycat around his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass and his cock plunges into your pussy, a little wetter sounding than usual on account of your period.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy squelching sounds of your period being forced from your pussy by his thick shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his long, dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his long shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the huge size of his cock forcing squelches from your bleeding breast.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick fills you to the brim. Wet slaps echo around the room as his hips collide with your ass, his enormous cock leaving room for nothing else, forcing the blood from your menstruating snatch.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your period squelching around his lengthy shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick fills you to the brim. Sloppy wet slaps echo around the room as <<$npc_firstname[$npcID]>> batters your bleeding pussy with his gigantic cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussycat to strain and stretch around his long, girthy shaft. Sloppy wet slaps echo around the room as <<$npc_firstname[$npcID]>> repeatedly batters your bleeding pussy with his monstrous cock.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2_start_desc':
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his tiny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his thick chode.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, unceasingly thrusting into you with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room with every thrust, and he drives his cock deep as deep as he can every time.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slaps echo around the room as his hips collide with your ass, the sloppy squelching sounds of your pussyfoot fucked by his thick shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his long, dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussycat squelching around his long shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick hammers deep inside you. Wet slaps echo around the room as his hips collide with your ass, the huge size of his cock forcing squelches from your chest.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, and his enormous dick fills you to the brim. Wet slaps echo around the room as his hips collide with your ass, forcing loud squelches from your snatch with his long girthy cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust and his dick batters your insides with its exceptional length. Wet slaps echo around the room as his hips collide with your ass, the sloppy sounds of your pussycat squelching around his lengthy shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust, and his gigantic dick fills you to the brim. Sloppy wet slaps echo around the room as <<$npc_firstname[$npcID]>> batters your pussy with his long, hard cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives into you at a steady pace, hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussycat to strain and stretch around his long, girthy shaft. Sloppy wet slaps echo around the room as <<$npc_firstname[$npcID]>> repeatedly batters your pussy with his monstrous cock.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2_enjoy_desc':
|
|
|
+!! 'You moan softly as <<$npc_firstname[$npcID]>> takes you from behind, his cock thrusting into your ass. His hips clap against your ass with every thrust, sending waves of pleasure through your whole body, and you let yourself sink into the feeling.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, his tiny dick wiggling around inside you but more than made up for by his enthusiasm. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, his thick chode stretching the opening of your pussy with his balls deep thrusts. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, his skinny dick slipping in and out of you with speed. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, thrusting his dick balls deep into you from behind over and over again. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging his thick cock balls deep into you from behind over and over again. Your pussycat stretches with every thrust, and waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging his lengthy cock balls deep into you from behind over and over again. He''s so deep inside you, and waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging his huge cock balls deep into you from behind over and over again. He''s so <i>deep inside you, filling you from end to end with cock, and waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging his huge cock balls deep into you from behind over and over again. He''s so <i>deep</i>, so <i>big</i> inside you, filling you from end to end with his length and stretching you to your limits with his magnificent girth. Waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging the great length of his cock balls deep into you from behind over and over again. He''s so deep that it hurts, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging his gigantic cock balls deep into you from behind over and over again. He stuffs you with dick, so deep that it hurts, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You groan in pleasure as <<$npc_firstname[$npcID]>> fucks you, plunging the his monstrous cock balls deep into you from behind over and over again. He stuffs you with dick, so deep that it hurts, so thick that you feel ready to tear in half, but that only makes you even wetter as waves of pleasure reverberate through your body every time his hips collide with your ass.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.1_desc':
|
|
|
+ if $sex_ev['pos_speed'] = 'anal1':
|
|
|
+ !! 'With the new and improved pace, you find yourself enjoying it a lot more. Wet slapping noises sound alongside the clapping of your cheeks, and you sigh in deep satisfaction, sinking into the feeling.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$npcID]>> ''s hips crash into yours, unceasingly thrusting into you with his tiny dick. Wet slapping noises sound alongside the clapping of your cheeks, and you sigh in deep satisfaction.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$npcID]>> ''s hips crash into yours, unceasingly thrusting into you with his thick chode. Wet slapping noises sound alongside the clapping of your cheeks, and you sigh in deep satisfaction.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$npcID]>> thrusts unceasingly into you with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$npcID]>> drives his cock deep as deep as he can every time.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy squelching of your pussy getting reamed by his thick shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his long shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$npcID]>>''s dick hammers deep inside you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, the huge size of his cock forcing sloppy wet squelching from your dripping cough.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$npcID]>>''s enormous dick stretches you to the limit. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>> His hips crash into your ass, the enormous size of his cock forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, and his dick batters your insides with its exceptional length. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his lengthy shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust, and his gigantic dick fills you to your absolute limit. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, pummeling your insides and forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'With the new and improved pace, you find yourself enjoying it a lot more. It''s hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussycat to strain and stretch around his monstrously long and girthy shaft. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, pummeling your insides and forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['pos_speed'] = 'anal3':
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$npcID]>> ''s hips crash into yours, unceasingly thrusting into you with his tiny dick. Wet slapping noises sound alongside the clapping of your cheeks, and you sigh in deep satisfaction.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. <<$npc_firstname[$npcID]>> ''s hips crash into yours, unceasingly thrusting into you with his thick chode. Wet slapping noises sound alongside the clapping of your cheeks, and you sigh in deep satisfaction.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$npcID]>> thrusts unceasingly into you with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Wet slapping noises sound alongside the clapping of your cheeks as <<$npc_firstname[$npcID]>> drives his cock deep as deep as he can every time.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy squelching of your pussy getting reamed by his thick shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, but not so hard that he''s jackhammering you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his long shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$npcID]>>''s dick hammers deep inside you. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, the huge size of his cock forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust and <<$npc_firstname[$npcID]>>''s enormous dick stretches you to the limit. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>> His hips crash into your ass, the enormous size of his cock forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, and his dick batters your insides with its exceptional length. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, accompanied by the sloppy wet squelching of your dripping cunt getting repeatedly impaled by his lengthy shaft.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust, and his gigantic dick fills you to your absolute limit. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, pummeling your insides and forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> slows down to a more manageable pace, and you breathe a sigh of relief. With your pussy no longer feeling like it''s being hammered numb, you start to enjoy this a lot more. It''s hard enough that your breasts jiggle with every thrust. His dick fills you completely and then some, forcing your pussycat to strain and stretch around his monstrously long and girthy shaft. Loud clapping echoes around the room as <<$npc_firstname[$npcID]>>''s hips crash into your ass, pummeling your insides and forcing sloppy wet squelching from your dripping cunt.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.2_moan_desc':
|
|
|
+!! 'You moan softly as <<$npc_firstname[$npcID]>> keeps fucking you. His cock pounds into with perfect pressure, like a massage for your pussycat.'
|
|
|
+ if sex_ev['moan'] = 1:
|
|
|
+ $sex_ev['moan_describe'] = 'softly'
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ $sex_ev['moan_describe'] = 'loudly'
|
|
|
+ end
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you. He pounds into you from behind, giving you the strangest satisfaction of pleasure that has very little to do with the tiny dick inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you. His thick chode pounds into you from behind, wonderfully stretching your pussy like a good three-finger fucking, but better.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind. He pounds your ass, rubbing right up against your g-spot with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind. He pounds your ass, rubbing right up against your g-spot with his dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind, pounding you with his <i>thick</i> cock that stretches your walls, squeezing pleasure from your pussy with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind, pounding you with his long-ass cock that reaches the very depths of your pussy without even trying.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind, pounding you with his huge cock that fills you wonderfully and reaches the very depths of your pussy without even trying.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind, pounding you with his enormous cock that penetrates you to the depths of your pussy and stretches your walls, squeezing pleasure from your pussy with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind with his amazingly lengthy cock, literally pounding pleasure from your cervix with every thrust. Soreness is quickly building up inside you, and it feels so good. </i>'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind with his gigantic cock, literally pounding pleasure from your cervix with every thrust. Soreness is quickly building up between your legs, and it feels so good. </i>'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You moan <<$sex_ev[''moan_describe'']>> as <<$npc_firstname[$npcID]>> keeps fucking you from behind with his monstrous cock. It''s stupidly huge, stretching you to breaking with every thrust and literally pounding your cervix with every thrust. Your pussy is so sore, and <i>it feels so good.</i>'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.2_dirty_talk':
|
|
|
+!! '"Ah! Fuck! Just like that!" You moan loudly. "Fuck my pussy with your big cock! Right there! Fuck! You''re so good!"'
|
|
|
+ if $sex_ev['dirty_talk'] = 'cock':
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your tiny dick!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your fat chode!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy with your skinny dick!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '"Ah! <i>Fuck!</i> Yes! Yes! Fuck my pussy just like that!" you moan loudly. "Don''t stop! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ '"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Fuck, you''re so big! You''re stretching me out! Don''t stop! Fuck my pussy with your big cock! It''s so good!"'
|
|
|
+ else
|
|
|
+ '"Ah! <i>Fuck!</i> Just like that!" You moan loudly. "Don''t stop! Fuck my pussy with your big cock! Fuck, you''re so big! You''re so <i>fucking</i> good!"'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '"Ah! <i>Fuck! </i> Just like that!" You moan loudly. "Ungh~! You''re so</i> deep! Right there! Right there! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '"Ah! <i>Fuck!</i> Just like that!" You moan loudly. "Fuck my pussy with your huge cock! Ungh~! You''re so</i> deep! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '"Ah! <i>Fuck!</i> Just like that!" You moan loudly. "Fuck my pussy with your huge cock! Ungh~! You''re so</i> deep! You''re so big! You''re so <i>fucking</i> good!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '"Ah! <i>Fuck!</i> Just like that!" you moan loudly. "Oh <i>fuck!</i> I feel you in my stomach~! It''s so good!!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '"Ah! <i>Fuck! </i> Just like that!" you moan loudly. "Oh, <i>fuck! You''re so deep! You''re so <i>fucking big! I can feel you in my stomach~! Don''t stop~!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '"Ungh~! <i>Fuck! </i> Just like that!" you moan loudly. "Fuck me with your monster cock~! Oh <i>fuck! </i> You''re so…fucking big! You''re tearing me in half! I can feel you in my stomach~! Don''t stop~! Don''t stop~! Don''t stop~!"'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'arousal':
|
|
|
+ if pcs_horny >= 70:
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Yes~! Fuck~!" you pant. "You''re going to make me come~!"'
|
|
|
+ else
|
|
|
+ '"Oh fuck~! I''m going to come! I''m going to come~! I''m going to come~! </i>" you moan. "Don''t stop!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! I''m so wet," you moan. "You feel so good inside me!"'
|
|
|
+ else
|
|
|
+ '"My pussycat can''t get enough of you~!" you moan. "You''re making me so wet~!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'technique':
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Yes~! Just like that~!" you moan. "You''re so fucking good! Don''t stop~! Don''t stop~!"'
|
|
|
+ else
|
|
|
+ '"Ah~! You''re so good~!" you moan. "You''re driving me crazy~!"'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'dirty_girl':
|
|
|
+ !! You''re a dirty girl.
|
|
|
+ if npc_dirty_lover[$npcID] = 1 and rand(1,2) = 1:
|
|
|
+ '"Who''s pussy is this?" <<$npc_firstname[$npcID]>> growls as he slowly withdraws his cock before ramming it back into your cunt.'
|
|
|
+ '"Yours~!" you whimper into the bedsheets.'
|
|
|
+ elseif pcs_horny >= 70:
|
|
|
+ if rand(1,1) = 1:
|
|
|
+ '"Yes~! Fuck my sloppy pussy~!" you moan loudly. "Make this dirty little slut cum all over your cock~!"'
|
|
|
+ else
|
|
|
+ '"Oh sh*t! Imgonnacum~!" you moan. "You''re going to make this filthy whore cum~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Fuck my dirty cunt~!" you moan loudly. "Fuck me like the filthy whore I am~!"'
|
|
|
+ else
|
|
|
+ '"Make this pussy yours~!" you moan. "Own this pussy with your cock~!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ !! Make this dirty slut yours!
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal2.2_sensation_desc':
|
|
|
+!! 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his tiny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his thick chode.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock inside you, letting the pressure build inside you as he literally pounds pleasure into you from behind with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s cock filling your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind with his dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s thick cock stretching the walls of your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s long cock reaching deep inside your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s huge cock filling you up and reaching deep inside your pussy, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s enormous cock that stretches you to your limits and fills you up from base to tip, letting the pressure build inside you as he literally pounds pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s lengthy cock that batters your cervix, a feeling that you sense in your stomach, letting him literally pound pain and pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You let out sighs of contentment, focusing on <<$npc_firstname[$npcID]>>''s gigantic cock that fills you past your limits as it batters your cervix, a feeling that you sense in your stomach, letting him literally pound pain and pleasure into you from behind.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'You groan wordlessly, unable to have any kind of conscious thought except for the monstrous cock inside you, filling you with pain and pleasure as it smashes into your cervix and stretches your pussycat to the point of breaking.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3_start_period_desc':
|
|
|
+!! '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous force, and the sound of your cheeks getting clapped echoes off the walls. His cockslam into you, and you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His tiny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His fat tongue slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His skinny dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His dick slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His thick cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His long cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His huge cock slams into you with such power that you can feel it force the menstrual blood from your uterus, sending it running down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His enormous cock slams into you with such power that your pussycat leaves no room for the blood leaking from your uterus, and streams of blood run down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His lengthy cock is so long that it slams into your cervix, battering your uterus, and streams of blood run down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His gigantic cock is so long that it slams into your cervix, filling you completely and battering your uterus, and streams of blood run down your thighs.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous strength, and the sound of your cheeks getting clapped echoes off the walls. His monstrous cock is so long that it slams into your cervix, while also being so girthy that it feels like the blood could be coming from your pussy getting torn in half rather than your period.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3_start_desc':
|
|
|
+ !! '<<$npc_firstname[$npcID]>> drives himself in and out of your pussy with tremendous force, and the sound of your cheeks getting clapped echoes off the walls.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his tiny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his fat choke.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his skinny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his thick cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his long cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his huge cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his enormous cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his lengthy cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his gigantic cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ '<<$npc_firstname[$npcID]>> smashes into you with tremendous force, fucking you as hard as he can with his monstrous cock.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3_enjoy_desc':
|
|
|
+ !!{
|
|
|
+ if pcs_makeup > 1,
|
|
|
+ pcs_makeup = 0.
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> slams his cock into you from behind. Your mind goes blank with pleasure. Within minutes, your makeup is as fucked as you are. It feels so good you want to die.'
|
|
|
+ elseif pcs_makeup = 0:
|
|
|
+ 'You groan in pleasure, loving how deep his cock goes inside you, hammering your pussycat in all the right ways. Tears of pleasure blur your sight, and beads of sweat gather on your skin, and your already ruined makeup gets even worse with every passing minute.'
|
|
|
+ else
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> slams his cock into you from behind. Your mind goes blank with pleasure, and it feels so good you want to die.'
|
|
|
+ end
|
|
|
+ }
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] ='short':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, letting the sheer force make up for his tiny dick.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, forcing the girth of his fat chode into you, making it somehow feel longer than it is.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='skinny':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, slamming his skinny dick into you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, slamming his cock into you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, splitting your pussycat in half with his thick cock.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, slamming every centimeter of his long cock deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, forcing every centimeter of his huge cock deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, splitting your pussycat in half and forcing every centimeter of his enormous cock deep inside you.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, smashing into your cervix with his lengthy cock on every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, filling you up and smashing into your cervix with his gigantic cock on every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] ='monster':
|
|
|
+ 'Your eyes roll back into your head as <<$npc_firstname[$npcID]>> pummels you from behind. Loud slapping echoes off the walls as <<$npc_firstname[$npcID]>> claps your ass over and over again, splitting your pussycat in half and smashing into your cervix with his monster cock on every thrust.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ if pcs_makeup > 1:
|
|
|
+ pcs_makeup = 0
|
|
|
+ 'Your mind goes blank with pleasure, and within minutes, your makeup is as fucked as you are.'
|
|
|
+ elseif pcs_makeup = 0:
|
|
|
+ 'Tears of pleasure blur your sight. and sweat gathers on your skin, and your already ruined makeup gets even worse with every passing moment.'
|
|
|
+ else
|
|
|
+ 'Your mind goes blank with pleasure, and you groan loudly, letting <<$npc_firstname[$npcID]>> fuck you into blissful oblivion.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3_too_rough':
|
|
|
+ !! '<i> This is-! Too rough-!</i>'
|
|
|
+ !! *nl
|
|
|
+ !! ' You scream as he pulls harder on your hair, and you try to pull away, but you''re unable to escape. His cock is like a jackhammer, pounding into your pussy in the worst way, feeling more like he''s punching your cervix than fucking you. It''s agonizing and unpleasant, you feel like you''re going to die.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s tiny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s fat chode is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s skinny dick does nothing for you, but your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. Your hips ache from the repeated clapping of your ass and you can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s thick cock is uncomfortable in its girth, splitting your pussy with painful force and your hips ache from the repeated clapping of your ass. You can even feel your cheeks turning red and sore from the punishment. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s long cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s huge cock keeps painfully bumping against your cervix and your hips ache from the repeated clapping of your ass. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s enormous cock keeps painfully bumping against your cervix, your pussy aches from being stretched to fit its girth, and your ass is sore from being repeatedly clapped with sledgehammer force. The thought of a bruised uterus passes through your head as you groan again. It''s agonizing and unpleasant, you can''t get any satisfaction out of this at all.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s cock keeps smashing into your cervix, your pussy unable to accommodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s huge cock keeps smashing into your cervix, your pussy unable to accommodate its unnatural length, and your hips ache from the repeated clapping of your ass. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'You scream as he pulls harder on your hair and you try to pull away, but you''re unable to escape. <<$npc_firstname[$npcID]>>''s monster cock keeps smashing into your cervix, your pussy unable to accommodate its unnatural length, aching from being stretched to fit its girth. Not to mention your ass is already sore from being repeatedly clapped with sledgehammer force. You''re sure your uterus is going to be bruised tomorrow and you groan again, wondering if it''s possible to be fucked to death.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ if pcs_makeup > 1:
|
|
|
+ pcs_makeup = 0
|
|
|
+ 'Black tears run down your face and sweat covers your body, destroying your makeup as <<$npc_firstname[$npcID]>> pummels you into the bed.'
|
|
|
+ elseif pcs_makeup = 0:
|
|
|
+ 'Your already ruined makeup gets worse with every passing moment, getting smeared across the sheets as <<$npc_firstname[$npcID]>> pummels you into the bed.'
|
|
|
+ else
|
|
|
+ 'Tears run down your face and sweat covers your body as <<$npc_firstname[$npcID]>> pummels you into the bed.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3_slow_down':
|
|
|
+ !! '"Could you-! slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep this up..."'
|
|
|
+ if $npc_dick_desc[$npcID] = 'thick' or $npc_dick_desc[$npcID] = 'long' or $npc_dick_desc[$npcID] = 'huge' or $npc_dick_desc[$npcID] = 'enormous' or $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
|
|
|
+ '"You''re too big..." you pant. "I can''t keep going this hard..."'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic' or $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ '"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed.'
|
|
|
+ '"You''re way too big..." you groan. "I''m gonna die if you keep going this hard..."'
|
|
|
+ else
|
|
|
+ '"Could you-! Slow down-!" you gasp desperately. He releases your hair, letting you collapse face first onto the bed. "I can''t keep going this hard..."'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.1_desc':
|
|
|
+ if npc_abusive[$npcID] = 1:
|
|
|
+ !! 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. He keeps a firm hold on your hair and pulls hard with every thrust, hurting in all the <i>best</i> ways.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, somehow managing to make his tiny dick hurt you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, forcing his fat chode into your pussy to hurt you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, stabbing into you with his skinny dick to hurt you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hurting in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, splitting your pussy with his thick cock and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his long cock and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his huge cock and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix and threatening to tear your pussy in half with his enormous cock and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with the entire length of his <<npc_dick[$npcID]>>cm cock and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, hammering your cervix with his gigantic cock, forcing its entire <<npc_dick[$npcID]>>cm length inside and hurting you in all the <i>best</i> ways.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'Tears begin to well up in your eyes as you half whimper and half moan in half pain and half pleasure. <<$npc_firstname[$npcID]>> keeps a firm hold on your hair and pulls hard with every thrust, forcing in the entire <<npc_dick[$npcID]>>cm length of his monstrous cock inside you, hammering your cervix and threatening to tear your pussy in half and hurting you in all the <i>best</i> ways.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ 'Wet sloppy claps squelch from your pussy as he relentlessly pounds you into the mattress and your eyes roll back in your head.'
|
|
|
+ else
|
|
|
+!! '<<$npc_firstname[$npcID]>> picks up the pace until he''s pounding you from behind. You throw your hips back in joyous ecstasy, feeling greater and greater pleasure every time his hips slam into you.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and his fucking is so violent that even his tiny dick is making you break out in a sweat.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and his fucking is so violent that the fat girth of his chode being force inside you is making you break out in a sweat.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and his fucking is so violent that even his skinny dick is making you break out in a sweat.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and his fucking is so violent that you''re already starting to break out in a sweat.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his thick cock threatens to tear you in half with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his long cock bashes against your cervix with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his huge cock fills your entire pussy and bashes against your cervix with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his enormous cock batters your cervix, threatening to tear you in half with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his <<npc_dick[$npcID]>>cm cock bashing against your cervix, trying to force its way past with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his gigantic <<npc_dick[$npcID]>>cm cock filling you up and bashing against your cervix with its weight, trying to force its way past with every thrust.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'The bed creaks underneath you and your breasts jiggle violently with every thrust. <<$npc_firstname[$npcID]>>''s hips slam against your thighs and you break out in a sweat, his monstrous <<npc_dick[$npcID]>>cm cock trying to force its way into your cervix and split you in half with every thrust.'
|
|
|
+ end
|
|
|
+ *nl
|
|
|
+ 'And you are loving <i>every second</i> of it.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.2_moan_desc':
|
|
|
+ if sex_ev['moan'] = 1:
|
|
|
+ '"<i>Ah~! Ah~! Haa~! Ah~!</i>"'
|
|
|
+ *nl
|
|
|
+ !! 'You groan in pleasure as <<$npc_firstname[$npcID]>> continues to pound you.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ end
|
|
|
+ elseif sex_ev['moan'] = 2:
|
|
|
+ '"Oo<i>oo</i>o<i>oo</i>hh<i>hh</i> <i>aaagggghhhhhhhh</i>..."'
|
|
|
+ *nl
|
|
|
+ !! 'You moan loudly as <<$npc_firstname[$npcID]>> continues to pound you from behind.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you with his tiny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you with his fat chode. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you with his skinny dick. Sloppy wet squelches combine with the loud clapping of your ass cheeks as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you with his dick. Sloppy wet sounds squelch from your pussy around his cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around his thick cock, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You pant like a bitch in heat as <<$npc_firstname[$npcID]>> continues to pound you from behind. Sloppy wet sounds squelch from your pussy around the long cock that hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the huge cock that fills you up and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your pussy around the enormous cock that stretches you to your limits and hammers deep inside you, combining with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the lengthy cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the gigantic cock that hammers so deep and hard inside your pussy that you can feel it in your stomach. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'You groan loudly, barely able to think as <<$npc_firstname[$npcID]>> continues pounding you from behind. Sloppy wet sounds squelch from your snatch around the monstrous cock that hammers so deep and hard inside your pussy that you can feel it in your stomach and threatens to tear you in half at the same time. It combines with the loud clapping of your ass cheeks that fill the room as the rough doggy fucking sends pleasure rocking through your body.'
|
|
|
+ end
|
|
|
+ end
|
|
|
+
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.2_dirty_talk':
|
|
|
+ !! '"Yes! Fuck! Yes! Just like that!" you scream. "Pound my pussy! Clap my ass! Fill me with your cock!"'
|
|
|
+ if $sex_ev['dirty_talk'] = 'cock':
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ '"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your tiny cock!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ '"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! "Fuck me with your fat chode!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ '"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your skinny dick!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ '"Yes! Fuck! Yes! Just like that!" you scream so hard it hurts. "Clap my fucking ass! Fuck me with your cock!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ if agape < 2:
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re gonna tear me in half! Don''t stop! Don''t stop!"'
|
|
|
+ else
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> Yes! Just like that! Your cock is so big! Don''t stop! Don''t stop! Pound my ass!"'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> deep! Don''t stop! Don''t stop! Pound my ass!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "You''re so big! You''re <i>so</i> big! Don''t stop! Pound my pussy with your big fucking cock!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ if agape < 2:
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re <i>so</i> big! You''re gonna tear me in half! Don''t stop! Don''t stop!"'
|
|
|
+ else
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> You''re so big! You''re <i>so</i> big! Oh fuck! Don''t stop! Don''t stop! Don''t fucking stop!"'
|
|
|
+ end
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! <i>Oh my God!</i> Don''t <i>fucking</i> stop!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "Oh <i>fuck!</i> You''re <i>so</i> deep! You''re so <i>fucking big</i>! I can feel you in my stomach~! Don''t stop~!"'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ '"OH FUCK!" you scream so hard it hurts. "<i>Fuck!</i> I feel you in my stomach~! Oh <i>fuck!</i> You''re so big! You''re <i>so</i> big! You''re so <i>fucking big</i>! Don''t fucking stop! Tear me in half with your monster cock!"'
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'arousal':
|
|
|
+ !! dirty talk about your arousal
|
|
|
+ if pcs_horny >= 70:
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Yes~! Fuck~! Yes~!" you scream. "I love getting pounded~! You''re gonna make me come~!"'
|
|
|
+ else
|
|
|
+ '"Oh <i>fuck</i>~!" you scream. "I''m so fucking wet~! I''m gonna come~! I''m gonna cum all over your cock~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Don''t stop~!" you scream. "Smash my sloppy wet pussy~!"'
|
|
|
+ else
|
|
|
+ '"My pussy can''t get enough of you~!" you scream. "I need more~! More~! It''s so good~!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'technique':
|
|
|
+ !! dirty talk about his technique
|
|
|
+ if pcs_horny >= 70:
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Yes~! Fuck~! Yes~!" you scream. "Pound my fucking pussy~! Don''t stop~! You''re gonna make me come~!"'
|
|
|
+ else
|
|
|
+ '"Oh <i>fuck</i>~!" you scream. "I''m so fucking wet~! I''m gonna cum all over your cock~! You''re driving me crazy~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Don''t stop~!" you scream. "Smash my pussy~! It feels so good~!"'
|
|
|
+ else
|
|
|
+ '"Fuck~!" you scream. "Fuck~! Pound my fucking pussy~! <b><i>Fuck~!</i></b>"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ elseif $sex_ev['dirty_talk'] = 'dirty_girl':
|
|
|
+ !! you''re a dirty girl
|
|
|
+ if npc_dirty_lover[$npcID] = 1 and rand(1,2) = 1:
|
|
|
+ '"Who''s pussy is this?" <<$npc_firstname[$npcID]>> growls as he pounds his cock into you like a battering ram.'
|
|
|
+ '"Yours~!" you whimper into the bedsheets.'
|
|
|
+ elseif pcs_horny >= 70:
|
|
|
+ if rand(1,1) = 1:
|
|
|
+ '"Yes~! Fuck my sloppy pussy~!" you scream. "Make this dirty little slut cum all over your cock~!"'
|
|
|
+ else
|
|
|
+ '"Oh shit~! Imgonnacum~!" you scream. "You''re gonna make this filthy whore cum~!"'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ if rand(0,1) = 1:
|
|
|
+ '"Ungh~! Fuck my dirty cunt~!" you scream. "Fuck me like the filthy whore I am~!"'
|
|
|
+ else
|
|
|
+ '"Make this pussy yours~!" you scream. "Own this pussy with your cock~!"'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ !! make this dirty slut yours!
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+if $ARGS[0] = 'anal3.2_sensation_desc':
|
|
|
+!! 'He keeps fucking you hard.'
|
|
|
+ if $npc_dick_desc[$npcID] = 'tiny' or $npc_dick_desc[$npcID] = 'short':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his tiny dick violently violating your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'chode':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his fat chode violently violating your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'skinny':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his skinny dick violently violating your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'normal':
|
|
|
+ 'Youpant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his dick violently violating your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'thick':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his thick cock violently stretching out your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'long':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his long cock repeatedly knocking on your cervix as it violently penetrates you over and over again.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'huge':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the sensation of the huge cock inside you repeatedly knocking on your cervix as it violently violates your pussy.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'enormous':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his enormous cock knock against your cervix while it threatens to tear you in half.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'lengthy':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his insanely long cock smash into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'gigantic':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his gigantic cock fill your pussy, smashing into your cervix over and over and over again in the most blissful agony you''ve ever experienced.'
|
|
|
+ elseif $npc_dick_desc[$npcID] = 'monster':
|
|
|
+ 'You pant heavily as <<$npc_firstname[$npcID]>> keeps pounding you from behind. Your eyes roll back in your head and all you can do is gasp for breath and lose yourself in the feeling of his monstrous cock smashing into your cervix, threatening to tear you in half in the most blissful agony you''ve ever experienced.'
|
|
|
+ end
|
|
|
+end
|
|
|
+
|
|
|
+
|
|
|
+--- sex_ev_anal ---------------------------------
|