mod_addedflavour_A28_Events.qsrc 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368
  1. # mod_addedflavour_A28_Events
  2. if $ARGS[0] = 'A28-DeliveryJobEv-X1':
  3. *clr & cla
  4. '<center><b><font color="<<$npc_fontcolor[''A28'']>>">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  5. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  6. modVar_AF_DeliveryJob['State'] = 1
  7. *nl
  8. '<font color="<<$npc_fontcolor[''A28'']>>"> ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + '! Before I forget; I''ve been chatting to the Administrator at the Depot and he said that as long as I am willing to vouch for you then he is happy for you to do some Courier Work for them. Just pop into the depot and talk to him to sort it all out."</font>'
  9. *nl
  10. '"That''s brilliant; I can always use a way of making some money, I''ll go meet him the next time I get the chance. Thanks ever so much Daddy!"'
  11. *nl
  12. 'You follow it up by hugging him tightly, paying no attention to just how much your cleavage is pressed up against him.'
  13. *nl
  14. '<font color="<<$npc_fontcolor[''A28'']>>">"It''s no problem at all, I''m just glad to be able to do something nice for you."</font>'
  15. act 'Release him' : gt 'father'
  16. end
  17. if $ARGS[0] = 'A28-WorkEv-X2':
  18. *clr & cla
  19. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/characters/pavlovsk/resident/valeri/ValeriIntro.jpg"></center>'
  20. modVar_AF_DeliveryJob['KnowValeri'] = 1
  21. minut += rand(2,5)
  22. gs 'stat'
  23. *nl
  24. '<font color="<<$npc_fontcolor[''A28'']>>"> ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + '! Come over here and let me introduce you to a friend of mine who you''ll be seeing more of now that you work here: <<$npc_firstname[''A704'']>> <<$npc_lastname[''A704'']>>."</font>'
  25. *nl
  26. 'You walk up to him and exchange greetings. You find him to be an amicable man in his late twenties.'
  27. *nl
  28. '<font color="<<$npc_fontcolor[''A28'']>>">"You look after her <<$npc_firstname[''A704'']>>, I''ve got a lot of faith in her unlike that ungrateful son of mine!"</font>'
  29. *nl
  30. 'You leave them to return to their duties'
  31. act 'Leave them' : gt $loc, $loc_arg
  32. end
  33. if $ARGS[0] = 'A28-WorkEv-1':
  34. *clr & cla
  35. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/characters/pavlovsk/resident/vladimir/DeliveryJob(<<rand(1,4)>>).jpg"></center>'
  36. minut += rand(1,4)
  37. gs 'stat'
  38. *nl
  39. 'You see your Stepfather here delivery packages to one of the nearby buildings.'
  40. if npc_sex['A28'] ! 0:
  41. act 'Seduce him' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkEv-3'
  42. end
  43. act 'Say Hello' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkEv-2'
  44. act 'Leave' : gt $loc, $loc_arg
  45. end
  46. if $ARGS[0] = 'A28-WorkEv-2':
  47. *clr & cla
  48. minut += rand(5,10)
  49. npc_rel['A28'] += rand(5 - difficulty,4)
  50. modVar_AF_EventLock['A28-WorkEv-Interact'] = daystart
  51. gs 'stat'
  52. '<center><b><font color="<<$npc_fontcolor[''A28'']>>">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  53. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  54. *nl
  55. '<font color="<<$npc_fontcolor[''A28'']>>">"Hi there ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', fancy seeing you here."</font>'
  56. *nl
  57. 'You and your Stepfather continue having a quick but fruitful conversation before he gets back to work.'
  58. act 'Leave' : gt $loc, $loc_arg
  59. end
  60. if $ARGS[0] = 'A28-WorkEv-3':
  61. *clr & cla
  62. minut += rand(2,5)
  63. modVar_AF_EventLock['A28-WorkEv-Interact'] = daystart
  64. gs 'stat'
  65. '<center><b><font color="<<$npc_fontcolor[''A28'']>>">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  66. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  67. *nl
  68. 'You do your best to present yourself in your most seductive manner; pushing out your cleavage, twisting your body, running your fingers through your hair...'
  69. *nl
  70. '"Hi there Daddy, how are you finding things?"'
  71. *nl
  72. '<font color="<<$npc_fontcolor[''A28'']>>">"Hello there ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', wow, aren''t you looking nice today; do you need anything?"</font>'
  73. *nl
  74. '"Well yes... there is one, big, thing I need right now..."'
  75. *nl
  76. '<font color="<<$npc_fontcolor[''A28'']>>">"Well, well, well; lets do something about that then... Get in and we will go somewhere private."</font>'
  77. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'chkpossible' , 3
  78. if modVar_AF_Inhib['Result'] = 1 and npc_rel['A704'] >= 40 and (arrpos('$modArr_AF_A28_ThreesomePlaces',$charsche_character_CurActLoc[arrpos('charsche_charlist',28)]) > 0 or arrpos('$modArr_AF_A28_ThreesomePlaces',$charsche_character_CurActLoc[arrpos('charsche_charlist',704)]) > 0):
  79. act 'Get in the Van' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-1'
  80. else
  81. act 'Get in the Van' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkSexEv-1'
  82. end
  83. end
  84. if $ARGS[0] = 'A28-WorkSexEv-1':
  85. *clr & cla
  86. CLOSE ALL
  87. npc_sex['A28'] += 1
  88. minut += rand(4,8)
  89. gs 'stat'
  90. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  91. *nl
  92. 'You get in the Gazelle shortly followed by your Stepfather. He is soon taking you to a nice secluded location nearby.'
  93. *nl
  94. 'Once you are feeling safe in a hidden away location you turn to look him in the eyes, both of you knowing what you will be doing next.'
  95. act 'Blow him' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkSexEv-2'
  96. end
  97. if $ARGS[0] = 'A28-WorkSexEv-2':
  98. *clr & cla
  99. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  100. gs 'stat'
  101. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  102. *nl
  103. 'You immediately get down and pull his hardening cock out of his trousers. Within moments you have your lips pressed around it, sucking eagerly along his shaft.'
  104. *nl
  105. 'You can feel just how much he is enjoying the feeling of your supple mouth but there is one thing you both want and he is eager to provide it...'
  106. act 'Get Naked' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkSexEv-3'
  107. end
  108. if $ARGS[0] = 'A28-WorkSexEv-3':
  109. *clr & cla
  110. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  111. gs 'stat'
  112. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  113. *nl
  114. 'The pair of you tear each others clothes off and in seconds he has the seats fully reclined and is fucking you hard on top of them.'
  115. *nl
  116. 'He is fucking you with a longing desire; as much as you wanted this to happen you can tell that he had been thinking as much about it!'
  117. act 'Get a pounding' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkSexEv-4'
  118. end
  119. if $ARGS[0] = 'A28-WorkSexEv-4':
  120. *clr & cla
  121. gs 'boyStat', 'A28'
  122. sexpartkno = 1
  123. $orgasm_or = 'yes'
  124. gs 'arousal', 'vaginal', 10, 'incest'
  125. gs 'Cum_Manage'
  126. gs 'stat'
  127. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  128. *nl
  129. 'Soon enough he has pulled you onto the back seats and is holding you hard while he pounds his phallus into you. With your arousal already rising swiftly you feel his orgasm land as he fills you full of cum.'
  130. *nl
  131. 'With your womb now plastered with copius amounts of seed he lays back exhausted and once you both have had enough time to recover he drops you back off where you were.'
  132. act 'Go Back' : gt $loc, $loc_arg
  133. end
  134. if $ARGS[0] = 'A28-WorkThreesomeEv-1':
  135. *clr & cla
  136. CLOSE ALL
  137. npc_rel['A704'] += 5 * difficulty
  138. npc_sex['A28'] += 1
  139. npc_sex['A704'] += 1
  140. modVar_AF_EventLock['A704-WorkEv-SeenWorking'] = hour
  141. modVar_AF_EventLock['A704-WorkEv-Interact'] = daystart
  142. if $charsche_character_CurActLoc[arrpos('charsche_charlist',28)] = 'dachi' or $charsche_character_CurActLoc[arrpos('charsche_charlist',28)] = 'gadukino':
  143. $loc = $charsche_character_CurActLoc[arrpos('charsche_charlist',28)]
  144. if $loc = 'OutofTown' : $loc = 'road' & nroad = 20
  145. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  146. *nl
  147. 'You get in the Gazelle shortly followed by your Stepfather. He is soon taking you to a nice secluded location nearby, but when you get there he says we are going to be waiting for a bit...'
  148. *nl
  149. 'After some time passed you see that Valeri is pulling up in his Van next to you. You then look over to your Stepfather to be greeted by a big grin on his face.'
  150. else
  151. $loc = $charsche_character_CurActLoc[arrpos('charsche_charlist',704)]
  152. if $loc = 'OutofTown' : $loc = 'road' & nroad = 20
  153. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJobSex1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  154. *nl
  155. 'You get in the Gazelle shortly followed by your Stepfather. But rather than take you to somewhere nearby he appears to have something else in mind and is taking you out of town.'
  156. *nl
  157. 'Soon enough you have arrived on the outskirts of a village to see Valeri already parked up and waiting for you.'
  158. end
  159. *nl
  160. '<font color="<<$npc_fontcolor[''A28'']>>">"I''m sure you''ve twigged it already but I had something special in mind today."</font>'
  161. *nl
  162. 'Well, you certainly aren''t going to complain...'
  163. !Moved to the end of Event as it was breaking the Loc change
  164. minut += rand(15,35)
  165. gs 'stat'
  166. act 'Get things started' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-2'
  167. end
  168. if $ARGS[0] = 'A28-WorkThreesomeEv-2':
  169. *clr & cla
  170. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  171. gs 'stat'
  172. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJob3some1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  173. *nl
  174. 'After a brief introduction the pair of them have their half-mast cocks out which you eagerly get your lips around. You suck both of them with equal glee; their cocks hardening as you continue your oral assault.'
  175. *nl
  176. 'It isn''t long before your Stepfather is ready to take it to the next level.'
  177. act 'Take some cock' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-3'
  178. end
  179. if $ARGS[0] = 'A28-WorkThreesomeEv-3':
  180. *clr & cla
  181. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  182. gs 'stat'
  183. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJob3some2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  184. *nl
  185. 'While keeping Valeri''s cock in your mouth, your Stepfather has positioned you so that he can start fucking you from behind. You keep on sucking Valeri''s cock all while your Stepfather''s is pleasuring you, reaching your deepest places in the process.'
  186. act 'Get hard pounding' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-4'
  187. end
  188. if $ARGS[0] = 'A28-WorkThreesomeEv-4':
  189. *clr & cla
  190. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  191. gs 'stat'
  192. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJob3some3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  193. *nl
  194. 'Your stepfather is pounding you harder and harder, giving no care to the world around him. You can tell he has no interest in relinquishing your pussy to anyone else; he has claimed it for his own.'
  195. act 'Change position' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-5'
  196. end
  197. if $ARGS[0] = 'A28-WorkThreesomeEv-5':
  198. *clr & cla
  199. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  200. gs 'stat'
  201. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJob3some4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  202. *nl
  203. 'You change position to be laying down on the bonnet of the van, only having to wait mere seconds before your stepfather''s cock is back inside of you, and a further set of mere seconds after that you have Valeri''s cock back in your mouth.'
  204. *nl
  205. 'You can tell that both of them are ready to blow soon so get down to take their loads on your face.'
  206. act 'Get showered' : gt 'mod_addedflavour_A28_Events' , 'A28-WorkThreesomeEv-6'
  207. end
  208. if $ARGS[0] = 'A28-WorkThreesomeEv-6':
  209. *clr & cla
  210. gs 'boyStat', 'A28'
  211. spafinloc = 11
  212. gs 'Cum_Manage'
  213. gs 'boyStat', 'A704'
  214. spafinloc = 11
  215. gs 'Cum_Manage'
  216. gs 'stat'
  217. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/FatherJob3some5' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  218. *nl
  219. 'You get to your knee''s and as the wind is blowing into your face it is joined with the feeling of cum raining down upon you as both of your partners blow their load above you.'
  220. *nl
  221. 'With both of them now spent you all get your bearings back to normal and soon they have dropped you off at the village centre; their thinking that they don''t want to arouse any suspicion by bringing you back to town.'
  222. act 'Get dropped off' : gt $loc
  223. end
  224. if $ARGS[0] = 'A28-FootballEv-X1':
  225. *clr & cla
  226. '<center><b><font color="<<$npc_fontcolor[''A28'']>>">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  227. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  228. $modVar_AF_FBall_TravelMessage = 'Leave with your Stepfather between 1pm and 2pm.'
  229. *nl
  230. 'You put on your most persuasive body posture and approach your Stepfather.'
  231. *nl
  232. '"Daddy, is there any chance you could give me a lift to my Away Match today?"'
  233. *nl
  234. '<font color="<<$npc_fontcolor[''A28'']>>">"Of course ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', I''d be happy to. Come find me around 1-ish and we''ll head out."</font>'
  235. *nl
  236. '"Thanks Daddy! It''s going to be fun!"'
  237. *nl
  238. '<font color="<<$npc_fontcolor[''A28'']>>">"Ha! I''m sure it will. I''ll even stay and watch the game so I can give you a lift back."</font>'
  239. *nl
  240. 'You go in and hug him as a show of appreciation; <i>no lengthy Train Travel for me</i>'
  241. act 'Release him' : gt 'father'
  242. end
  243. if $ARGS[0] = 'A28-FootballEv-X1':
  244. *clr & cla
  245. '<center><b><font color="<<$npc_fontcolor[''A28'']>>">Your stepfather, Vladimir Mikhailovich Scriabin</font></b></center>'
  246. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/vladimir/father.jpg"></center>'
  247. $modVar_AF_FBall_TravelMessage = 'Leave with your Stepfather between 1pm and 2pm.'
  248. *nl
  249. 'You put on your most persuasive body posture and approach your Stepfather.'
  250. *nl
  251. '"Daddy, is there any chance you could give me a lift to my Away Match today?"'
  252. *nl
  253. '<font color="<<$npc_fontcolor[''A28'']>>">"Of course ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', I''d be happy to. Come find me around 1-ish and we''ll head out."</font>'
  254. *nl
  255. '"Thanks Daddy! It''s going to be fun!"'
  256. *nl
  257. '<font color="<<$npc_fontcolor[''A28'']>>">"Ha! I''m sure it will. I''ll even stay back and watch the game so I can give you a lift back."</font>'
  258. *nl
  259. 'You go in and hug him as a show of appreciation; <i>no lengthy Train Travel for me</i>'
  260. act 'Release him' : gt 'father'
  261. end
  262. if $ARGS[0] = 'A28-FootballEv-1':
  263. *clr & cla
  264. gs 'stat'
  265. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/shared/Football/StepfatherTravel' + iif(modVar_AF_QSPVer = 1,'.gif','.webp') + '"></center>'
  266. *nl
  267. 'Your Stepfather drives you to a Motel that you passed on the way to the Match. It isn''t long before money has changed hands and he has secured a room for a couple of hours; almost as if he is particularly eager for something...'
  268. *nl
  269. 'You walk straight in together and within moments your Stepfather has guided you to the Bed and, not wanting to waste any time yourself, you lay down upon it.'
  270. act 'Occupy your lips' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-2'
  271. end
  272. if $ARGS[0] = 'A28-FootballEv-2':
  273. *clr & cla
  274. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Blowjob_Give'
  275. gs 'stat'
  276. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  277. *nl
  278. 'Your Stepfather is already naked before you even have the chance to plan out what you will do; and with your Football Uniform still on he guides you towards his hardening phallus.'
  279. *nl
  280. '<font color="<<$npc_fontcolor[''A28'']>>">"That''s it ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', you know what to do... my god do you look good in your uniform."</font>'
  281. *nl
  282. 'He barely has any control over himself, allowing his hands to reach out for your perfectly formed buns.'
  283. act 'Roll over' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-3'
  284. end
  285. if $ARGS[0] = 'A28-FootballEv-3':
  286. *clr & cla
  287. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Handjob_Give'
  288. gs 'stat'
  289. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  290. *nl
  291. 'You roll over in the hope of slowing him down a bit so you can enjoy yourself but it only spurs him on to pull your shirt up and reveal your pert young breasts. If you don''t accellerate the process he is going to finish off before you get even close!'
  292. act 'Occupy your lips' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-4'
  293. end
  294. if $ARGS[0] = 'A28-FootballEv-4':
  295. *clr & cla
  296. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  297. gs 'stat'
  298. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  299. *nl
  300. 'You release your grasp of him and start turning around to move to the main event; something which your Stepfather picks up on immediately and gets his rock hard dick in you as fast as he can. It is now you realise that seeing fit, athletic girls for over an hour might have had an affect on him...'
  301. *nl
  302. 'In face it is certain as he starts to thrust his cock into you even harder. You try to slow him down but you know deep down that he is only going to get faster...'
  303. act 'Get a pounding!' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-5'
  304. end
  305. if $ARGS[0] = 'A28-FootballEv-5':
  306. *clr & cla
  307. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  308. gs 'stat'
  309. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  310. *nl
  311. 'Sure enough he speeds up his thorough pounding of your private area. It works though as it forces itself through your restraint and you too are surging towards an explosive orgasm...'
  312. act 'Get it Harder Still!' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-6'
  313. end
  314. if $ARGS[0] = 'A28-FootballEv-6':
  315. *clr & cla
  316. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  317. $orgasm_or = 'yes'
  318. gs 'arousal' , 'vaginal' , 3 , 'incest'
  319. gs 'arousal', 'end'
  320. gs 'stat'
  321. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-5' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  322. *nl
  323. '<font color="<<$npc_fontcolor[''A28'']>>">"<<$pcs_nickname>>!!! I am going to cum!! My god I have needed to fuck you so hard!"</font>'
  324. *nl
  325. 'His increasing power has had the effect of bringing your orgasm to the fore ahead of his and before he can finish you feel it land hard causing you to scream out! The feeling is just what he needed however to tip the balance and you can feel that you are about to receive a substantial load.'
  326. act 'Take his Cum' : gt 'mod_addedflavour_A28_Events' , 'A28-FootballEv-7'
  327. end
  328. if $ARGS[0] = 'A28-FootballEv-7':
  329. *clr & cla
  330. gs 'boyStat', 'A28'
  331. sexpartkno = 1
  332. $orgasm_or = 'yes'
  333. gs 'arousal', 'vaginal', 5, 'incest'
  334. gs 'Cum_Manage'
  335. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/Vladimir/A28-FootballEv-6' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  336. *nl
  337. 'And as you are coming down of your own you feel his orgasm plaster your vaginal walls with cum, seemingly endlessly.'
  338. *nl
  339. '<font color="<<$npc_fontcolor[''A28'']>>">"Oh my god ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', you have no idea how much I have needed to do that.."</font>'
  340. *nl
  341. 'It takes the both of you some time to get back your composure but after a short rest you are heading back home again, although carrying a lot more than when you left...'
  342. act 'Go Home' : minut += rand(10,20) & gt 'korrPar'
  343. end
  344. --- mod_addedflavour_A28_Events ---------------------------------