123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274 |
- # sex_ev_talk2
- if $ARGS[0] = 'preg_talk1':
- if (thinkpreg = 1 or knowpreg = 1) and func('body_din','pregnancyVisibility') ! 1:
- act'Tell him you''re pregnant':
- cla & *clr
- '<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk2.jpg"></center>'
- '"<<$npc_firstname[$boy]>>..." you say slowly. "I need to tell you something important."'
- '"What is it?"'
- '"I''m pregnant."'
- gs 'sex_ev_talk2', 'preg_boy_react1'
- end
- end
- end
- if $ARGS[0] = 'preg_boy_react1':
- if npc_creampie_count[$boy] = 0:
- 'His eyes go wide in shock. And then his brow furrows.'
- '"But... I''ve never come inside you..."'
- if (npc_rel_type[$boy] = 'lover' or $npc_rel_type[$boy] = 'fiancee' or $npc_rel_type[$boy] = 'husband') and lover_open_rel[$boy] = 0:
- gs 'sex_ev_talk2', 'preg_cheat_tell'
- else
- gs 'sex_ev_talk2', 'preg_father_tell'
- end
- elseif npc_childfree[$boy] = 0:
- if npc_rel[$boy] >= 75:
- 'His eyes go wide in surprise. He moves his hand towards your belly with a look of awe.'
- '"And... it''s...? Am I...?"'
- else
- 'His eyes go wide in shock. He glances towards your belly with a look of distress.'
- '"And... it''s...? Am I...?"'
- end
- gs 'sex_ev_talk2', 'preg_father_tell'
- else
- 'His eyes go wide in shock.'
- '"Are you saying...?"'
- gs 'sex_ev_talk2', 'preg_father_tell'
- end
- end
- if $ARGS[0] = 'preg_father_tell':
- if arrpos('$wombpotfath', $boy) >= 0 and arrsize('$wombpotfath') = 1:
- act'Tell him he''s the father':
- $sex_ev['boy_is_father'] = 'yes'
- cla & *nl
- '"I''m pregnant." His eyes go wide. "You''re the father."'
- gs 'sex_ev_talk2', 'preg_talk2'
- end
- elseif arrpos('$wombpotfath', $boy) >= 0:
- act'You''re unsure but say it''s his':
- $sex_ev['boy_is_father'] = 'yes'
- cla & *nl
- '"Yes," you nod. "You''re the father."'
- 'The truth is that you''re not entirely sure. He''s not the only one who''s pumped a load or two into your pussy. But you decide to tell him this instead.'
- gs 'sex_ev_talk2', 'preg_talk2'
- end
-
- act'Tell him he <i>might</i> be the father':
- $sex_ev['boy_is_father'] = 'maybe'
- cla & *nl
- '"Maybe," you say, chewing on your lip. "I''m... not sure if you''re the father..."'
- gs 'sex_ev_talk2', 'preg_talk2'
- end
- elseif arrpos('$wombpotfath', $boy) = 0:
- act'Tell him he''s not the father':
- $sex_ev['boy_is_father'] = 'no'
- cla & *nl
- '"No," you shake your head. "It isn''t yours."'
-
- gs 'sex_ev_talk2', 'preg_talk2'
- end
- if npc_creampie_count[$boy] > 0:
- act'Tell him he''s the father (lie)':
- $sex_ev['boy_is_father'] = 'yes'
- cla & *nl
- '"I''m pregnant." His eyes go wide. "And you''re the father."'
-
- gs 'sex_ev_talk2', 'preg_talk2'
- end
-
- act'Tell him he <i>might</i> be the father (lie)':
- $sex_ev['boy_is_father'] = 'maybe'
- cla & *nl
- '"I''m pregnant." His eyes go wide. "And you might be the father."'
- 'You know he can''t possibly be the father, but you lie to him anyways.'
- gs 'sex_ev_talk2', 'preg_talk2'
- end
- end
- !!elseif arrsize('$wombpotfath') > 1:
- end
-
- act'You don''t know who the father is':
- $sex_ev['boy_is_father'] = 'unknown'
- cla & *nl
- '"I''m pregnant." His eyes go wide. "But I don''t know who the father is."'
- gs 'sex_ev_talk2', 'preg_talk2'
- end
- end
- if $ARGS[0] = 'preg_talk2':
- gs 'sex_ev_talk2', 'preg_talk_smile'
- end
- if $ARGS[0] = 'preg_talk_worried':
- act'Worried':
- $sex_ev['preg_react'] = 'worried'
- cla & *nl
- 'Saying it out loud fills you with indescribable anxiety and you chew on your lip, your face scrunching up with worry.'
- gs 'sex_ev_talk2', 'preg_talk3'
- end
- end
- if $ARGS[0] = 'preg_talk_smile':
- if $sex_ev['boy_is_father'] = 'yes':
- act'Smile':
- $sex_ev['preg_react'] = 'smile'
- cla & *nl
- if arrpos('$wombpotfath', $boy) >= 0:
- 'Saying it out loud fills your chest with an uncontainable joy and your lips widen into a loving smile.'
- else
- 'You know he can''t possibly be the father, but you deliver the lie with a warm smile.'
- end
- gs 'sex_ev_talk2', 'preg_talk3'
- end
- end
- end
- if $ARGS[0] = 'preg_talk3':
- if $sex_ev['boy_is_father'] = 'yes':
- gs 'sex_ev_talk2', 'preg_boy_father'
- elseif $sex_ev['boy_is_father'] = 'maybe':
-
- elseif $sex_ev['boy_is_father'] = 'no':
-
- end
- end
- if $ARGS[0] = 'preg_boy_father':
- if npc_rel[$boy] >= 75 and npc_childfree[$boy] = 0:
- '"I''m... I''m going to be a father...?"'
- '<<$npc_firstname[$boy]>> is in awe. He tentatively places his hand on your belly.'
- elseif (npc_rel[$boy] < 75 and npc_rel[$boy] > 50) or npc_childfree[$boy] > 0:
- '"I''m... I''m not sure how I should feel about this..."'
- end
- end
- if $ARGS[0] = 'preg_boy_maybe_father':
- end
- if $ARGS[0] = 'preg_boy_not_father':
- if npc_rel[$boy] >= 75 and npc_childfree[$boy] = 0:
-
- elseif (npc_rel[$boy] < 75 and npc_rel[$boy] > 50) or npc_childfree[$boy] > 0:
- '"I''m... I''m not sure how I should feel about this..."'
- end
- end
- if $ARGS[0] = 'preg_abortion1':
- act'You''re getting an abortion':
- cla & *clr
- '<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk2.jpg"></center>'
- '"I''m going to get an abortion."'
- if npc_childfree[$boy] > 0:
-
- else
-
- end
- end
- end
- if $ARGS[0] = 'preg_talk4':
- '"Could it be mine?" he asks.'
- act'Maybe':
- cla & *nl
- if arrpos('$wombpotfath', $boy) >= 0:
- '"It <i>could</i> be," you admit.'
- else
- '"It could be," you lie. The timing doesn''t match up. It couldn''t possibly belong to him.'
- end
-
- end
- end
- if $ARGS[0] = 'boy_is_father_talk1':
- if npc_childfree[$boy] = 0:
- if npc_rel[$boy] >= 75:
- 'He''s happy about it.'
- else
- 'He doesn''t know how to feel about it.'
- end
- else
-
- end
- end
- if $ARGS[0] = 'preg_cheat_tell':
- if arrsize('$wombpotfath') > 0:
- act'Tell him you cheated':
- cla & *nl
- '"I... I cheated on you," you admit softly.'
-
- end
-
- if arrsize('$wombpotfath') > 1:
- act'Tell him you cheated with multiple people':
- cla & *nl
- '"I... I cheated on you," you admit softly. "And... I''m not sure who the father is. There are... several... it could be..."'
- end
- end
- end
- end
- if $ARGS[0] = 'rape_explain':
- cla & *clr
- $sex_ev['bed_room']
- if stat['rape_count'] = 1:
- '<<$npc_firstname[$boy]>> stops in shock wondering what has just come over you as your body convulses in uncontrollable sobs. The images and sensations of that time come flooding back to you, invading your mind. It''s as if you''re back in that moment, being violated all over again.'
- elseif stat['rape_count'] < 5:
- '<<$npc_firstname[$boy]>> stops in shock wondering what has just come over you as your body convulses in uncontrollable sobs. The images and sensations come flooding back to you, invading your mind. The memories of your various attackers won''t stop flashing before your eyes, memories of your body being violated like a montage you can''t escape.'
- elseif stat['rape_count'] < 10:
- '<<$npc_firstname[$boy]>> stops in shock wondering what has just come over you as your body convulses in uncontrollable sobs. Images and sensations flood through you, invading your mind. The memories of your attackers all blur together, combining into one horrible sensation like they''re all violating you at once.'
- else
- '<<$npc_firstname[$boy]>> stops in shock wondering what has just come over you as your body convulses in uncontrollable sobs. Images and sensations flood through you, invading your mind. Your countless rapes leave you a shuddering mess as the trauma threatens to overwhelm you.'
- end
- '"What just...?" <<$npc_firstname[$boy]>> stammers confusedly.'
- act'Try to hide it':
- cla & *nl
- '"I... I just don''t like it rough," you sniff, tears running down your cheeks.'
- end
-
- act'Tell him what happened':
- cla & *clr
- npc_knows_rape_victim[$boy] = 1
- '<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk1.jpg"></center>'
- 'You crawl up beside <<$npc_firstname[$boy]>>, still shivering as you wipe the tears from your eyes that won''t stop flowing.'
- if stat['rape_count'] = 1:
- '"Listen," you sniff, rubbing your hand across your cheek again. "I was raped once... It was awful and horrible and I... well I... I had a flashback about it just now..."'
- elseif stat['rape_count'] < 5:
- '"I''ve never told you this but..." you sniff, rubbing your hand across your cheek again. "I''ve been raped... Several times... and I... I had flashbacks just now..."'
- elseif stat['rape_count'] < 10:
- '"I''ve never told you this but..." you sniff, rubbing your hand across your cheek again. "I''ve been raped... More than a few times... and I... I had flashbacks just now..."'
- else
- '"I''ve never told you this but..." you sniff, rubbing your hand across your cheek again. "I''ve been raped... A lot... I don''t know why it keeps happening but I''ve been raped so many times I''ve lost count... And sometimes the trauma just comes out..."'
- end
- *nl
- '<<$npc_firstname[$boy]>> is taken aback and goes quiet. Its several minutes before he finally speaks again.'
- act'Continue':
- cla & *clr
- '<center><img <<$set_imgh>> src="images/shared/sex/after/pillow_talk1.jpg"></center>'
- '"I''m... I''m so sorry for what happened to you," he says. "I had no idea."'
- '"It''s not your fault," you sniff again. "You couldn''t have known. I never told you."'
- '"So... I should lay off the rough sex then?" <<$npc_firstname[$boy]>> asks hesitantly.'
- act'Just tonight':
- cla & *nl
- '"You don''t have to stop getting rough," you say, rubbing your eyes. "I just... it doesn''t always happen to me during this kind of sex, but I guess something triggered me. I like it rough sometimes, I promise. Just not... tonight..."'
- 'The conversation trails off.'
- end
-
- act'That would be nice':
- cla & *nl
- '"That would be nice," you say wiping your eyes again. "It helps when it''s not rough..."'
- end
- end
- end
- end
- --- sex_ev_talk2 ---------------------------------
|