dachain.qsrc 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. # dachain
  2. if $args[0] = 'start':
  3. $location_type = 'private'
  4. $loc = 'dachain'
  5. $loc_arg = 'start'
  6. $locM = 'dachain'
  7. $locM_arg = 'start'
  8. $menu_loc = 'dachain'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. killvar '$locclass'
  12. gs 'themes', 'indoors'
  13. *clr & cla
  14. gs 'stat'
  15. gs 'music_actions', 'clear_restrictions'
  16. '<center><b><font color="maroon">Cottage</font></b></center>'
  17. if func('homes_properties', 'is_property_renovated'):
  18. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dacharoom2.jpg"></center>'
  19. else
  20. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dacharoom1.jpg"></center>'
  21. end
  22. 'Your favorite summer residence.'
  23. *nl
  24. 'There is a <a href="exec:gt ''bed'', ''start''">bed</a> against one wall. Next to it is a <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing). On the other side of the bed is a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a>'
  25. *nl
  26. 'There is a sofa in front of the fireplace, a kitchen alcove opposite the bed and the door to the bathroom next to that.'
  27. *nl
  28. if stol = 0:$stol = 'an old wooden <a href="exec:gt ''stol'', ''start''">table</a>'
  29. if stol = 1:$stol = 'a new <a href="exec:gt ''stol'', ''start''">table</a>'
  30. 'In front of the window there is <<$stol>>.'
  31. *nl
  32. if mc_inventory['tech_computer'] = 1:
  33. gs 'internet_mobile', 'get_access'
  34. 'Your <a href="exec: gt ''Komp'',''start''">computer</a> is on the table. Unfortunately, there is no internet service in the village.'
  35. end
  36. *nl
  37. if hour >= 6 and hour <= 20 and etoexhib = 11:'Kopashatsya working in the garden, hmm... maybe sometime <a href="exec:gt ''etoexhib'', ''pos10''">motivate</a> for them to work quicker and smarter.'
  38. if hour >= 6 and hour <= 20 and etoexhib = 12:'Leave in <a href="exec:gt ''etoexhib'', ''pos11''">garden in lingerie and robe.</a>'
  39. if hour >= 6 and hour <= 20 and etoexhib = 13 and temp ! daystart:'I wonder how to <a href="exec:gt ''etoexhib'', ''pos12''">garden</a>'
  40. act 'Go outside':
  41. if $clothingworntype ! 'nude':
  42. minut += 5 & gt 'dachamy'
  43. else
  44. msg'<b><font color = red>You can''t leave the house naked! You need to get dressed first.</font></b>'
  45. gt 'dachain', 'start'
  46. end
  47. end
  48. act 'Go to the Bathroom': gt 'dachain', 'dachabath'
  49. act 'Go to the kitchen alcove': gt 'dachain', 'dachakit'
  50. act 'Get in the bed': gt 'bed', 'start'
  51. act 'Lie on the couch': gt 'divan', 'start'
  52. gs 'prostitution_functions', 'prostitute_outfit_at_home'
  53. !!-------------------------------------------------------------------------------------------------------------------------------------
  54. !!------------------------------------------------------- Music related actions come here ---------------------------------------------
  55. !!-------------------------------------------------------------------------------------------------------------------------------------
  56. !! IMPORTANT: if there is anything added later that could mean that others are in the room, gs 'music_actions', 'not_alone' should be added with the correct conditions.
  57. gs 'music_actions', 'start'
  58. end
  59. if $args[0] = 'dachakit':
  60. $location_type = 'private'
  61. $loc = 'dachain'
  62. $loc_arg = 'dachakit'
  63. $locM = 'dachain'
  64. $locM_arg = 'dachakit'
  65. $menu_loc = 'dachain'
  66. $menu_arg = 'dachakit'
  67. menu_off = 0
  68. $locclass = 'kitr'
  69. *clr & cla
  70. gs 'kit_din'
  71. gs 'stat'
  72. '<center><b><font color="maroon">Cottage Kitchen</font></b></center>'
  73. if func('homes_properties', 'is_property_renovated'):
  74. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachakit2.jpg"></center>'
  75. else
  76. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachakit1.jpg"></center>'
  77. end
  78. act 'Go into the main room': gt 'dachain', 'start'
  79. if mc_inventory['dish_plates'] > 0:
  80. '<b><<mc_inventory[''dish_plates'']>></b> clean plates are stored in the cupboard.'
  81. else
  82. '<b><font color="red">You have no clean dishes left.</font></b>'
  83. end
  84. if dirttarelka > 0:'<b><<dirttarelka>></b> dirty dishes are lying in the sink. <a href="exec:dynamic $dirtarm">Wash the dishes</a>.'
  85. if mc_inventory['dish_soap'] > 0:
  86. 'Next to the sink is dishwashing liquid, enough for <b><<mc_inventory[''dish_soap'']>></b> uses.'
  87. else
  88. '<b><font color="red">You have nothing to wash dishes with, you need to buy dishwashing liquid.</font></b>'
  89. end
  90. if mc_inventory['food_basic'] > 0:
  91. if mc_inventory['dish_plates'] = 0 or edahot > 0:$edagot = ''
  92. if mc_inventory['dish_plates'] > 0 and edahot = 0:$edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
  93. 'There''s enough food for <b><<mc_inventory[''food_basic'']>></b> ' + iif(mc_inventory['food_basic'] = 1, 'serving', 'servings') + '. <<$edagot>>'
  94. elseif mc_inventory['food_diet'] = 0 and mc_inventory['food_basic'] = 0:
  95. '<b><font color="red">The fridge is empty. You have nothing to eat.</font></b>'
  96. end
  97. if edahot > 0:'<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  98. if husband > 0 and husbandrink ! 10:
  99. if hour = 7 or hour = 17:'<a href="exec:gt ''husb'', ''start''">Your husband is eating at the table.</a>'
  100. end
  101. if husband > 0 and husbanday > 0 and huseatday ! daystart and mc_inventory['food_basic'] >= 2:
  102. act 'Cook a meal for your husband and yourself (1:00)':
  103. cla
  104. *clr
  105. husband += 5
  106. mc_inventory['food_basic'] -= 2
  107. minut += 60
  108. huseatday = daystart
  109. pcs_mood -= 25
  110. '<center><img <<$set_imgh>> src="images/shared/home/kitchen/cook.jpg"></center>'
  111. 'You prepare a meal for your husband and yourself.'
  112. act 'Leave the meal':gt 'kuhr'
  113. end
  114. end
  115. dynamic $edasnack
  116. dynamic $sandwich
  117. dynamic $driwater
  118. dynamic $dritea
  119. dynamic $fill_bottle
  120. dynamic $edaD
  121. dynamic $fatdel
  122. dynamic $lekarstvo
  123. dynamic $vitamin
  124. end
  125. if $args[0] = 'dachabath':
  126. $loc = 'dachain'
  127. $loc_arg = 'dachabath'
  128. $locM = 'dachain'
  129. $locM_arg = 'dachabath'
  130. $menu_loc = 'dachain'
  131. $menu_arg = 'dachabath'
  132. menu_off = 0
  133. $location_type = 'bathroom'
  134. $bathtype = 'bathtub shower'
  135. *clr & cla
  136. gs 'stat'
  137. '<center><b><font color="maroon">Cottage Bathroom</font></b></center>'
  138. if func('homes_properties', 'is_property_renovated'):
  139. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachavan2.jpg"></center>'
  140. else
  141. '<center><img <<$set_imgh>> src="images/locations/suburban/cottage/dachavan1.jpg"></center>'
  142. end
  143. act 'Go into the main room': gt 'dachain', 'start'
  144. gs'selfplay','suction_dildo'
  145. gs 'din_van', 'private'
  146. end
  147. --- dachain ---------------------------------