kuhr2x.qsrc 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. # kuhr2x
  2. !!2021/04/15
  3. CLOSE ALL
  4. $loc = 'kuhr2x'
  5. $loc_arg = ''
  6. $menu_loc = 'kuhr2x'
  7. $menu_arg = ''
  8. menu_off = 0
  9. $locclass = 'kitr'
  10. clr
  11. minut = minut + 1
  12. elektro = elektro + 1
  13. gs'stat'
  14. gs 'kit_din'
  15. gs 'themes', 'indoors'
  16. '<center><b><font color = maroon>Kitchen</font></b></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/pushkin/apartment/kuhr2x.jpg"></center>'
  18. act 'Return to the corridor':
  19. gt 'korr2x'
  20. end
  21. if kransloman = 1:
  22. cla
  23. 'You notice your sink is leaking. Unable to fix it yourself, you call a plumber.'
  24. if Grisha = 0:act 'Call the plumber':dynamic $santehnik
  25. if Grisha > 0:act 'Call Grisha':dynamic $santehnikgr
  26. act 'Leave':gt 'korr'
  27. exit
  28. end
  29. if rand(0, 50) = 50 and santehnikDolg = 0 and daystart > kransloman[1] + 90:
  30. kransloman = 1
  31. kransloman[1] = daystart
  32. gt'kuhr2x'
  33. end
  34. if cltarelka > 0:
  35. '<b><<cltarelka>></b> clean plates are stored in the cupboard.'
  36. else
  37. '<b><font color = red>You have no clean dishes left.</font></b>'
  38. end
  39. if dirttarelka > 0:'<b><<dirttarelka>></b> dirty dishes are lying in the sink. <a href="exec:dynamic $dirtarm">Wash the dishes</a>.'
  40. if fairy > 0:
  41. 'There is dishwashing liquid next to the sink, enough for <b><<fairy>></b> uses.'
  42. else
  43. '<b><font color="red">You need to buy dishwashing liquid before you can wash the dishes.</font></b>'
  44. end
  45. if eda > 0:
  46. if cltarelka = 0 or edahot > 0:$edagot = ''
  47. if cltarelka > 0 and edahot = 0:$edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
  48. 'There''s enough food for <b><<eda>></b> ' + iif(eda = 1, 'serving', 'servings') + '. <<$edagot>>'
  49. elseif mc_inventory['food_diet'] = 0 and mc_inventory['food_basic'] = 0:
  50. '<b><font color="red">The fridge is empty. You have nothing to eat.</font></b>'
  51. end
  52. if edahot > 0:'<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  53. if husband > 0 and husbandrink ! 10:
  54. if hour = 7 or hour = 17:'<a href="exec:gt ''husb'', ''start''">Your husband is eating at the table.</a>'
  55. end
  56. if husband > 0 and husbanday > 0 and huseatday ! daystart and eda >= 2:
  57. act 'Cook meal for your husband and yourself (1:00)':
  58. cla
  59. *clr
  60. husband += 5
  61. eda -= 2
  62. dynamic $edahotd
  63. minut += 60
  64. huseatday = daystart
  65. pcs_mood -= 25
  66. '<center><img <<$set_imgh>> src="images/shared/home/kitchen/cook.jpg"></center>'
  67. 'You cook a meal for your husband and yourself.'
  68. act 'Leave the meal':gt'kuhr2x'
  69. end
  70. end
  71. dynamic $edasnack
  72. dynamic $sandwich
  73. dynamic $driwater
  74. dynamic $dritea
  75. dynamic $fill_bottle
  76. dynamic $edaD
  77. dynamic $pranik
  78. dynamic $fatdel
  79. dynamic $lekarstvo
  80. dynamic $vitamin
  81. if dildo > 0 and pcs_horny >= 50:
  82. act 'Masturbate':
  83. cla
  84. *clr
  85. if pcs_inhib < 30:inhib_exp += rand(1,3)
  86. pcs_mood += 15
  87. pcs_vag += 1
  88. if husband > 0 and husbandrink ! 10:
  89. if week > 5 or week < 6 and hour > 16:
  90. gt 'husbsex','husb_mastr_vtor'
  91. else
  92. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  93. 'Unable to control yourself, you immediately reach for your dildo so you can take care of your lustful desires. You waste no time in attaching the suction base of the dildo to the floor before lowering yourself slowly onto it.'
  94. 'Shivers run down your spine as you feel the thick head spreading your lips and soon the whole length begins to slide deep inside your hole. A throaty moan overwhelms the room when the dildo bottoms out inside you.'
  95. 'After shifting your legs and getting more comfortable, you start to rock your hips and bounce on it, moaning louder and louder as you keep increasing the power and pace of your thrusts. Your ass is hammering against the floor with each thrust and it takes you just a few minutes to reach orgasm, your toes curling tightly as your entire body is overwhelmed in pleasure.'
  96. 'Your juices drip down the length of the dildo, pooling on the floor beneath you. You take a few deep breaths and a satisfied smile grows on your face. That was just what you needed!'
  97. $orgasm_or = 'yes'
  98. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  99. gs 'arousal', 'end'
  100. act 'Breathe':gt $loc
  101. end
  102. else
  103. '<center><video autoplay loop src="images/shared/sex/mast/mastr.mp4"></video></center>'
  104. 'Unable to control yourself, you immediately reach for your dildo so you can take care of your lustful desires. You waste no time in attaching the suction base of the dildo to the floor before lowering yourself slowly onto it.'
  105. 'Shivers run down your spine as you feel the thick head spreading your lips and soon the whole length begins to slide deep inside your hole. A throaty moan overwhelms the room when the dildo bottoms out inside you.'
  106. 'After shifting your legs and getting more comfortable, you start to rock your hips and bounce on it, moaning louder and louder as you keep increasing the power and pace of your thrusts. Your ass is hammering against the floor with each thrust and it takes you just a few minutes to reach orgasm, your toes curling tightly as your entire body is overwhelmed in pleasure.'
  107. 'Your juices drip down the length of the dildo, pooling on the floor beneath you. You take a few deep breaths and a satisfied smile grows on your face. That was just what you needed!'
  108. $orgasm_or = 'yes'
  109. gs 'arousal', 'vaginal_dildo', 10, 'masturbate'
  110. gs 'arousal', 'end'
  111. act 'Breathe':gt $loc
  112. end
  113. end
  114. end
  115. --- kuhr2x ---------------------------------