bedrPar2.qsrc 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. # bedrPar2
  2. !! Date refactored: 31st March, 2024
  3. !! Author: Myles
  4. !!
  5. !! Version: .01 - initial refactoring
  6. !!
  7. !! Desc: Paernts bedroom links to family flat corridor
  8. !! Set location header - img path is set in init
  9. $setloc['StageTitle'] = 'Parents Bedroom'
  10. $setloc['StageImage'] = '<<$default_img_path>>/bedrpar2.jpg'
  11. !! Set location vars:
  12. !! Set up game location data
  13. $locclass = 'bedr'
  14. gs 'shortgs', 'setloc', 'bedrPar2', 'start'
  15. !! End location initialisation
  16. !! Call in location default actions
  17. gs 'home_family_init', 'init'
  18. !! Begin location content
  19. if $ARGS[0] = '' or $ARGS[0] = 'start':
  20. !! Display header and banner image
  21. gs 'core_library', 'stage_title'
  22. !! Location default description:
  23. *nl
  24. 'The room in which your parents sleep. Their large bed, <a href="exec: gt ''bedrPar2'',''parents_wardrobe''">wardrobe</a> and other closets take up most of the space.'
  25. *nl
  26. !! End default Description
  27. if locat['Fam_inGad'] = 0:
  28. if locat['Mother'] = 1 and locat['Stepdad'] = 1:
  29. 'Your mother and stepfather are sleeping on the bed.'
  30. elseif locat['Mother'] = 1:
  31. 'Your mother is sleeping on the bed.'
  32. elseif locat['Stepdad'] = 1:
  33. 'Your stepfather is sleeping on the bed.'
  34. end
  35. end
  36. act 'Return to the hallway':minut += 1 & gt 'korrPar'
  37. if locat['Fam_inGad'] = 1 or (locat['Fam_inGad'] = 0 and hour > 6 and hour < 21):
  38. if kamasutra_day ! daystart:
  39. 'You notice a <a href="exec: gt ''bedrPar2'',''kamasutra''">book laying on the bed</a>.'
  40. end
  41. if prezikday ! daystart:
  42. if prezikProver >= 3:
  43. prezikday = daystart - 4
  44. act 'Steal condoms from your parents'' stash':
  45. *clr & cla
  46. menu_off = 1
  47. minut+= rand(5,7)
  48. gs 'stat'
  49. if preziktype = 0: mc_inventory['equipped_condoms'] += rand(1,3)
  50. if preziktype = 1 or preziktype = 2: mc_inventory['normal_condoms'] += rand(1,3)
  51. prezikday = daystart
  52. prezikProver = 0
  53. '<center><img <<$set_imgh>> src="images/pc/items/accessories/birthcontrol/condoms_steal.jpg"></center>'
  54. 'After you make sure you''re not seen, you quickly search your parents'' room for their condom stash and take a few. You now have '+iif(preziktype = 0, '<<mc_inventory[''equipped_condoms'']>>', '<<mc_inventory[''normal_condoms'']>>')+' condoms.'
  55. act 'Continue': gt 'bedrPar2'
  56. end
  57. end
  58. end
  59. end
  60. end
  61. ! book
  62. if $ARGS[0] = 'kamasutra':
  63. *clr & cla
  64. menu_off = 1
  65. minut += 1
  66. '<center><img <<$set_imgh>> src="images/<<$default_img_path>>/book.jpg"></center>'
  67. 'The cover says "Kama Sutra"'
  68. act 'Leave': gt $loc, $loc_arg
  69. act 'Read': kamasutra_page = 0 & kamasutra_day = daystart & gt 'bedrPar2', 'read_book'
  70. end
  71. ! read book
  72. if $ARGS[0] = 'read_book':
  73. *clr & cla
  74. menu_off = 1
  75. pcs_horny += 2
  76. minut += 3
  77. gs 'stat'
  78. '<center><img <<$set_imgh>> src="images/pc/items/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>'
  79. act 'Close the book': gt $loc, $loc_arg
  80. if pcs_horny >= 60 and week = 6 and family_trip = 1: act 'Masturbate': gt 'selfplay', 'start'
  81. end
  82. ! parent''s wardrobe
  83. if $ARGS[0] = 'parents_wardrobe':
  84. *clr & cla
  85. '<center><img <<$set_imgh>> src="images/<<$default_img_path>>/wardrobe.jpg"></center>'
  86. 'An old looking wardrobe, probably from the Soviet times.'
  87. act 'Leave ': gt $loc, $loc_arg
  88. act 'Rummage': gt 'bedrPar2', 'wardrobe_search'
  89. end
  90. if $ARGS[0] = 'wardrobe_search':
  91. *clr & cla
  92. if locat['Fam_inGad'] = 0 and (locat['Mother'] = 1 or locat['Mother'] = 3 or locat['Stepdad'] = 1 or locat['Stepdad'] = 2):
  93. 'What are you thinking? You can''t go through the wardrobe while your parents are in the room!'
  94. act 'Leave ': gt $loc, $loc_arg
  95. exit
  96. end
  97. if rand(1,100) > 75:
  98. '<center><img <<$set_imgh>> src="images/<<$default_img_path>>/wardrobesearch'+rand(1,4)+'.jpg"></center>'
  99. $failwords[0]= 'You don''t find anything interesting.'
  100. $failwords[1]= 'You find some clothes and underwear.'
  101. $failwords[2]= 'You dig through your mother''s closet, but find nothing interesting except underwear.'
  102. *pl $failwords[rand(0,2)]
  103. killvar '$failwords'
  104. else
  105. '<center><img <<$set_imgh>> src="images/<<$default_img_path>>/wardrobetoy.jpg"></center>'
  106. $findmomtoy[0]= 'Digging through the closet, you find a <a href="exec: gt ''bedrPar2'',''momtoy_play''">dildo</a>.'
  107. $findmomtoy[1]= 'Rummaging through your mother''s lingerie, you find a small <a href="exec: gt ''bedrPar2'',''momtoy_play''">dildo</a>.'
  108. $findmomtoy[2]= 'You find your mother''s <a href="exec: gt ''bedrPar2'',''momtoy_play''">toy</a>.'
  109. *pl $findmomtoy[rand(0,2)]
  110. killvar '$findmomtoy'
  111. end
  112. act 'Close the cabinet': gt $loc, $loc_arg
  113. end
  114. if $ARGS[0] = 'momtoy_play':
  115. *clr & cla
  116. menu_off = 1
  117. mc_inventory['dildo_small'] = 1
  118. dildohand = 10
  119. selfmomtoyplay = 1
  120. '<center><img <<$set_imgh>> src="images/shared/sex/mast/start.jpg"></center>'
  121. if pcs_horny < 70:
  122. act 'Put it back': gt $loc, $loc_arg
  123. else
  124. act 'Play with it': gt 'selfplay', 'start'
  125. end
  126. end
  127. if $ARGS[0] = 'peek':
  128. cla & *clr
  129. parentsexday = daystart
  130. minut += 2
  131. gs 'stat'
  132. '<center><img <<$set_imgh>> src="<<$mother_img_path>>sex/momvlad1.jpg"></center>'
  133. 'You crack the door open just a little and you see your mother and Vladimir near their bed. "Stop! The kids are here," your mother says as Vlad starts running his hands over her body.'
  134. 'He doesn''t seem to care about what she says as he doesn''t stop. "Come on, they won''t hear us and you know you want it."'
  135. act 'Leave': gt 'korrPar'
  136. act 'Keep peeking':
  137. cla & *clr
  138. gs 'stat'
  139. '<center><img <<$set_imgh>> src="<<$mother_img_path>>sex/momvlad2.jpg"></center>'
  140. 'You mother seems to be loving the attention and doesn''t put up much of a fight as he starts to undress her. Once she''s mostly naked, he pushes her down on the bed so she''s sitting on it in front of him, her head about crotch height to him. Knowing what he wants, she opens the fly on his pants and pulls out his cock, stroking it a few times in her hand until he gets hard. She then takes his dick into her mouth and starts sucking it. He moans softly as she does. "Fuck, you''re the best cocksucker ever, Natasha."'
  141. gs 'arousal', 'voyeur_sex', 3
  142. gs 'stat'
  143. act 'Leave': gt 'korrPar'
  144. act 'Keep peeking':
  145. cla & *clr
  146. gs 'stat'
  147. '<center><img <<$set_imgh>> src="<<$mother_img_path>>sex/momvlad3.jpg"></center>'
  148. 'After spending several minutes sucking Vlad''s cock, she helps him strip while continuing to suck his dick. Once he''s naked, he lies down on the bed and she straddles him and quickly starts riding his dick reverse cowgirl style.'
  149. 'Both of them start moaning as they fuck. "Oh god Vlad, your dick feels so good in my pussy! It''s so big!"'
  150. gs 'arousal', 'voyeur_sex', 5
  151. gs 'stat'
  152. act 'Leave': gt 'korrPar'
  153. act 'Keep peeking':
  154. cla & *clr
  155. gs 'stat'
  156. '<center><img <<$set_imgh>> src="<<$mother_img_path>>sex/momvlad4.jpg"></center>'
  157. 'Vlad suddenly grabs her and throws her on her side on the bed. He turns on his side, lifting up her leg with one hand while using the other to guide his cock. He feels around until he places the head of his dick against her anus, then pushes it in, using only her pussy juices for lubrication. It slides in surprisingly easy and you can only guess that this is far from the first time your mother has had a dick in her ass. They both moan in pleasure and she rubs her clit as Vlad fucks her ass.'
  158. gs 'arousal', 'voyeur_sex', 5
  159. gs 'stat'
  160. act 'Leave':gt 'korrPar'
  161. act 'Keep peeking':
  162. cla & *clr
  163. gs 'stat'
  164. '<center><img <<$set_imgh>> src="<<$mother_img_path>>sex/momvlad5.jpg"></center>'
  165. 'They keep going for several more minutes until Vlad starts to pant and buries his dick balls deep in your mother''s ass and lets out a loud moan as he twitches. After a few seconds, he pulls out of her and rolls off the bed as she gets on her back and spreads her ass, giving both you and Vlad a good view of her asshole as his cum starts leaking out of it.'
  166. '"You''re such a nasty bitch, Natasha!" he laughs.'
  167. 'She smiles at him. "That''s why you love me," she replies. They start getting cleaned up and you decide it''s time to go before you get caught.'
  168. gs 'arousal', 'voyeur_sex', 3
  169. gs 'stat'
  170. act 'Leave': gt 'korrPar'
  171. end
  172. end
  173. end
  174. end
  175. end
  176. --- bedrPar2 ---------------------------------