mey_home.qsrc 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465
  1. # mey_home
  2. if night_mode = 1:
  3. fcolor = rgb(255, 255, 255)
  4. bcolor = rgb(0, 0, 0)
  5. lcolor = rgb(106, 90, 205)
  6. else
  7. fcolor = rgb(0, 0, 0)
  8. bcolor = rgb(255, 255, 255)
  9. lcolor = rgb(106, 90, 205)
  10. end
  11. $location_type = 'indoors'
  12. !! corporate only at the end of the month on weekends, check
  13. if day <= 25 and mey_vika['mey_vika_qw'] > 40: mey_vika['mey_vika_qw'] = 40
  14. if $args[0] = 'door':
  15. $metka = 'door'
  16. $loc = 'mey_home'
  17. cls
  18. gs'stat'
  19. '<center><h4><font color="maroon">Meynold''s house</font></h4></center>'
  20. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/mey_home.jpg"></center>'
  21. if mey_vika['key'] = 1:
  22. 'You opened the door with the key and entered the house.'
  23. act 'Enter': gt 'mey_home', 'start'
  24. exit
  25. end
  26. if hour < 20 and ((week < 6 and hour >= 17) or (week >= 6 and hour > 10)):
  27. if mey_vika['mey_vika_qw'] = 27: gt 'mey_tamara_events', 'next_meet'
  28. if mey_vika['mey_vika_qw'] > 27:
  29. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_tea1.jpg"></center>'
  30. 'You walk up to the Meynolds residence and ring the doorbell...'
  31. '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>'
  32. act 'Enter': gt 'mey_home', 'start'
  33. exit
  34. else
  35. cla
  36. 'You walk up to the Meynolds residence and ring the doorbell...'
  37. 'Katja opens the door and quickly drags you to her room.'
  38. act 'Go to Katjas room':
  39. if frost > 0: frost = 0
  40. gt 'KatjaHomeTalk'
  41. end
  42. exit
  43. end
  44. else
  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 'Go back': minut += 10 & gt 'pavResidential'
  50. exit
  51. end
  52. end
  53. ! hall
  54. if $ARGS[0] = 'start':
  55. $metka = 'start'
  56. $loc = 'mey_home'
  57. killvar '$locclass'
  58. cls
  59. gs'stat'
  60. '<center><h4><font color="maroon">Hall</font></h4></center>'
  61. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/corridor.jpg"></center>'
  62. '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.'
  63. 'There are stairs leading to the second floor. You can also see two doors where the signs say "Toilet" and "Bathroom".'
  64. act '<b>Leave the house</b>': gt 'pavResidential'
  65. if mey_vika['mey_vika_qw'] = 30 and mey_vika['qw_day'] ! daystart and hour = 23: gs 'mey_vika_events', 'case_gift'
  66. 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'
  67. 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'
  68. 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'
  69. if mey_vika['mey_vika_qw'] >= 32:
  70. ! welcome to the corporate
  71. 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:
  72. gt 'mey_tamara_events', 'party0'
  73. end
  74. ! check appearance before going to corporate
  75. if week = 7 and (hour = 17 or hour = 18) and mey_vika['mey_vika_qw'] = 41:
  76. '<br><a href="exec: gt''mey_tamara_events'',''check_look''">Tamara Mikhailovna.</a> is waiting for you in the lobby.'
  77. exit
  78. end
  79. ! need to fuck Katja!
  80. if KatjaSex >= 5 and mey_vika['mey_vika_qw'] > 35 and hour = 23 and mey_vika['mey_vika_bang_qw'] = 0:
  81. gs 'mey_vika_events', 'bang_katya'
  82. exit
  83. end
  84. ! Vic calls in the shower
  85. 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)):
  86. gs 'mey_vika_events', 'bath_qw1'
  87. exit
  88. end
  89. if ((week < 6 and hour >= 14 and hour < 20) or (week = 6 and hour >= 10 and hour < 20)) and mey_tamara['help_day'] ! daystart:
  90. act 'Clean the house':
  91. cla
  92. mey_tamara['help_day'] = daystart
  93. mey_tamara['help_count'] += 1
  94. minut += rand(50,70)
  95. pcs_sweat += 3
  96. pcs_mood -= 5
  97. gs 'stat'
  98. if mey_vika['bath_qw'] = 0 and mey_vika['bath_qw_day'] ! daystart:
  99. gs 'mey_vika_events', 'bath_qw0'
  100. else
  101. '<br>You take out a hefty vacuum cleaner from the closet, and it takes you about an hour to vacuum the house.'
  102. act 'Finish': gt 'mey_home', 'start'
  103. end
  104. end
  105. end
  106. end
  107. act 'Kitchen': gt 'mey_home', '1'
  108. act 'Bathroom': gt 'mey_home', '2'
  109. act 'Guest room': gt 'mey_home', '3'
  110. act 'Lounge': gt 'mey_home', '4'
  111. act 'Katja''s room': gt 'mey_home', '5'
  112. act 'Vicky''s room': gt 'mey_home', '6'
  113. act 'Tamara Mikhailovna''s room': gt 'mey_home', '7'
  114. act 'Garden': gt 'mey_home', '8'
  115. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  116. end
  117. ! kitchen
  118. if $ARGS[0] = '1':
  119. cls
  120. $loc = 'mey_home'
  121. $metka = '1'
  122. $locclass = 'kitr'
  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. cla
  131. mey_tamara['help_day'] = daystart
  132. mey_tamara['help_count'] += 1
  133. minut += rand(50,70)
  134. gs 'stat'
  135. '<br>You take out the food from the refrigerator, and start cooking for the whole family. It takes you about an hour to finish.'
  136. act 'Finish': gt 'mey_home', '1'
  137. end
  138. end
  139. !copy acts from [gadhouse]
  140. act 'Eat a full meal (0:30)':gs 'food', 'm_meal'
  141. act 'Eat a light meal (0:20)':gs 'food', 's_meal'
  142. act 'Have a snack (0:05)':gs 'food', 'snack'
  143. act 'Drink some water (0:05)':gs 'beverage', 'bev_wat'
  144. act 'Have a cup of tea (0:05)':
  145. cls
  146. if pcs_hydra >= 100:
  147. 'You don''t need any more tea.'
  148. else
  149. minut += 5
  150. pcs_hydra += 80
  151. cumspclnt = 2
  152. gs 'cum_cleanup'
  153. pcs_breath = 0
  154. pcs_mood += rand(3, 6)
  155. 'You make a refreshing cup of tea and everything seems a little better.'
  156. end
  157. gs 'stat'
  158. act 'Get up from the table':gt 'mey_home', '1'
  159. end
  160. if pranik > 0:
  161. 'You brought your <<pranik>> tea biscuits with you.'
  162. act 'Drink tea with biscuits (0:05)':
  163. cla
  164. *clr
  165. minut += 5
  166. pranik -= 1
  167. pcs_health += 30
  168. pcs_mood += 30
  169. pcs_energy += 20
  170. pcs_hydra += 60
  171. cumspclnt = 2
  172. gs 'cum_cleanup'
  173. pcs_breath = 0
  174. fat += 4
  175. frost = 0
  176. gs 'stat'
  177. '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
  178. 'You enjoy a cup of tea while you eat some tea biscuits. You know they''re too sweet and can''t be good for your figure, but they taste so good!'
  179. act 'Get up from the table':gt 'mey_home', '1'
  180. end
  181. end
  182. if edaD > 0:
  183. act 'Eat diet food (0:30)':
  184. cla
  185. *clr
  186. frost = 0
  187. minut += 30
  188. pcs_health += 10
  189. pcs_mood += 20
  190. edaD -= 1
  191. '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
  192. if pcs_energy >= 100:
  193. 'You prepare a diet meal and try to eat it, but you''re really not hungry at all. You can''t finish the meal.'
  194. elseif pcs_energy >= 80:
  195. pcs_energy += 40
  196. 'You try to enjoy the diet meal, but half-way in you realize you weren''t all that hungry yet. You manage to finish the meal, but feel like it was kind of a waste to prepare it.'
  197. else
  198. pcs_energy += 80
  199. 'The diet meal is tasty, and you enjoy eating it.'
  200. end
  201. act 'Get up from the table':gt 'mey_home', '1'
  202. end
  203. end
  204. dynamic $fatdel
  205. if lekarstvo > 0:
  206. 'You have <<lekarstvo>> tablet(s) left.'
  207. if sick > 0 and lekarday ! daystart:
  208. act 'Take a pill (0:05)':
  209. cla
  210. *clr
  211. minut += 5
  212. lekarday = daystart
  213. lekarstvo -= 1
  214. sick -= sick * 20 / 100
  215. if pcs_hydra < 50 : pcs_hydra += 30 else pcs_hydra +=15
  216. if pcs_hydra > 100: pcs_hydra = 100
  217. '<center><img <<$set_imgh>> src="images/locations/shared/apartment/event/sick/lekr<<picrand>>.jpg"></center>'
  218. 'You swallow the pill, and shortly after you feel a bit better.'
  219. act 'Continue':gt 'mey_home', '1'
  220. end
  221. end
  222. end
  223. if vitamin > 0:
  224. 'You have <<vitamin>> vitamin pills left.'
  225. if vitaminday ! daystart:
  226. act 'Take vitamins (0:05)':
  227. cla
  228. *clr
  229. minut += 5
  230. vitaminday = daystart
  231. vitamin -= 1
  232. frost = 0
  233. if KandidozOnce = 1:Kandidoz -= 2
  234. if GerpesOnce = 1:Gerpes -= 2
  235. if SifacOnce = 1 and Sifilis >= 10:Sifilis -= rand(0, 1)
  236. pcs_skin += 1
  237. 'You take some vitamins to stay healthy.'
  238. act 'Continue':gt 'mey_home', '1'
  239. end
  240. end
  241. end
  242. gs 'events', 'read'
  243. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  244. end
  245. if $ARGS[0] = '2':
  246. !bathroom
  247. $locM = 'mey_home'
  248. $metkaM = '2'
  249. $metka = '2'
  250. minut += 1
  251. cls
  252. gs'stat'
  253. $location_type = 'bathroom'
  254. '<center><b><font color = maroon>Bathroom</font></b></center>'
  255. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hotel/hotel.room.best1.jpg"></center>'
  256. 'A luxurious bathroom looking like the five-star hotel bathrooms you read about in the magazines.'
  257. 'Above the beautiful vanity and sink there is a huge <a href="exec:GT ''mirror'',''start''">mirror</a>.'
  258. !acts copy from [shulgabath]
  259. act 'Return to the hallway': gt 'mey_home', 'start'
  260. gs 'din_van', 'private'
  261. end
  262. ! guestroom
  263. if $ARGS[0] = '3':
  264. cls
  265. $locM = 'mey_home'
  266. $metkaM = '3'
  267. $loc = 'mey_home'
  268. $metka = '3'
  269. minut += 1
  270. gs 'stat'
  271. '<center><h4><font color="maroon">Guest room</font></h4></center>'
  272. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/guestroom.jpg"></center>'
  273. '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.'
  274. 'A <a href="exec:gt ''mirror'', ''start''">mirror</a> hangs on the wall near the front door.'
  275. if komp = 1:'Your <a href="exec:GT ''Komp'',''start''">laptop</a> is on the desk.'
  276. act 'Exit to hallway':
  277. if ($clothingworntype = 'nude' or $clothingworntype = 'swimwear'):
  278. *clr
  279. '<center><img <<$set_imgh>> src="'+'images/pc/clothing/'+iif($pantyworntype = 'none','0','tanga')+'.jpg'+'"></center>'
  280. '<center><font color=red><b>You can''t go out dressed like this!</b></font></center>'
  281. exit
  282. end
  283. gt 'mey_home', 'start'
  284. end
  285. gs 'exercise', 'start'
  286. if pcs_horny >= 50: act 'Masturbate':gt 'selfplay', 'start'
  287. if pornMagazine > 0:
  288. 'You hide your porn magazines under the mattress of your bed.'
  289. gs 'events', 'read_porn'
  290. end
  291. gs 'events', 'read'
  292. if dur > 0 and narkday ! daystart:
  293. act 'Snort the White Lady (0:05)':
  294. cla
  295. *clr
  296. minut += 5
  297. narkday = daystart
  298. pcs_health = pcs_vital * 10 + pcs_stren * 5
  299. pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
  300. pcs_mood = 100
  301. pcs_horny = 100
  302. nark += 10
  303. dur -= 1
  304. '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
  305. 'You snort some White Lady, feeling dizzy for a moment. After that you feel fantastic, and incredibly horny.'
  306. act 'Continue':gt 'mey_home', '3'
  307. end
  308. end
  309. if $pantyworntype = 'none':
  310. act 'Wear underwear':
  311. gs 'underwear', 'wear'
  312. gt 'mey_home', '3'
  313. end
  314. elseif $pantyworntype ! 'none':
  315. act 'Take off your underwear':
  316. gs 'underwear', 'remove'
  317. gt 'mey_home', '3'
  318. end
  319. end
  320. act 'Wait':gs 'obj_din', 'wait'
  321. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  322. end
  323. if $ARGS[0] = '4':
  324. cls
  325. $loc = 'mey_home'
  326. $metka = '4'
  327. minut += 1
  328. gs 'stat'
  329. '<center><h4><font color="maroon">Lounge</font></h4></center>'
  330. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/hall.jpg"></center>'
  331. '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'
  332. act 'Return to hallway': gt 'mey_home', 'start'
  333. act 'Garden': gt 'mey_home', '8'
  334. end
  335. if $ARGS[0] = '5':
  336. !add room katja
  337. cls
  338. $loc = 'mey_home'
  339. $metka = '5'
  340. minut += 1
  341. $locclass = 'livingr'
  342. gs 'stat'
  343. '<center><h4><font color="maroon">Katja''s room</font></h4></center>'
  344. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/katya_room.jpg"></center>'
  345. '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".'
  346. '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.'
  347. '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.'
  348. if katjaFirstKiss >= 1:
  349. 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:
  350. act 'Chat with Katja': gt'KatjaHomeTalk'
  351. end
  352. else
  353. '<font color=red>Your relationship with Katja is not good enough to just barge into her room, better leave as soon as possible.</font>'
  354. end
  355. act '<b>Leave</b>': gt 'mey_home', 'start'
  356. end
  357. if $ARGS[0] = '6':
  358. cls
  359. $loc = 'mey_home'
  360. $metka = '6'
  361. minut += 1
  362. gs 'stat'
  363. '<center><h4><font color="maroon">Vicky''s room</font></h4></center>'
  364. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/vika_room.jpg"></center>'
  365. '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.'
  366. '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.'
  367. act 'Return to hallway': gt 'mey_home', 'start'
  368. end
  369. if $ARGS[0] = '7':
  370. cls
  371. $loc = 'mey_home'
  372. $metka = '7'
  373. minut += 1
  374. gs 'stat'
  375. '<center><h4><font color="maroon">Tamara''s room</font></h4></center>'
  376. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/tamara_room.jpg"></center>'
  377. '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.'
  378. act 'Return to hallway': gt 'mey_home', 'start'
  379. end
  380. ! courtyard
  381. if $ARGS[0] = '8':
  382. cls
  383. $loc = 'mey_home'
  384. $metka = '8'
  385. minut += 1
  386. gs 'stat'
  387. '<center><h4><font color="maroon">Garden</font></h4></center>'
  388. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/meynolds/courtyard.jpg"></center>'
  389. 'The garden is quite small for the house and overgrown, most of the space is taken up by a small pool.'
  390. 'A car belonging to Tamara Mikhailovna is parked on the drive next to the garden.'
  391. if hour = 7 and minut >= 30 and week < 6:
  392. '<a href="exec:gs''mey_tamara_events'',''tamara''">Aunt Tamara</a> is here talking on her phone.'
  393. end
  394. act 'Return to hallway': gt 'mey_home', 'start'
  395. end
  396. --- mey_home ---------------------------------