mitkabuh_group.qsrc 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684
  1. # mitkabuh_group
  2. !MiraLoc tells us where Mira is Located
  3. !----------------------------------------------
  4. !MiraLoc = 0 (Mira at home)
  5. !MiraLoc = 1 (Mira at river)
  6. !MiraLoc = 2 (Mira at meadow)
  7. !MiraLoc = 3 (Mira at forest)
  8. !MiraLoc = 4 (Mira at field)
  9. !MiraLoc = 5 (Mira with gop)
  10. !---------------------------------------------
  11. !! default entry point
  12. if $ARGS[0] = '':
  13. $menu_loc = 'mitkabuh_group'
  14. $menu_arg = ''
  15. menu_off = 0
  16. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/drunk.jpg"></center>'
  17. 'Sitting in a secluded place, three village youths - Mitka Shkvoryen, Vasyan Paket and Kolyamba Pyut - drink vodka without snacks. You and Mira approach them and ask them if you can join them. The boys immediately brighten up and nod their heads. Mitka immediately begins to pour the moonshine into some extra glasses, then passes one of them to you, saying that, as they don''t have enough cups, you and Mira may have to take turns drinking.'
  18. !! repeat until drunk
  19. if alko < 8:
  20. if alko <4: act 'Leave': gt'Gaddvor'
  21. temp_mb = RAND(0,1)
  22. if temp_mb = 0:
  23. act 'You take the liquor and swallow it quickly':
  24. menu_off = 1
  25. *clr & cla
  26. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
  27. 'You take a glass of moonshine and quickly gulp it down, you cough and suck in your breath. Mira meanwhile holds her drink and slowly sips on it, while the local youths encourage her to slug it down like you did.'
  28. minut += 15
  29. alko += rand (3,5)
  30. if pcs_hydra >= 100:
  31. pcs_hydra -= 10
  32. else
  33. pcs_hydra -= 20
  34. end
  35. temp_mb = 2
  36. gs 'stat'
  37. act 'Breathe':gt $curloc
  38. end
  39. else
  40. act 'You pass the shot glass of liquor to Mira':
  41. menu_off = 1
  42. *clr & cla
  43. npc_drunk['A60'] += rand (3,5)
  44. minut += 15
  45. temp_mb = 0
  46. mirapiss = RAND(0,10)
  47. gs 'stat'
  48. if npc_QW['A60'] >= 15 and mirapiss <= 2:
  49. gt 'mitkabuh_group','mirapiss_1'
  50. elseif npc_QW['A60'] >= 15 and mirapiss >= 3 and mirapiss < 6:
  51. gt 'mitkabuh_group','mirapiss_2'
  52. elseif npc_QW['A60'] >= 15 and mirapiss = 6:
  53. gt 'mitkabuh_group','mirapiss_3'
  54. else
  55. '<center><img <<$set_imgh>> src="images/locations/gadukino/village/drinking.jpg"></center>'
  56. 'You pass Mira a shot glass full of liquor, she examines the glass''s contents for a moment, then gulps down the entire glass with a single tose of her head. Her eyes wided and she coughs a little, sucking in her breath with a smile. You talk with the guys as they drink as well.'
  57. act 'Continue':gt $curloc
  58. end
  59. end
  60. end
  61. else
  62. menu_off = 1
  63. *clr & cla
  64. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunkgirl1.jpg"></center>'
  65. 'You got so drunk on the swill they served you, your legs can barely hold you upright. The guys notice your condition. They immediately grabbed you and Mira by the hands and lead you both over to Mitka''s house.'
  66. mitkadaybuh = daystart
  67. temp_mb = RAND(0,5)
  68. if temp_mb = 0:
  69. xgt 'mitkabuh_group','mirafuck_0'
  70. elseif temp_mb = 1:
  71. xgt 'mitkabuh_group','mirafuck_1'
  72. elseif temp_mb = 2:
  73. xgt 'mitkabuh_group','mirafuck_2'
  74. elseif temp_mb = 3:
  75. xgt 'mitkabuh_group','mirafuck_3'
  76. elseif temp_mb = 4:
  77. xgt 'mitkabuh_group','mirafuck_4'
  78. elseif temp_mb = 5:
  79. xgt 'mitkabuh_group','mirafuck_5'
  80. end
  81. end
  82. else
  83. end
  84. if $ARGS[0] = 'mirapiss_1':
  85. *clr & cla
  86. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
  87. 'You pass Mira a shot glass full of liquor, she examines the glass''s contents for a moment, then gulps down the entire glass with a single tose of her head. Her eyes widened and she coughs a little, sucking in her breath with a smile.'
  88. 'After she drank the liquor, Vasyan jokingly says that you both look incredible, but would look even better with cocks in your mouths.'
  89. 'Mira, already pretty drunk, just giggles in response and nods. You shrug, and nod in agreement as well. Kolyamba immediately stands up and crushed Mira in a bear hug, while Vasyan approaches you. Mira, continues to giggle drunkenly as Kolyamba finished his hug and forces her to her knees. You smile at Vasyan as you see him slowly unzipping his pants and lowering them to his ankles. You then follow Mira''s example and get on your knees before Vasyan.'
  90. minut += 5
  91. if npc_QW['A60'] < 20: npc_QW['A60'] += 1
  92. gs 'stat'
  93. act 'Suck':
  94. *clr & cla
  95. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
  96. 'You, drunkenly smack your lips on and obediently start to suck the guy''s cock.'
  97. gs 'boyStat', 'A62'
  98. npc_sex[$boy] += 1
  99. gs 'oral','start'
  100. gs 'stat'
  101. act 'Swallow':
  102. *clr & cla
  103. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
  104. 'You tightly squeeze Vasyan''s cock in your hand and without taking it out of your mouth, he starts to fiercely slam his cock into your gaping mouth until he finally erupts into your mouth. You taste his warm sticky sperm in your mouth and sliding down your throat as you swallow it all.'
  105. swallow += 1
  106. gs 'cum_call', 'mouth', $boy, 1
  107. gs 'stat'
  108. act 'Suck':
  109. *clr & cla
  110. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(3,5)+'.jpg"></center>'
  111. '"Well, now it`s my turn," Kolyamba says and stumbles over to you.'
  112. gs 'boyStat', 'A61'
  113. npc_sex[$boy] += 1
  114. gs 'oral','start'
  115. gs 'stat'
  116. act 'Swallow':
  117. *clr & cla
  118. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
  119. 'You enthusiastically suck him, until he releases a torrent of cum into your mouth as well. He holds your mouth closed until you swallow it all.'
  120. swallow += 1
  121. minut += 5
  122. gs 'cum_call', 'mouth', $boy, 1
  123. gs 'stat'
  124. act 'Bend over':
  125. *clr & cla
  126. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkasexpublic0.'+rand(1,2)+'.jpg"></center>'
  127. 'Mitka, who had already drunk a couple more glasses of liquor as he watched the others getting blowjobs from you and Mira, silently walked over to you and tells you to bend over. You can barely stand on your feet and approach a nearby log and bend over it resting your hands on the rough bark. Feeling his lust building, Mitka pulls down your pants and bares your ass before he lowers his own pants, he then starts to roughly fuck you.'
  128. gs 'boyStat', 'A63'
  129. npc_sex[$boy] += 1
  130. if mesec = 0:
  131. gs 'dinsex', 'boy_puts_condom'
  132. gs 'dinsex','vaginal_sex',10,'gangbang'
  133. gs 'dinsex','sexcum'
  134. else
  135. gs 'dinSex','boy_wants_anal','lubri'
  136. gs 'dinsex','analsex',10,'gangbang'
  137. end
  138. gs 'arousal', 'end'
  139. gs 'stat'
  140. act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
  141. end
  142. end
  143. end
  144. end
  145. end
  146. end
  147. if $ARGS[0] = 'mirapiss_2':
  148. if npc_drunk['A60'] >= 4:
  149. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow1.jpg"></center>'
  150. '"Bitches," Mitka yelled at both you and Mira. "I want to see a show, how about you bitches play with those holes? Show us how truely nasty you are!" The rest of the drunken guys yell their approval.'
  151. 'Mira smiled as you both willingly comply with his demands.'
  152. minut += 5
  153. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  154. gs 'stat'
  155. act 'Sit on the bench':
  156. *clr & cla
  157. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroup.jpg"></center>'
  158. 'You plunk you bare ass down on a bench and the youths immediately start to paw your breasts and pussy. Several fingers get shoved into your pussy and ass.'
  159. pcs_horny += 20
  160. minut += 5
  161. gs 'stat'
  162. act 'Let the boys have their way with you':
  163. *clr & cla
  164. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum.jpg"></center>'
  165. 'You lie back on a wooden bench...'
  166. pose = 0
  167. gang += 1
  168. minut += 10
  169. gs 'stat'
  170. act 'Moan':
  171. *clr & cla
  172. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum.jpg"></center>'
  173. gs 'boyStat', 'A61'
  174. npc_sex[$boy] += 1
  175. gs 'dinSex','boy_wants_anal','lubri'
  176. gs 'dinsex','analsex',10,'gangbang'
  177. gs 'cum_call', 'anus', $boy, 1
  178. gs 'stat'
  179. act 'Moan':
  180. *clr & cla
  181. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum1.jpg"></center>'
  182. gs 'boyStat', 'A63'
  183. npc_sex[$boy] += 1
  184. gs 'dinsex', 'boy_puts_condom'
  185. gs 'dinsex','vaginal_sex',10,'gangbang'
  186. gs 'dinsex','sexcum'
  187. gs 'stat'
  188. act 'Suck':
  189. *clr & cla
  190. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitkagroupcum2.jpg"></center>'
  191. gs 'boyStat', 'A62'
  192. npc_sex[$boy] += 1
  193. gs 'oral','start'
  194. 'Exhausted, you hear, Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  195. gs 'cum_call', 'mouth', $boy, 1
  196. gs 'arousal', 'end'
  197. gs 'stat'
  198. act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
  199. end
  200. end
  201. end
  202. end
  203. end
  204. else
  205. '<center><img <<$set_imgh>> src="images/characters/village/mira/miraqw11_4.jpg"></center>'
  206. '"Alright girls," Mitka yelled. "Its time to pay us back for all the booze you have been drinking. Get on your knees and show us how much you like cock!" - The rest of the drunken guys yell their approval.'
  207. 'You and Mira both nod together and obediently kneel down right where you stood.'
  208. minut += 5
  209. if npc_QW['A60'] < 20: npc_QW['A60'] += 1
  210. gs 'stat'
  211. act 'Suck':
  212. *clr & cla
  213. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
  214. 'You, drunkenly smack your lips on and obediently start to suck the guy''s cock.'
  215. gs 'boyStat', 'A62'
  216. npc_sex[$boy] += 1
  217. gs 'oral','start'
  218. gs 'stat'
  219. act 'Swallow':
  220. *clr & cla
  221. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
  222. 'You tightly squeeze Vasyan''s cock in your hand and without taking it out of your mouth, he starts to fiercely slam his cock into your gaping mouth until he finally erupts into your mouth. You taste his warm sticky sperm in your mouth and sliding down your throat as you swallow it all.'
  223. swallow += 1
  224. minut += 5
  225. gs 'cum_call', 'mouth', $boy, 1
  226. gs 'stat'
  227. act 'Suck':
  228. *clr & cla
  229. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
  230. 'You dutifully continue to suck, occasionally glancing at Mira doing the same.'
  231. gs 'boyStat', 'A61'
  232. npc_sex[$boy] += 1
  233. gs 'oral','start'
  234. gs 'stat'
  235. act 'Swallow':
  236. *clr & cla
  237. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
  238. 'You quickly begin moving bobbing your head up and down the cock in your mouth, until finally you fill your mouth filled with his warm sticky cum...'
  239. minut += 5
  240. swallow += 1
  241. gs 'cum_call', 'mouth', $boy, 1
  242. gs 'stat'
  243. act 'Suck':
  244. *clr & cla
  245. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh0.'+rand(1,5)+'.jpg"></center>'
  246. 'You`re tired, but obediently begin to suck...'
  247. gs 'boyStat', 'A63'
  248. npc_sex[$boy] += 1
  249. gs 'oral','start'
  250. gs 'stat'
  251. act 'Swallow':
  252. *clr & cla
  253. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhcum0.'+rand(1,5)+'.jpg"></center>'
  254. 'You tigten your lips around Mitka''s large cock and increase the tempo, until you are rewarded with a mouthful of cum, which you greedily swallow.'
  255. minut += 5
  256. swallow += 1
  257. gs 'cum_call', 'mouth', $boy, 1
  258. gs 'arousal', 'end'
  259. gs 'stat'
  260. act 'Leave': MiraLoc = 0 & minut += 10 & gt'Gaddvor'
  261. end
  262. end
  263. end
  264. end
  265. end
  266. end
  267. end
  268. end
  269. if $ARGS[0] = 'mirapiss_3':
  270. if npc_drunk['A60'] >= 4:
  271. '<center><img <<$set_imgh>> src="images/characters/village/mira/sex/miraqw15.jpg"></center>'
  272. '"I''m bored!" Kolyamba yells. "Mira get your ass down and give us a show to remember!" he snorts like a pig. "Show us how how loose your holes are whore..."'
  273. 'Mira slurs affirmatively, and undresses. She gets down on all hours and sticks out her ass in the direction of the party. She begins to fuck many of her fingers into both holes. Mira moans like an animal as she forces more fingers into her stretched holes. She continues to awkwardly thrust her fingers deep into both her pussy and ass. Vasyan, looks over at you appraisingly and says, "<<$pcs_nickname>>, why don''t you join her" - and starts cheering you on. '
  274. minut += 5
  275. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  276. if npc_QW['A63'] < 20:npc_QW['A63'] += 1
  277. gs 'stat'
  278. act 'You join Mira':
  279. *clr & cla
  280. if anus <= 15:
  281. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.jpg"></center>'
  282. 'You drunkenly drop down next to Mira as she wantonly continues to masturbate before the group of guys. At first, you are a little uncomfortable masterbating before the guys, but the excitement takes over and you join Mira as a sexual beast. You are moaning and thrusting your fingers as deep as you can into both your holes, you rapidly bring yourself to raging orgasm.'
  283. end
  284. if anus > 15:
  285. '<center><video autoplay loop src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhshow2.mp4"></video></center>'
  286. 'You drunkenly drop down next to Mira as she wantonly continues to masturbate before the group of guys. At first, you are a little uncomfortable masterbating before the guys, but the excitement takes over and you join Mira as a sexual beast. You are moaning and thrusting your fingers as deep as you can into both your holes. Eventually get on your knees and thrust your entire hand into your ass, which rapidly bring yourself to screaming orgasm. The guys stand and cheer your efforts.'
  287. end
  288. gs 'arousal','masturbate',15,'exhibitionism', 'sub', 'group'
  289. gs 'stat'
  290. act 'Continue':gt $curloc
  291. end
  292. else
  293. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/drunk1.jpg"></center>'
  294. '"Okay girls, get off your asses and give us a show!" - Kolyamba demands. "I want to see you dance..."'
  295. 'Mira and you laughing while stripping off your clothes...'
  296. gs 'clothing', 'strip', 'Gaddvor'
  297. gs 'underwear', 'remove'
  298. inhib_exp += rand(0,1)
  299. minut += 5
  300. if npc_QW['A60'] < 25: npc_QW['A60'] += 1
  301. gs 'stat'
  302. act 'Dance':
  303. *clr & cla
  304. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhdance0.'+rand(0,3)+'.jpg"></center>'
  305. 'You whirl and dance around the fire completely naked. You are drunk, but having fun and it is fun to dance with Mira...'
  306. gs 'arousal','flash', 10, 'sub', 'group'
  307. gs 'stat'
  308. act 'Continue':gt $curloc
  309. end
  310. end
  311. end
  312. if $ARGS[0] = 'mirafuck_0':
  313. act 'Suck':
  314. *clr & cla
  315. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoral0.'+rand(1,8)+'.jpg"></center>'
  316. 'The guys roughly undress both you and Mira. They fall upon you both and start to fuck you both in the mouth at the same time. You think to yourself, "<i>Damn, they lacked imagination</i>"'
  317. gs 'clothing', 'strip', 'gadukino'
  318. gs 'underwear', 'remove'
  319. minut += 10
  320. if npc_QW['A60'] < 20: npc_QW['A60'] += 1
  321. gs 'boyStat', 'A63'
  322. npc_sex[$boy] += 1
  323. gs 'oral','start'
  324. gs 'boyStat', 'A62'
  325. npc_sex[$boy] += 1
  326. gs 'oral','start'
  327. gs 'cum_call', 'mouth', $boy, 1
  328. gs 'boyStat', 'A61'
  329. npc_sex[$boy] += 1
  330. gs 'oral','start'
  331. gs 'stat'
  332. act 'Swallow':
  333. *clr & cla
  334. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,5)+'.jpg"></center>'
  335. 'The youths quickly reach the peak of excitement and start dumping their cum all over both of your faces.'
  336. minut += 10
  337. swallow += 1
  338. gs 'cum_call', 'face', $boy, 1
  339. gs 'arousal', 'end'
  340. gs 'stat'
  341. gs 'underwear', 'wear'
  342. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  343. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  344. end
  345. end
  346. end
  347. if $ARGS[0] = 'mirafuck_1':
  348. act 'Fuck Mitka':
  349. *clr & cla
  350. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
  351. 'You go with Mitka and he quickly undresses and begins to roughly fuck you. While Mira gets a similar treatment just a couple feet away from Vasyan.'
  352. gs 'clothing', 'strip', 'gadukino'
  353. gs 'underwear', 'remove'
  354. gs 'boyStat', 'A63'
  355. npc_sex[$boy] += 1
  356. pose = 1
  357. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  358. if mesec = 0:
  359. gs 'dinsex', 'boy_puts_condom'
  360. gs 'dinsex','vaginal_sex',10,'gangbang'
  361. gs 'dinsex','sexcum'
  362. else
  363. gs 'dinSex','boy_wants_anal','lubri'
  364. gs 'dinsex','analsex',10,'gangbang'
  365. end
  366. gs 'stat'
  367. act 'Fuck Kolyamba':
  368. *clr & cla
  369. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
  370. 'Once Mitka has finished with you he passes you over to Kolyamba. He is even more rough in his treatment as he fucks you hard. Mitka moves over to Mira and fucks her with wild abandon.'
  371. gs 'boyStat', 'A61'
  372. npc_sex[$boy] += 1
  373. pose = 1
  374. gs 'stat'
  375. if mesec = 0:
  376. gs 'dinsex', 'boy_puts_condom'
  377. gs 'dinsex','vaginal_sex',10,'gangbang'
  378. gs 'dinsex','sexcum'
  379. else
  380. gs 'dinsex','analsex',10,'gangbang'
  381. end
  382. act 'Fuck Vasyan':
  383. *clr & cla
  384. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
  385. 'Finally, Vasyan takes his turn with your sore pussy, while Kolyamba grabs Mira and slams his cock balls deep in her abused pussy.'
  386. gs 'boyStat', 'A62'
  387. npc_sex[$boy] += 1
  388. pose = 1
  389. if mesec = 0:
  390. gs 'dinsex', 'boy_puts_condom'
  391. gs 'dinsex','vaginal_sex',10,'gangbang'
  392. gs 'dinsex','sexcum'
  393. else
  394. gs 'dinsex','analsex',10,'gangbang'
  395. end
  396. gs 'stat'
  397. act 'Swallow':
  398. *clr & cla
  399. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,5)+'.jpg"></center>'
  400. 'In the end they sit you and Mira on your knees and release all the pent up cum upon your faces.'
  401. minut += 10
  402. swallow += 1
  403. facial +=1
  404. gs 'cum_call', 'mouth', $boy, 1
  405. gs 'boyStat', 'A61'
  406. gs 'cum_call', 'face', $boy, 1
  407. gs 'arousal', 'end'
  408. gs 'stat'
  409. gs 'underwear', 'wear'
  410. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  411. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  412. end
  413. end
  414. end
  415. end
  416. end
  417. if $ARGS[0] = 'mirafuck_2':
  418. act 'Suck':
  419. *clr & cla
  420. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh1.'+rand(1,5)+'.jpg"></center>'
  421. 'You are fully clothed and on your knees before the youths cocks. You open your mouth wide and slowly began to serve them.'
  422. if npc_QW['A60'] < 20: npc_QW['A60'] += 1
  423. gs 'boyStat', 'A63'
  424. npc_sex[$boy] += 1
  425. gs 'oral','start'
  426. gs 'cum_call', 'face', $boy, 1
  427. gs 'boyStat', 'A62'
  428. npc_sex[$boy] += 1
  429. gs 'oral','start'
  430. gs 'cum_call', 'face', $boy, 1
  431. gs 'boyStat', 'A61'
  432. npc_sex[$boy] += 1
  433. gs 'oral','start'
  434. gs 'cum_call', 'face', $boy, 1
  435. 'Soon they start cumming on your face, seeming to have balls full of cum. Once they finish, they walk back to their drinks and lose all interest to you...'
  436. gs 'arousal', 'end'
  437. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  438. end
  439. end
  440. if $ARGS[0] = 'mirafuck_3':
  441. act 'Flop on the bed':
  442. *clr & cla
  443. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.'+rand(3,4)+'.jpg"></center>'
  444. 'You and Mira both flop down on the bed and the boys immediately begin to touch you both and push there fingers into all your holes.'
  445. gs 'clothing', 'strip', 'gadukino'
  446. gs 'underwear', 'remove'
  447. npc_QW['A63'] += 1
  448. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  449. gs 'stat'
  450. act 'Suck':
  451. *clr & cla
  452. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.'+rand(1,2)+'.jpg"></center>'
  453. 'You are not given time to get fully into the bed before a cock is shoved into your mouth. You start to suck on the guys cock.'
  454. gang += 1
  455. minut += 10
  456. gs 'stat'
  457. act 'Fuck the boys':
  458. *clr & cla
  459. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhanal0.'+rand(1,5)+'.jpg"></center>'
  460. gs 'boyStat', 'A61'
  461. npc_sex[$boy] += 1
  462. gs 'dinSex','boy_wants_anal','lubri'
  463. gs 'dinsex','analsex',10,'gangbang'
  464. gs 'cum_call', 'anus', $boy, 1
  465. gs 'stat'
  466. act 'Moan':
  467. *clr & cla
  468. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup0.'+rand(1,5)+'.jpg"></center>'
  469. gs 'boyStat', 'A63'
  470. npc_sex[$boy] += 1
  471. gs 'dinsex', 'boy_puts_condom'
  472. gs 'dinsex','vaginal_sex',10,'gangbang'
  473. gs 'dinsex','sexcum'
  474. gs 'stat'
  475. act 'Suck more':
  476. *clr & cla
  477. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(1,3)+'.jpg"></center>'
  478. gs 'boyStat', 'A62'
  479. npc_sex[$boy] += 1
  480. gs 'oral','start'
  481. 'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  482. gs 'cum_call', 'mouth', $boy, 1
  483. gs 'arousal', 'end'
  484. gs 'stat'
  485. gs 'underwear', 'wear'
  486. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  487. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  488. end
  489. end
  490. end
  491. end
  492. end
  493. end
  494. if $ARGS[0] = 'mirafuck_4':
  495. act 'Go with the boys':
  496. *clr & cla
  497. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup.jpg"></center>'
  498. 'The two youths wave goodbye to Mitka and Mira before they take you to Vasyan''s home, where they quickly begin to remove your clothes...'
  499. gs 'clothing', 'strip', 'gadukino'
  500. gs 'underwear', 'remove'
  501. temp_mb = RAND(0,5)
  502. minut += 15
  503. gs 'boyStat', 'A61'
  504. npc_sex[$boy] += 1
  505. if npc_QW['A63'] < 20:npc_QW['A63'] += 1
  506. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  507. gs 'stat'
  508. if temp_mb < 4:
  509. act 'Moan':
  510. *clr & cla
  511. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup0.'+rand(1,5)+'.jpg"></center>'
  512. gs 'boyStat', 'A62'
  513. npc_sex[$boy] += 1
  514. gs 'dinsex', 'boy_puts_condom'
  515. gs 'dinsex','vaginal_sex',10,'gangbang'
  516. gs 'dinsex','sexcum'
  517. gs 'stat'
  518. act 'Suck':
  519. *clr & cla
  520. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
  521. gs 'boyStat', 'A61'
  522. gs 'oral','start'
  523. 'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  524. gs 'cum_call', 'mouth', $boy, 1
  525. gs 'arousal', 'end'
  526. gs 'stat'
  527. gs 'underwear', 'wear'
  528. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  529. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  530. end
  531. end
  532. else
  533. act 'Moan':
  534. *clr & cla
  535. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhanal0.'+rand(1,5)+'.jpg"></center>'
  536. gs 'boyStat', 'A61'
  537. gs 'dinSex','boy_wants_anal','lubri'
  538. gs 'dinsex','analsex',10,'gangbang'
  539. gs 'cum_call', 'anus', $boy, 1
  540. gs 'stat'
  541. act 'Suck':
  542. *clr & cla
  543. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
  544. gs 'boyStat', 'A62'
  545. npc_sex[$boy] += 1
  546. gs 'oral','start'
  547. 'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  548. gs 'cum_call', 'mouth', $boy, 1
  549. gs 'arousal', 'end'
  550. gs 'stat'
  551. gs 'underwear', 'wear'
  552. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  553. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  554. end
  555. end
  556. end
  557. end
  558. end
  559. if $ARGS[0] = 'mirafuck_5':
  560. act 'Get in position':
  561. *clr & cla
  562. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuh2.4.jpg"></center>'
  563. 'You and Mira obediently get on all fours. The youths immediately begin to be have fun with your holes...'
  564. gs 'clothing', 'strip', 'gadukino'
  565. gs 'underwear', 'remove'
  566. temp_mb = RAND(0,5)
  567. minut += 15
  568. pose = 1
  569. if npc_QW['A60'] < 30: npc_QW['A60'] += 1
  570. gs 'stat'
  571. if temp_mb < 4:
  572. act 'Moan':
  573. *clr & cla
  574. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
  575. gs 'boyStat', 'A62'
  576. npc_sex[$boy] += 1
  577. gs 'dinsex', 'boy_puts_condom'
  578. gs 'dinsex','vaginal_sex',10,'gangbang'
  579. gs 'dinsex','sexcum'
  580. act 'Suck':
  581. *clr & cla
  582. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
  583. gs 'boyStat', 'A61'
  584. npc_sex[$boy] += 1
  585. gs 'oral','start'
  586. 'Exhausted, you hear Vasyan straining as he fucks your mouth.You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  587. gs 'cum_call', 'mouth', $boy, 1
  588. gs 'arousal', 'end'
  589. gs 'stat'
  590. gs 'underwear', 'wear'
  591. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  592. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  593. end
  594. end
  595. else
  596. act 'Moan':
  597. *clr & cla
  598. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhgroup1.'+rand(1,5)+'.jpg"></center>'
  599. gs 'boyStat', 'A61'
  600. npc_sex[$boy] += 1
  601. gs 'dinSex','boy_wants_anal','lubri'
  602. gs 'dinsex','analsex',10,'gangbang'
  603. gs 'cum_call', 'anus', $boy, 1
  604. gs 'stat'
  605. act 'Suck':
  606. *clr & cla
  607. '<center><img <<$set_imgh>> src="images/locations/gadukino/sex/mitka/mitka_group/mitkabuhoralcum0.'+rand(4,5)+'.jpg"></center>'
  608. gs 'boyStat', 'A62'
  609. npc_sex[$boy] += 1
  610. gs 'oral','start'
  611. 'Exhausted, you hear Vasyan straining as he fucks your mouth. You immediately tighten your grip around his cock and squeeze it and guide it into your mouth. A few seconds later you feel the tart taste of semen...'
  612. gs 'cum_call', 'mouth', $boy, 1
  613. gs 'arousal', 'end'
  614. gs 'stat'
  615. gs 'underwear', 'wear'
  616. gs 'clothing', 'recover_lost_clothes', 'gadukino', 1
  617. act 'Leave': MiraLoc = 0 & minut += 10 & gt'gadukino'
  618. end
  619. end
  620. end
  621. end
  622. end
  623. --- mitkabuh_group ---------------------------------