mey_home.qsrc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  1. # mey_home
  2. gs 'themes', 'indoors'
  3. $location_type = 'indoors'
  4. !! corporate only at the end of the month on weekends, check
  5. if day <= 25 and mey_vika['mey_vika_qw'] > 40: mey_vika['mey_vika_qw'] = 40
  6. if $args[0] = 'door':
  7. $metka = 'door'
  8. $loc = 'mey_home'
  9. $menu_loc = 'mey_home'
  10. $menu_arg = 'door'
  11. menu_off = 0
  12. cls
  13. gs'stat'
  14. '<center><h4><font color="maroon">Meynold''s house</font></h4></center>'
  15. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/mey_home.jpg"></center>'
  16. if mey_vika['key'] = 1:
  17. 'You open the door with your key and enter the house.'
  18. act 'Enter': gt 'mey_home', 'start'
  19. elseif hour < 20 and ((week < 6 and hour >= 17) or (week >= 6 and hour > 10)):
  20. if mey_vika['mey_vika_qw'] = 27: gt 'mey_tamara_events', 'next_meet'
  21. if mey_vika['mey_vika_qw'] > 27:
  22. *clr
  23. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_tea1.jpg"></center>'
  24. 'You walk up to the Meynolds residence and ring the doorbell...'
  25. 'After a short wait, you hear the lock click and you see Katja''s mother Kathy and sister Vicky standing by the door: <br><do>Oh hi, <<$pcs_nickname>>, welcome! Come in, make yourself at home.</do>'
  26. act 'Enter': gt 'mey_home', 'start'
  27. else
  28. cla
  29. 'You walk up to the Meynolds residence and ring the doorbell...'
  30. 'Katja opens the door and quickly drags you to her room.'
  31. act 'Go to Katjas room':
  32. if frost > 0: frost = 0
  33. gt 'KatjaHomeTalk'
  34. end
  35. end
  36. else
  37. *clr
  38. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_tea0.jpg"></center>'
  39. 'You walk up to the Meynolds residence and ring the doorbell...'
  40. 'No one opens the door, it looks like nobody''s home or they are all asleep.'
  41. 'Maybe you should try again at a more sociable time?'
  42. act 'Go back': minut += 10 & gt 'pavResidential'
  43. end
  44. end
  45. ! hall
  46. if $ARGS[0] = 'start':
  47. $metka = 'start'
  48. $loc = 'mey_home'
  49. $menu_loc = 'mey_home'
  50. $menu_arg = 'start'
  51. menu_off = 0
  52. killvar '$locclass'
  53. cls
  54. gs'stat'
  55. '<center><h4><font color="maroon">Hall</font></h4></center>'
  56. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/corridor.jpg"></center>'
  57. 'A large and bright hall, this "hallway" stretches for quite a bit, you''ve never seen anything like this before! There is a mirror covering half of one of the walls. You see the kitchen from the hallway, there''s a big oval dining table.'
  58. 'There are stairs leading to the second floor. You can also see two doors where the signs say "Toilet" and "Bathroom".'
  59. act '<b>Leave the house</b>': gt 'pavResidential'
  60. if mey_vika['mey_vika_qw'] = 30 and mey_vika['qw_day'] ! daystart and hour = 23: gs 'mey_vika_events', 'case_gift'
  61. if week mod 2 ! 0 and mey_vika['mey_vika_qw'] >= 32 and mey_vika['gym_day'] ! daystart and hour = 16 and minut >= 30: gs 'mey_vika_events', 'gym0'
  62. if week mod 2 ! 0 and mey_vika['mey_vika_qw'] >= 32 and mey_vika['gym_day'] ! daystart and hour = 17 and minut >= 30: gs 'mey_vika_events', 'gym1'
  63. if mey_vika['mey_vika_qw'] >= 32 and mey_vika['mey_vika_qw'] < 35 and mey_vika['qw_day'] ! daystart and hour >= 23: gs 'mey_vika_events', 'learning0'
  64. if mey_vika['mey_vika_qw'] >= 32:
  65. ! welcome to the corporate
  66. if week = 7 and hour >= 12 and hour <= 16 and day > 25 and mey_vika['mey_vika_qw'] = 40 and mey_tamara['qw_end'] = 0 and pav_slut < 75:
  67. gt 'mey_tamara_events', 'party0'
  68. end
  69. ! check appearance before going to corporate
  70. if week = 7 and (hour = 17 or hour = 18) and mey_vika['mey_vika_qw'] = 41:
  71. '<br><a href="exec: gt''mey_tamara_events'',''check_look''">Tamara Mikhailovna.</a> is waiting for you in the lobby.'
  72. exit
  73. end
  74. ! need to fuck Katja!
  75. if KatjaSex >= 5 and mey_vika['mey_vika_qw'] > 35 and hour = 23 and mey_vika['mey_vika_bang_qw'] = 0:
  76. gs 'mey_vika_events', 'bang_katya'
  77. exit
  78. end
  79. ! Vic calls in the shower
  80. if mesec = 0 and pcs_vag > 0 and mey_vika['bath_qw'] = 1 and mey_vika['bath_qw_day'] ! daystart and rand(0,10) > 5 and ((week < 6 and hour >= 14) or (week = 6 and hour >= 8)):
  81. gs 'mey_vika_events', 'bath_qw1'
  82. exit
  83. end
  84. if ((week < 6 and hour >= 14 and hour < 20) or (week = 6 and hour >= 10 and hour < 20)) and mey_tamara['help_day'] ! daystart:
  85. act 'Clean the house':
  86. menu_off = 1
  87. cla
  88. mey_tamara['help_day'] = daystart
  89. mey_tamara['help_count'] += 1
  90. minut += rand(50,70)
  91. pcs_sweat += 3
  92. pcs_mood -= 5
  93. gs 'stat'
  94. if mey_vika['bath_qw'] = 0 and mey_vika['bath_qw_day'] ! daystart:
  95. gs 'mey_vika_events', 'bath_qw0'
  96. else
  97. '<br>You take out a hefty vacuum cleaner from the closet, and it takes you about an hour to vacuum the house.'
  98. act 'Finish': gt 'mey_home', 'start'
  99. end
  100. end
  101. end
  102. end
  103. act 'Kitchen': gt 'mey_home', '1'
  104. act 'Bathroom': gt 'mey_home', '2'
  105. act 'Guest room': gt 'mey_home', '3'
  106. act 'Lounge': gt 'mey_home', '4'
  107. act 'Katja''s room': gt 'mey_home', '5'
  108. act 'Vicky''s room': gt 'mey_home', '6'
  109. act 'Tamara Mikhailovna''s room': gt 'mey_home', '7'
  110. act 'Garden': gt 'mey_home', '8'
  111. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  112. end
  113. ! kitchen
  114. if $ARGS[0] = '1':
  115. *clr & cla
  116. $loc = 'mey_home'
  117. $metka = '1'
  118. $locclass = 'kitr'
  119. $menu_loc = 'mey_home'
  120. $menu_arg = '1'
  121. menu_off = 0
  122. gs 'kit_din'
  123. gs 'stat'
  124. '<center><h4><font color="maroon">Kitchen</font></h4></center>'
  125. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/kitchen.jpg"></center>'
  126. 'The kitchen is huge and luxurious. It is decorated in a minimalist high-tech style. An oval dining room table standing in the middle of the room. The appliances are all hidden. The kitchen is sparkling clean.'
  127. act 'Return to hallway': gt 'mey_home', 'start'
  128. if mey_vika['mey_vika_qw'] >= 32 and ((week < 6 and hour >= 14 and hour < 20) or (week = 6 and hour >= 10 and hour < 20)) and mey_tamara['help_day'] ! daystart:
  129. act 'Cook for the whole family':
  130. menu_off = 1
  131. cla
  132. mey_tamara['help_day'] = daystart
  133. mey_tamara['help_count'] += 1
  134. minut += rand(50,70)
  135. gs 'stat'
  136. '<br>You take out the food from the refrigerator, and start cooking for the whole family. It takes you about an hour to finish.'
  137. act 'Finish': gt 'mey_home', '1'
  138. end
  139. end
  140. act 'Eat a full meal (0:30)':gs 'food', 'm_meal'
  141. act 'Eat a light meal (0:25)':gs 'food', 's_meal'
  142. act 'Have a snack (0:15)':gs 'food', 'snack'
  143. dynamic $driwater
  144. dynamic $dritea
  145. dynamic $fill_bottle
  146. dynamic $edaD
  147. dynamic $pranik
  148. dynamic $fatdel
  149. dynamic $fatdel
  150. dynamic $lekarstvo
  151. dynamic $vitamin
  152. gs 'events', 'read'
  153. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  154. end
  155. if $ARGS[0] = '2':
  156. !bathroom
  157. $locM = 'mey_home'
  158. $metkaM = '2'
  159. $metka = '2'
  160. $menu_loc = 'mey_home'
  161. $menu_arg = '2'
  162. menu_off = 0
  163. minut += 1
  164. cls
  165. gs'stat'
  166. $location_type = 'bathroom'
  167. '<center><b><font color = maroon>Bathroom</font></b></center>'
  168. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  169. 'A luxurious bathroom looking like the five-star hotel bathrooms you read about in the magazines.'
  170. 'Above the beautiful vanity and sink there is a huge <a href="exec:gt ''mirror'',''start''">mirror</a>.'
  171. !acts copy from [shulgabath]
  172. act 'Return to the hallway': gt 'mey_home', 'start'
  173. gs 'din_van', 'private'
  174. end
  175. ! guestroom
  176. if $ARGS[0] = '3':
  177. cls
  178. $locM = 'mey_home'
  179. $metkaM = '3'
  180. $loc = 'mey_home'
  181. $metka = '3'
  182. $menu_loc = 'mey_home'
  183. $menu_arg = '3'
  184. menu_off = 0
  185. minut += 1
  186. gs 'stat'
  187. '<center><h4><font color="maroon">Guest room</font></h4></center>'
  188. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/guestroom.jpg"></center>'
  189. 'It feels and looks like a standard room in a hotel. There is a <a href="exec:gt ''bed'', ''start''">bed</a> and an <a href="exec:gt ''budilnik'', ''start''">alarm clock</a>, a small <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing) and a desk.'
  190. 'A <a href="exec:gt ''mirror'', ''start''">mirror</a> hangs on the wall near the front door.'
  191. if komp = 1:'Your <a href="exec:gt ''Komp'',''start''">laptop</a> is on the desk.'
  192. act 'Exit to hallway':
  193. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  194. *clr
  195. '<center><img <<$set_imgh>> src="'+'images/pc/clothing/'+iif($pantyworntype = 'none','0','tanga')+'.jpg'+'"></center>'
  196. '<center><font color=red><b>You can''t go out dressed like this!</b></font></center>'
  197. exit
  198. end
  199. gt 'mey_home', 'start'
  200. end
  201. gs 'exercise', 'start'
  202. if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
  203. if pornMagazine > 0:
  204. 'You hide your porn magazines under the mattress of your bed.'
  205. gs 'events', 'read_porn'
  206. end
  207. gs 'events', 'read'
  208. if dur > 0 and narkday ! daystart:
  209. act 'Snort the White Lady (0:05)':
  210. menu_off = 1
  211. cla
  212. *clr
  213. minut += 5
  214. narkday = daystart
  215. pcs_health = pcs_vital * 10 + pcs_stren * 5
  216. pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
  217. pcs_mood = 100
  218. pcs_horny = 100
  219. nark += 10
  220. dur -= 1
  221. '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
  222. 'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
  223. act 'Continue':gt 'mey_home', '3'
  224. end
  225. end
  226. if $pantyworntype = 'none':
  227. act 'Wear underwear':
  228. gs 'underwear', 'wear'
  229. gt 'mey_home', '3'
  230. end
  231. elseif $pantyworntype ! 'none':
  232. act 'Take off your underwear':
  233. gs 'underwear', 'remove'
  234. gt 'mey_home', '3'
  235. end
  236. end
  237. act 'Wait':gs 'obj_din', 'wait'
  238. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  239. end
  240. if $ARGS[0] = '4':
  241. cls
  242. $loc = 'mey_home'
  243. $metka = '4'
  244. $menu_loc = 'mey_home'
  245. $menu_arg = '4'
  246. menu_off = 0
  247. minut += 1
  248. gs 'stat'
  249. '<center><h4><font color="maroon">Lounge</font></h4></center>'
  250. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/hall.jpg"></center>'
  251. 'Spacious room with a sofa and armchairs, on the wall hangs a large plasma TV, located next to the bookcase, and on the opposite side is the fireplace, from the hall there is access to a bright garden, overgrown with grapes'
  252. act 'Return to hallway': gt 'mey_home', 'start'
  253. act 'Garden': gt 'mey_home', '8'
  254. end
  255. if $ARGS[0] = '5':
  256. !add room katja
  257. cls
  258. $loc = 'mey_home'
  259. $metka = '5'
  260. $menu_loc = 'mey_home'
  261. $menu_arg = '5'
  262. menu_off = 0
  263. minut += 1
  264. $locclass = 'livingr'
  265. gs 'stat'
  266. '<center><h4><font color="maroon">Katja''s room</font></h4></center>'
  267. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/katya_room.jpg"></center>'
  268. 'Katja''s room feels like someone is living there temporarily and will soon move out. The stuff in the room are in the perfect order, depicting the feeling off a "non-residential premise".'
  269. 'There are numerous flowers in the pots on the windowsill, there are pots hanging on the walls and there are even plants in pots on the floor giving the room a greenhouse feeling.'
  270. 'There is a computer desk in one of the corners, opposite of the bed. In another corner is a hidden wardrobe. Lastly a well hidden bookshelf can be seen in the room, but it is kinda hard to spot because of wildly overgrown plants.'
  271. if katjaFirstKiss >= 1:
  272. if hour >= 17 and week < 6 and kanikuli = 0 and hour < 20 or hour >= 9 and week >= 6 and kanikuli = 0 and hour < 20 or hour >= 9 and kanikuli > 0 and hour < 20:
  273. act 'Chat with Katja': gt'KatjaHomeTalk'
  274. end
  275. else
  276. '<font color=red>Your relationship with Katja is not good enough to just barge into her room, better leave as soon as possible.</font>'
  277. end
  278. act '<b>Leave</b>': gt 'mey_home', 'start'
  279. end
  280. if $ARGS[0] = '6':
  281. cls
  282. $loc = 'mey_home'
  283. $metka = '6'
  284. $menu_loc = 'mey_home'
  285. $menu_arg = '6'
  286. menu_off = 0
  287. minut += 1
  288. gs 'stat'
  289. '<center><h4><font color="maroon">Vicky''s room</font></h4></center>'
  290. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/vika_room.jpg"></center>'
  291. 'Vicky''s room is always in a mess. It''s clean, but everything is scattered all over the place. There are soft toys laying around in enormous quantities, and all the walls are plastered with posters of pop stars and film actors.'
  292. 'There''s a laptop on the table by the window, it accidentally brings a sense of orderliness. The stacks of magazines resemble music speakers. The rooms centerpiece is the ginormous bed, next to it is a wardrobe. There''s a lone chair somewhere in the corner hidden under all the stuff.'
  293. act 'Return to hallway': gt 'mey_home', 'start'
  294. end
  295. if $ARGS[0] = '7':
  296. cls
  297. $loc = 'mey_home'
  298. $metka = '7'
  299. $menu_loc = 'mey_home'
  300. $menu_arg = '7'
  301. menu_off = 0
  302. minut += 1
  303. gs 'stat'
  304. '<center><h4><font color="maroon">Tamara''s room</font></h4></center>'
  305. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_room.jpg"></center>'
  306. 'You would say Tamara Mikhailovna''s room resembles an office, if it was not for the bed in the corner. There''s a computer on a desk, a wardrobe, and a big but a pretty modest bed. The room is quite small and cramped. There are no decorations but one, a sword hanging on the wall. It''s unclear what it''s doing there.'
  307. act 'Return to hallway': gt 'mey_home', 'start'
  308. end
  309. ! courtyard
  310. if $ARGS[0] = '8':
  311. cls
  312. $loc = 'mey_home'
  313. $metka = '8'
  314. $menu_loc = 'mey_home'
  315. $menu_arg = '8'
  316. menu_off = 0
  317. minut += 1
  318. gs 'stat'
  319. '<center><h4><font color="maroon">Garden</font></h4></center>'
  320. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/courtyard.jpg"></center>'
  321. 'The garden is quite small for the house and overgrown, most of the space is taken up by a small pool.'
  322. 'A car belonging to Tamara Mikhailovna is parked on the drive next to the garden.'
  323. if hour = 7 and minut >= 30 and week < 6:
  324. '<a href="exec:gs''mey_tamara_events'',''tamara''">Aunt Tamara</a> is here talking on her phone.'
  325. end
  326. act 'Return to hallway': gt 'mey_home', 'start'
  327. end
  328. --- mey_home ---------------------------------