mey_home.qsrc 16 KB

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