mey_home.qsrc 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455
  1. # mey_home
  2. close all
  3. gs 'themes', 'indoors'
  4. $location_type = 'indoors'
  5. !! corporate only at the end of the month on weekends, check
  6. if day <= 25 and mey_vika['mey_vika_qw'] > 40: mey_vika['mey_vika_qw'] = 40
  7. if $args[0] = 'door':
  8. $loc_arg = 'door'
  9. $loc = 'mey_home'
  10. $home_name = 'meynold_household'
  11. $menu_loc = 'mey_home'
  12. $menu_arg = 'door'
  13. menu_off = 0
  14. cls
  15. gs 'vicky_meynold_schedule'
  16. gs 'katja_meynold_schedule'
  17. gs'stat'
  18. '<center><h4><font color="maroon">Meynold''s house</font></h4></center>'
  19. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/mey_home.jpg"></center>'
  20. *nl
  21. if mey_vika['key'] = 1:
  22. 'You open the door with your key and enter the house.'
  23. act 'Enter': gt 'mey_home', 'start'
  24. elseif hour < 20 and ((week < 6 and hour >= 15) or (week >= 6 and hour > 10)) and mey_vika['mey_vika_qw'] >= 27:
  25. if mey_vika['mey_vika_qw'] = 27:
  26. gt 'mey_tamara_events', 'next_meet'
  27. else
  28. *clr
  29. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_tea1.jpg"></center>'
  30. *nl
  31. 'You walk up to the Meynolds residence and ring the doorbell...'
  32. 'After a short wait, you hear the lock click and you see Katja''s mother Tamara and sister Vicky standing by the door: <br><do>Oh hi, <<$pcs_nickname>>, welcome! Come in, make yourself at home.</do>'
  33. act 'Enter': gt 'mey_home', 'start'
  34. end
  35. elseif locat['katja'] = 7:
  36. cla
  37. 'You walk up to the Meynolds residence and ring the doorbell...'
  38. 'Katja opens the door and quickly drags you to her room.'
  39. act 'Go to Katjas room':
  40. if frost > 0: frost = 0
  41. gt 'KatjaHomeTalk'
  42. end
  43. else
  44. *clr
  45. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_tea0.jpg"></center>'
  46. 'You walk up to the Meynolds residence and ring the doorbell...'
  47. 'No one opens the door, it looks like nobody''s home or they are all asleep.'
  48. 'Maybe you should try again at a more sociable time?'
  49. act 'Leave': minut += 5 & gt 'pav_residential'
  50. end
  51. end
  52. ! hall
  53. if $ARGS[0] = 'start':
  54. $loc_arg = 'start'
  55. $loc = 'mey_home'
  56. $home_name = 'meynold_household'
  57. $menu_loc = 'mey_home'
  58. $menu_arg = 'start'
  59. menu_off = 0
  60. killvar '$locclass'
  61. cls
  62. gs 'vicky_meynold_schedule'
  63. gs 'katja_meynold_schedule'
  64. gs'stat'
  65. '<center><h4><font color="maroon">Hall</font></h4></center>'
  66. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/corridor.jpg"></center>'
  67. *nl
  68. '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.'
  69. 'There are stairs leading to the second floor. You can also see two doors where the signs say "Toilet" and "Bathroom".'
  70. act 'Leave the house':minut += 5 & gt 'pav_residential'
  71. if mey_vika['mey_vika_qw'] = 30 and mey_vika['qw_day'] ! daystart and locat['Vicky'] = 15: gs 'mey_vika_events', 'case_gift'
  72. if mey_vika['mey_vika_qw'] >= 32 and mey_vika['gym_day'] ! daystart and locat['Vicky'] = 12: gs 'mey_vika_events', 'gym0'
  73. if mey_vika['mey_vika_qw'] >= 32 and mey_vika['gym_day'] ! daystart and locat['Vicky'] = 13: gs 'mey_vika_events', 'gym1'
  74. if mey_vika['mey_vika_qw'] >= 32 and mey_vika['mey_vika_qw'] < 35 and mey_vika['qw_day'] ! daystart and locat['Vicky'] = 15: gs 'mey_vika_events', 'learning0'
  75. if mey_vika['mey_vika_qw'] >= 32:
  76. ! welcome to the corporate
  77. 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 fame['pav_slut'] < 150:
  78. gt 'mey_tamara_events', 'party0'
  79. end
  80. ! check appearance before going to corporate
  81. if week = 7 and (hour = 17 or hour = 18) and mey_vika['mey_vika_qw'] = 41:
  82. '<br><a href="exec: gt''mey_tamara_events'',''check_look''">Tamara Meynold.</a> is waiting for you in the lobby.'
  83. exit
  84. end
  85. ! Vic calls in the shower
  86. if mesec = 0 and stat['think_virgin'] = 0 and mey_vika['bath_qw'] = 1 and mey_vika['bath_qw_day'] ! daystart and rand(0,1) = 0 and locat['Vicky'] = 9:
  87. gs 'mey_vika_events', 'bath_qw1'
  88. exit
  89. end
  90. if ((week < 6 and hour >= 14 and hour < 20) or (week = 6 and hour >= 10 and hour < 20)) and mey_tamara['help_day'] ! daystart:
  91. act 'Clean the house':
  92. menu_off = 1
  93. cla
  94. mey_tamara['help_day'] = daystart
  95. mey_tamara['help_count'] += 1
  96. minut += rand(50,70)
  97. gs 'sweat', 'add', 3
  98. pcs_mood -= 5
  99. gs 'stat'
  100. if mey_vika['bath_qw'] = 0 and mey_vika['bath_qw_day'] ! daystart:
  101. gs 'mey_vika_events', 'bath_qw0'
  102. else
  103. '<br>You take out a hefty vacuum cleaner from the closet, and it takes you about an hour to vacuum the house.'
  104. act 'Finish': gt 'mey_home', 'start'
  105. end
  106. end
  107. end
  108. end
  109. act 'Kitchen': gt 'mey_home', '1'
  110. act 'Bathroom': gt 'mey_home', '2'
  111. act 'Guest room': gt 'mey_home', '3'
  112. act 'Lounge': gt 'mey_home', '4'
  113. act 'Katja''s room': gt 'mey_home', '5'
  114. act 'Vicky''s room': gt 'mey_home', '6'
  115. act 'Tamara Meynold''s room': gt 'mey_home', '7'
  116. act 'Garden': gt 'mey_home', '8'
  117. if $home['current'] ! $home_name and owned_property['meynold_household'] = 4:
  118. act 'Set this household as your main home':gs 'homes_properties', 'set_home', $home_name & gt 'mey_home', 'start'
  119. end
  120. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  121. end
  122. ! kitchen
  123. if $ARGS[0] = '1':
  124. *clr & cla
  125. $loc = 'mey_home'
  126. $loc_arg = '1'
  127. $locclass = 'kitr'
  128. $menu_loc = 'mey_home'
  129. $menu_arg = '1'
  130. menu_off = 0
  131. gs 'kit_din'
  132. gs 'stat'
  133. '<center><h4><font color="maroon">Kitchen</font></h4></center>'
  134. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/kitchen.jpg"></center>'
  135. *nl
  136. '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.'
  137. act 'Return to hallway': gt 'mey_home', 'start'
  138. 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:
  139. act 'Cook for the whole family':
  140. menu_off = 1
  141. cla
  142. mey_tamara['help_day'] = daystart
  143. mey_tamara['help_count'] += 1
  144. minut += rand(50,70)
  145. gs 'stat'
  146. '<br>You take out the food from the refrigerator, and start cooking for the whole family. It takes you about an hour to finish.'
  147. act 'Finish': gt 'mey_home', '1'
  148. end
  149. end
  150. act 'Eat a hearty meal (0:20)':gs 'food', 'l_meal'
  151. act 'Eat a normal meal (0:15)':gs 'food', 'm_meal'
  152. act 'Eat a light meal (0:10)':gs 'food', 's_meal'
  153. dynamic $edasnack
  154. dynamic $sandwich
  155. dynamic $driwater
  156. dynamic $dritea
  157. dynamic $fill_bottle
  158. dynamic $edaD
  159. dynamic $pranik
  160. dynamic $fatdel
  161. dynamic $lekarstvo
  162. dynamic $vitamin
  163. gs 'events', 'read'
  164. end
  165. if $ARGS[0] = '2':
  166. !bathroom
  167. $locM = 'mey_home'
  168. $locM_arg = '2'
  169. $loc_arg = '2'
  170. $menu_loc = 'mey_home'
  171. $menu_arg = '2'
  172. menu_off = 0
  173. minut += 1
  174. cls
  175. gs'stat'
  176. $location_type = 'bathroom'
  177. '<center><b><font color = maroon>Bathroom</font></b></center>'
  178. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  179. *nl
  180. 'A luxurious bathroom looking like the five-star hotel bathrooms you read about in the magazines.'
  181. 'Above the beautiful vanity and sink there is a huge <a href="exec:gt ''mirror'',''start''">mirror</a>.'
  182. !acts copy from [shulgabath]
  183. act 'Return to the hallway': gt 'mey_home', 'start'
  184. gs 'din_van', 'private'
  185. end
  186. ! guestroom
  187. if $ARGS[0] = '3':
  188. cls
  189. $locM = 'mey_home'
  190. $locM_arg = '3'
  191. $loc = 'mey_home'
  192. $loc_arg = '3'
  193. $menu_loc = 'mey_home'
  194. $menu_arg = '3'
  195. menu_off = 0
  196. minut += 1
  197. gs 'stat'
  198. '<center><h4><font color="maroon">Guest room</font></h4></center>'
  199. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/guestroom.jpg"></center>'
  200. *nl
  201. 'It feels and looks like a standard room in a hotel.'
  202. 'There is a <a href="exec:gt ''bed'', ''start''">bed</a>, a small <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing), and a <a href="exec:gt ''stol'' ,''stolPar''">desk</a>.'
  203. *nl
  204. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set to <b>'+iif(timer < 10,'0<<timer>>','<<timer>>')+':'+iif(timerM < 10,'0<<timerM>>','<<timerM>>')+'</b> during the week and <b>'+iif(timerEnd < 10,'0<<timerEnd>>','<<timerEnd>>')+':'+iif(timerEndM < 10,'0<<timerEndM>>','<<timerEndM>>')+'</b> during the weekend. It is currently turned '+iif(budilnikOn = 0, '<a href="exec: budilnikOn = 1 & gt $loc, $loc_arg">OFF</a>.', '<a href="exec: budilnikOn = 0 & gt $loc, $loc_arg">ON</a>.')
  205. *nl
  206. 'A <a href="exec:gt ''mirror'', ''start''">mirror</a> hangs on the wall near the front door.'
  207. !! Computer and internet use.
  208. if komp = 1:
  209. !! TODO: for now, if Sveta is at the Meynolds'' she can''t use their internet for porn and camshows.
  210. !! Need an agreement on the final options with everyone
  211. gs 'internet_mobile', 'set_access', 'free', 'noporn', 'nocamshow'
  212. 'Your <a href="exec:gt ''Komp'',''start''">laptop</a> is on the desk.'
  213. end
  214. act 'Return to the hallway':
  215. if ($clothingworntype = 'nude' or PCloswimwear = 1):
  216. *clr
  217. '<center><img <<$set_imgh>> src="'+'images/pc/clothing/'+iif($pantyworntype = 'none','0','tanga')+'.jpg'+'"></center>'
  218. *nl
  219. '<center><font color=red><b>You can''t go out dressed like this!</b></font></center>'
  220. exit
  221. end
  222. gt 'mey_home', 'start'
  223. end
  224. gs 'exercise', 'start'
  225. if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
  226. if pornMagazine > 0:
  227. 'You hide your porn magazines under the mattress of your bed.'
  228. gs 'events', 'read_porn'
  229. end
  230. gs 'events', 'read'
  231. if dur > 0 and narkday ! daystart:
  232. act 'Snort the White Lady (0:05)':
  233. menu_off = 1
  234. cla
  235. *clr
  236. minut += 5
  237. narkday = daystart
  238. gs 'drugs', 'cocaine'
  239. '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
  240. *nl
  241. 'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
  242. act 'Continue':gt 'mey_home', '3'
  243. end
  244. end
  245. act 'Relax on your bed': gt 'bed', 'start'
  246. act 'Wait':gs 'obj_din', 'wait'
  247. if $home['current'] = $home_name and prostitute['active']: gs 'prostitution_functions', 'prostitute_outfit_at_home'
  248. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  249. end
  250. if $ARGS[0] = '4':
  251. cls
  252. $loc = 'mey_home'
  253. $loc_arg = '4'
  254. $menu_loc = 'mey_home'
  255. $menu_arg = '4'
  256. menu_off = 0
  257. minut += 1
  258. gs 'stat'
  259. '<center><h4><font color="maroon">Lounge</font></h4></center>'
  260. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/hall.jpg"></center>'
  261. *nl
  262. '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'
  263. act 'Return to hallway': gt 'mey_home', 'start'
  264. act 'Garden': gt 'mey_home', '8'
  265. end
  266. if $ARGS[0] = '5':
  267. cls
  268. $loc = 'mey_home'
  269. $loc_arg = '5'
  270. $menu_loc = 'mey_home'
  271. $menu_arg = '5'
  272. menu_off = 0
  273. minut += 1
  274. $locclass = 'livingr'
  275. gs 'katja_meynold_schedule'
  276. gs 'stat'
  277. '<center><h4><font color="maroon">Katja''s room</font></h4></center>'
  278. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/katya_room.jpg"></center>'
  279. *nl
  280. '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".'
  281. '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.'
  282. '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.'
  283. if locat['katja'] = 7:
  284. if katjaQW['QWstage'] > 1:
  285. act 'Chat with Katja': gt'KatjaHomeTalk'
  286. else
  287. '<font color=red>Your relationship with Katja is not good enough to just barge into her room, better leave as soon as possible.</font>'
  288. end
  289. else
  290. 'Katja is not in her room'
  291. end
  292. act 'Return to the hallway': gt 'mey_home', 'start'
  293. end
  294. if $ARGS[0] = '6':
  295. cls
  296. $loc = 'mey_home'
  297. $loc_arg = '6'
  298. $menu_loc = 'mey_home'
  299. $menu_arg = '6'
  300. menu_off = 0
  301. minut += 1
  302. gs 'stat'
  303. '<center><h4><font color="maroon">Vicky''s room</font></h4></center>'
  304. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/vika_room.jpg"></center>'
  305. *nl
  306. '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.'
  307. '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.'
  308. act 'Return to hallway': gt 'mey_home', 'start'
  309. end
  310. if $ARGS[0] = '7':
  311. cls
  312. $loc = 'mey_home'
  313. $loc_arg = '7'
  314. $menu_loc = 'mey_home'
  315. $menu_arg = '7'
  316. menu_off = 0
  317. minut += 1
  318. gs 'stat'
  319. '<center><h4><font color="maroon">Tamara''s room</font></h4></center>'
  320. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_room.jpg"></center>'
  321. *nl
  322. 'You would say Tamara Meynold''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.'
  323. act 'Return to hallway': gt 'mey_home', 'start'
  324. end
  325. ! courtyard
  326. if $ARGS[0] = '8':
  327. cls
  328. $loc = 'mey_home'
  329. $loc_arg = '8'
  330. $menu_loc = 'mey_home'
  331. $menu_arg = '8'
  332. menu_off = 0
  333. minut += 1
  334. gs 'stat'
  335. '<center><h4><font color="maroon">Garden</font></h4></center>'
  336. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/courtyard.jpg"></center>'
  337. *nl
  338. 'The garden is quite small for the house and overgrown, most of the space is taken up by a small pool.'
  339. 'A car belonging to Tamara Meynold is parked on the drive next to the garden.'
  340. if hour = 7 and minut >= 30 and week < 6:
  341. '<a href="exec:gs''mey_tamara_events'',''tamara''">Aunt Tamara</a> is here talking on her phone.'
  342. end
  343. act 'Return to hallway': gt 'mey_home', 'start'
  344. end
  345. if $ARGS[0] = 'mey_morning_vomit':
  346. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  347. 'At that moment, a sharp knocking sounds on the door and and Tamara''s muffled voice comes through the fine wood.'
  348. '"<<$pcs_nickname>>? Are you all right? I thought I heard you throwing up. Is everything okay?"'
  349. act'Everything is fine':
  350. cla & *nl
  351. '"Everything is fine!" you lie hurriedly and rush to flush the toilet, not wanting Tamara worrying about you. "Just, uhh, had a bad cramp."'
  352. '"Oh dear! Well, I hope it''s gone now. Breakfast is on in a bit!"'
  353. '"Okay!" you hollar back.'
  354. act'Continue':gt'home_activity','vomiting_exit'
  355. end
  356. if vomit['hangover'] = 1:
  357. act'Hungover':
  358. cla & *nl
  359. '"I''m a little hungover," you moan, gripping the toilet bowl as another wave of nausea overtakes you.'
  360. '"Oh dear! There''s some pain medication in the cupboard if it would help you."'
  361. '"Thank you Tamara..." you reply.'
  362. act'Continue':gt'home_activity','vomiting_exit'
  363. end
  364. else
  365. act'Feeling a little sick':
  366. cla & *nl
  367. '"I think might''ve caught something," you moan, standing to flush the toilet.'
  368. '"Oh dear! Should I take you to the doctor?"'
  369. '"No thank you," you reply. "I think it''s just a stomach bug or something. I''ll be okay."'
  370. act'Continue':gt'home_activity','vomiting_exit'
  371. end
  372. end
  373. end
  374. if $ARGS[0] = 'mey_preg_scare':
  375. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  376. 'At that moment, a sharp knocking sounds on the door and you jump in place, shocked by the sudden intrusion. Tamara''s muffled voice comes through the fine wood.'
  377. '"<<$pcs_nickname>>? Are you all right? I thought I heard you throwing up. Is everything okay?"'
  378. act'Everything is fine!':
  379. cla & *nl
  380. '"Everything is fine!" you say in a hurry, rushing to flush the toilet and turn on the tap to wash your mouth. "I''m fine! Don''t worry Tamara. Everything is fine!"'
  381. act'You hope':
  382. cla & *clr
  383. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  384. '<i>I hope,</i> you gulp, desperately hoping this is a fluke and you''re not pregnant.'
  385. act'Continue':gt'home_activity','vomiting_exit'
  386. end
  387. act'This is really bad':
  388. cla & *clr
  389. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  390. '<i>This is really really bad!</i> you think, breaking out in a sweat.'
  391. *nl
  392. 'You''re pregnant! How could anything be fine!'
  393. act'Continue':gt'home_activity','vomiting_exit'
  394. end
  395. act'This is wonderful':
  396. cla & *clr
  397. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  398. '<i>I''m much more than fine,</i> you smile to yourself.'
  399. *nl
  400. 'You''re pregnant after all! You''re going to be a mother! This is wonderful news!'
  401. act'Continue':gt'home_activity','vomiting_exit'
  402. end
  403. end
  404. end
  405. --- mey_home ---------------------------------