mod_addedflavour_A33_Events.qsrc 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. # mod_addedflavour_A33_Events
  2. if $ARGS[0] = 'A33-SibSexEv-X1':
  3. *clr & cla
  4. modVar_AF_EventOpen['A33-BroSexTalk-1'] = 2
  5. modVar_AF_EventProgress['A33-SibSexEv'] = 1
  6. gs 'stat'
  7. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/anya/sister.jpg"></center>'
  8. *nl
  9. '"You know who is absolutely amazing in bed? Kolka!"'
  10. *nl
  11. '<font color="<<$npc_fontcolor[''A33'']>>">"Bloody hell ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + ', where did that come from! And wait... you mean... our brother, Kolka? You''re talking about having sex with our br#...!"</font>, you cut her off before she can finish.'
  12. *nl
  13. '"Yes, Yes, enough of all that. You and me are having enough sex to know you aren''t actually that bothered by that sort of thing! Besides, the sex is fucking amazing especially compared to everyone else."'
  14. *nl
  15. '<font color="<<$npc_fontcolor[''A33'']>>">"Well I guess I had noticed him being a lot more confident lately but even so I hadn''t thought of him in that way. Maybe I should be though..."</font>'
  16. *nl
  17. '"Yes, yes you should be. Trust me, you''re pussy will be thanking me... well, more than it already is."'
  18. *nl
  19. 'With that you decide to let the thought of having extremely passionate sex with Kolka linger with her, and just maybe she will try and pursue it...'
  20. act 'Keep talking': gt 'sister_chat', 'sister_chat'
  21. act 'Move away': gt $loc, $loc_arg
  22. end
  23. if $ARGS[0] = 'A33-SibThreesomeEv-X1':
  24. *clr & cla
  25. modVar_AF_EventOpen['A33-BroSexTalk-2'] = 2
  26. gs 'stat'
  27. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/anya/sister.jpg"></center>'
  28. *nl
  29. '"So, my dear sister; my dear, dear sister..."'
  30. *nl
  31. '<font color="<<$npc_fontcolor[''A33'']>>">"...what?"</Font>'
  32. *nl
  33. '"How''s it been fucking our brother?!"'
  34. *nl
  35. '<font color="<<$npc_fontcolor[''A33'']>>">"WHAT! You know?! I mean, I don''t know what you are talking about. I mean... You know?!"</font>'
  36. *nl
  37. '"Oh yes, I''ve been watching you''re little affair bloom, or should I say; hot, passionate lovemaking... bloom!"'
  38. *nl
  39. '<font color="<<$npc_fontcolor[''A33'']>>">"I guess we haven''t been particularly discreet about it. But you were so right, he is amazing. I don''t know if it is the taboo nature of it or he is just that good but he fucks me so good!"</font>'
  40. *nl
  41. '"Maybe you would like me to join in?"'
  42. *nl
  43. '<font color="<<$npc_fontcolor[''A33'']>>">"That could be fun; having sex with both of you. The taboo nature of it... wait, no. We''ve already done too much. Get it out of your head!"</font>'
  44. *nl
  45. '<i>I''ll see about that...</i>'
  46. act 'Keep talking': gt 'sister_chat', 'sister_chat'
  47. act 'Move away': gt $loc, $loc_arg
  48. end
  49. if $ARGS[0] = 'A33-SibThreesomeEv-X2':
  50. *clr & cla
  51. modVar_AF_EventProgress['A33-SibThreesomeEv-SisInv'] = daystart + (7 - week)
  52. minut += 1
  53. gs 'stat'
  54. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="images/characters/pavlovsk/resident/anya/sister.jpg"></center>'
  55. *nl
  56. '"Anya, do you fancy having a picnic out at the park this Sunday? It could be nice to spend some time in the seclusion of nature!"'
  57. *nl
  58. '<font color="<<$npc_fontcolor[''A33'']>>">"I suppose that could be nice... yeah, in fact I would be delighted to!"</font>'
  59. *nl
  60. '"Fantastic, I''ll meet you outside the apartment building at 11am so we can head off into town first to get supplies."'
  61. *nl
  62. '<i>and if Kolka should be there as well, then who knows where it would lead...</i>'
  63. if modVar_AF_EventProgress['A33-SibThreesomeEv-BroInv'] = 0:
  64. *nl
  65. '<i>I musn''t forget to speak to Kolka as well to have him be there</i>'
  66. end
  67. act 'Keep talking': gt 'sister_chat', 'sister_chat'
  68. act 'Move away': gt $loc, $loc_arg
  69. end
  70. if $ARGS[0] = 'A33-SibSexEv-C1':
  71. *clr & cla
  72. minut += rand(2,10)
  73. modVar_AF_Temp = 5 - difficulty
  74. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-1']
  75. gs 'stat'
  76. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolc1.jpg"></center>'
  77. *nl
  78. 'You were going to walk into your bedroom until you started hearing voices you recognise from inside. As you peer through the door you notice that it is your Sister and Brother sitting on the bed having a conversation. It sounds pleasant enough and you are pleased to see them getting on so well but think it is best just to leave them alone.'
  79. act 'Leave them be' : gt 'korrPar'
  80. end
  81. if $ARGS[0] = 'A33-SibSexEv-C2':
  82. *clr & cla
  83. minut += rand(2,10)
  84. modVar_AF_Temp = 5 - difficulty
  85. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-1']
  86. gs 'stat'
  87. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolc2.jpg"></center>'
  88. *nl
  89. 'As you were enterring the room you see that your Sister is helping Kolka with some of his studies. It''s nice to see them working together especially as you haven''t seen it happening as much as you would expect.'
  90. if npc_QW['A34'] >= 2:
  91. *nl
  92. 'Then you remember what your Brother''s agenda was with you, when trying to get your help with his studies! That sly dog must already be trying to get into Anya''s panties...'
  93. end
  94. *nl
  95. 'In any case, you feel it is best to leave them un-interrupted.'
  96. act 'Leave them be' : gt 'korrPar'
  97. end
  98. if $ARGS[0] = 'A33-SibSexEv-C3':
  99. *clr & cla
  100. minut += rand(2,10)
  101. modVar_AF_Temp = 5 - difficulty
  102. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-1']
  103. gs 'stat'
  104. '<center><img style="<<$modVar_AF_ImageRestrictions>>" src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolc3.jpg"></center>'
  105. *nl
  106. 'You were about to walk in when you hear Anya react to something. Unfortunately you missed the cause but you can see she is giving Kolka the business.'
  107. if npc_QW['A34'] >= 2:
  108. *nl
  109. 'You think to yourself: ''I bet that horny little git tried to get a bit touchy, feely with her!''.'
  110. end
  111. *nl
  112. 'It is nothing to worry about though as your Sister appears to be taking it in jest with your Brother playing the "oblivious" act to perfection.'
  113. act 'Leave them be' : gt 'korrPar'
  114. end
  115. if $ARGS[0] = 'A33-SibSexEv-T1':
  116. *clr & cla
  117. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  118. modVar_AF_Temp = 5 - difficulty
  119. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-2']
  120. gs 'stat'
  121. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolt1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  122. *nl
  123. 'You walk in to find Kolka and Anya getting quite cosy on the bed. Your Sister doesn''t appear to be reacting but she is presenting far too much of herself to be denying it. You do manage to get a pang of envy though; both for the feel of Kolka''s hands all over your body and in being able to stroke your Sister''s firm arse cheeks...'
  124. act 'Leave them be' : gt 'korrPar'
  125. end
  126. if $ARGS[0] = 'A33-SibSexEv-T2':
  127. *clr & cla
  128. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  129. modVar_AF_Temp = 5 - difficulty
  130. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-2']
  131. gs 'stat'
  132. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolt2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  133. *nl
  134. 'Walking into your bedroom you find your Sister and Brother together on the bed. You can''t quite make out what they are whispering but it does appear that Kolka is starting to get more brazen, and Anya is almost encouraging it!'
  135. act 'Leave them be' : gt 'korrPar'
  136. end
  137. if $ARGS[0] = 'A33-SibSexEv-T3':
  138. *clr & cla
  139. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  140. minut += rand(1,2)
  141. modVar_AF_Temp = 5 - difficulty
  142. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-2']
  143. gs 'stat'
  144. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolt3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  145. *nl
  146. 'Just as you reach the door of your bedroom you catch a flash of what is already going inside which stops you from enterring. It appears as though your Sister is naked and allowing Kolka to finger her pussy!'
  147. *nl
  148. 'There is no mistaking just how much she is enjoying it though so you feel it is best to leave them to it, although closing the door a bit more as you leave.'
  149. act 'Leave them be' : gt 'korrPar'
  150. end
  151. if $ARGS[0] = 'A33-SibSexEv-K1':
  152. *clr & cla
  153. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  154. modVar_AF_Temp = 5 - difficulty
  155. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-3']
  156. gs 'stat'
  157. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolk1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  158. *nl
  159. 'You were half-expecting something to be going on before you enterred the room and sure enough, as you peer through the crack of the door, you find that something.'
  160. *nl
  161. 'What greets you is the sight of your Sister and Brother kissing on the bed, with Anya''s enjoyment rising further as Kolka''s touch excites her breasts and vagina.'
  162. act 'Leave them be' : gt 'korrPar'
  163. end
  164. if $ARGS[0] = 'A33-SibSexEv-K2':
  165. *clr & cla
  166. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  167. modVar_AF_Temp = 5 - difficulty
  168. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-3']
  169. gs 'stat'
  170. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolk2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  171. *nl
  172. 'Walking into your bedroom generates a surprise in you as you are met with the sight of your Sister and Brother in a full on make out session! She is completely naked and so taken in by the moment that you could be standing right next to them and they would be none the wiser. Probably for the best then to leave them to it.'
  173. act 'Leave them be' : gt 'korrPar'
  174. end
  175. if $ARGS[0] = 'A33-SibSexEv-O1':
  176. *clr & cla
  177. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  178. minut += rand(1,2)
  179. modVar_AF_Temp = 5 - difficulty
  180. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-4']
  181. gs 'stat'
  182. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolo1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  183. *nl
  184. 'You were about to walk into your room but before you do you notice that Kolka and Anya are already in there. While this would have been unremarkable, the situation they are in says otherwise; as you can see she is giving him a blowjob.'
  185. *nl
  186. 'She is focusing significantly on the tip of his cock, using her tongue to excite the head of his penis, his eyes closed in a total bliss.'
  187. act 'Leave them be' : gt 'korrPar'
  188. end
  189. if $ARGS[0] = 'A33-SibSexEv-O2':
  190. *clr & cla
  191. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  192. minut += rand(1,2)
  193. modVar_AF_Temp = 5 - difficulty
  194. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-4']
  195. gs 'stat'
  196. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolo2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  197. *nl
  198. 'Before you can walk into your room you hear the unmistakable sounds of a carnal act. Peering in you find your Sister sucking hard on your Brother''s cock, her mouth encasing the head of it while she pumps on his shaft. He won''t last long like this so you think it is best to not be here when he does blow his load.'
  199. act 'Leave them be' : gt 'korrPar'
  200. end
  201. if $ARGS[0] = 'A33-SibSexEv-O3':
  202. *clr & cla
  203. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  204. minut += rand(1,2)
  205. modVar_AF_Temp = 5 - difficulty
  206. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-4']
  207. gs 'stat'
  208. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolo3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  209. *nl
  210. 'You were about to walk in when you notice the unmistakable sound of lovermaking eminating from within. Being as subtle as possible you look in, only to be greeted with the sight of your Sister forcing your Brothers face into her vagina. There is no mistaking who is in control here!'
  211. *nl
  212. 'Probably best to leave her to it!'
  213. act 'Leave them be' : gt 'korrPar'
  214. end
  215. if $ARGS[0] = 'A33-SibSexEv-O4':
  216. *clr & cla
  217. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  218. minut += rand(1,2)
  219. modVar_AF_Temp = 5 - difficulty
  220. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-4']
  221. gs 'stat'
  222. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskolo4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  223. *nl
  224. 'You walk into your room and find your Sister and Brother already present. They are none the wiser as she is focused hard on sucking all over his rock hard cock while he is enraptured with the blowjob he is receiving.'
  225. act 'Leave them be' : gt 'korrPar'
  226. end
  227. if $ARGS[0] = 'A33-SibSexEv-S1':
  228. *clr & cla
  229. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  230. minut += rand(8,12)
  231. modVar_AF_Temp = 7 - difficulty
  232. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  233. gs 'stat'
  234. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  235. *nl
  236. 'You find your Sister and Brother are already in your room. Anya is layed out on the bed while Kolka is fucking her, edging further forward with every thrust. As much as you would like to join in you think it is best to leave them at it.'
  237. act 'Leave them be' : gt 'korrPar'
  238. end
  239. if $ARGS[0] = 'A33-SibSexEv-S2':
  240. *clr & cla
  241. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  242. minut += rand(8,12)
  243. modVar_AF_Temp = 7 - difficulty
  244. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  245. gs 'stat'
  246. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  247. *nl
  248. 'You are suddenly greeted with the sight of carnal lust made manifest. Your Brother has your Sister underneath him with her legs in the air, all while thrusting into her! Part of you wants to join them but for now you should leave them be.'
  249. act 'Leave them be' : gt 'korrPar'
  250. end
  251. if $ARGS[0] = 'A33-SibSexEv-S3':
  252. *clr & cla
  253. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  254. minut += rand(8,12)
  255. modVar_AF_Temp = 7 - difficulty
  256. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  257. gs 'stat'
  258. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  259. *nl
  260. 'Before you have the chance to enter your room you notice that your Siblings are already quite busy in here! Your Sister is standing over your Brother while he rams his cock into her clearly presented vagina. You would like to join in the pleasure with both of them but you know you shouldn''t'
  261. act 'Leave them be' : gt 'korrPar'
  262. end
  263. if $ARGS[0] = 'A33-SibSexEv-S4':
  264. *clr & cla
  265. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  266. minut += rand(8,12)
  267. modVar_AF_Temp = 7 - difficulty
  268. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  269. gs 'stat'
  270. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  271. *nl
  272. 'You are surprised you are the only one to pick up on the sounds eminating from your room before you enter because what greets you is the sight of your Sister riding your Brother, who has his hands gripped hard onto her plient arse cheeks. Oh how you would like to be involved but for now you pull the door closed.'
  273. act 'Leave them be' : gt 'korrPar'
  274. end
  275. if $ARGS[0] = 'A33-SibSexEv-S5':
  276. *clr & cla
  277. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  278. minut += rand(8,12)
  279. modVar_AF_Temp = 7 - difficulty
  280. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  281. gs 'stat'
  282. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols5' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  283. *nl
  284. 'You were about to walk into your room thinking you had some time to kill but you instead find that your Brother is in here fucking your Sister! She is not hiding her own enjoyment from it as Kolka ram his cock in deep. You would like to be a third member of this fuck session but it is best to leave them at it.'
  285. act 'Leave them be' : gt 'korrPar'
  286. end
  287. if $ARGS[0] = 'A33-SibSexEv-S6':
  288. *clr & cla
  289. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  290. minut += rand(8,12)
  291. modVar_AF_Temp = 7 - difficulty
  292. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  293. gs 'stat'
  294. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols6' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  295. *nl
  296. 'When you walked into your room you find that there are people already making use of it! Your Brother has your Sister''s leg pulled over his shoulder so he can thrust hard into her causing her to be lost in the pleasure of it. Your envy almost gets the better of you but you need to leave them be for now.'
  297. act 'Leave them be' : gt 'korrPar'
  298. end
  299. if $ARGS[0] = 'A33-SibSexEv-S7':
  300. *clr & cla
  301. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  302. minut += rand(8,12)
  303. modVar_AF_Temp = 7 - difficulty
  304. gs 'mod_addedflavour_A33_Functions' , 'AddProgress' , 'A33-SibSexEv' , modVar_AF_Temp , modVar_AF_EventGates['A33-SibSexEv-5']
  305. gs 'stat'
  306. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/characters/pavlovsk/resident/anya/siskols7' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  307. *nl
  308. 'Before you even walk through the door you can hear a slapping noise and when you do you are greeted with the sight of your Brother ramming his cock into your Sister! She is obviously in a state of bliss at the rough treatment and you are sure Kolka will be blowing his load soon, so best not to be here when he does.'
  309. act 'Leave them be' : gt 'korrPar'
  310. end
  311. if $ARGS[0] = 'A33-SibThreesomeEv-1':
  312. *clr & cla
  313. minut += rand(4,8)
  314. CLOSE ALL
  315. gs 'stat'
  316. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya1' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  317. *nl
  318. 'You meet up with your Sister who happily greets you. After a quick catch-up you start walking towards the shops to buy stuff for your picnic.'
  319. *nl
  320. 'It doesn''t take too long and soon you have everything you need so start heading towards the park'
  321. act 'Wait... whose that?' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-2'
  322. end
  323. if $ARGS[0] = 'A33-SibThreesomeEv-2':
  324. *clr & cla
  325. minut += rand(4,8)
  326. gs 'stat'
  327. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya2' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  328. *nl
  329. '"Oh look, if it isn''t our dear brother, perhaps he would like to join us!"'
  330. *nl
  331. 'Kolka is looking a bit braindead as he mind catches up with events but you throw him a gaze to let him know exactly what the plan is.'
  332. *nl
  333. '<font color="<<$npc_fontcolor[''A33'']>>">"mmm... what a coincidence, well yes, I suppose he can join us."</font>'
  334. *nl
  335. 'You suspect that she is more aware then she is letting on but no matter, if she was at all against it she would have walked away. Nevertheless the three of you walk off to your secluded spot of the park.'
  336. act 'Walk to picnic spot' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-3'
  337. end
  338. if $ARGS[0] = 'A33-SibThreesomeEv-3':
  339. *clr & cla
  340. minut += rand(4,8)
  341. gs 'stat'
  342. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya3' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  343. *nl
  344. 'The three of you get everything ready and in place, with you taking every opportunity to flash some skin to whoever might be looking.'
  345. *nl
  346. 'Once everyone is laying down and taking in the sun, you all start drinking and generally enjoying yourselves.'
  347. act 'Take it all in' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-4'
  348. end
  349. if $ARGS[0] = 'A33-SibThreesomeEv-4':
  350. *clr & cla
  351. minut += rand(4,8)
  352. gs 'stat'
  353. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya4' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  354. *nl
  355. 'Just sitting back and enjoying the moment is fulfilling in of itself but you have a greater plan in motion. You have taken every chance to guage how Anya is getting on board with events here and you are now sure she is ready.'
  356. *nl
  357. '"Hey Kolka, it''s getting quite hot here, why don''t you make it hotter!"'
  358. act 'Get Kolka naked' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-5'
  359. end
  360. if $ARGS[0] = 'A33-SibThreesomeEv-5':
  361. *clr & cla
  362. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  363. gs 'stat'
  364. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya5' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  365. *nl
  366. 'Kolka stands up and, after some initial reluctance on the part of shyness, starts removing his clothes.'
  367. *nl
  368. 'You and Anya encourage him to go further, all the while making our own clothes a little more accessible.'
  369. act 'Get the fun started' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-6'
  370. end
  371. if $ARGS[0] = 'A33-SibThreesomeEv-6':
  372. *clr & cla
  373. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  374. gs 'stat'
  375. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya6' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  376. *nl
  377. 'Anya immediately stands up and in a show of confidence orders Kolka to come over and lick her out. He quickly obliges and in mere moments is kneeled down with his toungue deep in your Sisters pussy!'
  378. *nl
  379. 'You are watching the scene with glee and start removing your own clothes for what is to come.'
  380. act 'Suck him off' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-7'
  381. end
  382. if $ARGS[0] = 'A33-SibThreesomeEv-7':
  383. *clr & cla
  384. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  385. gs 'stat'
  386. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya7' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  387. *nl
  388. 'You tell Kolka to lay down and once he is in place you whip out his already hard dick to begin sucking on it. You suck hard on it while rubbing on the shaft to get to peak readiness; your Sister rubbing your naked body as her own desire ramps up.'
  389. act 'Two mouths, one cock' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-8'
  390. end
  391. if $ARGS[0] = 'A33-SibThreesomeEv-8':
  392. *clr & cla
  393. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  394. gs 'stat'
  395. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya8' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  396. *nl
  397. 'Anya then comes down to join you at his penis. She starts sucking hard on his cock with an unstoppable lust with you joining in at every chance; also rubbing her body and his.'
  398. *nl
  399. 'Kolka is almost completely blown away with the sensory overload of having both his sisters blow him! You are more than willing to take him over the edge but there is more to come.'
  400. act 'Start some pussy action' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-9'
  401. end
  402. if $ARGS[0] = 'A33-SibThreesomeEv-9':
  403. *clr & cla
  404. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  405. gs 'stat'
  406. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya9' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  407. *nl
  408. 'With his cock as hard as rock you get on all fours and present your perfect pussy. The invitation is clear which prompts him to get up and ram his cock deep into you.'
  409. *nl
  410. 'Kolka is not holding back and takes you right to hilt before pulling out only to thrust it straight back in. The sex is mind-blowing but you still manage to see someone looking in with a tinge of envy...'
  411. act 'Give Anya her turn' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-10'
  412. end
  413. if $ARGS[0] = 'A33-SibThreesomeEv-10':
  414. *clr & cla
  415. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  416. gs 'stat'
  417. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya10' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  418. *nl
  419. 'You pull away from your Brothers cock and kiss him hard. Once he is completely in your control you turn his head to the sight of your supine Sister. You then whisper into his ear: "Fuck her."'
  420. *nl
  421. 'Kolka goes straight to her and thrusts his cock into her. There was no holding back or worrying about the ramifications; it was just lust, sweat and hard cock in wet pussy!'
  422. act 'Slow him down' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-11'
  423. end
  424. if $ARGS[0] = 'A33-SibThreesomeEv-11':
  425. *clr & cla
  426. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  427. gs 'stat'
  428. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya11' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  429. *nl
  430. 'You don''t want him to blow his load just yet so tell him to get up. You don''t let his cock get fresh air for too long though as you immediately plant your lips upon it. Lust still controls him and in his haze he starts licking at Anya''s vagina.'
  431. *nl
  432. 'You feel he is sufficiently calmed down but still rock hard to push on so get him ready to put it straight back in your Sister.'
  433. act 'More pussy action' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-12'
  434. end
  435. if $ARGS[0] = 'A33-SibThreesomeEv-12':
  436. *clr & cla
  437. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Voyeur'
  438. gs 'stat'
  439. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya12' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  440. *nl
  441. 'It takes mere moments for your Brother''s penis to be ramming back into your Sister''s sex. She is peaking with her own orgasm which you help along by kissing her and rubbing her ample breasts.'
  442. act 'Your turn again' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-13'
  443. end
  444. if $ARGS[0] = 'A33-SibThreesomeEv-13':
  445. *clr & cla
  446. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_VagSex'
  447. gs 'stat'
  448. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya13' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  449. *nl
  450. 'You lay down and present your vagina which you know he has so much demand for. He crawls over and immediately starts thrusting his cock deep into you. He is fucking you hard and you feel that he could be ready to blow at any moment.'
  451. *nl
  452. '<font color="<<$npc_fontcolor[''A34'']>>"> ' + iif(rand(1,2) = 1,'<<$pcs_nickname>>','<<$pcs_firstname>>') + '! I''m nearly there! I''m going to blow!"</font>'
  453. act 'Get him up' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-14'
  454. end
  455. if $ARGS[0] = 'A33-SibThreesomeEv-14':
  456. *clr & cla
  457. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_BlowJob_Give'
  458. gs 'stat'
  459. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya14' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  460. *nl
  461. 'You order him to stand up but go straight to sucking him off. You eagerly share his cock with your Sister who shows equaly desire to take his load!'
  462. act 'Take his cum' : gt 'mod_addedflavour_A33_Events' , 'A33-SibThreesomeEv-15'
  463. end
  464. if $ARGS[0] = 'A33-SibThreesomeEv-15':
  465. *clr & cla
  466. npc_sex['A33'] += 1
  467. npc_sex['A34'] += 1
  468. gs 'mod_addedflavour_Functions' , 'pcs_reticence' , 'Player_Kiss'
  469. pcs_mood += 30
  470. sexpartkno = 1
  471. gs 'boyStat', 'A34'
  472. spafinloc = 11
  473. gs 'Cum_Manage'
  474. gs 'stat'
  475. '<center><video style="<<$modVar_AF_VideoRestrictions>>" autoplay loop src="mod/addedflavour/images/locations/pavlovsk/park/sibling/KolAnya15' + iif(modVar_AF_QSPVer = 1,'.mp4','.webm') + '"></video></center>'
  476. *nl
  477. 'It looks like it''s Anya who wins this little contest as, with a lust fuelled roar, your Brother starts filling her mouth with cum! Ropes of cum flow over the boundaries of her lips causing her to smile at her reward before sharing it with you in a kiss.'
  478. *nl
  479. 'Once everyone is calmed down and returned to the real world, both you and Anya, now clothed, give him a kiss and leave him to tidy up. When walking back you and your Sister talk about what happened and gleefully discuss how glad we are that it happened. A job well done!'
  480. act 'Leave him and go back home' : gt $loc, $loc_arg
  481. end
  482. --- mod_addedflavour_A33_Events ---------------------------------