bedrPar2.qsrc 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. # bedrPar2
  2. if $ARGS[0] = '':
  3. CLOSE ALL
  4. act 'Return to the hallway':gt 'korrPar'
  5. $metka = $ARGS[0]
  6. $loc = $CURLOC
  7. $location_type = 'private'
  8. $locclass = 'bedr'
  9. clr
  10. minut += 1
  11. gs 'stat'
  12. if night_mode = 1:
  13. fcolor = rgb(255, 255, 255)
  14. bcolor = rgb(0, 0, 0)
  15. lcolor = rgb(106, 90, 205)
  16. else
  17. fcolor = rgb(0, 0, 0)
  18. bcolor = rgb(255, 255, 255)
  19. lcolor = rgb(106, 90, 205)
  20. end
  21. '<center><h1><font color="maroon">Master bedroom</font></h1></center>'
  22. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar2.jpg"></center>'
  23. *nl
  24. 'The room in which your parents live. Their large bed, <a href="exec: gt ''bedrPar2'',''parents_wardrobe''">wardrobe</a> and other closets take up most of the space.'
  25. gs 'family'
  26. if indorf = 1 or (indorf = 0 and hour > 6 and hour < 21):
  27. if kamasutra_day ! daystart:
  28. 'You notice a <a href="exec: gt ''bedrPar2'',''kamasutra''">book laying on the bed</a>.'
  29. end
  30. if prezikday ! daystart:
  31. if prezikProver >= 3:
  32. prezikday = daystart - 4
  33. act 'Steal condoms from your parents'' stash':
  34. cls
  35. cla
  36. gs 'stat'
  37. minut+=rand(5,7)
  38. prezik+=rand(1,3)
  39. prezikday = daystart
  40. prezikProver = 0
  41. '<center><img <<$set_imgh>> src="images/shared/accessories/birthcontrol/condoms_steal.jpg"></center>'
  42. 'After you make sure you''re not seen, you quickly search your parents'' room for their condom stash and take a few. Now you have <<prezik>> pcs.'
  43. act 'Exit the room':gt 'korrPar'
  44. end
  45. else
  46. 'You have already taken some condoms out of your parents'' stash recently. You should wait a while, otherwise they might get suspicious.'
  47. end
  48. end
  49. end
  50. if hour = 21 and parsexrand = 5 and parentsexday ! daystart:gt 'seeparentsex'
  51. end
  52. ! book
  53. if $ARGS[0] = 'kamasutra':
  54. cla
  55. *clr
  56. minut += 1
  57. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/book.jpg"></center>'
  58. 'The cover says "Kamasutra"'
  59. act 'Read': kamasutra_page = 0 & kamasutra_day = daystart & gt 'bedrPar2', 'read_book'
  60. act 'Leave': gt $loc, $metka
  61. end
  62. ! read book
  63. if $args = 'read_book':
  64. *clr & cla
  65. pcs_horny += 2
  66. minut += 3
  67. gs 'stat'
  68. '<center><img <<$set_imgh>> src="images/shared/accessories/books/kamasutra/ik' + kamasutra_page + '.jpg"></td></tr><tr><td align=center>'+iif(kamasutra_page < 1, '', '<a href="exec: kamasutra_page-=1 & gt''bedrPar2'',''read_book''"><br>Previous page</a>')+'</td><td align=center>'+iif(kamasutra_page > 45, '', '<a href="exec: kamasutra_page+=1 & gt''bedrPar2'',''read_book''"><br>Next page</a>')+'</center>'
  69. if pcs_horny >= 60 and week = 6 and family_trip = 1:
  70. act 'Masturbate': gt 'selfplay', 'start'
  71. end
  72. act 'Close': gt $loc, $metka
  73. end
  74. ! parent''s wardrobe
  75. if $ARGS[0] = 'parents_wardrobe':
  76. cla
  77. *clr
  78. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/wardrobe.jpg"></center>'
  79. 'An old looking wardrobe, probably from the Soviet times.'
  80. act 'Rummage': gt 'bedrPar2', 'wardrobe_search'
  81. act 'Leave ': gt $loc, $metka
  82. end
  83. if $ARGS[0] = 'wardrobe_search':
  84. cla
  85. *clr
  86. if (hour >= 21 or hour < 6) and indorf = 0:
  87. 'What are you thinking? You can''t go through the wardrobe while your parents are sleeping right there!'
  88. act 'Leave ': gt $loc, $metka
  89. exit
  90. end
  91. if rand(1,100) > 75:
  92. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/wardrobesearch'+rand(1,4)+'.jpg"></center>'
  93. $failwords[0]='You cannot find anything interesting.'
  94. $failwords[1]='You find some clothes and underwear.'
  95. $failwords[2]='You dig through your mother''s closet, but find nothing interesting except underwear.'
  96. *pl $failwords[rand(0,2)]
  97. killvar '$failwords'
  98. else
  99. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/wardrobetoy.jpg"></center>'
  100. $findmomtoy[0]='Digging through the closet you find a <a href="exec: gt ''bedrPar2'',''momtoy_play''">Dildo</a>'
  101. $findmomtoy[1]='Rummaging through your mother''s lingerie you find a small <a href="exec: gt ''bedrPar2'',''momtoy_play''">Dildo</a>'
  102. $findmomtoy[2]='You find your mother''s <a href="exec: gt ''bedrPar2'',''momtoy_play''">toy</a>'
  103. *pl $findmomtoy[rand(0,2)]
  104. killvar '$findmomtoy'
  105. end
  106. act 'Close the Cabinet': gt $loc, $metka
  107. end
  108. if $ARGS[0] = 'momtoy_play':
  109. cla
  110. *clr
  111. dildo = 1
  112. dildohand = 10
  113. selfmomtoyplay = 1
  114. '<center><img <<$set_imgh>> src="images/shared/sex/mast/start.jpg"></center>'
  115. if pcs_horny >= 70:
  116. act 'Play with it': gt 'selfplay', 'start'
  117. else
  118. act 'Put it back': gt $loc, $metka
  119. end
  120. end
  121. --- bedrPar2 ---------------------------------