dinfather.qsrc 46 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627
  1. # dinfather
  2. !!!These events can trigger randomly when you 'Chat' with your stepfather in the living room, if your relationship is good and you are attractive enough
  3. if $ARGS[0] = 'father act 1':
  4. menu_off = 1
  5. if pcs_horny >= 40 or TouchedByFather=1:
  6. act 'You feel like teasing him':
  7. cls
  8. gs 'arousal', 'flashlite', 5
  9. gs 'arousal', 'end'
  10. gs 'stat'
  11. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/fatherim30.jpg"></center>'
  12. 'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing your stepfather with an amazing view of your <<$titsize>> breasts.'
  13. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  14. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  15. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  16. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  17. if fatherLust>=2:
  18. pcs_horny -= RAND(1,5)
  19. gs 'stat'
  20. 'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
  21. end
  22. if fatherLust=1:
  23. 'Even though he did not expect this from you, you can tell by the spark in his eyes and his heavier breathing that he definitely likes what he sees.'
  24. end
  25. act 'Move away':gt $loc, $loc_arg
  26. end
  27. end
  28. end
  29. if $ARGS[0] = 'father act 2':
  30. menu_off = 1
  31. if pcs_horny >= 60 or TouchedByFather=1:
  32. act 'Stare at his groin as you talk':
  33. cls
  34. gs 'arousal', 'erotic', 5, 'incest'
  35. gs 'arousal', 'end'
  36. gs 'stat'
  37. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
  38. 'Unable to stop yourself, you stare at his groin and notice the outline of his erect cock through the fabric. Absent-mindedly you bring a hand to your breasts and knead it gently, letting out a barely audible moan.'
  39. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  40. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  41. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  42. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  43. if fatherLust>=2:
  44. pcs_horny -= RAND(1,5)
  45. gs 'stat'
  46. 'Even though your body is definitely having an effect on him your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
  47. end
  48. if fatherLust=1:
  49. 'Your acts have derailed his train of thought, and your stepfather just mumbles something unintelligible as he devours you with his eyes. You can tell from his look that he wants you.'
  50. end
  51. act 'Move away':gt $loc, $loc_arg
  52. end
  53. end
  54. end
  55. if $ARGS[0] = 'father act 3':
  56. menu_off = 1
  57. if pcs_horny >= 80 or TouchedByFather=1:
  58. act 'Spread your legs':
  59. cls
  60. gs 'arousal', 'flash', 5
  61. gs 'arousal', 'end'
  62. gs 'stat'
  63. 'You, while pretending to not notice, slowly spread your legs as you talk.'
  64. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  65. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  66. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  67. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  68. if fatherLust >= 2:
  69. pcs_horny -= RAND(1,5)
  70. gs 'stat'
  71. if $pantyworntype ! 'none':
  72. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. You look down and notice your skimpy underwear did a very poor job of hiding your pussy. Your stepfather is clearly embarrassed and surprised. He loudly clears his throat and says "<<$pcs_nickname>> don''t do that, that''s no way for a lady to behave. And go put some normal underwear on."'
  73. else
  74. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim24.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. "What''s wrong?" you ask him innocently, knowing full well you''re not wearing underwear and that he has a great view of your bare pussy. You''re not fooling him though, and he doesn''t appreciate your teasing in the slightest. "<<$pcs_nickname>>, stop that at once and go put some pants on."'
  75. end
  76. elseif fatherLust = 1:
  77. TouchedByFather = 1
  78. if $pantyworntype ! 'none':
  79. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response.'
  80. else
  81. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim26.jpg"></center>' & 'Your stepfather gets a glimpse of your bare pussy and realizes what you''re up to. "<<$pcs_nickname>>... are you not wearing panties? Get down on the couch and spread your legs for me, Daddy has to know now." You do as he says, lean back on the couch and spread wide. He kneels in front of you, pulls your clothes to the side and rubs your pussy and thighs with his rough hands. "Just as I thought, you little minx!" he says with a grin on his face. After he had his fun he helps you get back up and even helps you straighten your clothes, his hands lingering on your hips and ass a few seconds longer than is needed.'
  82. end
  83. end
  84. act 'Move away':gt $loc, $loc_arg
  85. end
  86. end
  87. end
  88. !!! These events can trigger when you 'Chat' with your stepfather in the living room.
  89. if $ARGS[0] = 'father 1':
  90. !He hates you
  91. menu_off = 1
  92. 'You try to have a conversation with your stepfather, but he dislikes you too much to even pretend to be interested in what you have to say.'
  93. if sorryday!daystart:
  94. act 'Apologize':
  95. cla
  96. sorryday=daystart
  97. npc_rel['A28']+=(pcs_intel/10)+(pcs_apprnc/20)
  98. gs 'stat'
  99. 'You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.'
  100. act 'Move away':gt $loc, $loc_arg
  101. end
  102. end
  103. end
  104. if $ARGS[0] = 'father 2':
  105. !He doesn''t like you very much
  106. menu_off = 1
  107. 'You try to have a conversation with your stepfather, but he''s not really interested and barely has anything to contribute while you do all the talking.'
  108. if sorryday!daystart:
  109. act 'Try to get on his good side':
  110. cla
  111. sorryday=daystart
  112. npc_rel['A28']+=(pcs_intel/10)+(pcs_apprnc/20)
  113. gs 'stat'
  114. 'You spend some time trying to get on your stepfather''s good side, and you feel like he likes you a bit more after you show interest in the things he enjoys.'
  115. act 'Move away':gt $loc, $loc_arg
  116. end
  117. end
  118. end
  119. if $ARGS[0] = 'father 3':
  120. !Good relationship, but you''re not pretty enough
  121. fatherTalk = rand (1,5)
  122. if fatherTalk = 1:
  123. 'You enjoy a short talk with your stepfather.'
  124. elseif fatherTalk = 2:
  125. 'You ask your stepfather how he met your mother. Your stepfather scratches his slightly balding head and replies: "I used to work as a taxi driver back then, drove your mother to places from time to time and we got along very well. Natasha is a strong and independant woman, raising you and Anya all by herself after she left your father. I didn''t know him very well, I''ve only met him a couple of times. All I know is that his name is Mikhail Kuznetsov, and that he moved to a different city soon after he and your mother divorced.'
  126. elseif fatherTalk = 3:
  127. 'You ask your stepfather about his work. Your stepfather reaches for his aching joints, with a grimace on his face. "I used to be a taxi driver. It was hard work though, often working many hours a day, and it could be dangerous too. With some money we saved up I bought a Gazelle pickup truck, and now I drive that selling goods and making deliveries. As you know I have two garages; one for our Volga, and the other one for the Gazelle."'
  128. elseif fatherTalk = 4:
  129. 'Your stepfather tells you a funny story.'
  130. elseif fatherTalk = 5:
  131. 'Your stepfather tells you a funny joke.'
  132. end
  133. end
  134. if $ARGS[0] = 'father 4':
  135. !Good relationship, you''re attractive
  136. talkrand=rand(1,100)
  137. if talkrand >= 20:
  138. gs 'dinfather', 'father 3'
  139. elseif talkrand < 20:
  140. 'You relax and share funny stories with your stepfather.'
  141. if npc_rel['A28']>=40 and npc_rel['A28']<60:FatherMolest = rand(1,8)
  142. if npc_rel['A28']>=60 and npc_rel['A28']<80:FatherMolest = rand(1,4)
  143. if npc_rel['A28']>=80:FatherMolest = rand(1,2)
  144. if FatherMolest=1:
  145. gs 'dinfather', 'father act 1'
  146. gs 'dinfather', 'father act 2'
  147. gs 'dinfather', 'father act 3'
  148. else
  149. gs 'dinfather', 'father 3'
  150. end
  151. end
  152. end
  153. !_____________________Button "Chat" garage _____________________________
  154. if $ARGS[0] = 'gar_act1':
  155. menu_off = 1
  156. if pcs_horny >= 50 or TouchedByFather=1:
  157. act 'You feel like teasing him':
  158. cls
  159. gs 'arousal', 'flashlite', 5
  160. gs 'arousal', 'end'
  161. gs 'stat'
  162. '<center><img <<$set_imgh>> src="images/shared/sex/exhibitionism/fatherim30.jpg"></center>'
  163. 'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing your stepfather with an amazing view of your <<$titsize>> breasts.'
  164. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  165. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  166. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  167. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  168. if fatherLust>=2:
  169. pcs_horny -= RAND(1,5)
  170. gs 'stat'
  171. 'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
  172. end
  173. if fatherLust=1:
  174. 'Even though he did not expect this from you, you can tell by the spark in his eyes and his heavier breathing that he definitely likes what he sees.'
  175. end
  176. act 'Move away':gt $loc, $loc_arg
  177. end
  178. else
  179. gs 'dinfather', 'garchat'
  180. end
  181. end
  182. if $ARGS[0] = 'gar_act2':
  183. menu_off = 1
  184. if pcs_horny >= 90 or TouchedByFather=1:
  185. act 'Stare at his groin as you talk':
  186. cls
  187. gs 'arousal', 'erotic', 5, 'incest'
  188. gs 'arousal', 'end'
  189. gs 'stat'
  190. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
  191. 'Unable to stop yourself, you stare at his groin and notice the outline of his erect cock through the fabric. Absent-mindedly you bring a hand to your breasts and knead it gently, letting out a barely audible moan.'
  192. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  193. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  194. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  195. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  196. if fatherLust>=2:
  197. pcs_horny -= RAND(1,5)
  198. gs 'stat'
  199. 'Even though your body is definitely having an effect on him your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
  200. end
  201. if fatherLust=1:
  202. 'Your acts have derailed his train of thought, and your stepfather just mumbles something unintelligible as he devours you with his eyes. You can tell from his look that he wants you.'
  203. end
  204. act 'Move away':gt $loc, $loc_arg
  205. end
  206. else
  207. gs 'dinfather', 'garchat'
  208. end
  209. end
  210. if $ARGS[0] = 'gar_act3':
  211. menu_off = 1
  212. if pcs_horny >= 100 or TouchedByFather=1:
  213. act 'Spread your legs':
  214. cls
  215. gs 'arousal', 'flash', 5
  216. gs 'arousal', 'end'
  217. gs 'stat'
  218. 'You, while pretending to not notice, slowly spread your legs as you talk.'
  219. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  220. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  221. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  222. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  223. if fatherLust>=2:
  224. pcs_horny -= RAND(1,5)
  225. gs 'stat'
  226. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. You look down and notice your skimpy underwear did a very poor job of hiding your pussy. Your stepfather is clearly embarrassed and surprised. He loudly clears his throat and says "<<$pcs_nickname>> don''t do that, that''s no way for a lady to behave. And go put some normal underwear on."'
  227. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim24.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. "What''s wrong?" you ask him innocently, knowing full well you''re not wearing underwear and that he has a great view of your bare pussy. You''re not fooling him though, and he doesn''t appreciate your teasing in the slightest. "<<$pcs_nickname>>, stop that at once and go put some pants on."'
  228. end
  229. if fatherLust=1:
  230. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response.'
  231. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim26.jpg"></center>' & 'Your stepfather gets a glimpse of your bare pussy and realizes what you''re up to. "<<$pcs_nickname>>... are you not wearing panties? Get down on the ground and spread your legs for me, Daddy has to know now." You do as he says, lie down on the ground and spread your legs wide. He kneels in front of you, pulls your clothes to the side and rubs your pussy and thighs with his rough hands. "Just as I thought, you little minx!" he says with a grin on his face. After he had his fun he helps you get back up and even helps you straighten your clothes, his hands lingering on your hips and ass a few seconds longer than is needed.'
  232. end
  233. act 'Move away':gt $loc, $loc_arg
  234. end
  235. else
  236. gs 'dinfather', 'garchat'
  237. end
  238. end
  239. !_____________________Button "VIEW WITH TV" in the apartment _____________________________
  240. if $ARGS[0] = 'watchtv_act1':
  241. menu_off = 1
  242. if pcs_horny >= 0 or TouchedByFather=1:
  243. act 'Lean your head against his chest':
  244. cls
  245. gs 'arousal', 'flashlite', 5
  246. gs 'arousal', 'end'
  247. gs 'stat'
  248. 'Soon after you join your stepfather on the couch to watch TV, you feel a bit sleepy. You snuggle up against your stepfather''s chest and close your eyes.'
  249. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  250. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  251. if pcs_apprnc + (npc_rel['A28']/10) >= 80 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  252. if pcs_apprnc + (npc_rel['A28']/10) >= 120 or TouchedByFather=1:fatherLust = 1
  253. if fatherLust>=2:
  254. pcs_horny -= RAND(1,5)
  255. gs 'stat'
  256. 'Your stepfather does not like you getting so close to him, and pushes you away.'
  257. elseif fatherLust=1:
  258. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim22.jpg"></center>'
  259. 'The warmth of his body and his musky smell make you feel aroused, and you suddenly don''t feel tired any more. Enjoying your comfy position and closeness to him, you stay put and pretend to be asleep while sexy thoughts race through your mind.'
  260. end
  261. fatherWantsToTouch=Rand(1,2)
  262. if fatherWantsToTouch=1:
  263. 'As you lay against him with your eyes closed, you feel his arm shifting. Seconds later you feel his hand on your hip, slowly moving its way up until he rests it on your <<$titsize>> breasts. He keeps his hand there, gently kneading them as he watches TV. You do your best to stay still, but your heart is racing and you rapidly feel your pussy moisten.'
  264. act 'Stay still and see if he goes any further':
  265. cls
  266. pcs_horny = rand(90,95)
  267. gs 'stat'
  268. TouchedByFather = 1
  269. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim18.jpg"></center>'
  270. 'Biting your lip, you lie quietly on the chest of your stepfather and enjoy his caresses, restraining your moans. Slowly but surely he focuses more on your nipples, pinching them and tugging at them. You do your best to stay quiet, but it''s getting more and more difficult. Then you hear him let out a chuckle, and he whispers "<<$pcs_nickname>>, I know you''re not sleeping."'
  271. if npc_sex['A28']!0 and mother_go = 1 and hour = 16:
  272. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim21.jpg"></center>'
  273. 'You open your eyes and notice the large bulge in his pants. As you turn your head and give him a sweet smile, you put your hand on the bulge and gently start to pet it. Your stepfather, without hesitation, unbuttons his pants and pulls out his dick. You, also without hesitation, lower your head and give it a lick.'
  274. act 'Get down on your knees':gs 'fathersex', 'fatherblow4'
  275. end
  276. act 'Move away':gt $loc, $loc_arg
  277. end
  278. elseif fatherWantsToTouch=2:
  279. 'You slowly feel his hand work its way down to your ass, kneading it firmly.'
  280. act 'Stay still and see if he goes any further':
  281. cls
  282. gs 'arousal', 'foreplay', 15, 'incest'
  283. gs 'arousal', 'anal_finger', 15, 'incest'
  284. gs 'arousal', 'end'
  285. minut -= 30
  286. gs 'stat'
  287. TouchedByFather=1
  288. pcs_ass+=1
  289. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim17.jpg"></center>' & 'Not noticing any reluctance from you, your stepfather continues his kneading and then slides his hands underneath your clothes. His sexual preference is abundantly clear: he immediately searches out your tight asshole, and gently rubs his finger against it. Unable to help yourself you begin to gyrate your hips to mimic his movements, trying to stifle your moans. He notices anyway: the pressure of his finger against your sphincter grows, and his decisive actions make you realize he has no intentions of stopping there. When his finger penetrates you, you can''t hold back your moans any longer. He chuckles and whispers: "I knew you were awake all along <<$pcs_nickname>>, just relax and enjoy."'
  290. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim16.jpg"></center>' & 'When his hand slips under your clothes, you feel his fingers feeling around for a second, grasping for something that isn''t there. He was clearly expecting panties, and is confused by the lack of them. When he realizes you''re not wearing any his actions grow bolder, and soon feel two fingers rubbing up against your asshole with the intention of going in. You adjust your hips slightly to grant him easier access, which he recognizes as a sign of consent and increases the pressure on your sphincter, pushing his two fingers in slowly but surely.'
  291. if npc_sex['A28']!0 and mother_go = 1 and hour = 16:
  292. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim21.jpg"></center>'
  293. 'You open your eyes and notice the large bulge in his pants. As you turn your head and give him a sweet smile, you put your hand on the bulge and gently start to pet it. Your stepfather, without hesitation, unbuttons his pants and pulls out his dick. You, also without hesitation, lower your head and give it a lick.'
  294. act 'Get down on your knees': gs 'fathersex', 'fatherblow4'
  295. end
  296. act 'Move away':gt $loc, $loc_arg
  297. end
  298. end
  299. act 'Move away':gt $loc, $loc_arg
  300. end
  301. end
  302. end
  303. if $ARGS[0] = 'watchtv_act2':
  304. act 'Stare at his groin':
  305. cls
  306. gs 'arousal', 'erotic', 5, 'incest'
  307. gs 'arousal', 'end'
  308. gs 'stat'
  309. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
  310. 'Unable to stop yourself, you stare at his groin and notice the outline of his erect cock through the fabric. Absent-mindedly you bring a hand to your breasts and knead them gently, letting out a barely audible moan.'
  311. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  312. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  313. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  314. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  315. if fatherLust>=2:
  316. pcs_horny -= RAND(1,5)
  317. gs 'stat'
  318. 'Even though your body is definitely having an effect on him your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable.'
  319. elseif fatherLust=1:
  320. 'Your acts have derailed his train of thought, and your stepfather just mumbles something unintelligible as he devours you with his eyes. You can tell from his look that he wants you.'
  321. end
  322. act 'Move away':gt $loc, $loc_arg
  323. end
  324. end
  325. if $ARGS[0] = 'watchtv_act3':
  326. menu_off = 1
  327. act 'Spread your legs':
  328. cls
  329. gs 'arousal', 'flash', 5
  330. gs 'arousal', 'end'
  331. gs 'stat'
  332. 'You, while pretending to not notice, slowly spread your legs as you talk.'
  333. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  334. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  335. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  336. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  337. if fatherLust>=2:
  338. pcs_horny -= RAND(1,5)
  339. gs 'stat'
  340. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim19.jpg"></center>' & 'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He reaches over to your clothes and adjusts them so they cover your panties, and sends you off.'
  341. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim32.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. "What''s wrong?" you ask him innocently, knowing full well you''re not wearing underwear and that he has a great view of your bare pussy. You''re not fooling him though, and he doesn''t appreciate your teasing in the slightest. "<<$pcs_nickname>>, stop that at once and go put some pants on."'
  342. elseif fatherLust=1:
  343. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response.'
  344. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg"></center>' & 'Judging from your stepfather''s reddening face, you think your actions are definitely having an effect on him. Your stepfather grabs you around your hips without another word, pulls you down over his lap and sticks a finger deep in your soaking wet pussy. You let out a needy moan, and feel a tinge of regret when he pulls out and pretends as if nothing happened with a smug grin on his face. Realising he''s not going to go any further you straighten your clothes and try to pretend it''s okay, even though your throbbing pussy begs to differ.'
  345. end
  346. act 'Move away':gt $loc, $loc_arg
  347. end
  348. end
  349. if $ARGS[0] = 'watchtv1':
  350. !scandal stepfather
  351. menu_off = 1
  352. 'You try to cuddle up against him on the couch, but he roughly shoves you off the couch. As your ass hits the ground he scowls at you: "<<$pcs_nickname>>, what the hell are you doing?" He can''t stand the thought of being anywhere near you. You rub your sensitive ass with a slight pout on your face and consider your next move.'
  353. if sorryday!daystart:
  354. act 'Apologize':
  355. cls
  356. sorryday=daystart
  357. npc_rel['A28']+=(pcs_intel/10)+(pcs_apprnc/20)
  358. gs 'stat'
  359. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim36.jpg"></center>'
  360. 'You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.'
  361. act 'Move away':gt $loc, $loc_arg
  362. end
  363. end
  364. end
  365. if $ARGS[0] = 'watchtv2':
  366. !strained relations
  367. menu_off = 1
  368. 'As you try to cuddle up against your stepfather to watch some TV, he holds you off and makes clear that he doesn''t want you to get that close to him.'
  369. if sorryday!daystart:
  370. act 'Try to get on his good side':
  371. cla
  372. sorryday=daystart
  373. npc_rel['A28']+=(pcs_intel/10)+(pcs_apprnc/20)
  374. gs 'stat'
  375. 'You spend some time trying to get on your stepfather''s good side, and you feel like he likes you a bit more after you show interest in the things he enjoys.'
  376. act 'Move away':gt $loc, $loc_arg
  377. end
  378. end
  379. end
  380. if $ARGS[0] = 'watchtv3':
  381. !gg good relations but not beautiful
  382. fatherTV = rand (1,5)
  383. if fatherTV = 1:
  384. 'You spend an hour watching a TV show with your stepfather, in which various persons display their skill in random talents hoping to win a prize.'
  385. elseif fatherTV = 2:
  386. 'You spend an hour watching a TV show with your stepfather, in which several girls hope to get a date with the handsome bachelor.'
  387. elseif fatherTV = 3:
  388. 'You spend an hour watching a TV show with your stepfather, learning all about how a platypus behaves in the wild.'
  389. elseif fatherTV = 4:
  390. 'You spend an hour watching a TV show with your stepfather, in which experts try to figure out which of the girls in their line-up are most likely to get pregnant by examining them through X-ray glasses.'
  391. elseif fatherTV = 5:
  392. 'You spend an hour watching a TV show with your stepfather, in which two guys are beating the crap out of each other in a boxing ring.'
  393. end
  394. end
  395. if $ARGS[0] = 'watchtv4':
  396. !good relations and Messrs attractive
  397. talkrand=rand(1,100)
  398. if talkrand>=80:
  399. gs 'dinfather', 'watchtv3'
  400. else
  401. 'You relax and talk about the show you''re watching with your stepfather, cuddling up snugly against him.'
  402. if npc_rel['A28']>=40 and npc_rel['A28']<60:FatherMolest = RAND (1,8)
  403. if npc_rel['A28']>=60 and npc_rel['A28']<80:FatherMolest = RAND (1,4)
  404. if npc_rel['A28']>=80:FatherMolest = RAND (1,2)
  405. if FatherMolest=1:
  406. gs 'dinfather', 'watchtv_act1'
  407. if pcs_horny >= 60 or TouchedByFather=1: gs 'dinfather', 'watchtv_act2'
  408. if pcs_horny >= 80 or TouchedByFather=1: gs 'dinfather', 'watchtv_act3'
  409. else
  410. gs 'dinfather', 'watchtv3'
  411. end
  412. end
  413. end
  414. !_____________________FOR booze in the garage _____________________________
  415. $d_fatherdrunk_act[1]={
  416. menu_off = 1
  417. 'You can''t help but notice that your uncle Misha is staring at you the whole time. You feel like he''s not just undressing you in his mind, but that he''s fucking you in all sorts of positions with reckless abandon.'
  418. if pcs_horny >= 50 and sosedknow=1:
  419. act 'Show him your breasts':
  420. cls
  421. minut+=5
  422. gs 'stat'
  423. pcs_horny += RAND(1,5)
  424. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim33.jpg"></center>'
  425. 'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing uncle Misha with an amazing view of your <<$titsize>> breasts.'
  426. if pcs_apprnc + (npc_rel['A28']/10) < 60:mishalust = 2
  427. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:mishalust = Rand (1,4)
  428. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:mishalust = Rand (1,2)
  429. if pcs_apprnc + (npc_rel['A28']/10) >= 200:mishaLust = 1
  430. if mishaLust>=2:
  431. pcs_horny -= RAND(1,5)
  432. gs 'stat'
  433. 'Uncle Misha is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable. You''re happy he at least had enough decency to not clue in your stepfather, who happened to have his back turned against you.'
  434. end
  435. if mishaLust=1:
  436. 'You try to be discrete so your stepfather doesn''t notice what you just did, and uncle Misha is quite flustered by the show you just gave him. He stumbles over his words while your stepfather talks to him about bumpers, as you smile mischievously and give uncle Misha a wink when your stepfather looks away.'
  437. end
  438. act 'Move away':gt $loc, $loc_arg
  439. end
  440. end
  441. }
  442. $d_fatherdrunk_act[2]={
  443. menu_off = 1
  444. if pcs_horny >= 90 or TouchedByFather=1:
  445. act 'Get their attention by dropping your bottle':
  446. cls
  447. minut+=5
  448. gs 'stat'
  449. pcs_horny += RAND(1,5)
  450. 'Even though you''re horny and want the guys to notice you, they are paying more attention to their booze and their conversation. You can change that. Making sure it doesn''t break, you ''accidentally'' drop your bottle and bend over to pick it up without bending your knees, giving them a spectacular view of your ass. You make a show of trying to reduce the spillage, wiping the floor while staying in your current position.'
  451. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  452. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  453. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  454. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  455. if fatherLust>=2:
  456. pcs_horny -= RAND(1,5)
  457. gs 'stat'
  458. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim35.jpg"></center>'&'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable. Uncle Misha just has a smug grin on his face.'
  459. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim34.jpg"></center>'&'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable. Neither man mentions the fact that you''re not wearing panties, but by the blush to their faces, both of them noticed.'
  460. end
  461. if fatherLust=1:
  462. if $pantyworntype ! 'none':
  463. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim37.jpg"></center>'
  464. 'You stick your ass out as much as you can, showing off your ass as much as you can. As you turn around, you notice that both your stepfather and uncle''s gazes are glued to your ass. You simply smile and return to the table as they blubber and try to find excuses.'
  465. act 'Tease them some more':
  466. cls
  467. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim38.jpg"></center>'
  468. 'You sit back down, still having their full attention. You try to excuse your behavior: "I''m sorry guys, my clothes rub my pussy raw, bending over normally makes me feel very uncomfortable."'
  469. act 'Show them your pussy when they ask':
  470. cls
  471. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim39.jpg"></center>'
  472. 'Uncle Misha is onto your act, and decides to push you to your limits. He smiles and says: "Oh really, <<$pcs_nickname>>? Why don''t you show us, maybe we can help you. Isn''t that right, Vladimir?" Too turned on to decline, you pull your panties to the side and show them your pussy. It''s really not all that sore, but your arousal has coloured it nice and red and it makes your pussy lips look a bit more puffy. The guys didn''t think you would actually follow through with this, and are flabbergasted when you do.'
  473. act 'Move away':gt $loc, $loc_arg
  474. end
  475. end
  476. end
  477. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim40.jpg"></center>'&'Slightly disappointed, you move away from the table. Lost in your own thoughts, you don''t notice your uncle Misha''s legs and trip over them. Since you''re not wearing any underwear, you''re giving your uncle one hell of a show as you fall down onto your hands and knees. He immediately reaches out and runs his fingers over your wet pussy lips. He fingers you briefly, then returning his fingers to his nose to take a deep whiff. "You have nice holes, <<$pcs_nickname>>, young and juicy..." Realizing he won''t do anything more with your stepfather right there in the room, you get up and fix your clothes before sitting back down at the table.'
  478. end
  479. act 'Continue':gt $loc, $loc_arg
  480. end
  481. end
  482. }
  483. $d_fatherdrunk_act[3]={
  484. menu_off = 1
  485. if pcs_horny >= 100 or TouchedByFather=1:
  486. act 'Spread your legs':
  487. cls
  488. minut+=5
  489. pcs_horny += RAND(1,5)
  490. 'You, pretending to not notice, slowly spread your legs while you talk with the guys.'
  491. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  492. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = Rand (1,4)
  493. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = Rand (1,2)
  494. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  495. if fatherLust>=2:
  496. pcs_horny -= RAND(1,5)
  497. gs 'stat'
  498. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg"></center>' & 'Trying to direct Uncle Misha''s attention to something across the room, your stepfather signals you to cover yourself up with agitated hand movements.'
  499. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim52.jpg"></center>' & 'Your stepfather notices what you''re trying to do. After he distracts uncle Misha for long enough, he turns to you and whispers: "<<$pcs_nickname>>, don''t... just don''t. You have no idea what you''re getting yourself into." Intimidated by the gravity of his voice, you do as he says and cover up.'
  500. end
  501. if fatherLust=1:
  502. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response. He pulls away his hand just in time, before uncle Misha notices what''s going on.'
  503. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg"></center>' & 'Noticing your stepfather''s blush, you realize at least one person at the table noticed you''re not wearing any underwear. When your uncle Misha looks away, he quickly reaches for you and fingers your wet pussy. A needy moan escapes your lips as he pulls his hand way, and he quickly starts a conversation about wind shield wipers. Your uncle Misha has no idea what just went down.'
  504. end
  505. act 'Continue':gt $loc, $loc_arg
  506. end
  507. end
  508. }
  509. if $ARGS[0] = 'garchat':
  510. menu_off = 1
  511. npc_rel['A28'] += 1
  512. fatherTalk = rand (1,5)
  513. if fatherTalk = 1:
  514. 'You enjoy a short talk with your stepfather.'
  515. elseif fatherTalk = 2:
  516. 'You ask your stepfather how he met your mother. Your stepfather scratches his slightly balding head and replies: "I used to work as a taxi driver back then, drove your mother to places from time to time and we got along very well. Natasha is a strong and independant woman, raising you and Anya all by herself after she left your father. I didn''t know him very well, I''ve only met him a couple of times. All I know is that his name is Mikhail Kuznetsov, and that he moved to a different city soon after he and your mother divorced.'
  517. elseif fatherTalk = 3:
  518. 'You ask your stepfather about his work. Your stepfather reaches for his aching joints, with a grimace on his face. "I used to be a taxi driver. It was hard work though, often working many hours a day, and it could be dangerous too. With some money we saved up I bought a Gazelle pickup truck, and now I drive that selling goods and making deliveries. As you know I have two garages; one for our Volga, and the one we''re at now."'
  519. elseif fatherTalk = 4:
  520. 'Your stepfather tells you a funny story.'
  521. elseif fatherTalk = 5:
  522. 'Your stepfather tells you a funny joke.'
  523. end
  524. act 'Move away':gt $loc, $loc_arg
  525. end
  526. if $ARGS[0] = 'garhelpchat':
  527. menu_off = 1
  528. npc_rel['A28'] += 1
  529. fatherTalk = rand (1,5)
  530. if fatherTalk = 1:
  531. 'While you help your stepfather in the garage, he talks to you about how every car has its own character, all the while not looking away from his work.'
  532. elseif fatherTalk = 2:
  533. 'While you help your stepfather in the garage, he talks to you about how the engine of the Gazelle works, all the while not looking away from his work.'
  534. elseif fatherTalk = 3:
  535. 'While you help your stepfather in the garage, he talks to you about how unreliable some cars are and how expensive it is to keep them on the road, all the while not looking away from his work.'
  536. elseif fatherTalk = 4:
  537. 'While you help your stepfather in the garage, he complains about the poor condition the roads around Pavlovski, all the while not looking away from his work.'
  538. elseif fatherTalk = 5:
  539. 'While you help your stepfather in the garage, he explains how a gear box works, all the while not looking away from his work.'
  540. end
  541. act 'Move away':gt $loc, $loc_arg
  542. end
  543. if $ARGS[0] = 'gardrunkchat':
  544. cla
  545. menu_off = 1
  546. 'Before you can even ask, your stepfather waves you over: "Oh, <<$pcs_nickname>>! Come join me and Misha, maybe you''ll learn something from your elders!"'
  547. fatherTalk = rand (1,3)
  548. if fatherTalk = 1:
  549. 'You sit down and join the two older men for a drink. Even though they won''t give you any alcohol, you listen to their increasingly drunken tales.'
  550. elseif fatherTalk = 2:
  551. 'You sit down and join the older men for a drink. Uncle Misha then pulls out his guitar and plays some songs, and you and your stepfather happily sing along.'
  552. elseif fatherTalk = 3:
  553. 'You sit down and join the older men for a drink. You can tell your stepfather and your uncle are good friends.'
  554. end
  555. if pav_slut >= 150 and dyadyamishaevent = 1 and dmishaday ! daystart and fatherandmisha!1:
  556. *clr & cla
  557. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  558. 'Uncle Misha kept staring at you. Suddenly he turns to your stepfather.'
  559. '"So, Vladimir, did you know your <<$pcs_nickname>> is a <<$gnikname>>?"'
  560. 'Your stepfather is clearly confused. "What are you talking about, Misha?"'
  561. 'Your uncle Misha continues: "Oh yes, it''s true, Gopniks fuck her whenever they want. All they have to do is tell her to get on all fours."'
  562. if npc_sex['A28']=0:
  563. 'Your stepfather looks you in the eyes and asks: "Is that really true, <<$pcs_nickname>>?"'
  564. 'You''re not really sure what to say and hesitate to give an answer, shifting uncomfortably in your chair. Your blush betrays you as you try to make up an excuse: "Well wait, I can explain..."'
  565. 'Your face really says it all. Your stepfather is disgusted by this revelation and cuts you off: "Are you fucking kidding me!? Your mother and I did our best to raise you properly, and this is the thanks we get?"'
  566. elseif npc_sex['A28']!0:
  567. 'Your stepfather already knows you''re not a prude, but pretends to be a good father anyway: "<<$pcs_nickname>>, you really shouldn''t, that could be dangerous..."'
  568. end
  569. 'Uncle Misha realizes he''s onto something here, and decides to drive his point home: "Well Vladimir, don''t you think we should do something about it? I think <<$pcs_nickname>> needs to be punished!"'
  570. 'You can see the lust in his eyes. Your stepfather understands perfectly well where he''s going with this, and agrees: "I think you''re right, Misha, <<$pcs_nickname>> does deserve to be punished."'
  571. act 'Accept whatever punishment they have in mind':gt 'misha','2'
  572. elseif dyadyamishaevent = 1 and dmishaday ! daystart and fatherandmisha = 1:
  573. 'Uncle Misha grins at your stepfather and runs one hand over his groin, you can already see a significant bulge forming. "So, Vladimir, how about now? I think we can teach her a thing or two."'
  574. 'Your stepfather simply nods and reaches for his zipper: "Absolutely."'
  575. act 'Accept whatever punishment they have in mind': gt 'misha', '2'
  576. else
  577. act 'Move away':gt 'gargazel'
  578. end
  579. end
  580. --- dinfather ---------------------------------