shulgakuh.qsrc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. # shulgakuh
  2. CLOSE ALL
  3. $loc = 'shulgakuh'
  4. $metka = ''
  5. $location_type = 'private'
  6. $locclass = 'kitr'
  7. if $ARGS[0] = '':
  8. $menu_loc = 'shulgakuh'
  9. $menu_arg = ''
  10. menu_off = 0
  11. minut += 1
  12. gs 'stat'
  13. gs 'kit_din'
  14. '<center><b><font color = maroon>Kitchen</font></b></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh.jpg"></center>'
  16. *nl
  17. 'An uninspiring kitchen, with the basic amenities for life.'
  18. *nl
  19. if hour >= 18 and hour < 21 and ARGS[0] = 0:
  20. if rand(1,100) < 10:
  21. 'When you enter the kitchen,<<$serg_obr>> <a href="exec:gt ''Serge_kuh'',''kuh_buh''">Sergey</a> gives you a friendly nod. He''s sitting at the kitchen table, drinking vodka.'
  22. else
  23. 'When you enter the kitchen,<<$serg_obr>> <a href="exec:gt ''Serge_kuh''">Sergey</a> is standing at the kitchen counter preparing a meal.'
  24. end
  25. end
  26. act 'Return to the hallway': gt 'shulgahall'
  27. act 'Look in the fridge': gt 'shulgakuh', 'holodil'
  28. dynamic $dritea
  29. dynamic $fill_bottle
  30. dynamic $edasnack
  31. dynamic $driwater
  32. !Launch Event with gopotoy kitchen
  33. if RAND(0,100) <= 5 and pav_slut >= 125 and gangsexroom_count > 0 and week < 6 and hour >= 0 and hour < 3 and kotovLoveQW < 1: gt 'shulgakuh', 'gang_sex_ev1'
  34. !===========!
  35. !FRIDGE!
  36. !-----------!
  37. !filling the refrigerator:
  38. !count-bottles of beer in a day
  39. if beer_day ! daystart: beer_count = 2
  40. !count-of glasses in a bottle of vodka
  41. if vodka_day ! daystart: vodka_count = 5
  42. !count-in soup plates in kostryule
  43. if sup_day ! daystart: sup_count = 2
  44. !open fridge:
  45. end
  46. if $ARGS[0] = 'holodil':
  47. menu_off = 1
  48. *clr & cla
  49. minut += 1
  50. gs 'stat'
  51. if beer_count = 2:
  52. $r_beer = ' 2 beers,'
  53. elseif beer_count = 1:
  54. $r_beer = ' 1 beer,'
  55. else
  56. $r_beer = ''
  57. end
  58. if vodka_count = 5:
  59. $r_vodka = ' a full bottle of vodka,'
  60. elseif vodka_count = 3:
  61. $r_vodka = ' a half-empty bottle of vodka,'
  62. elseif vodka_count = 1:
  63. $r_vodka = ' a nearly empty bottle of vodka,'
  64. else
  65. $r_vodka = ''
  66. end
  67. if sup_count >= 1:
  68. $r_sup = ' a large pot of soup'
  69. else
  70. $r_sup = ''
  71. end
  72. if beer_count = 0 and vodka_count = 0 and sup_count = 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holodpusto.jpg"></center><br><font color = red>empty shelves.</font>'
  73. if beer_count > 0 and vodka_count > 0 and sup_count > 0:$r_pusto = '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/holod'+rand(1,3)+'.jpg"></center>'
  74. *nl
  75. 'You open the fridge and see:<<$r_vodka>><<$r_beer>><<$r_sup>><<$r_pusto>>'
  76. act 'Close the refrigerator': gt 'shulgakuh'
  77. !drink beer
  78. if beer_count > 0:
  79. act 'Drink a beer':
  80. *clr & cla
  81. minut += 5
  82. alko += 1
  83. cumspclnt = 2
  84. gs 'cum_cleanup'
  85. pcs_breath = 0
  86. if pcs_hydra >= 100:
  87. pcs_hydra -= 5
  88. else
  89. pcs_hydra -= 10
  90. end
  91. beer_day = daystart
  92. beer_count -= 1
  93. gs 'stat'
  94. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/beer'+rand(1,3)+'.jpg"></center>'
  95. *nl
  96. 'You take a bottle of beer from the fridge and drink it, quenching your thirst.'
  97. act 'Continue': gt 'shulgakuh', 'holodil'
  98. end
  99. end
  100. !drink vodka
  101. if vodka_count > 0:
  102. act 'Drink some vodka':
  103. *clr & cla
  104. minut += 1
  105. alko +=2
  106. cumspclnt = 2
  107. gs 'cum_cleanup'
  108. pcs_breath = 0
  109. if pcs_hydra >= 100:
  110. pcs_hydra -= 5
  111. else
  112. pcs_hydra -= 10
  113. end
  114. vodka_day = daystart
  115. vodka_count -= 1
  116. gs 'stat'
  117. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka'+rand(1,2)+'.jpg"></center>'
  118. 'You pour some vodka in a glass and drink it. You shiver as you feel the warm, burning sensation slowly slide down your gullet.'
  119. *nl
  120. act 'Put the bottle back in the fridge': gt 'shulgakuh', 'holodil'
  121. act 'Drink more vodka':
  122. if vodka_count = 0: '<font color = red>There''s no vodka left, you drank it all!</font><center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/vodka0.jpg"></center>'
  123. if vodka_count > 0:
  124. minut += 1
  125. alko +=2
  126. if pcs_hydra >= 100:
  127. pcs_hydra -= 5
  128. else
  129. pcs_hydra -= 10
  130. end
  131. cumspclnt = 2
  132. gs 'cum_cleanup'
  133. pcs_breath = 0
  134. vodka_day = daystart
  135. vodka_count -= 1
  136. gs 'stat'
  137. 'You pour yourself another glass and drain it in one gulp. Wow, that stuff is strong!'
  138. end
  139. end
  140. end
  141. end
  142. !Chava soup
  143. if sup_count > 0:
  144. act 'Eat a bowl of soup':
  145. *clr & cla
  146. minut += 5
  147. sup_day = daystart
  148. sup_count -= 1
  149. gs 'stat'
  150. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/sup.jpg"></center>'
  151. *nl
  152. pcs_health += 10
  153. pcs_mood += 20
  154. fat += 2
  155. pcs_energy += 50
  156. if pcs_hydra >= 100:
  157. pcs_hydra += 20
  158. else
  159. pcs_hydra += 40
  160. end
  161. cumspclnt = 2
  162. gs 'cum_cleanup'
  163. pcs_breath = 0
  164. 'You happily eat a bowl of soup. It''s good soup,<<$serg_obr>> Sergey sure knows how to cook!'
  165. act 'Further': gt 'shulgakuh', 'holodil'
  166. end
  167. end
  168. end
  169. !Event in the kitchen with gopotoy:
  170. if $ARGS[0] = 'gang_sex_ev1':
  171. menu_off = 1
  172. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang1.jpg"></center>'
  173. *nl
  174. gs 'boyStat', 'A9','3'
  175. gs 'boyStat', 'A10','1'
  176. gs 'boyStat', 'A11','2'
  177. gang +=1
  178. npc_sex[$boy[1]] += 1
  179. npc_sex[$boy[2]] += 1
  180. npc_sex[$boy[3]] += 1
  181. minut += 2
  182. gangsexroom_day = daystart
  183. gangsexroom_count -= 1
  184. gs 'stat'
  185. 'When you enter the kitchen, you see Vasily and his friends sitting at the kitchen table there. They''ve clearly been drinking.'
  186. '"<<$pcs_nickname>>, how nice of you to join us! We were just talking about you", Vitek grins, as he pulls you onto the table. The other boys immediately surround you, and the three of them begin to paw at your clothes.'
  187. '"Guys, what are you doing!?" you protest, and you weakly try to get away from them. They''re too strong though, and all your struggling does is make them even more turned on.'
  188. act 'Continue':
  189. *clr & cla
  190. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang2.jpg"></center>'
  191. *nl
  192. minut += 3
  193. gs 'stat'
  194. 'You stop protesting when Vitek firmly grabs you by the hair. Meanwhile, '+func('gopsex','hide','Shulga_var_name')+' slides his hand underneath your clothes, attempting to thrust a finger inside your snatch.'
  195. '"Stop squeezing your legs together, <<$pcs_nickname>>", Dan grins, as he keeps tugging at your top. "It''s a bit late for you to start being a prude now. We all know what you''ve been up to."'
  196. 'You have to admit that despite yourself, you''re getting rather turned on by how helpless you are... unable to resist the boys'' rough touch. Part of why you didn''t want to spread your legs was... they''d find out how wet you are.'
  197. 'When you spread your legs a little, Vasily immediately snakes his finger inside your pussy and confirms their suspicions: "She''s dripping. I knew it!"'
  198. act 'Continue':
  199. *clr & cla
  200. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang3.jpg"></center>'
  201. *nl
  202. gs 'arousal', 'foreplay', 5, 'sub', 'rough', 'gangbang'
  203. gs 'stat'
  204. 'The guys force you to squat, and surround you. They all pulled their cocks out of their pants, and Dan is slapping his cock against your cheek impatiently.'
  205. 'When you don''t open your mouth, the boys grow impatient. Dan orders you: "<<$pcs_nickname>>, drop the act, seriously. You know what we want from you! Don''t worry, we won''t tell anyone..."'
  206. act 'Continue':
  207. *clr & cla
  208. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang4.jpg"></center>'
  209. *nl
  210. gs 'arousal','bj',2,'dick[3]','gangbang'
  211. gs 'arousal','bj',2,'dick[1]','gangbang'
  212. gs 'arousal','bj',2,'dick[2]','gangbang'
  213. gs 'stat'
  214. 'After giving it some thought, you realize: they''re not just going to let you walk away, in their current state. You can cooperate or be difficult, but you''re getting fucked no matter what. You might as well take the easy route and just go along with it...'
  215. 'You nod obediently and take the closest dick in your mouth; it''s Vitek''s. You run your tongue over the head and suck on it gently, feeling it swell more and more in your mouth. By the time he''s at full mast, it doesn''t fit in your mouth any more and you have to pull away.'
  216. 'Vasily immediately takes his place, and Dan puts his hand on the back of your head and pushes you towards Vasily''s cock, making you swallow more of his length. Fortunately Vasily is the least girthy of the lot, and you manage to take him all the way in. He grins proudly at you when your chin touches his balls.'
  217. 'Then Dan wants a turn, and you manage to take most of his length down your throat too.'
  218. act 'Continue':
  219. *clr & cla
  220. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang5.jpg"></center>'
  221. *nl
  222. gs 'arousal','vaginal',5,'dick[2]','gangbang'
  223. gs 'arousal','bj',5,'dick[1]','gangbang'
  224. gs 'arousal','hj',5,'dick[3]','gangbang'
  225. gs 'stat'
  226. 'Gradually, the guys undress you more and more while you suckthem off in turns. Then Vasily hoists you up and the guys make you lie down on the table. Vasily guides his cock to your pussy and thrusts it inside you, while Dan and Vitek move to the other end of the table and offer their dicks to you again. You masturbate them eagerly while Vasily fucks you. It''s difficult to suck them off in this position, but you try to make the most of it.'
  227. 'Then Vitek says: "'+func('gopsex','hide','Shulga_var_name')+', move over. I want to fuck her ass now!"'
  228. act 'Continue':
  229. *clr & cla
  230. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang6.jpg"></center>'
  231. *nl
  232. gs 'dinsex','boy_wants_anal',$boydesc[3]
  233. gs 'arousal','anal',5,'dick[3]','gangbang'
  234. gs 'arousal','bj',5,'dick[1]','gangbang','sub','rough'
  235. gs 'stat'
  236. 'The guys pull you off the table and throw you onto the ground, where Dan puts his belt around your neck.'
  237. '"Keep sucking, slut", he commands, and rubs his dick against your lips while Vitek spits on your asshole a few times.'
  238. 'You groan around Dan''s cock when Vitek forces the head of his dick inside you, but fortunately he''s gentle and gives you some time to adjust to the feeling before he begins to thrust.'
  239. '"It''s a good thing she has a dick in her mouth", Vasily laughs. "She''d definitely wake up my father with her screaming, otherwise!"'
  240. act 'Continue':
  241. *clr & cla
  242. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang7.jpg"></center>'
  243. '"Alright guys, let''s change holes. Vasily needs one too", Vitek grins, and he picks you up like a rag doll.'
  244. 'When he sees the concerned look on your face, he smirks: "Do the math, <<$pcs_nickname>>. There are three guys here, you have three holes... what did you think was going to happen? You expect one of us to just jerk off the whole time? Not gonna happen. Let''s take her to the couch, guys."'
  245. 'Vitek carries you to the couch in his arms as if you weigh nothing, and positions you over his cock before he lowers you. Then the other guys join in, Dan sliding his cock into your already warmed up asshole while Vasily takes your mouth again.'
  246. 'For the next twenty minutes, the guys take turns fucking all of your holes, swapping it up every now and then.'
  247. *nl
  248. gs 'arousal','vaginal',3,'dick[3]','gangbang'
  249. gs 'arousal','anal',2,'dick[1]','gangbang'
  250. gs 'arousal','bj',2,'dick[2]','gangbang','deepthroat'
  251. gs 'arousal','vaginal',3,'dick[2]','gangbang'
  252. gs 'arousal','anal',2,'dick[3]','gangbang'
  253. gs 'arousal','bj',2,'dick[1]','gangbang','deepthroat'
  254. if pcs_horny >=70:
  255. $orgasm_or = 'yes'
  256. $orgasm_txt = 'When you groan loudly and your body begins to spasm, the guys are actually kind enough to give you some respite for a minute or two to ride out your orgasm. Once they feel you''ve recovered enough, they redouble their efforts and furiously pound all of your holes, as if they''re trying to make up for lost time.'
  257. end
  258. gs 'arousal','vaginal',2,'dick[1]','gangbang'
  259. gs 'arousal','anal',2,'dick[2]','gangbang'
  260. gs 'arousal','bj',2,'dick[3]','gangbang','deepthroat'
  261. *p 'You end up deepthroating the dick of whoever is in front of you at the time a lot, with the guys behind you fucking you so roughly that your head keeps bouncing forward.'
  262. 'Your throat feels a little sore, but for the rest it feels heavenly! You can easily take their members on by now and blissfully lie down on the chest of the guy beneath you, willingly surrendering yourself to them.'
  263. gs 'stat'
  264. act 'Continue':
  265. *clr & cla
  266. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/kuh/event/gang8.jpg"></center>'
  267. *nl
  268. gs 'arousal','bj',5,'dick[2]','gangbang'
  269. gs 'arousal','hj',5,'gangbang'
  270. gs 'cum_call','face',$boy[2],1
  271. gs 'cum_call','mouth',$boy[1],1
  272. gs 'cum_call','face',$boy[3],1,'','',20
  273. gs 'cum_call','breasts',$boy[3],1,'','',20
  274. gs 'stat'
  275. 'When the guys are getting close, Dan suggests they all stand around you and shoot their loads over your face. The guys happily agree and move in front of you, all pointing their cocks at your face.'
  276. '"What are you waiting for, <<$pcs_nickname>>? Finish us off!" Dan orders you impatiently.'
  277. 'You bite your lip and begin to jerk two of them off with your hands, while sucking on the third. It doesn''t take long for the first jets of cum to fly through the air; Vasily shot his hot load all over your face, groaning loudly.'
  278. 'Then Dan''s cock begins to pulse in your mouth, and you feel his load being squirted into your mouth. You swallow it obediently and immediately turn your head to Vitek, who shoots his sperm all over your face and boobs.'
  279. 'Dan grins at your cute face, all covered in sperm: "That wasn''t so bad... was it, <<$pcs_nickname>>? Next time, how about you drop the good girl charade and just let us fuck you when we want to? You know you love it as much as we do!"'
  280. gs 'dinsex','after_anal','boy',$boydesc[2]
  281. gs 'arousal', 'end'
  282. act 'Leave them': killvar '$boy' & gt 'shulgakuh'
  283. end
  284. end
  285. end
  286. end
  287. end
  288. end
  289. end
  290. end &! --- gang_sex_ev1 ---
  291. --- shulgakuh ---------------------------------