garfather.tw 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645
  1. :: garfather
  2. <<set $here = 'garfather'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $pc.fatherAge = year - (((npc_dob['A28']) - ($npc('A28').dob % 10000)) / 10000)>>
  5. <<gs 'dinSex'>>
  6. <<set $loc_arg = ''>>
  7. <<set $loc = 'garfather'>>
  8. <<set $location_type = 'event'>>
  9. <<set $menu_loc = 'garfather'>>
  10. <<set $menu_arg = ''>>
  11. <<set $menu_off = 0>>
  12. <center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>
  13. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  14. 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.
  15. <<fatherRep>>
  16. <<act 'Leave'>>
  17. <<gt 'gargazel'>>
  18. <</act>>
  19. <<if getvar("$locat['Stepdad']") != 9>>
  20. <<msg 'Your Stepfather is no longer in the garage'>>
  21. <<gt 'gargazel'>>
  22. <</if>>
  23. <<actCLA 'Chat'>>
  24. <<set $menu_off = 1>>
  25. <<set $time.minutes += rand(10,15)>>
  26. <center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>
  27. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  28. Your stepfather is sitting on a chair, twirling some kind of dirty car part in his hands. You sit down next to him on a nearby chair.
  29. <<fatherRep>>
  30. <<if $npc('A28').rel < 20>>
  31. <!-- !He hates you-->
  32. 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.
  33. <<if $sorryday != $time.daystart>>
  34. <<actCLA 'Apologize' undefined `{willpower:['misc','self']}`>>
  35. <<set $sorryday = $time.daystart>>
  36. <<set $npc('A28').rel += ($pc.skillLevel("intelligence" / 10) + ($pc.pcs_apprnc / 20))>>
  37. You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.
  38. <<actCLA 'Move away'>>
  39. <<gt $location>>
  40. <</actCLA>>
  41. <</actCLA>>
  42. <</if>>
  43. <<actCLA 'Move away'>>
  44. <<gt $location>>
  45. <</actCLA>>
  46. <<elseif $npc('A28').rel >= 20 and $npc('A28').rel < 40>>
  47. <!-- !He doesn''t like you very much-->
  48. 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.
  49. <<if $sorryday != $time.daystart>>
  50. <<actCLA 'Try to get on his good side' undefined `{willpower:['misc','self']}`>>
  51. <<set $sorryday = $time.daystart>>
  52. <<set $npc('A28').rel += ($pc.skillLevel("intelligence" / 10) + ($pc.pcs_apprnc / 20))>>
  53. 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.
  54. <<actCLA 'Move away'>>
  55. <<gt $location>>
  56. <</actCLA>>
  57. <</actCLA>>
  58. <</if>>
  59. <<actCLA 'Move away'>>
  60. <<gt $location>>
  61. <</actCLA>>
  62. <<elseif $npc('A28').rel >= 40>>
  63. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 60>>
  64. <!-- !good relations but he is not attracted to you-->
  65. <<gs 'dinfather' 'garchat'>>
  66. <<else>>
  67. <!-- !good relations and he finds you attractive-->
  68. <<set $talkrand = rand(1,100)>>
  69. <<if getvar("$talkrand") >= 20>>
  70. <<gs 'dinfather' 'garchat'>>
  71. <<elseif getvar("$talkrand") < 20>>
  72. You relax and share funny stories with your stepfather.
  73. <<if $npc('A28').rel >= 40 and $npc('A28').rel < 60>>
  74. <<set $FatherMolest = rand(1,8)>>
  75. <</if>>
  76. <<if $npc('A28').rel >= 60 and $npc('A28').rel < 80>>
  77. <<set $FatherMolest = rand(1,4)>>
  78. <</if>>
  79. <<if $npc('A28').rel >= 80>>
  80. <<set $FatherMolest = rand(1,2)>>
  81. <</if>>
  82. <<if getvar("$FatherMolest") == 1>>
  83. <<gs 'dinfather' 'gar_act1'>>
  84. <<gs 'dinfather' 'gar_act2'>>
  85. <<gs 'dinfather' 'gar_act3'>>
  86. <<else>>
  87. <<gs 'dinfather' 'garchat'>>
  88. <</if>>
  89. <</if>>
  90. <</if>>
  91. <</if>>
  92. <</actCLA>>
  93. <<actCLA 'Help'>>
  94. <<set $menu_off = 1>>
  95. <<set $time.minutes += 60>>
  96. <<run $pc.sweatAdd(10)>>
  97. <<run $pc.skillExperienceGain('handyWork',rand(0,3))>>
  98. <center><B><font color=maroon>Stepfather Vladimir Skryabin</font></B></center>
  99. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  100. Your stepfather is sitting on a chair, twirling some kind of dirty car part in his hands. You sit down next to him on a nearby chair.
  101. <<fatherRep>>
  102. <<if $npc('A28').rel < 20>>
  103. <!-- !scandal stepfather-->
  104. <p>You offer to help your stepfather out in the garage. He waves you away and grumpily says "Get out of the way $pc.name_nick, can't you see I'm busy? Besides, why would I want to be around you?"</p>
  105. <<if $sorryday != $time.daystart>>
  106. <<actCLA 'Apologize' undefined `{willpower:['misc','self']}`>>
  107. <<set $sorryday = $time.daystart>>
  108. <<set $npc('A28').rel += ($pc.skillLevel("intelligence" / 10) + ($pc.pcs_apprnc / 20))>>
  109. You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.
  110. <<actCLA 'Move away'>>
  111. <<gt $location>>
  112. <</actCLA>>
  113. <</actCLA>>
  114. <</if>>
  115. <<actCLA 'Move away'>>
  116. <<gt $location>>
  117. <</actCLA>>
  118. <<elseif $npc('A28').rel >= 20 and $npc('A28').rel < 40>>
  119. <!-- !strained relations-->
  120. <p>You ask your stepfather if there's anything you can do to help him out in the garage, but he shrugs and shakes his head. "And what would you even do? Maybe you should go help your mother in the kitchen, that seems to suit your skill set better."</p>
  121. <<if $sorryday != $time.daystart>>
  122. <<actCLA 'Try to get on his good side' undefined `{willpower:['misc','self']}`>>
  123. <<set $sorryday = $time.daystart>>
  124. <<set $npc('A28').rel += ($pc.skillLevel("intelligence" / 10) + ($pc.pcs_apprnc / 20))>>
  125. 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.
  126. <<actCLA 'Move away'>>
  127. <<gt $location>>
  128. <</actCLA>>
  129. <</actCLA>>
  130. <</if>>
  131. <<actCLA 'Move away'>>
  132. <<gt $location>>
  133. <</actCLA>>
  134. <<elseif $npc('A28').rel >= 40>>
  135. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 60>>
  136. <!-- !gg good relations but he is not attracted to you-->
  137. <<gs 'dinfather' 'garhelpchat'>>
  138. <<else>>
  139. <!-- !good relations and Messrs attractive-->
  140. <<set $talkrand = rand(1,100)>>
  141. <<if getvar("$talkrand") >= 20>>
  142. <<gs 'dinfather' 'garhelpchat'>>
  143. <<else>>
  144. You help your stepfather while he works on the Gazelle, handing him the bolts and tools he needs.
  145. <<if $npc('A28').rel >= 40 and $npc('A28').rel < 60>>
  146. <<set $FatherMolest = rand(1,8)>>
  147. <</if>>
  148. <<if $npc('A28').rel >= 60 and $npc('A28').rel < 80>>
  149. <<set $FatherMolest = rand(1,4)>>
  150. <</if>>
  151. <<if $npc('A28').rel >= 80>>
  152. <<set $FatherMolest = rand(1,2)>>
  153. <</if>>
  154. <<if getvar("$FatherMolest") == 1>>
  155. <<if $pc.horny >= 60 or getvar("$TouchedByFather") == 1>>
  156. <<actCLA 'Spread your legs' undefined `{willpower:['exhib','self']}`>>
  157. <<arouse 'flash' 5 >>
  158. While pretending not to notice, you slowly spread your legs as you talk.
  159. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  160. <<set $pc.fatherLust = 2>>
  161. <</if>>
  162. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  163. <<set $pc.fatherLust = rand(1,4)>>
  164. <</if>>
  165. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  166. <<set $pc.fatherLust = rand(1,2)>>
  167. <</if>>
  168. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  169. <<set $pc.fatherLust = 1>>
  170. <</if>>
  171. <<if getvar("$pc.fatherLust") >= 2>>
  172. <<set $pc.horny -= rand(1,5)>>
  173. <<if $wardrobe.isWearingPanties>>
  174. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg">>
  175. <</if>>
  176. <<if !$wardrobe.isWearingPanties>>
  177. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim24.jpg">>
  178. <</if>>
  179. <</if>>
  180. <<if getvar("$pc.fatherLust") == 1>>
  181. <<if $wardrobe.isWearingPanties>>
  182. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg">>
  183. <</if>>
  184. <<if !$wardrobe.isWearingPanties>>
  185. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim26.jpg">>
  186. <</if>>
  187. <</if>>
  188. <<actCLA 'Move away'>>
  189. <<gt $location>>
  190. <</actCLA>>
  191. <</actCLA>>
  192. <</if>>
  193. <<if $pc.horny >= 50 or getvar("$TouchedByFather") == 1>>
  194. <<gs 'willpower' 'exhib' 'self' 'easy'>>
  195. <<if $will_cost <= $pc.willpower>>
  196. <<actCLA ''Accidentally' drop the wrench (will_cost Willpower)'>>
  197. <<gs 'willpower' 'exhib' 'self' 'easy'>>
  198. <<gs 'willpower' 'pay' 'self'>>
  199. <<arouse 'flash' 5 >>
  200. <<image 'locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.pre<<rand(0,5)>>.jpg'>>
  201. <p>Feeling horny, you decide to tease your stepfather while you help him in the garage. You let the wrench slip out of your hand, the loud clattering of metal on the stone floor ringing throughout the garage. "Oops! I can be so clumsy sometimes..." you say with a smile, bending over to pick up the wrench without bending your knees. In this pose, you give your stepfather a great view of your ass.</p>
  202. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  203. <<set $pc.fatherLust = 2>>
  204. <</if>>
  205. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  206. <<set $pc.fatherLust = rand(1,4)>>
  207. <</if>>
  208. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  209. <<set $pc.fatherLust = rand(1,2)>>
  210. <</if>>
  211. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  212. <<set $pc.fatherLust = 1>>
  213. <</if>>
  214. <<if getvar("$pc.fatherLust") >= 2>>
  215. <<set $pc.horny -= rand(1,5)>>
  216. <<if $wardrobe.isWearingPanties>>
  217. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim29.jpg">>
  218. <</if>>
  219. <<if !$wardrobe.isWearingPanties>>
  220. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim27.jpg">>
  221. <</if>>
  222. <<else>>
  223. <<if $wardrobe.isWearingPanties>>
  224. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim29.jpg">>
  225. <</if>>
  226. <<if !$wardrobe.isWearingPanties>>
  227. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim27.jpg">>
  228. <</if>>
  229. 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.
  230. <</if>>
  231. <<actCLA 'Move away'>>
  232. <<gt $location>>
  233. <</actCLA>>
  234. <</actCLA>>
  235. <<else>>
  236. <<actCLA `'""Accidentally"" drop the wrench ('+$will_cost+')'`>><font color=red><br/>You don`t have enough willpower to use this action.</font><</actCLA>>
  237. <</if>>
  238. <</if>>
  239. <<if $pc.horny >= 30 or getvar("$TouchedByFather") == 1>>
  240. <<actCLA 'Fondle your breasts as you talk'>>
  241. <<arouse 'flashlite' 5 >>
  242. <<arouse 'foreplay' 5 `['incest','exhibitionism']`>>
  243. <<set $time.minutes -= 5>>
  244. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg">>
  245. <p>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 $pc.titsize breasts.</p>
  246. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  247. <<set $pc.fatherLust = 2>>
  248. <</if>>
  249. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  250. <<set $pc.fatherLust = rand(1,4)>>
  251. <</if>>
  252. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  253. <<set $pc.fatherLust = rand(1,2)>>
  254. <</if>>
  255. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  256. <<set $pc.fatherLust = 1>>
  257. <</if>>
  258. <<if getvar("$pc.fatherLust") >= 2>>
  259. <<set $pc.horny -= rand(1,5)>>
  260. 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.
  261. <<elseif getvar("$pc.fatherLust") == 1>>
  262. 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.
  263. <</if>>
  264. <<actCLA 'Move away'>>
  265. <<gt $location>>
  266. <</actCLA>>
  267. <</actCLA>>
  268. <<else>>
  269. <<gs 'dinfather' 'garhelpchat'>>
  270. <</if>>
  271. <<else>>
  272. <<gs 'dinfather' 'garhelpchat'>>
  273. <</if>>
  274. <</if>>
  275. <</if>>
  276. <</if>>
  277. <</actCLA>>
  278. <<if $pc.horny > 50 and $npc('A28').sex != 0>>
  279. <<actCLA 'Seduce your stepfather' undefined `{willpower:['sex','self']}`>>
  280. <!-- Boy A28 -->
  281. <<set $menu_off = 1>>
  282. <<image 'locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.pre<<rand(0,5)>>.jpg'>>
  283. You walk up to the Gazelle and pick up a sponge. Bending slightly forwards, you begin washing the car and simultaneously putting your ass on display for your stepfather.
  284. <p>"- Oh..." - Stepfather did not expect this from you, but his involuntary exhalation and kindled eyes tell you he is enjoying it very much.</p>
  285. Your stepfather walks up behind you and puts his hands on your ass. He leisurely begins to knead your butt.
  286. <<arouse 'foreplay' 3 `['sub','incest']`>>
  287. <<actCLA 'Get down on your knees'>>
  288. <<image 'shared/sex/blowjob/bimbo.knees<<rand(1,3)>>.jpg'>>
  289. You fall on your knees in front of your stepfather and place the palm of your hand on his crotch. You can feel his erection through the fabric of his jeans, and begin to caress him. After a while you unzip his pants and pull out his cock, taking a firm grasp on it with one hand.
  290. <<arouse 'hj' 3 `['sub','incest']`>>
  291. <<actCLA 'Take his dick in your mouth'>>
  292. <<image 'locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.0,<<rand(0,4)>>.jpg'>>
  293. Your stepfather opens the passenger side door of the Gazelle, and you sit down on the seat. He places a hand on your head and guides his dick towards your mouth.
  294. You leisurely lick your stepfather''s dick, caress his balls, and then take his cock in your mouth. Soon the cock began to throb, giving signs of an early end.
  295. <<arouse 'bj' 5 `['sub','incest']`>>
  296. <<actCLA 'Suck him off and swallow his sperm'>>
  297. <<if $npc('A28').rel < 100>>
  298. <<set $npc('A28').rel += 2>>
  299. <</if>>
  300. <<set $pc.fatherSuck += 1>>
  301. <<cum 'mouth_swallow' 'A28' 1>>
  302. <<video "shared/sex/cum/mouth/cum1,#.mp4" 0 10>>
  303. <p>You continue to suck your stepfather's dick as it continues throbbing. Suddenly, he arches his back and you feel cum begin to pour into your mouth. Although you try your best, the amount of cum flowing from your stepfathers dick is simply too much for you, and some of it instead flows out of your mouth and down your chin. Soon your $boydesc finishes and you pull his cock out of your sperm-smelling mouth. You can feel the taste of sperm in your mouth, and your $pc_desc['lips'] lips are wet with cum.</p>
  304. <<arouse 'bj' 10 `['sub','incest']`>>
  305. <<act 'Move away'>>
  306. <<gt 'gargazel'>>
  307. <</act>>
  308. <</actCLA>>
  309. <<actCLA 'Take his load on your face'>>
  310. <<if $npc('A28').rel < 100>>
  311. <<set $npc('A28').rel += 2>>
  312. <</if>>
  313. <<set $pc.fatherSuck += 1>>
  314. <<set $sexpartkno = 1>>
  315. <<set $spafinloc = 11>>
  316. <<gs 'cum_manage'>>
  317. <<set $gar_rand1 = rand(0,100)>>
  318. <<if getvar("$gar_rand1") < 49>>
  319. <<image 'shared/sex/cum/facial/facial0,<<rand(0,8)>>.jpg'>>
  320. <</if>>
  321. <<if getvar("$gar_rand1") >= 50>>
  322. <<image 'shared/sex/cum/facial/facial0,<<rand(0,8)>>.jpg'>>
  323. <</if>>
  324. You stop sucking on your stepfather''s cock just as he reaches orgasm, and a jet of sperm immediately hits you in the face. You squeeze your eyes shut for fear of getting cum in your eyes and feel another jet of hot sperm land on your face.
  325. <<arouse 'bj' 10 `['sub','incest']`>>
  326. <<act 'Move away'>>
  327. <<gt 'gargazel'>>
  328. <</act>>
  329. <</actCLA>>
  330. <</actCLA>>
  331. <<actCLA 'Bend over, leaning against the Gazelle'>>
  332. <<image 'locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.1,<<rand(0,2)>>.jpg'>>
  333. Your stepfather grabs you and pulls you up from your knees, turning you to face the Gazelle. You plant your hands on the car, and arch your back to give him easier access to your ass and pussy. Once you're in position, he begins caressing your pussy and then slams his dick in.
  334. <<gs 'dinSex' 'wear_condom'>>
  335. <<gs 'dinsex' 'vaginal_sex' 10 'sub' 'incest'>>
  336. <<actCLA 'Continue'>>
  337. <<set $sexpartkno = 1>>
  338. <<if $npc('A28').rel < 100>>
  339. <<set $npc('A28').rel += 3>>
  340. <</if>>
  341. <<if getvar("$pc.fathersex") == 0>>
  342. <<setn $guy += 1>>
  343. <</if>>
  344. <<set $FatherSex += 1>>
  345. <<image 'locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.cum1,0.jpg'>>
  346. <<if getvar("$protect") == 0>>
  347. After a thorough fucking, you feel your stepfather''s cock begin to throb within you. Your stepfather''s body spasms, his cock filling your pussy with his sperm.
  348. <<arouse 'vaginal' 10 `['sub','incest']`>>
  349. <<gs 'cum_manage'>>
  350. <<gs 'cuminsidereact' 'your stepfather'>>
  351. <<else>>
  352. After a thorough fucking, you feel your stepfather''s cock begin to throb within you. Your stepfather''s body spasms, his cock filling the condom with his sperm.
  353. <<arouse 'vaginal' 10 `['sub','incest']`>>
  354. <<gs 'cum_manage'>>
  355. <</if>>
  356. <<act 'Move away'>>
  357. <<gt 'gargazel'>>
  358. <</act>>
  359. <</actCLA>>
  360. <</actCLA>>
  361. <</actCLA>>
  362. <</actCLA>>
  363. <</if>>
  364. <<if getvar("$pc.fatherdrunk") == 1>>
  365. <<set $time.minutes += 60>>
  366. <center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>
  367. <<image "characters/pavlovsk/resident/vladimir/father.jpg">>
  368. Your stepfather is a greying, slightly flabby man who works 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.
  369. <<fatherRep>>
  370. <<act 'Leave'>>
  371. <<gt 'gargazel'>>
  372. <</act>>
  373. <<if $npc('A28').rel < 20>>
  374. <!-- !scandal stepfather-->
  375. <p>You approach your stepfather and uncle Misha and try to ask if you can join them, but your stepfather cuts you off before you can even finish your sentence. "$pc.name_nick, get out of here! This is a no bitch zone!" he shouts, laughing drunkenly as he waves you off. Uncle Misha finds your stepfather's degrading talk hilarious, and joins in. You're clearly not welcome in the garage.</p>
  376. <<if $sorryday != $time.daystart>>
  377. <<actCLA 'Persist and ask if you can join them' undefined `{willpower:['misc','self']}`>>
  378. <<set $menu_off = 1>>
  379. You try to get your stepfather to let you join them but he's equally persistent in telling you to get lost, being quite rude about it too. He really doesn''t like you at all.
  380. <<act 'Move away'>>
  381. <<gt 'gargazel'>>
  382. <</act>>
  383. <</actCLA>>
  384. <</if>>
  385. <<act 'Move away'>>
  386. <<gt 'gargazel'>>
  387. <</act>>
  388. <<elseif $npc('A28').rel >= 20 and $npc('A28').rel < 40>>
  389. <!-- !strained relations-->
  390. <p>You ask your stepfather if you can join them, but he'll have none of it. "$pc.name_nick, isn't it past your bedtime? *Hic!* Shoo, go home! *Hic!*"</p>
  391. <<if $sorryday != $time.daystart>>
  392. <<actCLA 'Try to persuade him' undefined `{willpower:['misc','self']}`>>
  393. <<set $menu_off = 1>>
  394. You do your best, but your stepfather remains adamant and sends you home.
  395. <<act 'Move away'>>
  396. <<gt 'gargazel'>>
  397. <</act>>
  398. <</actCLA>>
  399. <</if>>
  400. <<act 'Move away'>>
  401. <<gt 'gargazel'>>
  402. <</act>>
  403. <<elseif $npc('A28').rel >= 40>>
  404. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) <= 60>>
  405. <<gs 'dinfather' 'gardrunkchat'>>
  406. <<else>>
  407. <!-- !good relations and Messrs attractive-->
  408. <<set $talkrand = rand(0,100)>>
  409. <<if getvar("$talkrand") >= 20>>
  410. <<gs 'dinfather' 'gardrunkchat'>>
  411. <</if>>
  412. <<if getvar("$talkrand") < 20>>
  413. You relax and have some drinks with the guys, happy to just sit back and listen to the funny stories they exchange.
  414. <<if $npc('A28').rel >= 40 and $npc('A28').rel < 60>>
  415. <<set $FatherMolest = rand(1,8)>>
  416. <</if>>
  417. <<if $npc('A28').rel >= 60 and $npc('A28').rel < 80>>
  418. <<set $FatherMolest = rand(1,4)>>
  419. <</if>>
  420. <<if $npc('A28').rel >= 80>>
  421. <<set $FatherMolest = rand(1,2)>>
  422. <</if>>
  423. <<if getvar("$FatherMolest") == 1>>
  424. 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.
  425. <<if $pc.horny >= 50 and getvar("$sosedknow") == 1>>
  426. <<actCLA 'Show him your breasts' undefined `{willpower:['exhib','self','easy']}`>>
  427. <<arouse 'flash' 5 >>
  428. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim33.jpg">>
  429. <p>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 $pc.titsize breasts.</p>
  430. <<if ($pc.pcs_apprnc + ($npc('A54').rel / 10)) < 60>>
  431. <<set $mishalust = 2>>
  432. <</if>>
  433. <<if ($pc.pcs_apprnc + ($npc('A54').rel / 10)) >= 60 and ($pc.pcs_apprnc + ($npc('A54').rel / 10)) < 120>>
  434. <<set $mishalust = rand(1,4)>>
  435. <</if>>
  436. <<if ($pc.pcs_apprnc + ($npc('A54').rel / 10)) >= 120 and ($pc.pcs_apprnc + ($npc('A54').rel / 10)) < 200>>
  437. <<set $mishalust = rand(1,2)>>
  438. <</if>>
  439. <<if ($pc.pcs_apprnc + ($npc('A54').rel / 10)) >= 200>>
  440. <<set $mishaLust = 1>>
  441. <</if>>
  442. <<if getvar("$mishaLust") >= 2>>
  443. <<set $pc.horny -= rand(1,5)>>
  444. 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.
  445. <<else>>
  446. 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.
  447. <</if>>
  448. <<actCLA 'Move away'>>
  449. <<gt $location>>
  450. <</actCLA>>
  451. <</actCLA>>
  452. <</if>>
  453. <<if $pc.horny >= 60 or getvar("$TouchedByFather") == 1>>
  454. <<actCLA 'Get their attention by dropping your bottle' undefined `{willpower:['exhib','self','easy']}`>>
  455. <<arouse 'flash' 5 >>
  456. 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.
  457. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  458. <<set $pc.fatherLust = 2>>
  459. <</if>>
  460. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  461. <<set $pc.fatherLust = rand(1,4)>>
  462. <</if>>
  463. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  464. <<set $pc.fatherLust = rand(1,2)>>
  465. <</if>>
  466. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  467. <<set $pc.fatherLust = 1>>
  468. <</if>>
  469. <<if getvar("$pc.fatherLust") >= 2>>
  470. <<set $pc.horny -= rand(1,5)>>
  471. <<if $wardrobe.isWearingPanties>>
  472. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim35.jpg">>
  473. <</if>>
  474. <<if !$wardrobe.isWearingPanties>>
  475. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim34.jpg">>
  476. <</if>>
  477. <<else>>
  478. <<if $wardrobe.isWearingPanties>>
  479. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim37.jpg">>
  480. 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.
  481. <<actCLA 'Tease them some more'>>
  482. <<arouse 'flash' 5 >>
  483. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim38.jpg">>
  484. 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."
  485. <<actCLA 'Show them your pussy when they ask'>>
  486. <<arouse 'flash' 5 >>
  487. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim39.jpg">>
  488. <p>Uncle Misha is onto your act, and decides to push you to your limits. He smiles and says: "Oh really, $pc.name_nick? 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.</p>
  489. <<actCLA 'Move away'>>
  490. <<gt $location>>
  491. <</actCLA>>
  492. <</actCLA>>
  493. <</actCLA>>
  494. <<elseif !$wardrobe.isWearingPanties>>
  495. <<arouse 'flash' 5 >>
  496. <<arouse 'flash' 5 >>
  497. <<arouse 'vaginal_finger' 5 `['exhibitionism','rough']`>>
  498. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim40.jpg">>
  499. <p>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, $pc.name_nick, 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.</p>
  500. <<set $time.minutes -= 10>>
  501. <</if>>
  502. <</if>>
  503. <<actCLA 'Continue'>>
  504. <<gt $location>>
  505. <</actCLA>>
  506. <</actCLA>>
  507. <</if>>
  508. <<if $pc.horny >= 75 or getvar("$TouchedByFather") == 1>>
  509. <<gs 'willpower' 'exhib' 'self' 'easy'>>
  510. <<if $will_cost <= $pc.willpower>>
  511. <<actCLA 'Spread your legs (will_cost Willpower)'>>
  512. <<gs 'willpower' 'exhib' 'self' 'easy'>>
  513. <<gs 'willpower' 'pay' 'self'>>
  514. <<set $time.minutes += 5>>
  515. <<set $pc.horny += rand(1,5)>>
  516. You, pretending to not notice, slowly spread your legs while you talk with the guys.
  517. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) < 60>>
  518. <<set $pc.fatherLust = 2>>
  519. <</if>>
  520. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 60 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 120>>
  521. <<set $pc.fatherLust = rand(1,4)>>
  522. <</if>>
  523. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 120 and $pc.pcs_apprnc + ($npc('A28').rel / 10) < 200>>
  524. <<set $pc.fatherLust = rand(1,2)>>
  525. <</if>>
  526. <<if $pc.pcs_apprnc + ($npc('A28').rel / 10) >= 200 or getvar("$TouchedByFather") == 1>>
  527. <<set $pc.fatherLust = 1>>
  528. <</if>>
  529. <<if getvar("$pc.fatherLust") >= 2>>
  530. <<set $pc.horny -= rand(1,5)>>
  531. <<if $wardrobe.isWearingPanties>>
  532. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg">>
  533. <</if>>
  534. <<if !$wardrobe.isWearingPanties>>
  535. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim52.jpg">>
  536. <</if>>
  537. <<else>>
  538. <<if $wardrobe.isWearingPanties>>
  539. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg">>
  540. <</if>>
  541. <<if !$wardrobe.isWearingPanties>>
  542. <<image "characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg">>
  543. <</if>>
  544. <</if>>
  545. <<actCLA 'Continue'>>
  546. <<gt $location>>
  547. <</actCLA>>
  548. <</actCLA>>
  549. <</if>>
  550. <<else>>
  551. <<gs 'dinfather' 'gardrunkchat'>>
  552. <</if>>
  553. <</if>>
  554. <</if>>
  555. <</if>>
  556. <</if>>