garfather.qsrc 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582
  1. # garfather
  2. fatherAge = year - (((npc_dob['A28']) - (npc_dob['A28'] mod 10000)) / 10000)
  3. gs 'stat'
  4. gs 'dinSex'
  5. gs 'family_schedule'
  6. $loc_arg = ''
  7. $loc = 'garfather'
  8. $location_type = 'event'
  9. $menu_loc = 'garfather'
  10. $menu_arg = ''
  11. menu_off = 0
  12. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  13. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  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. dynamic $fatherRep
  16. act 'Leave': gt 'gargazel'
  17. if locat['Stepdad'] ! 9:
  18. msg 'Your Stepfather is no longer in the garage'
  19. gt 'gargazel'
  20. end
  21. act 'Chat':
  22. cls
  23. menu_off = 1
  24. minut += rand(10,15)
  25. gs 'stat'
  26. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  27. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  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. dynamic $fatherRep
  30. if npc_rel['A28'] < 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 ! daystart:
  34. gs 'willpower', 'misc', 'self'
  35. if will_cost <= pcs_willpwr:
  36. act 'Apologize (<<will_cost>> Willpower)':
  37. cla
  38. gs 'willpower', 'pay', 'self'
  39. sorryday = daystart
  40. npc_rel['A28'] += (pcs_intel/10) + (pcs_apprnc/20)
  41. gs 'stat'
  42. 'You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.'
  43. act 'Move away':gt $loc, $loc_arg
  44. end
  45. else
  46. act 'Apologize (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  47. end
  48. end
  49. act 'Move away':gt $loc, $loc_arg
  50. elseif npc_rel['A28'] >= 20 and npc_rel['A28'] < 40:
  51. !He doesn''t like you very much
  52. '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.'
  53. if sorryday ! daystart:
  54. gs 'willpower', 'misc', 'self'
  55. if will_cost <= pcs_willpwr:
  56. act 'Try to get on his good side (<<will_cost>> Willpower)':
  57. cla
  58. gs 'willpower', 'pay', 'self'
  59. sorryday = daystart
  60. npc_rel['A28'] += (pcs_intel/10) + (pcs_apprnc/20)
  61. gs 'stat'
  62. '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.'
  63. act 'Move away':gt $loc, $loc_arg
  64. end
  65. else
  66. act 'Try to get on his good side (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  67. end
  68. end
  69. act 'Move away':gt $loc, $loc_arg
  70. elseif npc_rel['A28'] >= 40:
  71. if pcs_apprnc + (npc_rel['A28']/10) <= 60:
  72. !good relations but he is not attracted to you
  73. gs 'dinfather', 'garchat'
  74. else
  75. !good relations and he finds you attractive
  76. talkrand = rand(1,100)
  77. if talkrand >= 20:
  78. gs 'dinfather', 'garchat'
  79. elseif talkrand < 20:
  80. 'You relax and share funny stories with your stepfather.'
  81. if npc_rel['A28'] >= 40 and npc_rel['A28'] < 60: FatherMolest = rand(1,8)
  82. if npc_rel['A28'] >= 60 and npc_rel['A28'] < 80: FatherMolest = rand(1,4)
  83. if npc_rel['A28'] >= 80: FatherMolest = rand(1,2)
  84. if FatherMolest = 1:
  85. gs 'dinfather', 'gar_act1'
  86. gs 'dinfather', 'gar_act2'
  87. gs 'dinfather', 'gar_act3'
  88. else
  89. gs 'dinfather', 'garchat'
  90. end
  91. end
  92. end
  93. end
  94. end
  95. act 'Help':
  96. cls
  97. menu_off = 1
  98. minut += 60
  99. gs 'sweat', 'add', 10
  100. gs 'exp_gain', 'hndiwrk', rand(0,3)
  101. gs 'stat'
  102. '<center><B><font color=maroon>Stepfather Vladimir Skryabin</font></B></center>'
  103. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  104. '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.'
  105. dynamic $fatherRep
  106. if npc_rel['A28'] < 20:
  107. !scandal stepfather
  108. 'You offer to help your stepfather out in the garage. He waves you away and grumpily says "Get out of the way <<$pcs_nickname>>, can''t you see I''m busy? Besides, why would I want to be around you?"'
  109. if sorryday ! daystart:
  110. gs 'willpower', 'misc', 'self'
  111. if will_cost <= pcs_willpwr:
  112. act 'Apologize (<<will_cost>> Willpower)':
  113. cla
  114. gs 'willpower', 'pay', 'self'
  115. sorryday = daystart
  116. npc_rel['A28'] += (pcs_intel/10) + (pcs_apprnc/20)
  117. gs 'stat'
  118. 'You profusely apologize to your stepfather, and after a while you can tell his attitude towards you is slightly milder.'
  119. act 'Move away':gt $loc, $loc_arg
  120. end
  121. else
  122. act 'Apologize (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  123. end
  124. end
  125. act 'Move away':gt $loc, $loc_arg
  126. elseif npc_rel['A28'] >= 20 and npc_rel['A28'] < 40:
  127. !strained relations
  128. '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."'
  129. if sorryday ! daystart:
  130. gs 'willpower', 'misc', 'self'
  131. if will_cost <= pcs_willpwr:
  132. act 'Try to get on his good side (<<will_cost>> Willpower)':
  133. cla
  134. gs 'willpower', 'pay', 'self'
  135. sorryday = daystart
  136. npc_rel['A28'] += (pcs_intel/10) + (pcs_apprnc/20)
  137. gs 'stat'
  138. '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.'
  139. act 'Move away':gt $loc, $loc_arg
  140. end
  141. else
  142. act 'Try to get on his good side (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  143. end
  144. end
  145. act 'Move away':gt $loc, $loc_arg
  146. elseif npc_rel['A28'] >= 40:
  147. if pcs_apprnc + (npc_rel['A28']/10) <= 60:
  148. !gg good relations but he is not attracted to you
  149. gs 'dinfather', 'garhelpchat'
  150. else
  151. !good relations and Messrs attractive
  152. talkrand = rand(1,100)
  153. if talkrand >= 20:
  154. gs 'dinfather', 'garhelpchat'
  155. else
  156. 'You help your stepfather while he works on the Gazelle, handing him the bolts and tools he needs.'
  157. if npc_rel['A28'] >= 40 and npc_rel['A28']<60: FatherMolest = rand(1,8)
  158. if npc_rel['A28'] >= 60 and npc_rel['A28']<80: FatherMolest = rand(1,4)
  159. if npc_rel['A28'] >= 80: FatherMolest = rand(1,2)
  160. if FatherMolest = 1:
  161. if pcs_horny >= 60 or TouchedByFather = 1:
  162. gs 'willpower', 'exhib', 'self'
  163. if will_cost <= pcs_willpwr:
  164. act 'Spread your legs (<<will_cost>> Willpower)':
  165. cls
  166. gs 'willpower', 'exhib', 'self'
  167. gs 'willpower', 'pay', 'self'
  168. gs 'arousal', 'flash', 5
  169. gs 'arousal', 'end'
  170. gs 'stat'
  171. 'While pretending not to notice, you slowly spread your legs as you talk.'
  172. if pcs_apprnc + (npc_rel['A28']/10) < 60: fatherLust = 2
  173. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120: fatherLust = rand(1,4)
  174. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200: fatherLust = rand(1,2)
  175. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather = 1: fatherLust = 1
  176. if fatherLust >= 2:
  177. pcs_horny -= rand(1,5)
  178. gs 'stat'
  179. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. You look down and notice your skimpy underwear did a very poor job of hiding your pussy. Your stepfather is clearly embarrassed and surprised. He loudly clears his throat and says "<<$pcs_nickname>> don''t do that, that''s no way for a lady to behave. And go put some normal underwear on."'
  180. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim24.jpg"></center>' & 'You notice your stepfather''s eyes darting down while you talk, and suddenly his face turns beet red. "What''s wrong?" you ask him innocently, knowing full well you''re not wearing underwear and that he has a great view of your bare pussy. You''re not fooling him though, and he doesn''t appreciate your teasing in the slightest. "<<$pcs_nickname>>, stop that at once and go put some pants on."'
  181. end
  182. if fatherLust = 1:
  183. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response.'
  184. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim26.jpg"></center>' & 'Your stepfather gets a glimpse of your bare pussy and realizes what you''re up to. "<<$pcs_nickname>>... are you not wearing panties? Get down on the ground and spread your legs for me, Daddy has to know now." You do as he says, lie down on the ground and spread your legs wide. He kneels in front of you, pulls your clothes to the side and rubs your pussy and thighs with his rough calloused hands. "Just as I thought, you little minx!" he says with a grin on his face. After he had his fun he helps you get back up and even helps you straighten your clothes, his hands lingering on your hips and ass a few seconds longer than is needed.'
  185. end
  186. act 'Move away':gt $loc, $loc_arg
  187. end
  188. else
  189. act 'Spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  190. end
  191. end
  192. if pcs_horny >= 50 or TouchedByFather = 1:
  193. gs 'willpower', 'exhib', 'self', 'easy'
  194. if will_cost <= pcs_willpwr:
  195. act '''Accidentally'' drop the wrench (<<will_cost>> Willpower)':
  196. cla
  197. gs 'willpower', 'exhib', 'self', 'easy'
  198. gs 'willpower', 'pay', 'self'
  199. gs 'arousal', 'flash', 5
  200. gs 'arousal', 'end'
  201. gs 'stat'
  202. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.pre<<rand(0,5)>>.jpg"></center>'
  203. '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.'
  204. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  205. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
  206. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
  207. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  208. if fatherLust >=2:
  209. cls
  210. pcs_horny -= rand(1,5)
  211. gs 'stat'
  212. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim29.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 uncomfortable.'
  213. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim27.jpg"></center>' & 'The sight of your ass makes your stepfather uncomfortable. "Clumsy you say? It seems like that wrench is not the only thing you let slip today", he snarks, referring to your lack of underwear. His snarky tone and disapproving look make you feel a bit awkward.'
  214. else
  215. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim29.jpg"></center>'
  216. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim27.jpg"></center>'
  217. '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.'
  218. end
  219. act 'Move away':gt $loc, $loc_arg
  220. end
  221. else
  222. act '''Accidentally'' drop the wrench (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  223. end
  224. end
  225. if pcs_horny >= 30 or TouchedByFather = 1:
  226. act 'Fondle your breasts as you talk':
  227. cls
  228. gs 'arousal', 'flashlite', 5
  229. gs 'arousal', 'foreplay', 5, 'incest', 'exhibitionism'
  230. gs 'arousal', 'end'
  231. minut -= 5
  232. gs 'stat'
  233. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim28.jpg"></center>'
  234. 'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing your stepfather with an amazing view of your <<$titsize>> breasts.'
  235. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  236. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120:fatherLust = rand(1,4)
  237. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200:fatherLust = rand(1,2)
  238. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather=1:fatherLust = 1
  239. if fatherLust>=2:
  240. pcs_horny -= rand(1,5)
  241. gs 'stat'
  242. '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.'
  243. elseif fatherLust=1:
  244. '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.'
  245. end
  246. act 'Move away':gt $loc, $loc_arg
  247. end
  248. else
  249. gs 'dinfather', 'garhelpchat'
  250. end
  251. else
  252. gs 'dinfather', 'garhelpchat'
  253. end
  254. end
  255. end
  256. end
  257. end
  258. if pcs_horny > 50 and npc_sex['A28'] ! 0:
  259. gs 'willpower', 'sex', 'self'
  260. if will_cost <= pcs_willpwr:
  261. act 'Seduce your stepfather (<<will_cost>> Willpower)':
  262. *clr & cla
  263. gs 'willpower', 'pay', 'self'
  264. gs 'boyStat', 'A28'
  265. menu_off = 1
  266. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.pre<<rand(0,5)>>.jpg"></center>'
  267. '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.'
  268. '"- Oh..." - Stepfather did not expect this from you, but his involuntary exhalation and kindled eyes tell you he is enjoying it very much.'
  269. 'Your stepfather walks up behind you and puts his hands on your ass. He leisurely begins to knead your butt.'
  270. gs 'arousal', 'foreplay', 3, 'sub', 'incest'
  271. gs 'stat'
  272. act 'Get down on your knees':
  273. *clr & cla
  274. gs 'stat'
  275. '<center><img <<$set_imgh>> src="images/shared/sex/blowjob/bimbo.knees<<rand(1,3)>>.jpg"></center>'
  276. '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.'
  277. gs 'arousal', 'hj', 3, 'sub', 'incest'
  278. gs 'stat'
  279. act 'Take his dick in your mouth':
  280. *clr & cla
  281. gs 'stat'
  282. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.0,<<rand(0,4)>>.jpg"></center>'
  283. '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.'
  284. '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.'
  285. gs 'arousal', 'bj', 5, 'sub', 'incest'
  286. gs 'stat'
  287. act 'Suck him off and swallow his sperm':
  288. cls
  289. if npc_rel['A28'] < 100: npc_rel['A28'] += 2
  290. fatherSuck += 1
  291. gs 'cum_call', 'mouth_swallow', 'A28', 1
  292. '<center><video autoplay loop src="images/shared/sex/cum/mouth/cum1,<<rand(0,10)>>.mp4"></video></center>'
  293. '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.'
  294. gs 'arousal', 'bj', 10, 'sub', 'incest'
  295. gs 'arousal', 'end'
  296. gs 'stat'
  297. act 'Move away':gt 'gargazel'
  298. end
  299. act 'Take his load on your face':
  300. cls
  301. if npc_rel['A28'] < 100: npc_rel['A28'] += 2
  302. fatherSuck += 1
  303. sexpartkno = 1
  304. spafinloc = 11
  305. gs 'cum_manage'
  306. gs 'stat'
  307. gar_rand1 = rand(0,100)
  308. if gar_rand1 < 49:'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial0,<<rand(0,8)>>.jpg"></center>'
  309. if gar_rand1 => 50:'<center><img <<$set_imgh>> src="images/shared/sex/cum/facial/facial0,<<rand(0,8)>>.jpg"></center>'
  310. '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.'
  311. gs 'arousal', 'bj', 10, 'sub', 'incest'
  312. gs 'arousal', 'end'
  313. gs 'stat'
  314. act 'Move away':gt 'gargazel'
  315. end
  316. end
  317. act 'Bend over, leaning against the Gazelle':
  318. *clr & cla
  319. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.1,<<rand(0,2)>>.jpg"></center>'
  320. '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.'
  321. gs 'dinSex', 'wear_condom'
  322. gs 'dinsex','vaginal_sex',10, 'sub', 'incest'
  323. gs 'stat'
  324. act 'Continue':
  325. cla
  326. *clr
  327. gs 'stat'
  328. sexpartkno = 1
  329. if npc_rel['A28'] < 100:npc_rel['A28'] += 3
  330. if fathersex = 0:guy += 1
  331. FatherSex += 1
  332. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/father/sex/father.gar.cum1,0.jpg"></center>'
  333. if protect = 0:
  334. '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.'
  335. gs 'arousal', 'vaginal', 10, 'sub', 'incest'
  336. gs 'cum_manage'
  337. gs 'cuminsidereact', 'your stepfather'
  338. else
  339. '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.'
  340. gs 'arousal', 'vaginal', 10, 'sub', 'incest'
  341. gs 'cum_manage'
  342. end
  343. gs 'arousal', 'end'
  344. gs 'stat'
  345. act 'Move away':gt 'gargazel'
  346. end
  347. end
  348. end
  349. end
  350. else
  351. act 'Seduce your stepfather (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  352. end
  353. end
  354. if fatherdrunk=1:
  355. cla
  356. *clr
  357. minut+=60
  358. gs 'stat'
  359. '<center><B><font color=maroon>Your stepfather, Vladimir Mikhailovich Scriabin</font></B></center>'
  360. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  361. '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.'
  362. dynamic $fatherRep
  363. act 'Leave': gt 'gargazel'
  364. if npc_rel['A28']<20:
  365. !scandal stepfather
  366. '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. "<<$pcs_nickname>>, 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.'
  367. if sorryday!daystart:
  368. gs 'willpower', 'misc', 'self'
  369. if will_cost <= pcs_willpwr:
  370. act 'Persist and ask if you can join them (<<will_cost>> Willpower)':
  371. cla
  372. gs 'willpower', 'pay', 'self'
  373. menu_off = 1
  374. gs 'stat'
  375. '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.'
  376. act 'Move away':gt 'gargazel'
  377. end
  378. else
  379. act 'Persist and ask if you can join them (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  380. end
  381. end
  382. act 'Move away':gt 'gargazel'
  383. elseif npc_rel['A28']>=20 and npc_rel['A28']<40:
  384. !strained relations
  385. 'You ask your stepfather if you can join them, but he''ll have none of it. "<<$pcs_nickname>>, isn''t it past your bedtime? *Hic!* Shoo, go home! *Hic!*"'
  386. if sorryday!daystart:
  387. gs 'willpower', 'misc', 'self'
  388. if will_cost <= pcs_willpwr:
  389. act 'Try to persuade him (<<will_cost>> Willpower)':
  390. cla
  391. gs 'willpower', 'pay', 'self'
  392. cla
  393. menu_off = 1
  394. gs 'stat'
  395. 'You do your best, but your stepfather remains adamant and sends you home.'
  396. act 'Move away':gt 'gargazel'
  397. end
  398. else
  399. act 'Try to persuade him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  400. end
  401. end
  402. act 'Move away':gt 'gargazel'
  403. elseif npc_rel['A28'] >=40:
  404. if pcs_apprnc + (npc_rel['A28']/10) <= 60:
  405. gs 'dinfather', 'gardrunkchat'
  406. else
  407. !good relations and Messrs attractive
  408. talkrand = rand(0,100)
  409. if talkrand >= 20: gs 'dinfather', 'gardrunkchat'
  410. if talkrand < 20:
  411. 'You relax and have some drinks with the guys, happy to just sit back and listen to the funny stories they exchange.'
  412. if npc_rel['A28']>=40 and npc_rel['A28']<60:FatherMolest = rand(1,8)
  413. if npc_rel['A28']>=60 and npc_rel['A28']<80:FatherMolest = rand(1,4)
  414. if npc_rel['A28']>=80:FatherMolest = rand(1,2)
  415. if FatherMolest=1:
  416. '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.'
  417. if pcs_horny >= 50 and sosedknow=1:
  418. gs 'willpower', 'exhib', 'self', 'easy'
  419. if will_cost <= pcs_willpwr:
  420. act 'Show him your breasts (<<will_cost>> Willpower)':
  421. cls
  422. gs 'willpower', 'exhib', 'self', 'easy'
  423. gs 'willpower', 'pay', 'self'
  424. gs 'arousal', 'flash', 5
  425. gs 'arousal', 'end'
  426. gs 'stat'
  427. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim33.jpg"></center>'
  428. 'In a moment of horniness, you slowly and teasingly bend over with a playful smile on your lips, providing uncle Misha with an amazing view of your <<$titsize>> breasts.'
  429. if (pcs_apprnc + (npc_rel['A54']/10)) < 60: mishalust = 2
  430. if (pcs_apprnc + (npc_rel['A54']/10)) >= 60 and (pcs_apprnc + (npc_rel['A54']/10)) < 120: mishalust = rand(1,4)
  431. if (pcs_apprnc + (npc_rel['A54']/10)) >= 120 and (pcs_apprnc + (npc_rel['A54']/10)) < 200: mishalust = rand(1,2)
  432. if (pcs_apprnc + (npc_rel['A54']/10)) >= 200: mishaLust = 1
  433. if mishaLust>=2:
  434. pcs_horny -= rand(1,5)
  435. gs 'stat'
  436. '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.'
  437. else
  438. '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.'
  439. end
  440. act 'Move away':gt $loc, $loc_arg
  441. end
  442. else
  443. act 'Show him your breasts (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  444. end
  445. end
  446. if pcs_horny >= 60 or TouchedByFather=1:
  447. gs 'willpower', 'exhib', 'self', 'easy'
  448. if will_cost <= pcs_willpwr:
  449. act 'Get their attention by dropping your bottle (<<will_cost>> Willpower)':
  450. cls
  451. gs 'willpower', 'exhib', 'self', 'easy'
  452. gs 'willpower', 'pay', 'self'
  453. gs 'arousal', 'flash', 5
  454. gs 'arousal', 'end'
  455. gs 'stat'
  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 pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  458. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120: fatherLust = rand(1,4)
  459. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200: fatherLust = rand(1,2)
  460. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather = 1: fatherLust = 1
  461. if fatherLust >= 2:
  462. pcs_horny -= rand(1,5)
  463. gs 'stat'
  464. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim35.jpg"></center>'&'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable. Uncle Misha just has a smug grin on his face.'
  465. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim34.jpg"></center>'&'Your stepfather is clearly embarrassed, and surprised you would do such a thing. He clears his throat loudly and looks at you disapprovingly, and the silence that follows makes you feel a bit uncomfortable. Neither of them seem to have noticed you''re not wearing panties.'
  466. else
  467. if $pantyworntype ! 'none':
  468. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim37.jpg"></center>'
  469. '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.'
  470. act 'Tease them some more':
  471. cls
  472. gs 'arousal', 'flash', 5
  473. gs 'arousal', 'end'
  474. gs 'stat'
  475. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim38.jpg"></center>'
  476. '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."'
  477. act 'Show them your pussy when they ask':
  478. cls
  479. gs 'arousal', 'flash', 5
  480. gs 'arousal', 'end'
  481. gs 'stat'
  482. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim39.jpg"></center>'
  483. 'Uncle Misha is onto your act, and decides to push you to your limits. He smiles and says: "Oh really, <<$pcs_nickname>>? Why don''t you show us, maybe we can help you. Isn''t that right, Vladimir?" Too turned on to decline, you pull your panties to the side and show them your pussy. It''s really not all that sore, but your arousal has coloured it nice and red and it makes your pussy lips look a bit more puffy. The guys didn''t think you would actually follow through with this, and are flabbergasted when you do.'
  484. act 'Move away':gt $loc, $loc_arg
  485. end
  486. end
  487. elseif $pantyworntype = 'none':
  488. cls
  489. gs 'arousal', 'flash', 5
  490. gs 'arousal', 'flash', 5
  491. gs 'arousal', 'vaginal_finger', 5, 'exhibitionism', 'rough'
  492. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim40.jpg"></center>'
  493. 'Slightly disappointed, you move away from the table. Lost in your own thoughts, you don''t notice your uncle Misha''s legs and trip over them. Since you''re not wearing any underwear, you''re giving your uncle one hell of a show as you fall down onto your hands and knees. He immediately reaches out and runs his fingers over your wet pussy lips. He fingers you briefly, then returning his fingers to his nose to take a deep whiff. "You have nice holes, <<$pcs_nickname>>, young and juicy..." Realizing he won''t do anything more with your stepfather right there in the room, you get up and fix your clothes before sitting back down at the table.'
  494. gs 'arousal', 'end'
  495. minut -= 10
  496. gs 'stat'
  497. end
  498. end
  499. act 'Continue':gt $loc, $loc_arg
  500. end
  501. else
  502. act 'Get their attention by dropping your bottle (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  503. end
  504. end
  505. if pcs_horny >= 75 or TouchedByFather=1:
  506. gs 'willpower', 'exhib', 'self', 'easy'
  507. if will_cost <= pcs_willpwr:
  508. act 'Spread your legs (<<will_cost>> Willpower)':
  509. cls
  510. gs 'willpower', 'exhib', 'self', 'easy'
  511. gs 'willpower', 'pay', 'self'
  512. minut += 5
  513. pcs_horny += rand(1,5)
  514. 'You, pretending to not notice, slowly spread your legs while you talk with the guys.'
  515. if pcs_apprnc + (npc_rel['A28']/10) < 60:fatherLust = 2
  516. if pcs_apprnc + (npc_rel['A28']/10) >= 60 and pcs_apprnc + (npc_rel['A28']/10) < 120: fatherLust = rand(1,4)
  517. if pcs_apprnc + (npc_rel['A28']/10) >= 120 and pcs_apprnc + (npc_rel['A28']/10) < 200: fatherLust = rand(1,2)
  518. if pcs_apprnc + (npc_rel['A28']/10) >= 200 or TouchedByFather = 1: fatherLust = 1
  519. if fatherLust >= 2:
  520. pcs_horny -= rand(1,5)
  521. gs 'stat'
  522. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim31.jpg"></center>' & 'Trying to direct Uncle Misha''s attention to something across the room, your stepfather signals you to cover yourself up with agitated hand movements.'
  523. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim52.jpg"></center>' & 'Your stepfather notices what you''re trying to do. After he distracts uncle Misha for long enough, he turns to you and whispers: "<<$pcs_nickname>>, don''t... just don''t. You have no idea what you''re getting yourself into." Intimidated by the gravity of his voice, you do as he says and cover up.'
  524. else
  525. if $pantyworntype ! 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim20.jpg"></center>' & 'Your stepfather realizes what you''re up to and pulls you closer to him, desire burning in his eyes. He runs his hands over your ass cheeks and thighs, petting and kneading them, and then pushes your panties to the side. Two of his fingers are exploring your sphincter, rubbing and teasing you. "Is there something you want, <<$pcs_nickname>>?" he asks with a smug grin on his face, knowing he turned the tables on you. All you can do is whimper in response. He pulls away his hand just in time, before uncle Misha notices what''s going on.'
  526. if $pantyworntype = 'none':'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/vladimir/sex/fatherim25.jpg"></center>' & 'Noticing your stepfather''s blush, you realize at least one person at the table noticed you''re not wearing any underwear. When your uncle Misha looks away, he quickly reaches for you and fingers your wet pussy. A needy moan escapes your lips as he pulls his hand way, and he quickly starts a conversation about wind shield wipers. Your uncle Misha has no idea what just went down.'
  527. end
  528. act 'Continue':gt $loc, $loc_arg
  529. end
  530. else
  531. act 'Spread your legs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  532. end
  533. end
  534. else
  535. gs 'dinfather', 'gardrunkchat'
  536. end
  537. end
  538. end
  539. end
  540. end
  541. --- garfather ---------------------------------