cardgame_durak.qsrc 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  1. # cardgame_durak
  2. !-----------------------------------------------!
  3. !-----Playing cards with the guys on the strip-----!
  4. !===============================================!
  5. menu_off = 1
  6. if $ARGS[0] = 'start':
  7. CLOSE ALL
  8. cla
  9. minut += 5
  10. if playcardgame_count > 0:
  11. *clr
  12. !choice of set pictures for you
  13. cgd_cs = RAND(1,20)
  14. !zero out winnings NPC:
  15. gs 'boyStat', 'A9','3'
  16. gs 'boyStat', 'A10','1'
  17. gs 'boyStat', 'A11','2'
  18. if cgd_cs < 3 or cgd_cs > 17:
  19. $cgd_clothes = ' shirt, skirt, socks, bra, panties'
  20. elseif cgd_cs = 4 or cgd_cs = 7:
  21. $cgd_clothes = ' shirt, pants, socks, bra, panties'
  22. elseif cgd_cs = 5 or cgd_cs = 6 or cgd_cs = 8 or cgd_cs = 13 or cgd_cs > 14:
  23. $cgd_clothes = ' shirt, jeans, socks, bra, panties'
  24. else
  25. $cgd_clothes = ' shirt, shorts, socks, bra, panties'
  26. end
  27. $cgd_clothes['A11'] = ' shirt, shorts, socks, briefs'
  28. $cgd_clothes['A10'] = ' track jacket, tracksuit pants, socks, briefs'
  29. $cgd_clothes['A9'] = ' shirt, jeans, socks, briefs'
  30. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/durak.jpg"></center>'
  31. '"Cards? We can deal you in, but only if you want to play strip poker", Vitek grins. "The loser does whatever the winner wants them to do. Because you''re a girl, you''ll get one extra piece of clothing to start with. Sound fair?"'
  32. 'Your game statistics: You''ve won <<card_game_durak_win>> times, lost <<card_game_durak_loss>> times, managed a draw <<card_game_durak_draw>> times, and ended up naked <<card_game_durak_nude>> times.'
  33. act 'Play': gt 'cardgame_durak', 'card_game_durak_play'
  34. gs 'willpower', 'misc', 'resist'
  35. if will_cost <= pcs_willpwr:
  36. act 'Not now (<<will_cost>> Willpower)':
  37. gs 'willpower', 'misc', 'resist'
  38. gs 'willpower', 'pay', 'resist'
  39. gs 'stat'
  40. gt 'shulga_room', 'start'
  41. end
  42. else
  43. act 'Not now (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  44. end
  45. else
  46. '<<iif(RAND(0,1) = 0,''Dan'',''Vitek'')>> sighs: "I''m tired of playing cards. Let''s just watch some TV or something, or have some more beers."'
  47. act 'Leave': gt 'shulga_room', 'start'
  48. end
  49. gs 'stat'
  50. end
  51. !game
  52. if $ARGS[0] = 'card_game_durak_play':
  53. minut +=3
  54. gs 'stat'
  55. !Pictures undressing
  56. $cgdp_pc_state = iif($cgd_clothes='','You are naked!','You are wearing:<<$cgd_clothes>>.')
  57. $cgdp_A11_state = iif($cgd_clothes['A11']='','Vasily is naked!','Vasily is wearing:<<$cgd_clothes[''A11'']>>.')
  58. $cgdp_A10_state = iif($cgd_clothes['A10']='','Dan is naked!','Dan is wearing:<<$cgd_clothes[''A10'']>>.')
  59. $cgdp_A9_state = iif($cgd_clothes['A9']='','Vitek is naked!','Vitek is wearing:<<$cgd_clothes[''A9'']>>.')
  60. '<center><b>You''re playing strip poker with the guys. The game will continue until one of you is completely naked.</b></center>'
  61. '<table width="100%" cellspacing="0" cellpadding="5"><td width="200" valign="top"><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/<<cgd_cs>>-<<6-(3+len($cgd_clothes))/7>>.jpg"></td><td valign="top">'
  62. '<br><<$cgdp_pc_state>><br><<$cgdp_A11_state>><br><<$cgdp_A10_state>><br><<$cgdp_A9_state>><br>'
  63. if $cgd_clothes = '':
  64. card_game_durak_nude += 1
  65. playcardgame_day = daystart
  66. playcardgame_count -= 1
  67. gs 'boyStat', 'A<<9+RAND(0,2)>>'
  68. '<b>The game is over! You have no clothes left, you lose!</b>'
  69. 'Winner: <b><<$boydesc>>.</b>'
  70. 'You will have to carry out his wish.'
  71. if pav_slut < 75 or kotovLoveQW > 0:
  72. act 'Continue': gt 'cardgame_durak', 'card_game_nosex'
  73. elseif pav_slut >= 75 and cg_clother_cum < 5:
  74. if rand(1,100) <= 90:
  75. if rand(1,100) <= 33:
  76. act 'Continue': gt 'cardgame_durak', 'card_game_gsex'
  77. else
  78. act 'Continue': gt 'cardgame_durak', 'card_game_rough_sex'
  79. end
  80. else
  81. act 'Continue': gt 'cardgame_durak', 'card_game_nosex'
  82. end
  83. elseif pav_slut >= 75 and cg_clother_cum >= 5:
  84. if rand(1,100) <= 70:
  85. if rand(1,100) <= 33:
  86. act 'Continue': gt 'cardgame_durak', 'card_game_gsex'
  87. else
  88. act 'Continue': gt 'cardgame_durak', 'card_game_rough_sex'
  89. end
  90. elseif rand(1,100) <= 33:
  91. act 'Continue': gt 'cardgame_durak', 'card_game_casual_sex'
  92. else
  93. act 'Continue': gt 'cardgame_durak', 'card_game_nosex'
  94. end
  95. end
  96. end
  97. if $cgd_clothes['A11'] = '' or $cgd_clothes['A10'] = '' or $cgd_clothes['A9'] = '':
  98. pcs_horny += 10
  99. pcs_health += 10
  100. pcs_mood += 5
  101. playcardgame_day = daystart
  102. playcardgame_count -= 1
  103. if $cgd_clothes['A11'] = '':
  104. gs 'boyStat', 'A11'
  105. $loss_npc_img = '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya.jpg"></center>'
  106. end
  107. if $cgd_clothes['A10'] = '':
  108. gs 'boyStat', 'A10'
  109. $loss_npc_img = '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dan/dan.jpg"></center>'
  110. end
  111. if $cgd_clothes['A9'] = '':
  112. gs 'boyStat', 'A9'
  113. $loss_npc_img = '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vitek/vitek.jpg"></center>'
  114. end
  115. $loss_npc_name = $boydesc
  116. *nl '<b>The game is over! <<$npc_usedname[$cgd_name_npc]>> has no clothes left and loses!</b>.'
  117. if pav_slut < 75:
  118. gs 'willpower', 'exhib', 'force', 'easy'
  119. if will_cost <= pcs_willpwr:
  120. act 'Make <<$loss_npc_name>> expose himself to a random girl (<<will_cost>> Willpower)':
  121. gs 'willpower', 'exhib', 'force', 'easy'
  122. gs 'willpower', 'pay', 'force'
  123. gs 'stat'
  124. gt 'cardgame_durak', 'card_game_ggwin_penis'
  125. end
  126. else
  127. act 'Make <<$loss_npc_name>> expose himself to a random girl (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  128. end
  129. act 'Make <<$loss_npc_name>> expose a random girl': gt 'cardgame_durak', 'card_game_ggwin_clother'
  130. elseif pav_slut >= 75:
  131. gs 'willpower', 'anal', 'force', 'easy'
  132. if will_cost <= pcs_willpwr:
  133. act 'Make <<$loss_npc_name>> fuck your ass (<<will_cost>> Willpower)':
  134. gs 'willpower', 'anal', 'force', 'easy'
  135. gs 'willpower', 'pay', 'force'
  136. gs 'stat'
  137. gt 'cardgame_durak', 'card_game_gg_sex'
  138. end
  139. else
  140. act 'Make <<$loss_npc_name>> fuck your ass (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  141. end
  142. gs 'willpower', 'cuni', 'force', 'easy'
  143. if will_cost <= pcs_willpwr:
  144. act 'Make <<$loss_npc_name>> lick your pussy (<<will_cost>> Willpower)':
  145. gs 'willpower', 'cuni', 'force', 'easy'
  146. gs 'willpower', 'pay', 'force'
  147. gs 'stat'
  148. gt 'cardgame_durak', 'card_game_gg_lick'
  149. end
  150. else
  151. act 'Make <<$loss_npc_name>> lick your pussy (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  152. end
  153. gs 'willpower', 'mast', 'force', 'easy'
  154. if will_cost <= pcs_willpwr:
  155. act 'Make <<$loss_npc_name>> cum on a random girl (<<will_cost>> Willpower)':
  156. gs 'willpower', 'mast', 'force', 'easy'
  157. gs 'willpower', 'pay', 'force'
  158. gs 'stat'
  159. gt 'cardgame_durak', 'card_game_ggwin_clothercum'
  160. end
  161. else
  162. act 'Make <<$loss_npc_name>> cum on a random girl (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  163. end
  164. gs 'willpower', 'exhib', 'force', 'easy'
  165. if will_cost <= pcs_willpwr:
  166. act 'Make <<$loss_npc_name>> expose himself to a random girl (<<will_cost>> Willpower)':
  167. gs 'willpower', 'exhib', 'force', 'easy'
  168. gs 'willpower', 'pay', 'force'
  169. gs 'stat'
  170. gt 'cardgame_durak', 'card_game_ggwin_penis'
  171. end
  172. else
  173. act 'Make <<$loss_npc_name>> expose himself to a random girl (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  174. end
  175. act 'Make <<$loss_npc_name>> expose a random girl': gt 'cardgame_durak', 'card_game_ggwin_clother'
  176. end
  177. end
  178. if $cgd_clothes ! '' and $cgd_clothes['A11'] ! '' and $cgd_clothes['A10'] ! '' and $cgd_clothes['A9'] ! '':
  179. if RAND(1,100) <= 60:
  180. card_game_durak_win += 1
  181. pcs_horny += 5
  182. pcs_mood += 5
  183. $cgd_name_npc = 'A<<9+RAND(0,2)>>'
  184. if strpos($cgd_clothes[$cgd_name_npc],'socks')>0:
  185. $clo_str = ' socks'
  186. $cgd_clothes[$cgd_name_npc] = replace($cgd_clothes[$cgd_name_npc],' socks,','')
  187. elseif strpos($cgd_clothes[$cgd_name_npc],',')>0:
  188. $clo_str = MID($cgd_clothes[$cgd_name_npc],1,strpos($cgd_clothes[$cgd_name_npc],',')-1)
  189. $cgd_clothes[$cgd_name_npc] = replace($cgd_clothes[$cgd_name_npc],'<<$clo_str>>,','')
  190. else
  191. $clo_str = $cgd_clothes[$cgd_name_npc]
  192. $cgd_clothes[$cgd_name_npc] = ''
  193. end
  194. '<img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/card3.jpg">'
  195. 'You have a great set of cards in your hand, and easily win the round. <<$npc_usedname[$cgd_name_npc]>> loses, and reluctantly takes off his<<$clo_str>>.'
  196. act 'Deal': gt 'cardgame_durak', 'card_game_durak_play'
  197. elseif RAND(1,40) < 35:
  198. card_game_durak_loss += 1
  199. if strpos($cgd_clothes,'socks')>0:
  200. $clo_str = ' socks'
  201. $cgd_clothes = replace($cgd_clothes,' socks,','')
  202. elseif strpos($cgd_clothes,',')>0:
  203. $clo_str = MID($cgd_clothes,1,strpos($cgd_clothes,',')-1)
  204. $cgd_clothes = replace($cgd_clothes,'<<$clo_str>>,','')
  205. else
  206. $clo_str = $cgd_clothes
  207. $cgd_clothes = ''
  208. end
  209. '<img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/card1.jpg">'
  210. 'Your hand is very poor, and you don''t stand a chance. You slowly undress for the guys, removing your<<$clo_str>>'
  211. act 'Deal': gt 'cardgame_durak', 'card_game_durak_play'
  212. else
  213. card_game_durak_draw += 1
  214. '<img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/card1.jpg">'
  215. 'Your hand is not very good, but with some skill you manage to squeeze out a draw. That was close, but you get to keep your clothes on for now!'
  216. act 'Deal': gt 'cardgame_durak', 'card_game_durak_play'
  217. end
  218. end
  219. '</td></tr></table>'
  220. killvar '$cgdp_pc_state'
  221. killvar '$cgdp_A11_state'
  222. killvar '$cgdp_A10_state'
  223. killvar '$cgdp_A9_state'
  224. end
  225. !--------------------------!
  226. !when years lost cards!
  227. !==========================!
  228. !fulfillment of desire NPC (turnip pav_slut < 75, then a small show)
  229. if $ARGS[0] = 'card_game_nosex_dance':
  230. minut +=5
  231. inhib_exp += rand(2,3)
  232. gs 'stat'
  233. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/gif/dance'+rand(1,9)+'.mp4"></video></center>'
  234. 'The guys put on a popular track with a lot of bass, and lean back. You realize this is your cue to start moving, and somewhat awkwardly begin to dance for them. After a while you get into the song more and become less hesitant in shaking your hips and boobs, trying to give the guys a good show. They did win, after all.'
  235. 'They all watch you intently, cheering you on and high-fiving their friend who made this possible.'
  236. act 'Finish and put your clothes back on': gt 'shulga_room', 'start'
  237. end
  238. !making wishes NPC (turnip pav_slut < 75)
  239. if $ARGS[0] = 'card_game_nosex':
  240. minut +=5
  241. gs 'stat'
  242. card_game_texta = rand(0,6)
  243. if card_game_texta = 0:$card_game_texta = 'I want you to suck me off.'
  244. if card_game_texta = 1:$card_game_texta = 'I want you to masturbate in front of us.'
  245. if card_game_texta = 2:$card_game_texta = 'I want you to give my dick a kiss.'
  246. if card_game_texta = 3:$card_game_texta = 'I want to touch your tits.'
  247. if card_game_texta = 4:$card_game_texta = 'I want to fuck you.'
  248. if card_game_texta = 5:$card_game_texta = 'I want to touch your pussy.'
  249. if card_game_texta = 6:$card_game_texta = 'I want a boob job from you.'
  250. if $boy = 'A11':
  251. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya.jpg"></center>'
  252. ''+func('gopsex','hide','Shulga_var_name')+' ponders for a second, and says: "<<$card_game_texta>>"'
  253. '"Are you out of your mind!? There''s absolutely no way I''m doing that!", you shout, deeply offended by his suggestion.'
  254. 'He raises his hands defensively and smiles: "Relax, I was just kidding. I just had to try, who knows what kind of party girl you might''ve been!"'
  255. 'You sigh and tell him: "Seriously though, what do you want me to do?"'
  256. ''+func('gopsex','hide','Shulga_var_name')+' thinks long and hard, and carefully suggests: "<<$pcs_nickname>>, how about you perform a little dance for us? You know... shake your boobs, show off your body a little?"'
  257. 'You bite your lip while you think for a moment, and then say: "Fine. I''m naked, so it''s not like you haven''t seen it all already anyway. I''ll do it."'
  258. end
  259. if $boy = 'A10':
  260. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dan/dan.jpg"></center>'
  261. 'Dan says what he wants: "<<$pcs_nickname>>, <<$card_game_texta>>"'
  262. '"Are you out of your mind!? There''s absolutely no way I''m doing that!", you shout, deeply offended by his suggestion.'
  263. 'He raises his hands defensively and smiles: "Relax, I was just kidding. I just had to try, who knows what kind of party girl you might''ve been!"'
  264. 'You sigh and tell him: "Seriously though, what do you want me to do?"'
  265. 'Dan shrugs and says: "<<$pcs_nickname>>, how about we put up some music, and you shake your tits and perform a nice little dance for the three of us then?"'
  266. 'You bite your lip while you think for a moment, and then say: "Fine. I''m naked, so it''s not like you haven''t seen it all already anyway. I''ll do it."'
  267. end
  268. if $boy = 'A9':
  269. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vitek/vitek.jpg"></center>'
  270. 'Vitek confidently says: "<<$card_game_texta>>"'
  271. '"Are you out of your mind!? There''s absolutely no way I''m doing that!", you shout, deeply offended by his suggestion.'
  272. '"Hey, you''re the one who agreed to do what we say if you lose. I didn''t realize you were going to be so modest", Vitek smirks.'
  273. 'You sigh and tell him: "Don''t be such a pervert! Seriously though, what do you want me to do?"'
  274. 'Vitek shrugs and says: "<<$pcs_nickname>>, how about we put up some music, and you shake your tits and perform a nice little dance for the three of us then?"'
  275. 'You bite your lip while you think for a moment, and then say: "Fine. I''m naked, so it''s not like you haven''t seen it all already anyway. I''ll do it."'
  276. end
  277. act 'Dance for them': gt 'cardgame_durak', 'card_game_nosex_dance'
  278. killvar 'card_game_texta'
  279. end
  280. !when years lost cards (turnip pav_slut >= 75), sex
  281. if $ARGS[0] = 'card_game_gsex':
  282. minut +=2
  283. pcs_horny += 10
  284. npc_sex['A9'] += 1
  285. npc_sex['A10'] += 1
  286. npc_sex['A11'] += 1
  287. gang += 1
  288. gs 'stat'
  289. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_1.jpg"></center>'
  290. '"Now that you''ve lost... how about we all get naked, and then see what we will do with you?" <<$boydesc>> says with a grin, as he takes the remainder of his clothes off. The other guys nod eagerly, and begin to undress as well.'
  291. act 'Continue':
  292. *clr & cla
  293. gs 'arousal','foreplay',3,'gangbang'
  294. gs 'stat'
  295. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_2.jpg"></center>'
  296. '<<$boydesc>> says: "I''ve given it some thought, and I''ve decided that it is bad to be selfish. Therefore, as my wish: I will share your body with my friends, and we will all fuck you good!"'
  297. '"But, that''s not fair..." you mutter weakly. "You won, they did not. Only you get a wish!'
  298. '"Exactly! I get a wish, and you have to do what I want. My wish is to share your body with my friends", <<$boydesc>> tells you, while he plays with your boobs. "Now stop complaining and get on your back."'
  299. act 'Continue':
  300. *clr & cla
  301. gs 'arousal','bj',5,'dick[1]','gangbang'
  302. gs 'arousal','bj',5,'dick[2]','gangbang'
  303. gs 'arousal','hj',2,'dick[1]','gangbang'
  304. gs 'arousal','hj',2,'dick[2]','gangbang'
  305. gs 'arousal','vaginal_finger',6,'dick[3]','gangbang'
  306. minut -= 10
  307. gs 'stat'
  308. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_3.jpg"></center>'
  309. 'Well, he''s got you there. With a deep sigh you lie down on your back, and immediately '+func('gopsex','hide','Shulga_var_name')+' and Dan get on their knees next to you, offering their already fully erect cocks to you.'
  310. 'Vitek moves between your legs, and begins to play with your pussy. He occasionally thrusts a finger inside, but is mostly content to just play with your pussy lips and your clitoris for now.'
  311. 'You hesitantly lean towards Vasily''s cock and lick the head of his cock testively, before taking it into your mouth. Meanwhile Dan grabs your wrist and guides your hand to his cock, and he begins to play with your breasts once you get the message and masturbate him gently.'
  312. 'Wow, the three of them are making you feel really good! You do your best to repay them by giving Vasily and Dan a good blowjob, taking their cocks as far as possible in your mouth in turns while you masturbate the other.'
  313. if pcs_horny >= 70:
  314. $orgasm_or = 'yes'
  315. $orgasm_txt = 'Vitek''s constant rubbing on your clit brings you to a thunderous orgasm, and you moan and groan loudly despite the penis that''s lodged deeply into your mouth.'
  316. gs 'arousal','vaginal_finger',6,'dick[3]','gangbang','exhibitionism'
  317. 'For a moment you feel ashamed, your orgasm was very obvious to the guys and was met with loud cheers. Then you relax and just give in, why should you feel bad about them making you feel great?'
  318. end
  319. act 'Continue':
  320. *clr & cla
  321. gs 'arousal','bj',5,'dick[1]','gangbang'
  322. gs 'arousal','vaginal',5,'dick[2]','gangbang'
  323. gs 'arousal','bj',5,'dick[3]','gangbang'
  324. minut -= 10
  325. gs 'stat'
  326. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_4.jpg"></center>'
  327. 'Then the guys pull you up, and put you down on your hands and knees. Dan immediately moves behind you, claiming he gets to fuck you first. Vasily and Vitek shrug and take place near your head, expecting you to give them blowjobs while Dan slips his cock inside your eager cunt and begins to thrust his hips against yours.'
  328. 'Dan''s dick feels great inside you, and you''re not afraid to show the guys that you''re enjoying it. You moan excitedly and eagerly switch from Vasily''s to Vitek''s cock and back, trying to please all of them.'
  329. act 'Continue':
  330. *clr & cla
  331. gs 'arousal','hj',5,'dick[1]','gangbang'
  332. gs 'arousal','vaginal',5,'dick[2]','gangbang'
  333. gs 'arousal','hj',5,'dick[3]','gangbang'
  334. minut -= 10
  335. gs 'stat'
  336. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_5.jpg"></center>'
  337. 'For a moment, you try to take both of the dicks inside your mouth while Dan fucks you from behind.'
  338. 'However, Dan can no longer hold back and begins to vigorously slam his hips into yours, making your butt cheeks bounce whenever he bottoms out in you.'
  339. 'You fully surrender to him and can''t really focus on the blowjob you''re giving any more, only making some weak attempts to lick Vitek''s and Shulga''s cocks to make sure they don''t feel left out entirely.'
  340. act 'Continue':
  341. *clr & cla
  342. gs 'arousal','vaginal',5,'dick[2]','gangbang'
  343. gs 'arousal','bj',5,'dick[3]','deepthroat'
  344. minut -= 5
  345. gs 'stat'
  346. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_6.jpg"></center>'
  347. 'When you next take Vitek''s cock in your mouth, he puts his hands behind your head and forces you to take his full length down your throat. Your nose is against his hairy groin before you know it, and you cough in surprise. At least, you try to.'
  348. 'With his dick all the way down your throat, you can''t do much but convulsively swallow, and try to pull away from him. He realizes you''re having trouble deepthroating him, and pulls away from you.'
  349. 'You gasp loudly once you can breathe again, and sob and retch for a while... with Dan still fucking you all the same. You can tell Vitek feels bad for pushing you too hard, and you give him a grateful look when he lets go of your head and lets you take over again. You carefully lick and kiss the head of his penis for a moment, as your way of thanking him.'
  350. act 'Continue':
  351. *clr & cla
  352. minut += 5
  353. gs 'cum_call','face',$boy[2],1,'','',30
  354. gs 'cum_call','hair',$boy[2],1,'','',10
  355. gs 'cum_call','face',$boy[1],1,'','',10
  356. gs 'cum_call','hair',$boy[1],1,'','',30
  357. gs 'cum_call','face',$boy[3],1,'','',30
  358. gs 'cum_call','breasts',$boy[3],1,'','',10
  359. gs 'arousal', 'end'
  360. gs 'stat'
  361. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/gsex/ev1_7.jpg"></center>'
  362. 'A little while later the guys tell you to get down on your knees, and surround you. They jerk themselves off, and shoot their hot cum all over your face and in your hair.'
  363. 'They all sit down and take a minute to catch your breaths, with your naked body sprawled out on the floor in front of them. When you sit back up again, you catch a glimpse of yourself in a large mirror: you look like a mess! Your hair is seriously disheveled and has sperm in it and your face looks all messy and puffy, with gobs of cum smeared all over your cheeks and chin.'
  364. 'That was definitely not what you bargained for, when you wanted to play a game of cards with the guys...'
  365. act 'Put your clothes back on': gt 'shulga_room', 'start'
  366. end
  367. end
  368. end
  369. end
  370. end
  371. end
  372. end
  373. !when years lost cards (turnip pav_slut >= 75), rough sex
  374. if $ARGS[0] = 'card_game_rough_sex':
  375. gs 'arousal','bj',5,'deepthroat','sub'
  376. gs 'stat'
  377. npc_sex[$boy] += 1
  378. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sexrough/bj'+rand(1,10)+'.mp4"></video></center>'
  379. '<<$boydesc>> unceremoniously moves up to you, and thrusts his erect dick into your mouth without saying a word.'
  380. '"This is for you, slut", he hisses as he grabs your hair in his hands, and begins to thrust his hips against your face, fucking your throat roughly.'
  381. act 'Continue':
  382. *clr & cla
  383. gs 'arousal','anal',10
  384. gs 'cum_call','anus',$boy,1
  385. gs 'stat'
  386. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sexrough/sex1_'+rand(1,10)+'.mp4"></video></center>'
  387. '"I want your ass next, bitch", <<$boydesc>> says. "Get on your hands and knees, and offer yourself to me."'
  388. 'You hesitantly do as he says, spreading your buttocks with your hands once you lower yourself to the ground.'
  389. if analplugin = 1:
  390. analplugin = 0
  391. '<<$boydesc>> laughs: "This would only get in the way. Out you go!", and he tugs the plug out of your ass and tosses it aside.'
  392. end
  393. if lubri > 0:
  394. agape = 2
  395. pcs_horny += 10
  396. '"Wait! I have some lubricant with me somewhere, you could use that!" you offer.'
  397. 'When you reach up in an effort to go get it, <<$boydesc>> pushes you back down and says matter-of-factly: "No. You''re my prize, and I can fuck you how I want. I want to fuck you dry, so that''s what I''m going to do. Cute of you to always have lube on you just in case you might get your ass fucked that day though, very classy!"'
  398. 'You bite your lip and move back in position, hoping he will take it easy on you. All you can do at this point is relax, hopefully that will make it easier.'
  399. end
  400. 'Unfortunately for you, <<$boydesc>> is not very careful and just crams the head of his cock in.'
  401. 'You groan and scream and cry, hoping the pain will subside soon while <<$boydesc>> begins to fuck your ass. He''s not even particularly rough with you, but it still stings a lot. You''re not even sure why he insists on doing this... when you look back you occasionally see him wince too. If this is not comfortable for either of you, why does he insist on going on?'
  402. 'After a few minutes of you obediently enduring the ass fucking you''re receiving, it doesn''t hurt that much any more. There''s still a little discomfort, but you''re able to ignore that and even gain some pleasure out of it.'
  403. 'Then <<$boydesc>> shoots his load inside your ass, and says with a grin: "Who''s next? If we want her to be a good little butt slut for us in the future, she''s going to need more training! Stretch that hole, guys!"'
  404. act 'Continue':
  405. *clr & cla
  406. gang +=1
  407. gs 'boyStat',$boy,'c'
  408. if $boy = 'A9': gs 'boyStat', 'A10','a' else gs 'boyStat', 'A9','a'
  409. gs 'arousal','anal',8,'dick1','gangbang'
  410. gs 'cum_call','anus',$boy1,1
  411. npc_sex[$boy1] += 1
  412. if $boy = 'A11': gs 'boyStat', 'A10','b' else gs 'boyStat', 'A11','b'
  413. gs 'arousal','anal',8,'dick2','gangbang'
  414. gs 'cum_call','anus',$boy2,1
  415. npc_sex[$boy2] += 1
  416. gs 'arousal','anal',5,'dick3','gangbang'
  417. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sexrough/sex2_'+rand(1,10)+'.mp4"></video></center>'
  418. 'You were about to get up once <<$boydesc3>> finished in you, but his friends stop you. "Everyone gets to have a go, slut. I won your ass, so I decide when you''re done. Stay down", he orders you.'
  419. 'You meekly hang your head and get back in the position, deciding to just get it over with. Getting assfucked like some 50 ruble whore is not how you expected this game to end... but there are three of them, and they''re all stronger than you. What can you do?'
  420. 'Luckily, <<$boydesc3>>''s cum acts as a lubricant to an extent, and when someone else pushes their dick inside your already opened sphincter, it doesn''t hurt quite as much any more. In fact... it actually feels kind of nice! You moan softly, trying to hide how much you''re enjoying this from the guys. They''d just get the wrong idea...'
  421. 'The guys use your asshole as they see fit for the next twenty minutes, not really paying any attention to your feelings. When his friends finish <<$boydesc3>>''s cock is hard again, and he eagerly fucks you again while he still can.'
  422. if pcs_horny >=70:
  423. $orgasm_or = 'yes'
  424. $orgasm_txt = 'Your pussy is drenched by the time <<$boydesc3>> fucks you again. The guys haven''t shown any interest in it today, fully focusing on fucking your ass as if you''re just a rubber doll. You feel greatly aroused despite (or maybe because of?) the way they''re treating you, and gently masturbate yourself while <<$boydesc3>> fucks you. You stifle your moans and have a quiet orgasm, trying to not let the guys find out.'
  425. gs 'arousal','masturbation',2,'exhibitionism'
  426. end
  427. '"Almost done, whore. Show us your ass", <<$boydesc3>> smirks with contempt.'
  428. gs 'stat'
  429. act 'Show them':
  430. *clr & cla
  431. gs 'arousal','flash',5
  432. gs 'arousal', 'end'
  433. gs 'stat'
  434. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sexrough/ass'+rand(1,9)+'.jpg"></center>'
  435. 'You obediently spread your ass cheeks, showing your gaping anus to the boys. That''s going to take a while before it closes again.'
  436. 'They look at you for a few minutes, proudly discussing on what a good job they did today.'
  437. 'Then <<$boydesc3>> slaps your ass cheek and grins: "Alright, slut. We''ve trained your hole enough for today. Go freshen up."'
  438. act 'Go to the bathroom': gt 'shulgabath', 'start'
  439. end
  440. end
  441. end
  442. end
  443. if $ARGS[0] = 'card_game_casual_sex':
  444. minut +=5
  445. gs 'stat'
  446. if $boy = 'A11': '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya.jpg"></center>'
  447. if $boy = 'A10': '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dan/dan.jpg"></center>'
  448. if $boy = 'A9': '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vitek/vitek.jpg"></center>'
  449. '"Well, you lost <<$pcs_nickname>>. Now you have to pay for all the shit, you cooked up for us!" <<$boydesc>> says.'
  450. '"Come on, you can barely come up with something beyond fuck me, anyway." You make a snide comment.'
  451. '"That''s not true! I want you to go out onto the street and we will find a stranger and let him fuck you right there.'
  452. '"What the fucking kind of shit is that! I''ve not forced you to fuck anyone..."'
  453. '"You''re a bitch, for coming up with all that rubbish you made us do and now you will have to pay for it. So stop your bitching, you lost, so pay up!"'
  454. 'You have no choice, you lost and now have to pay up the debt by fulfilling his wish.'
  455. act 'Further':
  456. *clr & cla
  457. guy += 1
  458. $orgasm_or = 'no'
  459. gs 'npcgeneratec', 0, 'stranger', rand(18,40)
  460. gs 'boyStat', $npclastgenerated
  461. npc_sex[$npclastgenerated] += 1
  462. gs 'arousal','bj',10,'sub'
  463. gs 'stat'
  464. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/sexbj1.mp4" width="642" height="490"></video></center>'
  465. 'The boys point at a man. You approach the guy and offer to have sex. No wonder that the stranger quickly agreed ... '
  466. 'You quickly find a secluded area, once you do he pulls his dick out and tells you to start sucking it. You squat down and take his dick in your mouth.'
  467. '"You are great! You must do this a lot, don''t you?", The man asks you.'
  468. '"Yes, every day." You answer honestly.'
  469. '"I got a good slut today. Bend over so I can fuck you doggie!" The man commands you.'
  470. act 'Further':
  471. *clr & cla
  472. $orgasm_or = 'no'
  473. gs 'arousal','vaginal',10
  474. gs 'stat'
  475. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/sex1.mp4" width="570" height="576"></video></center>'
  476. 'You turn around and lean against the wall. The guy starts to fuck you from behind, at first slowly and gradually increases the pace of screwing.'
  477. '"Do you also let boys fuck you ever day?" The guy asks.'
  478. 'You grasp that he is excited with such talk and you decide to play along.'
  479. '"Yes, they use my body every day, I get off and letting guys fuck me like a whore. The more I can find to fuck me, the happier I am."'
  480. if pcs_horny >=70:
  481. $orgasm_or = 'yes'
  482. $orgasm_txt = 'You are overcome by surging emotions and your body convulses with waves of pleasure. You let out a loud moan. "Oh! More...don''t stop. Oh yeah! Oh!"'
  483. gs 'arousal','masturbation',2,'exhibitionism'
  484. '"The guy is surprised by your stormy climax and he says with a grin: "You cum like a wild cat, I love nymphos like you. Could you give me your phone number?"'
  485. '"Maybe, but first you should finish", You answer with a smirk.'
  486. end
  487. 'A few minutes later the man pulls his dick out, strips off his condom and shoots his load on the wall. Before he could bat an eye, you pull your clothes on and run away.'
  488. 'The boys are nearby all the time and record everything on a mobile phone.'
  489. gs 'arousal', 'end'
  490. act 'Leave': gt 'shulga_room', 'start'
  491. end
  492. end
  493. end
  494. !-------------------!
  495. !gg won cards!
  496. !===================!
  497. !When the years won, make a wish (turnip pav_slut < 75) (clothing stall)
  498. if $ARGS[0] = 'card_game_ggwin_clother':
  499. minut +=3
  500. gs 'stat'
  501. '<<$loss_npc_img>>'
  502. 'You can barely hide the smirk on your face as you say: "So... <<$loss_npc_name>>, you lose. Now you have to do what I want!"'
  503. '"We''ll see... what is it you want?" asks <<$loss_npc_name>>.'
  504. 'You grin evilly and say: "I want you to go out on the street, and find a beautiful girl. When you do, you will pull her clothes away, exposing either her tits or her bare ass to us, while we film it with our phones!"'
  505. 'You laugh at his distraught look, and add: "Your choice... do what feels right."'
  506. '"Come on, <<$pcs_nickname>>! Can''t you think of anything else?" <<$loss_npc_name>> pleads, lightly frustrated.'
  507. 'Before you can reply, his friends say: "You knew the rules! If you lose, you have to do what the winner wants. No questions asked."'
  508. '<<$loss_npc_name>> slumps a little, but he knows his friends are right: "Alright then, let''s get this over with..."'
  509. act 'Continue':
  510. *clr & cla
  511. minut +=15
  512. gs 'stat'
  513. '<<$loss_npc_name>> exits the house, and the rest of you follow him. He does as you ask, and can barely escape when the furious lady chases him all the way down the street.'
  514. 'A few minutes later, he returns to you. His face is all red from the running, and he''s still out of breath when he says: "There... happy? She looked like she wanted to kill me!"'
  515. 'You grin, and show him the video you shot with your mobile phone:'
  516. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/j'+rand(1,12)+'.mp4"></video></center>'
  517. '"Why is the camera shaking so much!? This looks like shit!" <<$loss_npc_name>> asks, clearly frustrated now.'
  518. 'His friends are also nearly out of breath, but it''s from laughing so hard. Finally, one of them manages to say: "I''m sorry, man! It just looked hilarious! None of us could hold our cameras still, we were laughing so hard!"'
  519. act 'Finish': gt 'shulga_room', 'start'
  520. end
  521. end
  522. !When the years won, make a wish (turnip pav_slut < 75) (shake genitals)
  523. if $ARGS[0] = 'card_game_ggwin_penis':
  524. minut +=5
  525. gs 'stat'
  526. '<<$loss_npc_img>>'
  527. 'You can barely hide the smirk on your face as you say: "So... <<$loss_npc_name>>, you lose. Now you have to do what I want!"'
  528. '"We''ll see... what is it you want?" asks <<$loss_npc_name>>.'
  529. 'You grin evilly and say: "I want you to go out on the street, and find a beautiful girl. When you do, you will show her your dick, while we film it with our phones!"'
  530. '"Come on, <<$pcs_nickname>>! Can''t you think of anything else?" <<$loss_npc_name>> pleads, lightly frustrated.'
  531. 'Before you can reply, his friends say: "You knew the rules! If you lose, you have to do what the winner wants. No questions asked."'
  532. '<<$loss_npc_name>> slumps a little, but he knows his friends are right: "Alright then, let''s get this over with..."'
  533. act 'Continue':
  534. *clr & cla
  535. minut +=15
  536. gs'stat'
  537. '<<$loss_npc_name>> exits the house, and the rest of you follow him. He does as you ask, and can barely escape when the furious lady chases him all the way down the street.'
  538. 'A few minutes later, he returns to you. His face is all red from the running, and he''s still out of breath when he says: "There... happy? She looked like she wanted to kill me!"'
  539. 'You grin, and show him the video you shot with your mobile phone:'
  540. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/p'+rand(1,3)+'.mp4"></video></center>'
  541. '"Why is the camera shaking so much!? This looks like shit!" <<$loss_npc_name>> asks, clearly frustrated now.'
  542. 'His friends are also nearly out of breath, but it''s from laughing so hard. Finally, one of them manages to say: "I''m sorry, man! It just looked hilarious! None of us could hold our cameras still, we were laughing so hard!"'
  543. act 'Finish': gt 'shulga_room', 'start'
  544. end
  545. end
  546. !When the years won, make a wish (turnip pav_slut >= 75) (cum on the victim)
  547. if $ARGS[0] = 'card_game_ggwin_clothercum':
  548. minut +=5
  549. cg_clother_cum +=1
  550. gs 'stat'
  551. '<<$loss_npc_img>>'
  552. 'You grin at <<$loss_npc_name>> and say: "Aww <<$loss_npc_name>>, what a bad time for you to lose! My wish today won''t be easy!"'
  553. '<<$loss_npc_name>> sighs: "Let''s get it over with. What do you want?"'
  554. '"Let''s go find you a nice girl", you smile mysteriously. "I''ll pick someone, and you have to run up and jerk off over her clothes! Of course, we''ll be recording it with our phones..."'
  555. '<<$loss_npc_name>> looks concerned: "What, are you crazy!? That''s insane... and besides, I can''t cum that fast! That would never work!"'
  556. '"I thought you would say that, <<$loss_npc_name>>. Don''t worry, I thought of that... how about if I help you get close?" you smile at him, licking your <<$liptalk3>> lips lewdly.'
  557. 'His friends are laughing, but <<$loss_npc_name>> suddenly shows a lot more interest in your plan. If you''re willing to blow him until he''s about to burst, that''s more than the others are getting from you today!'
  558. 'You leave the apartment with the guys, who are clearly excited to see this plan of yours play out. "Let''s go find a nice girl for <<$loss_npc_name>>, guys!" you shout happily.'
  559. act 'Continue':
  560. *clr & cla
  561. gs 'arousal','bj',10
  562. gs 'stat'
  563. npc_sex[$boy] += 1
  564. 'After a few minutes, you find someone. "Alright, <<$loss_npc_name>>, come here", you whisper to him as you drag him out of view.'
  565. 'You quickly drop to your knees and take his cock in your mouth, giving him a skilful blowjob. The other guys are actually a bit jealous when they see you on your knees before your friend, and pull out their phones to record you:'
  566. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/bj'+rand(1,2)+'.mp4"></video></center>'
  567. 'When you lick <<$loss_npc_name>> close to his orgasm, he runs to his victim.'
  568. act 'Continue':
  569. *clr & cla
  570. minut +=5
  571. gs 'stat'
  572. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/street_event/cum'+rand(1,2)+'.mp4"></video></center>'
  573. 'While you idly wipe your lips with the back of your hand and watch <<$loss_npc_name>> run, his friends are shooting everything on film with their mobiles.'
  574. 'When you watch the video back with the guys, it turns out that the video''s quality is downright lousy. It''s very shaky, and there''s a lot of background noise of the three of you laughing your butts off.'
  575. '<<$loss_npc_name>> comes back, his face as red as a lobster. As he gasps for breath, he groans: "I''m never doing that again! <<$pcs_nickname>>, the next time you lose... I''m going to make you pay!"'
  576. 'You and the other guys are laughing loudly as you return to Vasily''s apartment. The next time you lose? You''ll see about that...'
  577. act 'Finish': gt 'shulga_room', 'start'
  578. end
  579. end
  580. end
  581. !When the years won, make a wish (turnip pav_slut >= 75), lick
  582. if $ARGS[0] = 'card_game_gg_lick':
  583. minut +=1
  584. npc_sex[$boy] += 1
  585. if $boy = 'A11':
  586. '<<$loss_npc_img>>'
  587. 'You grin: "I''m actually feeling rather horny. Be a dear and lick my pussy for me, would you?"'
  588. 'Vasily grins eagerly and says: "What, really? I thought you were going to make me do something I didn''t want to do!"'
  589. 'He eagerly drops to his knees and begins to lick your wet snatch, being egged on by his friends.'
  590. elseif $boy = 'A10':
  591. '<<$loss_npc_img>>'
  592. 'You look at Dan commandingly, and tell him: "Dan, lick my pussy. Now."'
  593. 'Dan is not particularly eager, but he lost. And rules are rules. He obediently puts his tongue against your pussy, and reluctantly begins to eat you out.'
  594. else
  595. '<<$loss_npc_img>>'
  596. 'You grin: "Vitek, darling... I''m actually feeling rather horny. Be a dear and lick my pussy for me, would you?"'
  597. 'Vitek shakes his head and quickly looks around, looking for a way out of his predicament. His friends love the idea though, and stop him from refusing. Vasily says: "You know the rules of strip poker! If you lose, you have to do what the winner says!"'
  598. 'With a deep sigh, Vitek drops to his knees and reluctantly puts his tongue against your wet folds. You can tell he feels thoroughly humiliated.'
  599. end
  600. gs 'stat'
  601. act 'Continue':
  602. *clr & cla
  603. gs 'arousal','cuni',8
  604. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/lick'+rand(1,6)+'.jpg"></center>'
  605. 'For the next ten minutes, <<$boydesc>> does his best to bring you to orgasm with his tongue and lips.'
  606. if pcs_horny >= 70:
  607. $orgasm_or = 'yes'
  608. $orgasm_txt = 'He does a fantastic job of it, and within minutes you''re mewling and breathing in short gasps as you hover on the edge of your orgasm. When you finally have to yield, his friends cheer loudly and even <<$boydesc>> has a smug look on his face when he continues to lick you. Rules are rules, after all; you didn''t say he was done.'
  609. gs 'arousal','cuni',2
  610. elseif pcs_horny < 70:
  611. '<<$boydesc>> does his best to get you to orgasm. He''s doing all the right things and you feel very aroused, but in the end you can''t quite reach an orgasm this time. After a while you can tell his tongue is starting to feel exhausted, and you tell him he can stop.'
  612. gs 'arousal','cuni',2
  613. end
  614. gs 'arousal', 'end'
  615. gs 'stat'
  616. act 'Finish': gt 'shulga_room', 'start'
  617. end
  618. end
  619. !When the years won, make a wish (turnip pav_slut >= 75), sex
  620. if $ARGS[0] = 'card_game_gg_sex':
  621. minut +=1
  622. npc_sex[$boy] += 1
  623. if $boy = 'A11':
  624. '<<$loss_npc_img>>'
  625. 'You smile at Vasily and say: "Vasily, dear... it''s been a while since a real man fucked my ass. Perhaps you could help me with that?"'
  626. 'Vasily''s eyes light up, he was expecting you to pick something humiliating. Instead, he gets to fuck you!? He immediately grabs you by the arm and drags you go the couch, before you can change your mind.'
  627. elseif $boy = 'A10':
  628. '<<$loss_npc_img>>'
  629. '"Hey Dan, when is the last time you fucked a girl in the ass?" you prompt.'
  630. '"Uhhh..." Dan replies, not sure what to say.'
  631. 'You wink at him and say: "If anyone asks you in fifteen minutes, you can say: fifteen minutes ago!"'
  632. 'It takes him a while to realize what you want; getting to fuck your ass was the last thing on his mind! He immediately grabs you by the arm and drags you go the couch, before you can change your mind.'
  633. else
  634. '<<$loss_npc_img>>'
  635. 'You state your wish to Vitek: "Fuck me properly!"'
  636. 'Vitek looks at you a tad confused, and you add: "In my ass, silly!"'
  637. 'His eyes light up, he was expecting you to pick something humiliating. Instead, he gets to fuck you!? He immediately grabs you by the arm and drags you go the couch, before you can change your mind.'
  638. end
  639. gs 'stat'
  640. act 'Continue':
  641. *clr & cla
  642. $temp1 = $mid('0117 1917 3717 5518 7421 9622',5*rand(0,5)+1,4)
  643. $temp2 = $mid('104cumass/cumass5 204cumass/cumass4 304cumass/cumass6 504cumass/cumass13 614cumbelly/cumbelly4 714cumbelly/cumbelly10',val($mid($temp1,1,2)),val($mid($temp1,3,2)))
  644. !!What is the hell? Well, I wanted to pair two pictures and also an action and beside it also preserve the randomness.
  645. !!The variable $temp1 contains pointers and lengths and the variable $temp2 contains data.
  646. gs 'arousal','anal',10
  647. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/card/sex/sex<<$mid($temp2,1,1)>>.jpg"></center>'
  648. '<<$boydesc>> fucks you in the ass, like you demanded of him. He''s surprisingly careful with you, using plenty of lube and ensuring that he''s making you feel good as he does it. What a nice change from the normal way the boys treat you...'
  649. gs 'gopsex', 'gg_sex_orgasm'
  650. gs 'stat'
  651. act 'Continue':
  652. *clr & cla
  653. minut += 5
  654. sexpartkno = 1
  655. spafinloc = val($mid($temp2,2,2))
  656. pcs_mood += 35
  657. gs 'cum_manage'
  658. gs 'arousal', 'end'
  659. gs 'stat'
  660. '<center><img <<$set_imgh>> src="images/pc/body/cum/<<$mid($temp2,4,val($mid($temp1,3,2))-3)>>.jpg"></center>'
  661. 'After a while he can''t hold back any longer, and you feel the hot jets of his sperm land on your body.'
  662. 'You drag your finger through some of it and bring it to your tongue, to have a taste. It doesn''t taste particularly good, but it''s not bad either.'
  663. '"Mmmm... delicious, babe!" you muse, more to make him feel good than anything. You smile at the proud grin <<$boydesc>> has on his face afterwards, and feel slightly better for having made his day.'
  664. act 'Finish': gt 'shulga_room', 'start'
  665. killvar '$temp1'
  666. killvar '$temp2'
  667. end
  668. end
  669. end
  670. --- cardgame_durak ---------------------------------