bedrPar 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216
  1. # bedrPar
  2. CLOSE ALL
  3. $metka = ''
  4. $loc = 'bedrPar'
  5. $location_type = 'private'
  6. $locclass = 'bedr'
  7. clr
  8. minut += 1
  9. gs 'stat'
  10. if night_mode = 1:
  11. fcolor = rgb(255, 255, 255)
  12. bcolor = rgb(0, 0, 0)
  13. lcolor = rgb(106, 90, 205)
  14. else
  15. fcolor = rgb(0, 0, 0)
  16. bcolor = rgb(255, 255, 255)
  17. lcolor = rgb(106, 90, 205)
  18. end
  19. if pcs_magik >= 6 and spellbefshild = 1 and tobiQW = 0 and sisterHere < 2:gt 'tobiQW', 'start'
  20. if sisboyday + 1 = daystart and hour = 18:gt'sisterQW','sisboyQW_expel'
  21. '<center><h1><font color="maroon">Your bedroom</font></h1></center>'
  22. ! WD: Correct Image path ~ "images/qwest/alter/<<$loc>>.jpg"
  23. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/home/bedrpar.jpg"></center>'
  24. *nl
  25. 'This is the small bedroom you share with your sister, Anya. On one side of the room is a wardrobe that you can use to <a href="exec:gt ''clothing'', ''view_clothing_list'', ''wardrobe''">organize your clothes</a> or <a href="exec:gt ''clothing_QV'', ''list''">pick something to wear</a>. On top of it is a <a href="exec:gt ''clothing'', ''view_clothing_list'', ''store''">suitcase</a> that you could use to store clothes that you don''t wear often. Your <a href="exec:gt ''bed2''">bed</a> is in the corner across from the wardrobe, and your <a href="exec:gt ''stol'' ,''stolPar''">desk</a> is next to it. Your sister''s bed is in the other corner.'
  26. 'In the bottom of your wardrobe you have <a href="exec:gt ''shoes'', ''select''">your shoes</a>.'
  27. if budilnikOn = 0:
  28. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set for <<timer>> hours <<timerM>> minutes and currently turned <a href="exec: budilnikOn = 1 & GT ''<<$loc>>''">off</a>.'
  29. else
  30. 'Your <a href="exec:gt ''budilnik'', ''start''">alarm clock</a> is set for <<timer>> hours <<timerM>> minutes and currently turned <a href="exec: budilnikOn = 0 & GT ''<<$loc>>''">on</a>.'
  31. end
  32. if tabletki > 0 and prezik + prezikcount + preziksabo > 0:
  33. 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> is hidden in one of your desk drawers, as are your <a href="exec:gt ''stol'', ''bc''">condoms</a>.'
  34. elseif tabletki > 0:
  35. 'Your <a href="exec:gt ''stol'', ''bc''">birth control</a> is hidden in one of your desk drawers.'
  36. elseif prezik + prezikcount + preziksabo > 0:
  37. 'Your <a href="exec:gt ''stol'', ''bc''">condoms</a> are hidden in one of your desk drawers.'
  38. end
  39. if komp = 1:'Your <a href="exec:gorodokKomp = 1 & GT ''Komp'',''start''">laptop</a> is on your desk.'
  40. gorodokKomp = 0
  41. gad = 0
  42. gs 'subkid'
  43. if npc_QW['A33'] > 10:npc_QW['A33'] = 10
  44. gs'dinsister'
  45. if clrbelo <= 4: clrbelo = 5
  46. act 'Exit the room':
  47. gt'korrPar'
  48. end
  49. if sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
  50. gs'family'
  51. else
  52. gs'family'
  53. if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
  54. act 'Send Rex a SMS message':gt 'reks','sms'
  55. end
  56. if student > 0 and kursovik < 100:
  57. act 'Do coursework (1:00)':
  58. cla
  59. *clr
  60. minut += 60
  61. kursovik += rand(pcs_intel / 20, pcs_intel / 10)
  62. if kursovik > 100:kursovik = 100
  63. pcs_mood -= 10
  64. '<center><img <<$set_imgh>> src="images/pc/activities/study.jpg"></center>'
  65. 'You sit down at the desk and do your coursework, you''ve finished <<kursovik>> percent of it.'
  66. act 'Leave your desk':gt $curloc
  67. end
  68. end
  69. !!Masturbation, allowed after sister threesome (when sis_watch is used for a message) or sister not here.
  70. sis_watch = 0
  71. if pcs_horny >= 50 and (sisboytrio > 0 or sisterHere = 0):
  72. act 'Masturbate':gt 'selfplay', 'start'
  73. end
  74. if pornMagazine > 0:'You have hidden your porn magazines under the mattress of your bed.'
  75. if (sisboytrio > 0 or sisterHere = 0) and pornMagazine > 0:gs 'events', 'read_porn'
  76. gs 'events', 'read'
  77. if tovarL > 0:'You currently have <<tovarL>> trinkets to sell at the station. The maximum you can carry with you is 30.'
  78. if vcard > 0:
  79. act 'Look at your deck of vintage porn cards':card_deck = 0 & gt 'card'
  80. end
  81. if card > 0:
  82. act 'Look at your deck of new porn cards':card_deck = 1 & gt 'card'
  83. end
  84. ! if card > 0:
  85. ! if card > 1:
  86. ! act 'Look at your deck of vintage porn cards':gt 'card'
  87. ! elseif card = 2:
  88. ! act 'Look at your deck of new porn cards':gt 'card'
  89. ! elseif card = 1 and card = 2:
  90. ! act 'Look at your deck of vintage porn cards':gt 'card'
  91. ! act 'Look at your deck of new porn cards':gt 'card'
  92. ! end
  93. ! end
  94. if dur > 0:'You have hidden <<dur>> doses of Pale Lady.'
  95. if dur > 0 and narkday ! daystart:
  96. act 'Use some Pale Lady (0:05)':
  97. cla
  98. *clr
  99. minut += 5
  100. narkday = daystart
  101. pcs_health = pcs_vital * 10 + pcs_stren * 5
  102. pcs_willpwr = pcs_intel * 5 + pcs_sprt * 5
  103. pcs_mood = 100
  104. pcs_horny = 100
  105. nark += 10
  106. dur -= 1
  107. '<center><img <<$set_imgh>> src="images/shared/drugs/dur.jpg"></center>'
  108. 'You snort some Pale Lady, feeling dizzy for just a moment. After that you feel fantastic, and incredibly horny.'
  109. act 'Continue':gt $curloc
  110. end
  111. end
  112. end
  113. if tanga = 0:
  114. act 'Wear underwear':
  115. cla
  116. tanga = 1
  117. gt $curloc
  118. end
  119. elseif tanga = 1:
  120. act 'Take off your underwear':
  121. cla
  122. tanga = 0
  123. gt $curloc
  124. end
  125. end
  126. gs 'exercise', 'start'
  127. if gobelen>0:'You have <<gobelen>> completed tapestries.'
  128. if pcs_sewng >= 40 and tkan > 0:'You have enough fabric for <<tkan>> lessons.'
  129. if pcs_sewng >= 40 and tkan <= 0:'You do not have any fabric.'
  130. if pcs_sewng >= 80:
  131. if newgobelen = 0 and tkan > 0:
  132. act'Start a new tapestry':
  133. cls
  134. tkan -= 1
  135. newgobelen = 1
  136. minut += 15
  137. gs'stat'
  138. 'You spend 15 minutes at the embroidery frame, preparing the fabric and outlining the pattern for the tapestry.'
  139. act'Set the tapestry aside':gt $curloc
  140. end
  141. end
  142. if newgobelen>=1:
  143. 'Your tapestry is <<newgobelen/10>> percent finished.'
  144. act'Work on the tapestry for an hour':
  145. cls
  146. minut+=60
  147. sewng_exp += rand(pcs_intel/10, pcs_intel/5)
  148. gobramax = (pcs_sewng - 70) * 6
  149. gobramin = (pcs_sewng - 70) * 2
  150. newgobelen += rand(gobramin,gobramax)
  151. gs'stat'
  152. if newgobelen < 1000:'You spent an hour working on your tapestry, which is now <<newgobelen/10>> percent finished.'
  153. if newgobelen >= 1000:
  154. newgobelen = 0
  155. gobelen += 1
  156. 'Your work on the tapestry is done.'
  157. end
  158. act'Set the tapestry aside':gt $curloc
  159. end
  160. end
  161. end
  162. if pcs_sleep <= 80:
  163. if succubusQW = 2:
  164. act 'Undress and go to sleep':
  165. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  166. gt 'bed2', 'succhoice'
  167. end
  168. else
  169. act 'Undress and go to sleep':
  170. if disable_autosave = 0:
  171. if StoryLine = 0:
  172. savegame 'autosave.sav'
  173. else
  174. savegame 'autosave_alt.sav'
  175. end
  176. end
  177. if $clothingworntype ! 'nude': gs 'clothing', 'strip'
  178. if magf2bdo = 2:
  179. gt 'bed2', 'magbstchoice'
  180. else
  181. gt 'bed2', 'sleep'
  182. end
  183. end
  184. end
  185. end
  186. --- bedrPar ---------------------------------