father.tw 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733
  1. :: father[event]
  2. <!-- !! Model used - anton nilsson-->
  3. <<set _location_dad = $npcs.location('A28')>>
  4. <<set $pc.fatherAge = $npc($npc_father).age>>
  5. <h2>Your stepfather, <<=$npc('A28').fullname>></h2>
  6. <<if _location_dad.activity.includes('dressingUp')>>
  7. <<image "characters/pavlovsk/resident/vladimir/dressSelect.jpg">>
  8. <p>
  9. <<npc 'A28'>><</npc>> is standing in front of the wardrobe, deciding what to wear today. "Not now, $pc.name_nick, I need to get dressed."
  10. </p>
  11. <<else>>
  12. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  13. <<=$npc($npc_father).notes>> He is $pc.fatherAge years old.
  14. /*<<fatherRep>>*/
  15. <<actCLA 'Ask for money'>>
  16. <<addtime 1>>
  17. <h2>Your stepfather, <<=$npc('A28').fullname>></h2>
  18. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  19. 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."
  20. <<ret 'Move away'>>
  21. <</actCLA>>
  22. <</if>>
  23. <<ret>>
  24. :: father_events
  25. /*
  26. <!-- !--------------------------------father comments on appearance changes-------------------------------------------------->
  27. <!-- ! hair color-->
  28. <<if getvar("$hcolfronce") == 0>>
  29. <<set $hcolfatherremember = $pc.hairColor>>
  30. <<set $hcolfronce = 1>>
  31. <</if>>
  32. <<if $hcolfatherremember != $pc.hairColor>>
  33. <<if $pc.hairColor == $pc.hairColorNatural>>
  34. <<set $texthcol = 'Or, rather, un-dyed your hair. So you decided to go back to your natural color?'>>
  35. <<elseif $pc.hairColor == 0>>
  36. <<set $texthcol = 'So you decided to go with black hair?'>>
  37. <<elseif $pc.hairColor == 1>>
  38. <<set $texthcol = 'So you decided to become a brunette?'>>
  39. <<elseif $pc.hairColor == 2>>
  40. <<set $texthcol = 'So you decided to become a brazen redhead?'>>
  41. <<elseif $pc.hairColor == 3>>
  42. <<set $texthcol = 'So you decided to become a blonde?'>>
  43. <</if>>
  44. <p>Your stepfather does a double take of you as he notices your hair. "Oh $pc.name_nick, 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.</p>
  45. <<set $hcolfatherremember = $pc.hairColor>>
  46. <</if>>
  47. <!-- ! tongue piercing-->
  48. <<if $pc.decoGet('piercing','tongue') > 0 and $pc.decoGet('piercing','tongue') < 10000 and getvar("$pirsAfather") == 0 and $pirsadaytalk != $time.daystart>>
  49. <<set $pirseerand = rand(1,100)>>
  50. <<set $pirsadaytalk = $time.daystart>>
  51. <<if getvar("$pirseerand") >= 75>>
  52. <p>Your stepfather looks at your mouth with a curious look as you greet him. "$pc.name_nick, do you have something shiny in your mouth?"</p>
  53. <<actCLA '"No"'>>
  54. <p>You shake your head: "Umm, no! No I don't!"</p>
  55. You quickly turn away before he can get a good look at your tongue piercing.
  56. <<actCLA 'Move away'>>
  57. <<gt $location>>
  58. <</actCLA>>
  59. <</actCLA>>
  60. <<actCLA '"Yes, would you like to see it?"'>>
  61. <<set $pirsAfather = 1>>
  62. <center><img <<$set_imgh>> src="images/pc/body/piercings/a<<pirsA>>.jpg" ></center>
  63. You open your mouth and stick out your tongue and wiggle it at him showing him your piercing.
  64. <<if getvar("$TouchedByFather") == 0>>
  65. <p>Your stepfather shakes his head: "$pc.name_nick, tongue piercings are only for lewd women who use their mouth to please men."</p>
  66. <</if>>
  67. <<if getvar("$TouchedByFather") > 0>>
  68. Your stepfather grins: "Nice, I bet you could make someone feel really good with that..."
  69. <</if>>
  70. <<actCLA 'Move away'>>
  71. <<gt $location>>
  72. <</actCLA>>
  73. <</actCLA>>
  74. $exit
  75. <</if>>
  76. <</if>>
  77. <!-- ! lip piercing-->
  78. <<if $pc.decoGet('piercing','lip') > 0 and $pc.decoGet('piercing','lip') < 10000 and getvar("$pirsBfather") == 0 and $pirsbdaytalk != $time.daystart>>
  79. <<set $pirsadbytalk = $time.daystart>>
  80. <p>Your stepfather takes a long look at your mouth, specifically at your new piercing. He seems confused and asks: "Why did you get that?"</p>
  81. <<actCLA '"Don`t you like it? I thought it looked kind of cute."'>>
  82. <<set $pirsBfather = 1>>
  83. <center><img <<$set_imgh>> src="images/pc/body/piercings/b<<pirsB>>.jpg" ></center>
  84. <p>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?"</p>
  85. <<if getvar("$TouchedByFather") == 0>>
  86. Your stepfather shakes his head: "Kids these days, always adding new holes to themselves..."
  87. <</if>>
  88. <<if getvar("$TouchedByFather") > 0>>
  89. Your stepfather grins: "I must admit, it does look sexy on you."
  90. <</if>>
  91. <<actCLA 'Move away'>>
  92. <<gt 'father'>>
  93. <</actCLA>>
  94. <</actCLA>>
  95. $exit
  96. <</if>>
  97. <!-- ! earrings-->
  98. <<if $pc.decoGet('piercing','ears') > 0 and $pc.decoGet('piercing','ears') < 10000 and getvar("$pirsCfather") == 0>>
  99. <<set $pirsCfather = 1>>
  100. Your stepfather looks at your ears, noting your earrings: "I see you got your ears pierced. Your earrings are very cute."
  101. <</if>>
  102. <!-- ! nose ring-->
  103. <<if $pc.decoGet('piercing','nose') > 0 and $pc.decoGet('piercing','nose') < 10000 and getvar("$pirsDfather") == 0>>
  104. <<set $pirsDfather = 1>>
  105. <p>Your stepfather looks a bit shocked at your nose ring: "Jesus, $pc.name_nick, 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!"</p>
  106. <</if>>
  107. <!-- ! eyebrow piercing-->
  108. <<if $pc.decoGet('piercing','eyebrow') > 0 and $pc.decoGet('piercing','eyebrow') < 10000 and getvar("$pirsEfather") == 0>>
  109. <<set $pirsEfather = 1>>
  110. <p>Your stepfather looks surprised when he sees your eyebrow piercing: "$pc.name_nick, why would you want that thing in your eyebrow?" He shakes his head in exasperation. "Kids these days..."</p>
  111. <</if>>
  112. <!-- ! lip tattoo-->
  113. <<if getvar("$tatlip") > 0 and getvar("$pc.fatherTatLip") == 0 and $npc('A28').rel >= 60>>
  114. <<actCLA 'Show him your lip tattoo'>>
  115. <<set $pc.fatherTatLip = 1>>
  116. <<set $time.minutes += 1>>
  117. <center><img <<$set_imgh>> src="images/pc/body/tattoos/lip/tatlip<<tatlip>>.jpg" ></center>
  118. <<if getvar("$tatlip") == 2>>
  119. <<set $textFatherTatLip = 'A tattoo on the inside of your lip?! That must`ve hurt like hell... it is cute, though.'>>
  120. <</if>>
  121. <<if getvar("$tatlip") != 2>>
  122. <<set $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.'>>
  123. <</if>>
  124. <p>You pull your lip down, showing your stepfather the tattoo on the inside of your lip. Your stepfather looks surprised: "$textFatherTatLip"</p>
  125. <<actCLA 'Move away'>>
  126. <<gt $location>>
  127. <</actCLA>>
  128. <</actCLA>>
  129. <</if>>
  130. <<if $wardrobe.clothingworntype == 'nude' and $npc('A28').pregtalk == 0 and func('body_din','pregnancyVisibility') == 1>>
  131. <p>Your stepfather looks at your belly with a surprised look on his face. He shakes his head in disappointment before looking back at you.: "$pc.name_nick, you're pregnant?"</p>
  132. <<if $npc('A28').sex != 0>>
  133. <p>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 "$pc.name_nick"</p>
  134. <</if>>
  135. <<set $npc('A28').pregtalk = 1>>
  136. <<elseif $wardrobe.clothingworntype != 'nude' and $npc('A28').pregtalk == 0 and func('body_din','pregnancyVisibility') == 1>>
  137. <p>Your stepfather looks at your belly with a surprised look on his face. He shakes his head in disappointment before looking back at you.: "$pc.name_nick, you're pregnant?"</p>
  138. <<if $npc('A28').sex != 0>>
  139. <p>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 "$pc.name_nick"</p>
  140. <</if>>
  141. <<set $npc('A28').pregtalk = 1>>
  142. <</if>>
  143. <!-- !!----------------------------------------end reaction block----------------------------------------------->
  144. <<if $time.weekday < 6 and (($time.hour == 8 and $time.minutes > 30) or $time.hour >= 9) and $time.hour < 17>>
  145. <p>"Alright $pc.name_nick. I need to leave for work now or i'll be late. See you later."</p>
  146. <<actCLA '<B>Continue</B>'>>
  147. <<gt $location>>
  148. <</actCLA>>
  149. $exit
  150. <</if>>
  151. <<if $time.hour >= 22>>
  152. <p>"Alright $pc.name_nick. It's getting late, I need to get to bed. See you tomorrow."</p>
  153. <<actCLA '<B>Continue</B>'>>
  154. <<gt $location>>
  155. <</actCLA>>
  156. $exit
  157. <</if>>
  158. <<actCLA 'Chat'>>
  159. <<gt 'father_chat'>>
  160. <</actCLA>>
  161. <<if ($time.hour > 10 and $time.weekday < 6) or $time.weekday >= 6>>
  162. <<if $pc.isSchoolStudent>>*/
  163. <<actCLA 'Ask for money'>>
  164. <<addtime 2>>
  165. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  166. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  167. /*Your stepfather is sitting on the couch, watching some boring TV show. You sit down next to him.
  168. <<fatherRep>>*/
  169. <<ret 'Move away'>>
  170. /*
  171. <<if $pc.fatherPayDay == $time.daystart>>
  172. <p>Trying your cutest face on your stepfather, you ask him for some money. He just shakes his head wearily: "No, $pc.name_nick. I've already given you some money today, don't be greedy."</p>
  173. <<else>>
  174. <<if (npc_rel['A28'] <= 40 or pcs_apprnc + ($npc('A28').rel / 10)) <= 60 and getvar("$TouchedByFather") == 0>>*/
  175. 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."
  176. /*<<else>>
  177. 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."
  178. <<if $npc('A28').rel >= 40 and $npc('A28').rel < 60 and $pc.fatherPayDay != $time.daystart>>
  179. <<set $FatherMolest = rand(1,4)>>
  180. <</if>>
  181. <<if $npc('A28').rel >= 60 and $npc('A28').rel < 80 and $pc.fatherPayDay != $time.daystart>>
  182. <<set $FatherMolest = rand(1,2)>>
  183. <</if>>
  184. <<if $npc('A28').rel >= 80 and $pc.fatherPayDay != $time.daystart>>
  185. <<set $FatherMolest = 1>>
  186. <</if>>
  187. <<if getvar("$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. <<actCLA '"Oh please?"'>>
  190. <<set $menu_off = 1>>
  191. <<set $time.minutes += 5>>
  192. <<set $pc.horny += rand(1,5)>>
  193. <p>"Oh come on, please Daddy?" you beg him, batting your eyelids and trying to look as cute as possible.</p>
  194. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200>>
  195. <<set $pc.fatherLust = 1>>
  196. <<elseif $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120>>
  197. <<set $pc.fatherLust = rand(1,2)>>
  198. <<elseif $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60>>
  199. <<set $pc.fatherLust = rand(1,4)>>
  200. <<else>>
  201. <<set $pc.fatherLust = 2>>
  202. <</if>>
  203. <<if getvar("$pc.fatherLust") >= 2>>
  204. <p>"Sorry $pc.name_nick, like I said, I have no money. Go ask your mother."</p>
  205. <<else>>
  206. <<set $finances.cash += rand(200,300)>>
  207. <<run $pc.skillExperienceGain('persuasion',rand(0,2))>>
  208. <<set $pc.fatherPayDay = $time.daystart>>
  209. <p>"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.</p>
  210. <</if>>
  211. <<actCLA 'Move away'>>
  212. <<gt $location>>
  213. <</actCLA>>
  214. <</actCLA>>
  215. <<if $npc('A28').sex != 0>>
  216. <<actCLA 'Blackmail him'>>
  217. <<set $menu_off = 1>>
  218. <<set $time.minutes += 5>>
  219. <<set $finances.cash += rand(300,500)>>
  220. <<set $pc.fatherPayDay = $time.daystart>>
  221. <p>"Aren't you forgetting something?" you say in a serious voice, referring to your recent intimate moments with him.</p>
  222. 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.
  223. <p>"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.</p>
  224. <<actCLA 'Move away'>>
  225. <<gt $location>>
  226. <</actCLA>>
  227. <</actCLA>>
  228. <</if>>
  229. <</if>>
  230. <<if getvar("$FatherMolest") > 1>>
  231. <p>"$pc.name_nick, I already said no."</p>
  232. <</if>>
  233. <</if>>
  234. <</if>>*/
  235. <</actCLA>>
  236. /*<</if>>*/
  237. /*<<actCLA 'Ask about him and your mother'>>
  238. <<set $menu_off = 1>>
  239. <<set $time.minutes += 5>>
  240. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  241. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  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. <<actCLA 'Move away'>>
  244. <<gt 'father'>>
  245. <</actCLA>>
  246. <</actCLA>>
  247. <<actCLA 'Ask about his work'>>
  248. <<set $menu_off = 1>>
  249. <<set $time.minutes += 5>>
  250. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  251. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  252. <p>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."</p>
  253. <<actCLA 'Move away'>>
  254. <<gt 'father'>>
  255. <</actCLA>>
  256. <</actCLA>>
  257. <<if getvar("$motherKnowSpravka") == 1 and $npc('A28').sex == 0 and $pc.isSchoolStudent>>
  258. <<set $menu_off = 1>>
  259. <<set $npc('A28').rel = 0>>
  260. <<set $motherKnowSpravka = 2>>
  261. <p>Your stepfather angrily walked up to you: "Damnit $pc.name_nick, 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.</p>
  262. <<actCLA 'Move away'>>
  263. <<gt 'father'>>
  264. <</actCLA>>
  265. $exit
  266. <</if>>
  267. <<if $pc.alko > 1 and $pc.alkoday != $time.daystart>>
  268. <<set $pc.alkoday = $time.daystart>>
  269. <<run $npcs.dec('A28','rel',1)>>
  270. <p>Your stepfather notices the sharp smell of booze on you and looks disappointed. "$pc.name_nick, you smell like alcohol, what are you getting yourself into? You're too young to drink that!"</p>
  271. <</if>>
  272. <<if getvar("$TorgVokzalTimes") > 0 and getvar("$YouCanGar") == 0 and $pc.isSchoolStudent>>
  273. <<actCLA 'Ask him permission to store things in his garage'>>
  274. <<set $menu_off = 1>>
  275. <<set $time.minutes += 5>>
  276. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  277. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  278. You ask your stepfather if it is okay for you to store some things in his garage.
  279. <<if $npc('A28').rel >= 60 or getvar("$TouchedByFather") == 1>>
  280. <<set $YouCanGar = 1>>
  281. Your stepfather reluctantly agrees to let you store some things in his garage. You can hide some of your trinkets there now.
  282. <<else>>
  283. <p>Your stepfather shook his head and said "Sorry $pc.name_nick. The garage already has more stuff in it than I would like, there's simply no room."</p>
  284. <</if>>
  285. <<actCLA 'Move away'>>
  286. <<gt 'father'>>
  287. <</actCLA>>
  288. <</actCLA>>
  289. <</if>>
  290. <<actCLA 'Ask him what he thinks of your outfit'>>
  291. <<set $menu_off = 1>>
  292. <<set $time.minutes += rand(10,15)>>
  293. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  294. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  295. Your stepfather is sitting on the couch, watching TV. You sat next to him on the sofa.
  296. <<fatherRep>>
  297. <<actCLA 'Move away'>>
  298. <<gt 'father'>>
  299. <</actCLA>>
  300. <p></p>
  301. <<if $npc('A28').rel <= 40 or ($pc.pcs_apprnc + ($npc('A28').rel / 10)) <= 60>>
  302. <p>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 $pc.name_nick, I'm busy."</p>
  303. <<else>>
  304. You move slightly closer towards your stepfather, flirtatiously smile at him and ask him what he thinks of your outfit.
  305. <<if $pc.pcs_hairbsh <= 0>>
  306. <<set $pc.mood -= 5>>
  307. <p>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.</p>
  308. <</if>>
  309. <<if $npc('A28').rel >= 40 and $npc('A28').rel < 60>>
  310. <<set $FatherMolest = rand(1,8)>>
  311. <</if>>
  312. <<if $npc('A28').rel >= 60 and $npc('A28').rel < 80>>
  313. <<set $FatherMolest = rand(1,4)>>
  314. <</if>>
  315. <<if $npc('A28').rel >= 80>>
  316. <<set $FatherMolest = rand(1,2)>>
  317. <</if>>
  318. <<if getvar("$FatherMolest") == 1 and getvar("$locat['Kolka_athome']") == 0>>
  319. <<set $pc.horny += rand(1,5)>>
  320. 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.
  321. <<if $pc.horny >= 50 or getvar("$TouchedByFather") == 1>>
  322. <<actCLA 'Sway your hips back and forth'>>
  323. <<arouse 'foreplay' 5 `['incest','exhibitionism']`>>
  324. 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.
  325. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  326. <<set $pc.fatherLust = 2>>
  327. <</if>>
  328. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  329. <<set $pc.fatherLust = rand(1,4)>>
  330. <</if>>
  331. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  332. <<set $pc.fatherLust = rand(1,2)>>
  333. <</if>>
  334. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  335. <<set $pc.fatherLust = 1>>
  336. <</if>>
  337. <<if getvar("$pc.fatherLust") >= 2>>
  338. <<set $pc.horny -= rand(1,5)>>
  339. <<if $wardrobe.isWearingPanties>>
  340. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim47.jpg">>
  341. <</if>>
  342. <<if !$wardrobe.isWearingPanties>>
  343. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim48.jpg">>
  344. <</if>>
  345. <<elseif getvar("$pc.fatherLust") == 1>>
  346. <<if $wardrobe.isWearingPanties>>
  347. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim49.jpg">>
  348. 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.
  349. <<if $pc.horny >= 90>>
  350. <<actCLA 'Give him your panties'>>
  351. <<gs 'panties' 'dispose'>>
  352. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim50.jpg">>
  353. <p>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. "$pc.name_nick, 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.</p>
  354. <<actCLA 'Move away'>>
  355. <<gt $location>>
  356. <</actCLA>>
  357. <</actCLA>>
  358. <</if>>
  359. <<elseif !$wardrobe.isWearingPanties>>
  360. <<set $TouchedByFather = 1>>
  361. <<video "characters/pavlovsk/resident/vladimir/sex/fatherim51.mp4">>
  362. <</if>>
  363. <</if>>
  364. <<actCLA 'Move away'>>
  365. <<gt $location>>
  366. <</actCLA>>
  367. <</actCLA>>
  368. <<if getvar("$pc.fatherLust") == 1>>
  369. 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.
  370. <</if>>
  371. <</if>>
  372. <<if $pc.horny >= 90 or getvar("$TouchedByFather") == 1>>
  373. <<if $wardrobe.clothingworntype != 'nude'>>
  374. <<actCLA 'Let him touch your clothes'>>
  375. <<arouse 'foreplay' 5 `['incest','exhibitionism']`>>
  376. <p>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.</p>
  377. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  378. <<set $pc.fatherLust = 2>>
  379. <</if>>
  380. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  381. <<set $pc.fatherLust = rand(1,4)>>
  382. <</if>>
  383. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  384. <<set $pc.fatherLust = rand(1,2)>>
  385. <</if>>
  386. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  387. <<set $pc.fatherLust = 1>>
  388. <</if>>
  389. <<if getvar("$pc.fatherLust") >= 2>>
  390. <<set $pc.horny -= rand(1,5)>>
  391. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim41.jpg">>
  392. 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.
  393. <</if>>
  394. <<if getvar("$pc.fatherLust") == 1>>
  395. <<set $TouchedByFather = 1>>
  396. <<if $wardrobe.isWearingPanties>>
  397. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim42.jpg">>
  398. <</if>>
  399. <<if !$wardrobe.isWearingPanties>>
  400. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg">>
  401. <</if>>
  402. <</if>>
  403. <<actCLA 'Move away'>>
  404. <<gt $location>>
  405. <</actCLA>>
  406. <</actCLA>>
  407. <<actCLA 'Adjust your clothes'>>
  408. <<arouse 'foreplay' 5 `['incest','exhibitionism']`>>
  409. 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.
  410. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  411. <<set $pc.fatherLust = 2>>
  412. <</if>>
  413. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  414. <<set $pc.fatherLust = rand(1,4)>>
  415. <</if>>
  416. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  417. <<set $pc.fatherLust = rand(1,2)>>
  418. <</if>>
  419. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  420. <<set $pc.fatherLust = 1>>
  421. <</if>>
  422. <<if getvar("$pc.fatherLust") >= 2>>
  423. <<set $pc.horny -= rand(1,5)>>
  424. <<if $wardrobe.isWearingPanties>>
  425. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim45.jpg">>
  426. <</if>>
  427. <<if !$wardrobe.isWearingPanties>>
  428. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim46.jpg">>
  429. <</if>>
  430. <</if>>
  431. <<if getvar("$pc.fatherLust") == 1>>
  432. <<if $wardrobe.isWearingPanties>>
  433. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim43.jpg">>
  434. <</if>>
  435. <<if !$wardrobe.isWearingPanties and $time.dayStage < 5>>
  436. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim44.jpg">>
  437. <</if>>
  438. <<if !$wardrobe.isWearingPanties and $time.dayStage >= 5>>
  439. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim44.jpg">>
  440. <</if>>
  441. <</if>>
  442. <<actCLA 'Move away'>>
  443. <<gt $location>>
  444. <</actCLA>>
  445. <</actCLA>>
  446. <</if>>
  447. <</if>>
  448. <<else>>
  449. You twirl on the spot, showing off your outfit from all sides.
  450. <<actCLA 'Move away'>>
  451. <<gt 'father'>>
  452. <</actCLA>>
  453. <</if>>
  454. <</if>>
  455. <</actCLA>>
  456. <<if getvar("$locat['Stepdad']") == 10>>
  457. <<actCLA 'Watch TV together'>>
  458. <<set $menu_off = 1>>
  459. <<set $time.minutes += 60>>
  460. <<set $pc.mood += rand(10,50)>>
  461. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  462. <<image "shared/home/telek.jpg">>
  463. <<fatherRep>>
  464. <<actCLA 'Move away'>>
  465. <<gt $location>>
  466. <</actCLA>>
  467. <<if $npc('A28').rel < 20>>
  468. <<gs 'dinfather' 'watchtv1'>>
  469. $exit
  470. <<elseif $npc('A28').rel >= 20 and $npc('A28').rel < 40>>
  471. <<gs 'dinfather' 'watchtv2'>>
  472. $exit
  473. <<elseif $npc('A28').rel >= 40>>
  474. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 0>>
  475. <<gs 'dinfather' 'watchtv4'>>
  476. $exit
  477. <</if>>
  478. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) > 60>>
  479. <<gs 'dinfather' 'watchtv4'>>
  480. $exit
  481. <</if>>
  482. <</if>>
  483. <</actCLA>>
  484. <</if>>
  485. <</if>>
  486. <<if getvar("$locat['Stepdad']") == 10 and getvar("$locat['Mom_athome']") == 0 and getvar("$locat['Kolka_athome']") == 0 and getvar("$TouchedByFather") == 1 and ($pc.horny >= 50 or $npc('A28').sex != 0)>>
  487. <<actCLA 'Seduce him'>>
  488. <<set $menu_off = 1>>
  489. <<if $npc('A28').rel < 20>>
  490. Your stepfather seems to misunderstand your advances.
  491. <<gs 'dinfather' 'father 1'>>
  492. $exit
  493. <<elseif $npc('A28').rel >= 20 and $npc('A28').rel < 40>>
  494. Your stepfather seems to misunderstand your advances.
  495. <<gs 'dinfather' 'father 2'>>
  496. $exit
  497. <<elseif $npc('A28').rel >= 40>>
  498. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 60>>
  499. Your stepfather clears his throat and changes the subject.
  500. <<gs 'dinfather' 'father 3'>>
  501. $exit
  502. <</if>>
  503. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) > 60>>
  504. <<set $time.minutes += 30>>
  505. <<set $npc('A28').rel += 20>>
  506. <<if getvar("$pc.analplugin") == 1>>
  507. <<gs 'fathersex' 'fatherbend_1'>>
  508. <<else>>
  509. <<if $wardrobe.isWearingPanties>>
  510. <<gs 'fathersex' 'fatherbend_2'>>
  511. <<else>>
  512. <<gs 'fathersex' 'fatherbend_3'>>
  513. <</if>>
  514. <</if>>
  515. <</if>>
  516. <</if>>
  517. <</actCLA>>
  518. <</if>>
  519. <!-- ! WD: Fix old nude variable-->
  520. <<if $wardrobe.clothingworntype == 'nude'>>
  521. <<set $menu_off = 1>>
  522. <<if getvar("$tatvag") > 0 and getvar("$Putsawtatvag") == 0 and !$wardrobe.isWearingPanties>>
  523. <<if $npc('A28').rel >= 70>>
  524. 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.
  525. <<set $npc('A28').rel += 1>>
  526. <<set $Putsawtatvag = 1>>
  527. <<actCLA 'Move away'>>
  528. <<gt $location>>
  529. <</actCLA>>
  530. $exit
  531. <<else>>
  532. "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.
  533. <<run $npcs.dec('A28','rel',1)>>
  534. <<set $Putsawtatvag = 1>>
  535. <<actCLA 'Move away'>>
  536. <<gt $location>>
  537. <</actCLA>>
  538. $exit
  539. <</if>>
  540. <</if>>
  541. <<if $pc.decoGet('piercing','nipple') > 0 and $pc.decoGet('piercing','nipple') < 10000 and getvar("$PutsawpirsF") == 0>>
  542. <<if $npc('A28').sex == 0>>
  543. <<if $npc('A28').rel >= 60>>
  544. <p>"Hey, those look nice on you!" your stepfather says, nodding at your nipple piercings. He seems to like them.</p>
  545. <<set $npc('A28').rel += 3>>
  546. <<set $PutsawpirsF = 1>>
  547. <<actCLA 'Move away'>>
  548. <<gt $location>>
  549. <</actCLA>>
  550. $exit
  551. <<else>>
  552. "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.
  553. <<run $npcs.dec('A28','rel',1)>>
  554. <<actCLA 'Move away'>>
  555. <<gt $location>>
  556. <</actCLA>>
  557. $exit
  558. <</if>>
  559. <<else>>
  560. <<if $time.hour >= 18 and $time.hour < 21>>
  561. <p>"Hey, those look nice on you!" your stepfather says, nodding at your nipple piercings. He seems to like them.</p>
  562. <<set $npc('A28').rel += 3>>
  563. <<set $PutsawpirsF = 1>>
  564. <<actCLA 'Move away'>>
  565. <<gt $location>>
  566. <</actCLA>>
  567. $exit
  568. <<else>>
  569. <p>"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.</p>
  570. <<set $npc('A28').rel += 3>>
  571. <<set $PutsawpirsF = 1>>
  572. <<set $pc.horny += 10>>
  573. <<actCLA 'Move away'>>
  574. <<gt $location>>
  575. <</actCLA>>
  576. $exit
  577. <</if>>
  578. <</if>>
  579. <</if>>
  580. <p>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. "$pc.name_nick, 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!"</p>
  581. <<if getvar("$locat['Mom_athome']") == 1>>
  582. <<set $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!"'>>
  583. <</if>>
  584. <<if $npc('A28').sex == 0>>
  585. <<if $npc('A28').rel >= 40 or $pc.hotcat > 5>>
  586. <p>"You look fantastic," he says, reluctantly turning his face away from you. $mother_go_text</p>
  587. <<set $npc('A28').rel += 1>>
  588. <<else>>
  589. <p>He decisively turns his face away from you, avoiding the looks of your naked body. "Don't be such a whore $pc.name_nick, go put some clothes on right now."</p>
  590. <<run $npcs.dec('A28','rel',1)>>
  591. <</if>>
  592. <<else>>
  593. <p>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</p>
  594. <</if>>
  595. <<actCLA 'Move away'>>
  596. <<gt 'bedrPar'>>
  597. <</actCLA>>
  598. <</if>>
  599. <<if $npc('A28').sex != 0 and $pc.decoGet('piercing','pussy') > 0 and $pc.decoGet('piercing','pussy') < 10000 and getvar("$PutsawpirsG") == 0 and ($time.hour <= 18 or $time.hour > 21)>>
  600. <<actCLA 'Show off your pubic piercing'>>
  601. <<set $menu_off = 1>>
  602. <<set $time.minutes += 5>>
  603. <<set $pc.horny += 15>>
  604. <<set $PutsawpirsG = 1>>
  605. <center><img <<$set_imgh>> src="images/pc/body/piercings/g<<pirsG>>.jpg" ></center>
  606. <p>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. "$pc.name_nick, 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.</p>
  607. <<actCLA 'Move away'>>
  608. <<gt $location>>
  609. <</actCLA>>
  610. <</actCLA>>
  611. <</if>>
  612. <<if $npc('A28').sex != 0>>
  613. <<set $pc.fatherwantssex = rand(1,2)>>
  614. <</if>>
  615. <<if $wardrobe.clothingworntype == 'nude'>>
  616. <<set $pc.fatherwantssex = 1>>
  617. <</if>>
  618. <<if $npc('A28').sex != 0 and getvar("$pc.fatherwantssex") == 1 and getvar("$locat['Mom_athome']") == 0 and getvar("$locat['Kolka_athome']") == 0 and $npc('A28').rel > 60>>
  619. <<set $menu_off = 1>>
  620. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  621. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  622. <!-- ! WD: Fix old nude variable-->
  623. <<if $wardrobe.clothingworntype == 'nude'>>
  624. 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."
  625. <</if>>
  626. <p>No words are neccessary, your stepfather simply unbuttons his pants revealing his stiff cock. "$pc.name_nick, help your old man out will you?"</p>
  627. <<actCLA 'Change your mind and leave'>>
  628. <<gt $location>>
  629. <</actCLA>>
  630. <<actCLA 'Get down on your knees'>>
  631. <<gs 'fathersex' 'fatherblow4'>>
  632. <</actCLA>>
  633. <</if>>
  634. :: fatherRep_macro[widget]
  635. <<widget 'fatherRep'>>
  636. <<if $npc('A28').rel < 20>>
  637. You and your stepfather can't stand each other, and spend as little time in the same room as possible.
  638. <<elseif $npc('A28').rel < 40>>
  639. You and your stepfather don't get along very well.
  640. <<elseif $npc('A28').rel < 60>>
  641. You have a normal relationship with your stepfather.
  642. <<elseif $npc('A28').rel < 80>>
  643. You have a good relationship with your stepfather.
  644. <<else>>
  645. You have a great relationship with your stepfather.
  646. <</if>>
  647. <</widget>>
  648. :: father_chat
  649. <<set $time.minutes += rand(10,15)>>
  650. <<set $npc('A28').rel += 1>>
  651. <h2>Your stepfather, <<=$npc('A28').firstname>> <<=$npc('A28').lastname>></h2>
  652. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  653. <<if $loc == $sitrPar>>
  654. Your stepfather is sitting 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.
  655. <<else>>
  656. Your stepfather is sitting by the dinner table eating and reading the newspaper.
  657. <</if>>
  658. <p><<fatherRep>></p>
  659. <<actCLA 'Move away'>>
  660. <<gt 'father'>>
  661. <</actCLA>>
  662. <<if getvar("$npc('A28').rel") < 20>>
  663. <<gs 'dinfather' 'father 1'>>
  664. <<elseif getvar("$npc('A28').rel") >= 20 and getvar("$npc('A28').rel") < 40>>
  665. <<gs 'dinfather' 'father 2'>>
  666. <<elseif getvar("$npc('A28').rel") >= 40>>
  667. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 60>>
  668. <<gs 'dinfather' 'father 3'>>
  669. <</if>>
  670. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) > 60>>
  671. <<gs 'dinfather' 'father 4'>>
  672. <</if>>
  673. <</if>> */