father.qsrc 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630
  1. # father
  2. !! Model used - anton nilsson
  3. fatherAge = year - ((npc_dob['A28'] - (npc_dob['A28'] mod 10000)) / 10000)
  4. gs 'family_schedule'
  5. gs 'stat'
  6. $location_type = 'event'
  7. '<center><b><font color="maroon">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  8. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  9. 'Your stepfather is a greying, slightly flabby man working as a truck driver. He is <<fatherAge>> years old. Your mother divorced your biological father and married Vladimir when you were only one year old. You''ve never seen your biological father since their divorce, and as such you have no real memory of him.'
  10. $fatherRep = {
  11. *pl
  12. if npc_rel['A28'] < 20:
  13. 'You and your stepfather can''t stand each other, and spend as little time in the same room as possible.'
  14. elseif npc_rel['A28'] < 40:
  15. 'You and your stepfather don''t get along very well.'
  16. elseif npc_rel['A28'] < 60:
  17. 'You have a normal relationship with your stepfather.'
  18. elseif npc_rel['A28'] < 80:
  19. 'You have a good relationship with your stepfather.'
  20. else
  21. 'You have a great relationship with your stepfather.'
  22. end
  23. *pl
  24. }
  25. dynamic $fatherRep
  26. act 'Move away':gt $loc, $loc_arg
  27. !--------------------------------father comments on appearance changes------------------------------------------------
  28. ! hair color
  29. if hcolfronce = 0:
  30. hcolfatherremember = pcs_haircol
  31. hcolfronce = 1
  32. end
  33. if hcolfatherremember ! pcs_haircol:
  34. if pcs_haircol = nathcol:
  35. $texthcol = 'Or, rather, un-dyed your hair. So you decided to go back to your natural color?'
  36. elseif pcs_haircol = 0:
  37. $texthcol = 'So you decided to go with black hair?'
  38. elseif pcs_haircol = 1:
  39. $texthcol = 'So you decided to become a brunette?'
  40. elseif pcs_haircol = 2:
  41. $texthcol = 'So you decided to become a brazen redhead?'
  42. elseif pcs_haircol = 3:
  43. $texthcol = 'So you decided to become a blonde?'
  44. end
  45. 'Your stepfather does a doulbe take of you as he notices your hair. "Oh <<$pcs_nickname>>, I see you dyed your hair! <<$texthcol>>" It looks good on you. He takes one last look at your new hair and goes back to watching T.V.'
  46. hcolfatherremember = pcs_haircol
  47. end
  48. ! tongue piercing
  49. if pirsA > 0 and pirsA < 10000 and pirsAfather = 0 and pirsadaytalk ! daystart:
  50. pirseerand = rand(1,100)
  51. pirsadaytalk = daystart
  52. if pirseerand >= 75:
  53. 'Your stepfather looks at your mouth with a curious look as you greet him. "<<$pcs_nickname>>, do you have something shiny in your mouth?"'
  54. act'"No"':
  55. cla
  56. 'You shake your head: "Umm, no! No I don''t!"'
  57. 'You quickly turn away before he can get a good look at your tongue piercing.'
  58. act 'Move away':gt $loc, $loc_arg
  59. end
  60. act'"Yes, would you like to see it?"':
  61. *clr & cla
  62. pirsAfather = 1
  63. gs'stat'
  64. '<center><img <<$set_imgh>> src="images/pc/body/piercings/a<<pirsA>>.jpg" ></center>'
  65. 'You open your mouth and stick out your tongue and wiggle it at him showing him your piercing.'
  66. if TouchedByFather = 0:'Your stepfather shakes his head: "<<$pcs_nickname>>, tongue piercings are only for lewd women who use their mouth to please men."'
  67. if TouchedByFather > 0:'Your stepfather grins: "Nice, I bet you could make someone feel really good with that..."'
  68. act 'Move away':gt $loc, $loc_arg
  69. end
  70. exit
  71. end
  72. end
  73. ! lip piercing
  74. if pirsB > 0 and pirsB < 10000 and pirsBfather = 0 and pirsbdaytalk ! daystart:
  75. pirsadbytalk = daystart
  76. 'Your stepfather takes a long look at your mouth, specifically at your new piercing. He seems confused and asks: "Why did you get that?"'
  77. act '"Don''t you like it? I thought it looked kind of cute."':
  78. *clr & cla
  79. pirsBfather = 1
  80. gs'stat'
  81. '<center><img <<$set_imgh>> src="images/pc/body/piercings/b<<pirsB>>.jpg" ></center>'
  82. 'You shrug. "I don''t know... I just like the way lip rings look, so I got one. Don''t you think it looks cute?"'
  83. if TouchedByFather = 0:'Your stepfather shakes his head: "Kids these days, always adding new holes to themselves..."'
  84. if TouchedByFather > 0:'Your stepfather grins: "I must admit, it does look sexy on you."'
  85. act 'Move away':gt 'father'
  86. end
  87. exit
  88. end
  89. ! earrings
  90. if pirsC > 0 and pirsC < 10000 and pirsCfather=0:
  91. pirsCfather = 1
  92. 'Your stepfather looks at your ears, noting your earrings: "I see you got your ears pierced, Your earrings are very cute."'
  93. end
  94. ! nose ring
  95. if pirsD > 0 and pirsD < 10000 and pirsDfather=0:
  96. pirsDfather = 1
  97. 'Your stepfather looks a bit shocked at your nose ring: "Jesus, <<$pcs_nickname>>, what is- why?! I understand putting a ring in a bull''s nose to lead them by, but on a person? There''s no reason to do that!"'
  98. end
  99. ! eyebrow piercing
  100. if pirsE > 0 and pirsE < 10000 and pirsEfather=0:
  101. pirsEfather=1
  102. 'Your stepfather looks surprised when he sees your eyebrow piercing: "<<$pcs_nickname>>, why would you want that thing in your eyebrow?" He shakes his head in exasperation. "Kids these days..."'
  103. end
  104. ! lip tattoo
  105. if tatlip>0 and fatherTatLip=0 and npc_rel['A28']>=60:
  106. act 'Show him your lip tattoo':
  107. *clr & cla
  108. fatherTatLip = 1
  109. minut += 1
  110. gs'stat'
  111. '<center><img <<$set_imgh>> src="images/pc/body/tattoos/lip/tatlip<<tatlip>>.jpg" ></center>'
  112. if tatlip = 2: $textFatherTatLip = 'A tattoo on the inside of your lip?! That must''ve hurt like hell... it is cute, though.'
  113. if tatlip ! 2: $textFatherTatLip = 'That''s crazy! Why would you get something like that written on you, much less there?! No one would even think of doing that when I was your age.'
  114. 'You pull your lip down, showing your stepfather the tattoo on the inside of your lip. Your stepfather looks surprised: "<<$textFatherTatLip>>"'
  115. act 'Move away':gt $loc, $loc_arg
  116. end
  117. end
  118. if $clothingworntype = 'nude' and npc_pregtalk['A28'] = 0 and func('body_din','pregnancyVisibility') = 1:
  119. 'Your stepfather looks at your belly with a surprised look on his face. He shakes his head in disappointment before looking back at you.: "<<$pcs_nickname>>, you''re pregnant?"'
  120. if npc_sex['A28']!0: 'You see him hesitate for a second, as if weighing whether he should say something or not. He finally does: "All i can say is that i hope the baby is not mine... i''m so disappointed in you "<<$pcs_nickname>>"'
  121. npc_pregtalk['A28'] = 1
  122. elseif $clothingworntype ! 'nude' and npc_pregtalk['A28'] = 0 and func('body_din','pregnancyVisibility') = 1:
  123. 'Your stepfather looks at your belly with a surprised look on his face. He shakes his head in disappointment before looking back at you.: "<<$pcs_nickname>>, you''re pregnant?"'
  124. if npc_sex['A28']!0: 'You see him hesitate for a second, as if weighing whether he should say something or not. He finally does: "All i can say is that i hope that the baby is not mine... i''m so disappointed in you "<<$pcs_nickname>>"'
  125. npc_pregtalk['A28'] = 1
  126. end
  127. !!----------------------------------------end reaction block---------------------------------------------
  128. if week < 6 and ((hour = 8 and minut > 30) or hour >= 9) and hour < 17:
  129. '"Alright <<$pcs_nickname>>. I need to leave for work now or i''ll be late. See you later."'
  130. cla
  131. act '<B>Continue</B>':gt $loc, $loc_arg
  132. exit
  133. end
  134. if hour >= 22:
  135. '"Alright <<$pcs_nickname>>. It''s getting late, I need to get to bed. See you tomorrow."'
  136. cla
  137. act '<B>Continue</B>':gt $loc, $loc_arg
  138. exit
  139. end
  140. act 'Chat':
  141. *clr & cla
  142. minut += rand(10,15)
  143. npc_rel['A28'] += 1
  144. gs 'stat'
  145. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  146. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  147. 'Your stepfather is sittting on the couch in the living room, he is watching TV. You decide to join him for a while and sit down next to him.'
  148. dynamic $fatherRep
  149. act 'Move away':gt 'father'
  150. if npc_rel['A28'] < 20:
  151. gs 'dinfather', 'father 1'
  152. exit
  153. elseif npc_rel['A28'] >= 20 and npc_rel['A28'] < 40:
  154. gs 'dinfather', 'father 2'
  155. exit
  156. elseif npc_rel['A28'] >= 40:
  157. if pcs_apprnc + (npc_rel['A28']/10) <= 60:
  158. gs 'dinfather', 'father 3'
  159. exit
  160. end
  161. if pcs_apprnc + (npc_rel['A28']/10)>60:
  162. gs 'dinfather', 'father 4'
  163. exit
  164. end
  165. end
  166. end
  167. if (hour > 10 and week < 6) or week >= 6:
  168. act 'Ask for money':
  169. *clr & cla
  170. minut += 5
  171. gs 'stat'
  172. '<center><b><font color="maroon">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  173. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  174. 'Your stepfather is sitting on the couch, watching some boring TV show. You sit down next to him.'
  175. dynamic $fatherRep
  176. act 'Move away':gt 'father'
  177. if fatherPayDay = daystart:
  178. 'Trying your cutest face on your stepfather, you ask him for some money. He just shakes his head wearily: "No, <<$pcs_nickname>>. I''ve already given you some money today, don''t be greedy."'
  179. else
  180. if (npc_rel['A28'] <= 40 or (pcs_apprnc + (npc_rel['A28']/10)) <= 60) and TouchedByFather = 0:
  181. 'You ask your stepfather for some money, but he shakes his head in response: "I already gave my salary to your mother, go ask her."'
  182. else
  183. 'You ask your stepfather for some money, but he shakes his head in response: "I already gave my salary to your mother, go ask her."'
  184. if npc_rel['A28'] >= 40 and npc_rel['A28'] < 60 and fatherPayDay ! daystart:FatherMolest = rand(1,4)
  185. if npc_rel['A28'] >= 60 and npc_rel['A28'] < 80 and fatherPayDay ! daystart:FatherMolest = rand(1,2)
  186. if npc_rel['A28'] >=80 and fatherPayDay ! daystart:FatherMolest = 1
  187. if FatherMolest = 1:
  188. 'While you''re talking with him, you notice your stepfather is in a good mood today. Perhaps you can persuade him...'
  189. act '"Oh please?"':
  190. cla
  191. menu_off = 1
  192. minut += 5
  193. gs 'stat'
  194. pcs_horny += rand(1,5)
  195. '"Oh come on, please Daddy?" you beg him, batting your eyelids and trying to look as cute as possible.'
  196. if pcs_apprnc + (npc_rel['A28']/10) >= 200:
  197. fatherLust = 1
  198. elseif pcs_apprnc + (npc_rel['A28']/10) >= 120:
  199. fatherLust = rand(1,2)
  200. elseif pcs_apprnc + (npc_rel['A28']/10) >= 60:
  201. fatherLust = rand(1,4)
  202. else
  203. fatherLust = 2
  204. end
  205. if fatherLust >= 2:
  206. '"Sorry <<$pcs_nickname>>, like I said, I have no money. Go ask your mother."'
  207. else
  208. money += rand(200,300)
  209. gs 'exp_gain', 'persuas', rand(0,2)
  210. fatherPayDay = daystart
  211. gs 'stat'
  212. '"Oh, alright then. Just don''t tell your mother!" he says in a tired voice, keeping his eyes on the doorway as he gives you the money. You act genuinely happy as you take the money from him, giving him a kiss on the cheek as you go.'
  213. end
  214. act 'Move away':gt $loc, $loc_arg
  215. end
  216. if npc_sex['A28']!0:
  217. act 'Blackmail him':
  218. cla
  219. menu_off = 1
  220. minut += 5
  221. money += rand(300,500)
  222. fatherPayDay = daystart
  223. gs 'stat'
  224. '"Aren''t you forgetting something?" you say in a serious voice, referring to your recent intimate moments with him.'
  225. 'Your stepfather is clearly embarrassed by this, and surprised at you for bringing it up. He clears his throat loudly, and the following silence makes you feel slightly uncomfortable. Nevertheless, he reaches for his wallet.'
  226. '"Here you go, you leech! You know you shouldn''t be taking advantage of me like that! Here, take your money and get out of here. Just keep your mouth shut!" You nod and pocket the money, feeling slightly worse for blackmailing him for it.'
  227. act 'Move away':gt $loc, $loc_arg
  228. end
  229. end
  230. end
  231. if FatherMolest > 1:'"<<$pcs_nickname>>, I already said no."'
  232. end
  233. end
  234. end
  235. act 'Ask about him and your mother':
  236. *clr & cla
  237. menu_off = 1
  238. minut += 5
  239. gs 'stat'
  240. '<center><b><font color="maroon">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  241. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  242. '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."'
  243. act 'Move away':gt 'father'
  244. end
  245. act 'Ask about his work':
  246. *clr & cla
  247. menu_off = 1
  248. minut += 5
  249. gs 'stat'
  250. '<center><b><font color="maroon">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  251. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  252. '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."'
  253. act 'Move away':gt 'father'
  254. end
  255. if motherKnowSpravka = 1 and npc_sex['A28']=0:
  256. cla
  257. menu_off = 1
  258. npc_rel['A28'] = 0
  259. motherKnowSpravka = 2
  260. 'Your stepfather angrily walked up to you: "Damnit <<$pcs_nickname>>, your mother told me you''re sexually active already! You''re still so young! I know I can''t stop you, but at least have some decency and don''t bring them to our house." His facial expression then softens, and he adds in a milder voice: "And please... be careful, okay?" You can tell your stepfather is very disappointed in you.'
  261. act 'Move away':gt 'father'
  262. exit
  263. end
  264. if alko > 1 and alkoday ! daystart:
  265. alkoday = daystart
  266. npc_rel['A28'] -= 1
  267. 'Your stepfather notices the sharp smell of booze on you and looks disappointed. "<<$pcs_nickname>>, you smell like alcohol, what are you getting yourself into? You''re too young to drink that!"'
  268. end
  269. if TorgVokzalTimes>0 and YouCanGar = 0:
  270. act 'Ask him permission to store things in his garage':
  271. *clr & cla
  272. menu_off = 1
  273. minut += 5
  274. gs'stat'
  275. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  276. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg" ></center>'
  277. 'You ask your stepfather if it is okay for you to store some things in his garage.'
  278. if npc_rel['A28'] >= 60 or TouchedByFather = 1:
  279. YouCanGar = 1
  280. 'Your stepfather reluctantly agrees to let you store some things in his garage. You can hide some of your trinkets there now.'
  281. else
  282. 'Your stepfather shook his head and said "Sorry <<$pcs_nickname>>. The garage already has more stuff in it than I would like, there''s simply no room."'
  283. end
  284. act 'Move away':gt 'father'
  285. end
  286. end
  287. act 'Ask him what he thinks of your outfit':
  288. *clr & cla
  289. menu_off = 1
  290. minut += rand(10,15)
  291. gs 'stat'
  292. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  293. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  294. 'Your stepfather is sitting on the couch, watching TV. You sat next to him on the sofa.'
  295. dynamic $fatherRep
  296. act 'Move away':gt 'father'
  297. ''
  298. if npc_rel['A28'] <= 40 or (pcs_apprnc + (npc_rel['A28']/10)) <= 60:
  299. 'You ask your stepfather what he thinks of your outfit. It looks like he''s not in the mood to indulge you, and impatiently waves you away with his hand: "Don''t bother me <<$pcs_nickname>>, I''m busy.'
  300. else
  301. 'You move slightly closer towards your stepfather, flirtatiously smile at him and ask him what he thinks of your outfit.'
  302. if pcs_hairbsh <= 0:
  303. pcs_mood -= 5
  304. 'You notice your stepfather keeps glancing at your disheveled hair with a disapproving look on his face. "Silly me, I should really take better care of my hair!" you think to yourself.'
  305. end
  306. if npc_rel['A28'] >= 40 and npc_rel['A28'] < 60:FatherMolest = rand(1,8)
  307. if npc_rel['A28'] >= 60 and npc_rel['A28'] < 80:FatherMolest = rand(1,4)
  308. if npc_rel['A28'] >= 80:FatherMolest = rand(1,2)
  309. if FatherMolest = 1 and locat['Kolka_athome'] = 0:
  310. pcs_horny += rand(1,5)
  311. gs 'stat'
  312. 'He seems happy to oblige, and asks you to twirl your body so he can look at your outfit from all angles. The approving nod and hungry look in his eyes that follow, show that he would like to do more than just watch.'
  313. if pcs_horny >= 50 or TouchedByFather = 1:
  314. act 'Sway your hips back and forth':
  315. *clr & cla
  316. gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
  317. gs 'arousal', 'end'
  318. gs 'stat'
  319. 'In the heat of the moment you gently start to sway your hips back and forth, without even realizing it. When you realize what you''re doing, you stare your stepfather in the eye for a second with a mischievous smile on your lips. You then turn your back to him and keep swaying your ass seductively.'
  320. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  321. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
  322. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
  323. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  324. if fatherLust >= 2:
  325. pcs_horny -= rand(1,5)
  326. gs 'stat'
  327. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim47.jpg"></center>' & '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.'
  328. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim48.jpg"></center>' & 'You avoid his gaze while you keep swaying your ass back and forth, slowly pulling your clothes away so he can see you''re not wearing any underwear. He sighs wistfully and tries to look away, saying in a stern voice: "<<$pcs_nickname>>, this is not fair, you know I am not made of stone. Don''t show me your bare ass like that." Realizing he wants no more part of your little show, you leave.'
  329. elseif fatherLust=1:
  330. if $pantyworntype ! 'none':
  331. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim49.jpg"></center>'
  332. 'As you slowly sway your ass for his viewing pleasure, you notice your stepfather focusing sharply on your ass crack. It takes a few seconds for you to figure out why, but then you remember one of his fetishes: he likes it when girls don''t wear underwear. You bet you could really turn him on if you took them off.'
  333. if pcs_horny >= 90:
  334. act 'Give him your panties':
  335. *clr & cla
  336. gs 'stat'
  337. gs 'panties', 'dispose'
  338. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim50.jpg"></center>'
  339. 'Wanting to see just how riled up you can get your stepfather, you bend over and slowly pull your panties down. "Is this better, Daddy?" you sweetly ask him, and your stepfather panics while you run your hands over your naked ass, gently kneading your ass cheeks. "<<$pcs_nickname>>, please don''t do that! Someone could come in at any second! What do you think your mother would do to you AND me if she saw this!?" he whispers, as he moves to you and frantically tries to cover you up. You sweetly smile at him and whisper: "Relax daddy, we''re fine! Here, for later," as you stuff your panties in his pocket.'
  340. act 'Move away':gt $loc, $loc_arg
  341. end
  342. end
  343. elseif $pantyworntype = 'none':
  344. TouchedByFather = 1
  345. '<center><video autoplay loop src="images/characters/pavlovsk/resident/vladimir/sex/fatherim51.mp4"></video></center>' & 'As you sway your ass in front of your stepfather, you notice his eyes fixating on your ass crack. "What''s this <<$pcs_nickname>>, no panties?" He pushes you down onto your hands and knees and roughly kneads your ass cheeks, pulling them apart. Looks like he is done being teased, and turned the tables on you. He lowers his hands to your upper thighs and pulls your pussy wide open. The wet sheen on your pussy lips gives away how much you enjoy his treatment, and you do your best to stifle your moans so no one else in the house will hear. Thoroughly enjoying the stimulations he is giving you, you can feel your pussy moisten more and more.'
  346. end
  347. end
  348. act 'Move away':gt $loc, $loc_arg
  349. end
  350. if fatherLust = 1:'"Even though he did not expect this from you, you can tell by the spark in his eyes and his heavier breathing that he is, at least, pleasantly surprised by your request.'
  351. end
  352. if pcs_horny >= 90 or TouchedByFather = 1:
  353. if $clothingworntype ! 'nude':
  354. act 'Let him touch your clothes':
  355. *clr & cla
  356. gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
  357. gs 'arousal', 'end'
  358. gs 'stat'
  359. 'You innocently offer him to have a feel at the fabric, pretending you''re really interested to know what he thinks of your the quality of your clothing. Your stepfather looks at you with a slightly puzzled look on his face. "Go on, touch it, it''s so nice and soft!" you encourage him, and you take his hand and pull it towards you.'
  360. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  361. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
  362. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
  363. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  364. if fatherLust >= 2:
  365. pcs_horny -= rand(1,5)
  366. gs 'stat'
  367. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim41.jpg"></center>'
  368. 'Your stepfather clearly doesn''t want to, and is slightly embarrassed by the whole situation. He quickly pulls his hand away and tells you to go straighten your clothes.'
  369. end
  370. if fatherLust = 1:
  371. TouchedByFather = 1
  372. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim42.jpg"></center>' & 'Your stepfather smiles and eagerly reaches for your ass, kneading it rougher than you had anticipated. A bit startled at his roughness you squeak out a soft "Oh!" as he gives it a few slaps. He then sits back on the couch, amused at your embarrassed expression and red face. "You''re right, <<$pcs_nickname>>... it''s very soft indeed. Very nice."'
  373. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg"></center>' & 'Judging from your stepfather''s flustered face, he is more than happy to oblige. He grabs you and bends you over the rear of the couch. You can''t see what he''s doing, but immediately feel his hand brushing against your wet pussy. He slides a finger in and pumps it in and out for a little while, filling the room with squishy noises. You let out a needy moan and feel a tinge of regret when he pulls his hand away and helps you back up. "Daddy, you didn''t even touch my clothes!" you pout. He simply gives you a wink and then returns his attention to the TV.'
  374. end
  375. act 'Move away':gt $loc, $loc_arg
  376. end
  377. act 'Adjust your clothes':
  378. *clr & cla
  379. gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
  380. gs 'arousal', 'end'
  381. gs 'stat'
  382. 'Encouraged by your stepfather''s reaction, you put your hands on your breasts and pretend you''re straightening your clothes. You run your fingers down to your stomach and groin while plucking at the fabric, giving him one hell of a show. He can''t take his eyes off your body and you can tell your actions make him want you more than ever.'
  383. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  384. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
  385. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
  386. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  387. if fatherLust >= 2:
  388. pcs_horny -= rand(1,5)
  389. gs 'stat'
  390. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim45.jpg"></center>' & 'Your stepfather realizes you''re going too far, and interrupts you by clearing his throat loudly. He tells you to go away, making you feel rather uncomfortable.'
  391. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim46.jpg"></center>' & 'Deciding to take your teasing to the next level, you pull your clothes to the side and show him your bare pussy. Your stepfather realizes you''re taking it too far, and sends you off: "<<$pcs_nickname>>, stop that. And go put on some underwear, that''s no way for a lady to behave."'
  392. end
  393. if fatherLust = 1:
  394. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim43.jpg"></center>' & 'You run your hands over your shoulders and slide the straps off to the side, pretending it is an accident. "Oh no, I can be so clumsy sometimes!" you exclaim, while taking way longer than you need to put them back where they need to be. All the while your stepfather''s eyes are glued to your <<$titsize>> breasts, and his face turns beet red.'
  395. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim44.jpg"></center>' & 'You''re not wearing any panties today, and decide to tease your stepfather with it. Moving over to the window you reach for the curtains and begin to rustle them, while the contours of your body are illuminated by the sun. Your clothes are so thin, your stepfather can clearly see the outline of your bare pussy through the semi-transparent clothes. You turn to face him and innocently say "Oh I''m sorry Daddy, I didn''t mean to disturb you. Should I go?" It takes him a few seconds to nod, but his greedy look tells you there are a lot of things he would want to do to you right here, right now.'
  396. end
  397. act 'Move away':gt $loc, $loc_arg
  398. end
  399. end
  400. end
  401. else
  402. 'You twirl on the spot, showing off your outfit from all sides.'
  403. cla
  404. act 'Move away':gt 'father'
  405. end
  406. end
  407. end
  408. if locat['Stepdad'] = 10:
  409. act 'Watch TV together':
  410. *clr & cla
  411. menu_off = 1
  412. minut += 60
  413. pcs_mood += rand(10,50)
  414. gs 'stat'
  415. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  416. '<center><img <<$set_imgh>> src="images/shared/home/telek.jpg"></center>'
  417. dynamic $fatherRep
  418. act 'Move away':gt $loc, $loc_arg
  419. if npc_rel['A28'] < 20:
  420. gs 'dinfather', 'watchtv1'
  421. exit
  422. elseif npc_rel['A28'] >= 20 and npc_rel['A28'] < 40:
  423. gs 'dinfather', 'watchtv2'
  424. exit
  425. elseif npc_rel['A28'] >= 40:
  426. if pcs_apprnc + (npc_rel['A28']/10) <= 0:
  427. gs 'dinfather', 'watchtv4'
  428. exit
  429. end
  430. if pcs_apprnc + (npc_rel['A28']/10) > 60:
  431. gs 'dinfather', 'watchtv4'
  432. exit
  433. end
  434. end
  435. end
  436. end
  437. end
  438. if locat['Stepdad'] = 10 and locat['Mom_athome'] = 0 and locat['Kolka_athome'] = 0 and TouchedByFather = 1 and (pcs_horny >= 50 or npc_sex['A28'] ! 0):
  439. act 'Seduce him':
  440. menu_off = 1
  441. if npc_rel['A28'] < 20:
  442. 'Your stepfather seems to misunderstand your advances.'
  443. gs 'dinfather', 'father 1'
  444. exit
  445. elseif npc_rel['A28'] >= 20 and npc_rel['A28'] < 40:
  446. 'Your stepfather seems to misunderstand your advances.'
  447. gs 'dinfather', 'father 2'
  448. exit
  449. elseif npc_rel['A28'] >= 40:
  450. if pcs_apprnc + (npc_rel['A28']/10) <= 60:
  451. 'Your stepfather clears his throat and changes the subject.'
  452. gs 'dinfather', 'father 3'
  453. exit
  454. end
  455. if pcs_apprnc + (npc_rel['A28']/10) > 60:
  456. *clr & cla
  457. gs 'stat'
  458. minut+=30
  459. npc_rel['A28']+=20
  460. if analplugIN = 1:
  461. gs 'fathersex', 'fatherbend_1'
  462. else
  463. if $pantyworntype ! 'none':
  464. gs 'fathersex', 'fatherbend_2'
  465. else
  466. gs 'fathersex', 'fatherbend_3'
  467. end
  468. end
  469. end
  470. end
  471. end
  472. end
  473. ! WD: Fix old nude variable
  474. if $clothingworntype = 'nude':
  475. menu_off = 1
  476. if tatvag > 0 and Putsawtatvag = 0 and $pantyworntype = 'none':
  477. if npc_rel['A28'] >= 70:
  478. 'With your naked body on display, your pubic tattoo catches your stepfather''s eye. "Wow, that is one hard to miss tattoo. Obviously you didn''t get that one just for yourself", he says as he moves towards you and has a closer look.'
  479. npc_rel['A28'] += 1
  480. Putsawtatvag = 1
  481. act 'Move away':gt $loc, $loc_arg
  482. exit
  483. else
  484. '"Damn tattoo, I can''t believe you would soil your body like that." Your stepfather obviously doesn''t like the tattoo you have in your pubic area. '
  485. npc_rel['A28'] -= 1
  486. Putsawtatvag = 1
  487. act 'Move away':gt $loc, $loc_arg
  488. exit
  489. end
  490. end
  491. if pirsF > 0 and pirsF < 10000 and PutsawpirsF = 0:
  492. if npc_sex['A28'] = 0:
  493. if npc_rel['A28'] >= 60:
  494. '"Hey, those look nice on you!" your stepfather says, nodding at your nipple piercings. He seems to like them.'
  495. npc_rel['A28'] += 3
  496. PutsawpirsF = 1
  497. act 'Move away':gt $loc, $loc_arg
  498. exit
  499. else
  500. '"Why would you do that... you should probably take those out", your stepfather says as he shakes his head, pointing at the piercings in your nipples.'
  501. npc_rel['A28'] -= 1
  502. act 'Move away':gt $loc, $loc_arg
  503. exit
  504. end
  505. else
  506. if hour >= 18 and hour < 21:
  507. '"Hey, those look nice on you!" your stepfather says, nodding at your nipple piercings. He seems to like them.'
  508. npc_rel['A28'] += 3
  509. PutsawpirsF = 1
  510. act 'Move away':gt $loc, $loc_arg
  511. exit
  512. else
  513. '"Wow, those are sexy!" your stepfather says, as he reaches out and touches your nipple piercings. You can''t help but let out an involuntary groan. He admires them for a moment, rubbing his fingers on your nipples and lightly tugging at them before he lets you go.'
  514. npc_rel['A28'] += 3
  515. PutsawpirsF = 1
  516. pcs_horny += 10
  517. act 'Move away':gt $loc, $loc_arg
  518. exit
  519. end
  520. end
  521. end
  522. 'Your stepfather stares at your naked body, you can''t help but notice the admiring look on his face mixed with the torment of him knowing that he should know better. "<<$pcs_nickname>>, have you no shame? You shouldn''t be flaunting your naked body like that, you have no idea what kind of effect it has on men!"'
  523. if locat['Mom_athome'] = 1:$mother_go_text = '"You really should go put some clothes on though, your mother is home. Who knows what she''ll do when she sees you walking around like this!"'
  524. if npc_sex['A28'] = 0:
  525. if npc_rel['A28'] >= 40 or hotcat > 5:
  526. '"You look fantastic," he says, reluctantly turning his face away from you. <<$mother_go_text>>'
  527. npc_rel['A28'] += 1
  528. else
  529. 'He decisively turns his face away from you, avoiding the looks of your naked body. "Don''t be such a whore <<$pcs_nickname>>, go put some clothes on right now."'
  530. npc_rel['A28'] -= 1
  531. end
  532. else
  533. 'His eyes never stop looking at your naked body, you can tell he''s very much impressed by your beauty as you walk around the room. <<$mother_go_text>>'
  534. end
  535. act 'Move away':gt 'bedrPar'
  536. end
  537. if npc_sex['A28'] ! 0 and pirsG > 0 and pirsG < 10000 and PutsawpirsG = 0 and (hour <= 18 or hour > 21):
  538. act 'Show off your pubic piercing':
  539. *clr & cla
  540. menu_off = 1
  541. minut += 5
  542. pcs_horny += 15
  543. gs'stat'
  544. PutsawpirsG = 1
  545. '<center><img <<$set_imgh>> src="images/pc/body/piercings/g<<pirsG>>.jpg" ></center>'
  546. 'Moving closer to your stepfather, you tease him by showing him your pussy. He doesn''t know you have a pubic piercing yet, and you plan on showing it off today. As you absently rub your fingers across your labia, the glint of metal catches his eye and he pushes your hand away before you get a chance to tell him about it. "Well well, what do we have here?" he mutters, gently rubbing his fingers over the shiny new piercing. "<<$pcs_nickname>>, you are such a horny devil... I love it, we''re going to have a lot of fun with this." He spends the next few minutes rubbing and tugging on your new piercing, making lewd comments the whole time. After that he reluctantly lets you go, leaving you hornier than before.'
  547. act 'Move away':gt $loc, $loc_arg
  548. end
  549. end
  550. if npc_sex['A28']!0:fatherwantssex = rand(1,2)
  551. if $clothingworntype = 'nude': fatherwantssex = 1
  552. if npc_sex['A28'] ! 0 and fatherwantssex = 1 and locat['Mom_athome'] = 0 and locat['Kolka_athome'] = 0 and npc_rel['A28'] > 60:
  553. *clr & cla
  554. menu_off = 1
  555. gs 'stat'
  556. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  557. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  558. ! WD: Fix old nude variable
  559. if $clothingworntype = 'nude': 'You give your stepfather a lewd smile. "I figured my clothes would only get in the way Daddy, so I took them off for you."'
  560. 'No words are neccessary, your stepfather simply unbuttons his pants revealing his stiff cock. "<<$pcs_nickname>>, help your old man out will you?"'
  561. act 'Change your mind and leave':gt $loc, $loc_arg
  562. act 'Get down on your knees': gs 'fathersex', 'fatherblow4'
  563. end
  564. --- father ---------------------------------