city_mansion_residence_1.qsrc 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. # city_mansion_residence_1
  2. if $ARGS[0] = 'yfoyer':
  3. CLOSE ALL
  4. $loc = 'city_mansion_residence_1'
  5. $loc_arg = 'yfoyer'
  6. $menu_loc = 'city_mansion_residence_1'
  7. $menu_arg = 'yfoyer'
  8. $locM = 'city_mansion_residence_1'
  9. $locM_arg = 'yfoyer'
  10. $location_type = 'private'
  11. killvar '$locclass'
  12. menu_off = 0
  13. minut += 1
  14. gs 'stat'
  15. gs 'themes', 'indoors'
  16. if frost > 0: frost = 0
  17. *clr & cla
  18. '<center><b><font color="maroon">Foyer</font></b></center>'
  19. if ymanrem[3] = 3:
  20. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_foyer.jpg"></center>'
  21. elseif ymanrem[3] = 2:
  22. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_finished.jpg"></center>'
  23. else
  24. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
  25. end
  26. if courtletter_date <= daystart and courtletter_date ! 0: gt 'sentence', 'letter'
  27. act 'Walk outside':
  28. if $clothingworntype ! 'nude':
  29. minut += 5
  30. gt 'city_mansion_entrance'
  31. else
  32. msg'<b><font color = red>You need to get dressed.</font></b>'
  33. gt 'city_mansion_residence_1', 'yfoyer'
  34. end
  35. end
  36. if ymanrem[3] >= 1:
  37. 'The main hall of Matryona Mansion. You can visit the different rooms in the mansion from here.'
  38. 'There''s a <a href="exec:gt ''mirror'', ''start''">mirror</a> hanging on the wall.'
  39. if umbrella > 0:'There''s an umbrella hanging on a hook by the door.'
  40. act 'Go to your bedroom': gt 'city_mansion_residence_1', 'ybedroom'
  41. act 'Go to your bathroom': gt 'city_mansion_residence_1', 'ybathroom'
  42. act 'Go to your kitchen': gt 'city_mansion_residence_1', 'ykitchen'
  43. act 'Go to your living room': gt 'city_mansion_residence_2', 'yliving'
  44. act 'Go to your lounge': gt 'city_mansion_residence_2', 'ylounge'
  45. act 'Go to your library': gt 'city_mansion_residence_2', 'ylibrary'
  46. act 'Go to your office': & gt 'city_mansion_residence_2', 'yoffice'
  47. act 'Go to your nursery': gt 'city_mansion_residence_2', 'ynursery'
  48. act 'Go to your gym': minut += 1 & gt 'city_mansion_residence_3', 'ygym'
  49. end
  50. if bassMansion = 1:act 'Go to your pool': minut += 1 & gt 'city_mansion_residence_3', 'ypool'
  51. if banaMansion >= 1:act 'Go to your sauna': minut += 1 & gt 'city_mansion_residence_3', 'ysauna'
  52. if curr_home ! 5:
  53. act 'Set this apartment as your main home':gs 'set_home', 5 & gt 'city_mansion_residence_1', 'yfoyer'
  54. else
  55. if $status['dog'] ! 'blocked' and menu_off = 0 and rex['owned'] = 1:
  56. if rex['status'] = 0:
  57. gt 'pet_dog', 'name'
  58. elseif hour > 5:
  59. '<br>Your dog <a href="exec: gt ''pet_dog'', ''start''"><<$rex[''name'']>></a> is lying on the floor.<br>'
  60. elseif hour < 6:
  61. '<br><<$rex[''name'']>> is sleeping in his dog basket.<br>'
  62. end
  63. end
  64. end
  65. end
  66. if $ARGS[0] = 'ybedroom':
  67. $loc = 'city_mansion_residence_1'
  68. $loc_arg = 'ybedroom'
  69. $menu_loc = 'city_mansion_residence_1'
  70. $menu_arg = 'ybedroom'
  71. $locM = 'city_mansion_residence_1'
  72. $locM_arg = 'ybedroom'
  73. $location_type = 'private'
  74. $locclass = 'bedr'
  75. menu_off = 0
  76. minut += 1
  77. gs 'stat'
  78. *clr & cla
  79. '<center><b><font color="maroon">Bedroom</font></b></center>'
  80. if ymanrem[4] = 2:
  81. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_bedroom.jpg"></center>'
  82. '<center>Your large bedroom with all the necessities that a modern bedroom has.</center>'
  83. elseif ymanrem[4] = 1:
  84. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_finished.jpg"></center>'
  85. else
  86. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
  87. end
  88. act 'Leave the room': gt 'city_mansion_residence_1', 'yfoyer'
  89. act 'Relax on your bed': gt 'bed', 'start'
  90. if curr_home = 5 and prostitute['active']: gs 'prostitution_functions', 'prostitute_outfit_at_home'
  91. if pornMagazine > 0:gs 'events', 'read_porn'
  92. if pcs_horny >= 50:
  93. act 'Masturbate':gt 'selfplay', 'start'
  94. end
  95. if ymanrem[4] = 2:
  96. *nl
  97. 'It''s a bright and beautiful room, with a large <a href="exec:gt ''bed'', ''start''">continental bed</a>.'
  98. *nl
  99. 'There''s a table and a <a href="exec:gt ''mirror'', ''start''">mirror</a> placed in one of the corners.'
  100. if pornMagazine > 0:'You have hidden your porn magazine in your nightstand.'
  101. *nl
  102. 'On one side of the room is the entrance to a walk-in <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a>.'
  103. end
  104. end
  105. if $ARGS[0] = 'ybathroom':
  106. $loc_arg = 'ybathroom'
  107. $loc = 'city_mansion_residence_1'
  108. $locM_arg = 'ybathroom'
  109. $locM = 'city_mansion_residence_1'
  110. $menu_loc = 'city_mansion_residence_1'
  111. $menu_arg = 'ybathroom'
  112. $location_type = 'bathroom'
  113. $bathtype = 'glass shower and tub'
  114. menu_off = 0
  115. minut += 1
  116. gs 'stat'
  117. *clr & cla
  118. '<center><b><font color="maroon">Bathroom</font></b></center>'
  119. if ymanrem[5] = 2:
  120. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_bathroom.jpg"></center>'
  121. elseif ymanrem[5] = 1:
  122. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_finished.jpg"></center>'
  123. else
  124. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
  125. end
  126. act 'Leave the room': gt 'city_mansion_residence_1', 'yfoyer'
  127. if ymanrem[5] = 2:
  128. 'The ornate room holds a shower, toilet, sink, <a href="exec:gt ''mirror'',''start''">mirror</a> where you can ' + iif(pcs_hairbsh = 0,'<a href="exec:gt ''mirror'',''brush''">brush</a>','brush') + ' your hair, and even a bath tub.'
  129. gs 'selfplay', 'suction_dildo'
  130. *nl
  131. gs 'din_van', 'private'
  132. gs 'din_van', 'misery_2'
  133. end
  134. end
  135. if $ARGS[0] = 'ykitchen':
  136. $loc = 'city_mansion_residence_1'
  137. $loc_arg = 'ykitchen'
  138. $menu_loc = 'city_mansion_residence_1'
  139. $menu_arg = 'ykitchen'
  140. $locclass = 'kitr'
  141. menu_off = 0
  142. minut += 1
  143. gs 'kit_din'
  144. gs 'stat'
  145. *clr & cla
  146. '<center><b><font color="maroon">Kitchen</font></b></center>'
  147. if ymanrem[6] = 2:
  148. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/y_kitchen.jpg"></center>'
  149. elseif ymanrem[6] = 1:
  150. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_finished.jpg"></center>'
  151. else
  152. '<center><img <<$set_imgh>> src="images/locations/city/suburb/mansion/i_unfinished.jpg"></center>'
  153. end
  154. act 'Leave the room': gt 'city_mansion_residence_1', 'yfoyer'
  155. if ymanrem[6] = 2:
  156. 'A well stocked kitchen containing all the necessities to make whatever meal you please.'
  157. if cltarelka > 0:
  158. 'You have <b><<cltarelka>></b> clean plates left.'
  159. else
  160. '<b><font color="red">You don''t have any clean plates left.</font></b>'
  161. end
  162. if dirttarelka > 0:'There are <b><<dirttarelka>></b> dirty dishes in the sink. <a href="exec:dynamic $dirtarm">Wash the dishes</a>.'
  163. if fairy > 0:
  164. 'Under the sink is some dishwashing detergent, which is enough for <b><<fairy>></b> ' + iif(fairy = 1, 'time.', 'times.')
  165. else
  166. '<b><font color="red">You have nothing to wash dishes with. You should buy some detergent.</font></b>'
  167. end
  168. if eda > 0:
  169. if cltarelka = 0 or edahot > 0:$edagot = ''
  170. if cltarelka > 0 and edahot = 0:$edagot = '<a href="exec:dynamic $edagotd">Cook a meal</a>'
  171. 'There''s enough food for <b><<eda>></b> ' + iif(eda = 1, 'serving', 'servings') + '. <<$edagot>>'
  172. elseif edaD = 0 and eda = 0:
  173. '<b><font color="red">The fridge is empty. You have nothing to eat.</font></b>'
  174. end
  175. if edahot > 0:'<a href="exec:dynamic $edahotd">There''s a warm meal on the table.</a>'
  176. if husband > 0 and husbandrink ! 10:
  177. if hour = 7 or hour = 17:'<a href="exec:gt ''husb'', ''start''">Your husband is eating at the table.</a>'
  178. end
  179. if husband > 0 and husbanday > 0 and huseatday ! daystart and eda >= 2:
  180. act 'Cook a meal for your husband and yourself (1:00)':
  181. cla
  182. *clr
  183. husband += 5
  184. eda -= 2
  185. minut += 60
  186. huseatday = daystart
  187. pcs_mood -= 25
  188. '<center><img <<$set_imgh>> src="images/shared/home/kitchen/cook.jpg"></center>'
  189. 'You prepare a meal for your husband and yourself.'
  190. act 'Leave the meal':gt 'kuhr'
  191. end
  192. end
  193. dynamic $edasnack
  194. dynamic $sandwich
  195. dynamic $driwater
  196. dynamic $dritea
  197. dynamic $fill_bottle
  198. dynamic $edaD
  199. dynamic $pranik
  200. dynamic $fatdel
  201. dynamic $lekarstvo
  202. dynamic $vitamin
  203. end
  204. end
  205. --- city_mansion_residence_1 ---------------------------------