natbel_pregnancy.qsrc 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. !! Pregnancy storyline:
  2. if $ARGS[0]='pregnancy':
  3. act 'Touch her belly':
  4. *clr & cla
  5. minut += 5
  6. NatbelQW['askedbaby'] = daystart
  7. gs 'npc_relationship', 'modify', 'A16', 'like'
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/natbelapt/touch_belly'+iif(npc_pregtalk['A16'] = 1,'_preg','')+'.jpg"></center>'
  10. if daystart-NatbelQW['pregday'] < 120:
  11. 'She looks at you with a strange smile.'
  12. '"Yes," she answers the question you didn''t voice, "your little brother has actually knocked me up. I hope you are happy with that because I can''t afford an abortion."'
  13. 'Her tone is a lot less accusing than you''d expected. In fact, she seems... happy.'
  14. if npc_pregtalk['A16'] = 1: '"It''s really reassuring to know I won''t be going through this alone though," she says softly and gives you a hug.'
  15. elseif daystart-NatbelQW['pregday'] < 190:
  16. '"I felt the baby kick earlier today!" she says with a big smile on her face, "keep your hands there for a bit, maybe it''ll happen again."'
  17. if rand(0,20) = 0: 'About a minute later you do indeed feel a tiny kick from inside Natasha''s belly, making both of you jump a little.'
  18. if NatbelQW['KolkaSex'] > 20 and rand(0,2) = 1: 'With a beet-red face and a dreamy look in her eyes she adds "Don''t tell Kolka, but every time we have our little... fun... it gets really active in there."'
  19. *nl
  20. if npc_pregtalk['A16'] = 1:
  21. 'A few moments later she asks "What about yours, felt anything yet?"'
  22. if pregtime < 120:
  23. '"I don''t think so," you respond, slightly sad about the fact for some reason.'
  24. 'Natasha quickly picks up on that and tries to cheer you up "Don''t worry, you''re just not far along yet. It''ll make you so happy when it happens for the first time, you''ll see!"'
  25. elseif pregtime < 190:
  26. '"Yep, I feel it kicking in the morning sometimes," which prompts Natasha to start rubbing your belly too.'
  27. else
  28. '"Oh yeah, it''s gotten quite lively in there lately," which prompts Natasha to start rubbing your belly too.'
  29. if rand(0,7) = 0:
  30. dynamic $d_pregmovement
  31. '"As if on queue..." you happily muse aloud.'
  32. if $wombthfath = 'Kolka': 'With a tinge of wonder Natasha mumbles "Your little brother makes some energetic children, doesn''t he?"'
  33. end
  34. end
  35. end
  36. else
  37. '"The baby''s really restless lately. Turned my belly button into an outie with all that kicking," she says jokingly, barely keeping back her giggling.'
  38. if rand(0,7) = 0: 'Natasha has barely finished her joke, before you feel a kick coming from within.<br>"There we go again, see?"'
  39. *nl
  40. if npc_pregtalk['A16'] = 1:
  41. 'She puts her hands on your belly a moment later and asks "How is your pregnancy going <<$pcs_nickname>>?"'
  42. if pregtime < 120:
  43. '"Oh, you know... I keep getting morning sickness, but it''s not as bad as I read it would be. And luckily my belly doesn''t show much for now, '+iif(npc_pregtalk['A29'] = 1, 'so people at school haven''t noticed yet."', 'so my <<$npc_nickname[''A29'']>> hasn''t found out I''m pregnant yet. I really don''t know what I''ll do when she does though..."')
  44. 'Natasha gives you a reassuring hug, telling you it''s all going to be alright and that she''s there for you.'
  45. elseif pregtime < 190:
  46. '"I feel the baby kicking in the morning sometimes," you say with a smile.'
  47. else
  48. '"Tell me about it, it''s like there''s a constant party going on in there."'
  49. if rand(0,7) = 0:
  50. dynamic $d_pregmovement
  51. '"As if on queue..." you happily muse aloud.'
  52. if $wombthfath = 'Kolka': 'You see Natasha blush slightly before she says with a wink "Just like their dad, huh?"'
  53. end
  54. end
  55. end
  56. end
  57. act 'Continue': gt 'natbelapt', 'natroom'
  58. end
  59. end