bedrPar 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. # bedrPar
  2. CLOSE ALL
  3. $metkaM = $ARGS[0]
  4. $locM = $CURLOC
  5. $metka = ''
  6. $loc = 'bedrPar'
  7. $location_type = 'private'
  8. clr
  9. minut += 1
  10. gs 'stat'
  11. fcolor = rgb(0, 0, 0)
  12. bcolor = rgb(255, 255, 255)
  13. lcolor = rgb(106, 90, 205)
  14. if magik >= 6 and spellbefshild = 1 and tobiQW = 0 and sisterHere < 2:gt 'tobiQW', 'start'
  15. if sisboyday + 1 = daystart and hour = 18:gt'sisterQW','sisboyQW_expel'
  16. '<center><b><font color="maroon">Your bedroom</font></b></center>'
  17. ! WD: Correct Image path ~ "images/qwest/alter/<<$loc>>.jpg"
  18. '<br /><center><img src="images/qwest/alter/bedrpar.jpg"></center><br />'
  19. 'A small room in which you and your sister live. It contains a wardrobe where you can <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> where you can store some clothes in. There''s also your <a href="exec:gt ''bed2''">bed</a>, a <a href="exec:gt ''stol'' ,''stolPar''">desk</a> and your sister''s bed. You hide your birth control in a drawer in your desk.'
  20. if komp = 1:'Your <a href="exec:gorodokKomp = 1 & GT ''Komp'',''start''">laptop</a> is on the desk.'
  21. gorodokKomp = 0
  22. gad = 0
  23. if sisboyQW > 10:sisboyQW = 10
  24. gs'dinsister'
  25. if clrbelo <= 4: clrbelo = 5
  26. act 'Exit the room':
  27. gt'korrPar'
  28. end
  29. if sisboyparty_day + 1 = daystart and sisboyparty = -1 and hour = 22:
  30. gs'family'
  31. else
  32. gs'family'
  33. if rexCarCount >= 9 and sisterHere = 1 and hour < 3 and rexSmsDay ! daystart and smsForRex < 13:
  34. act 'Take your sister''s phone':gt 'reks','sms'
  35. end
  36. if student > 0 and kursovik < 100:
  37. act 'Do coursework (1:00)':
  38. cla
  39. *clr
  40. minut += 60
  41. kursovik += rand(intel / 20, intel / 10)
  42. if kursovik > 100:kursovik = 100
  43. manna -= 10
  44. '<center><img src="images/etogame/study.jpg"></center>'
  45. 'You sit down at the desk and do your coursework, you''ve finished <<kursovik>> percent of it.'
  46. act 'Leave your desk':gt $curloc
  47. end
  48. end
  49. if horny >= 50 and sisterHere = 0:
  50. act 'Masturbate':gt 'selfplay'
  51. end
  52. if pornMagazine > 0:'You have hidden your porn magazines under the mattress of your bed.'
  53. if sisterHere = 0 and pornMagazine > 0:gs 'events', 'read_porn'
  54. gs 'events', 'read'
  55. if tovarL > 0:'You currently have <<tovarL>> trinkets to sell at the station. The maximum you can carry with you is 30.'
  56. if card > 0:
  57. act 'Look at your deck of cards':gt 'card'
  58. end
  59. if dur > 0:'You have hidden <<dur>> doses of Pale Lady.'
  60. if dur > 0 and narkday ! daystart:
  61. act 'Use some Pale Lady (0:05)':
  62. cla
  63. *clr
  64. minut += 5
  65. narkday = daystart
  66. health = vital * 10 + stren * 5
  67. willpower = intel * 5 + will * 5
  68. manna = (intel * magik) + magik * 100 + vital * 10 + rikudo
  69. horny = 100
  70. nark += 10
  71. dur -= 1
  72. '<center><img src="images/etogame/dur.jpg"></center>'
  73. 'You snort some Pale Lady, feeling dizzy for just a moment. After that you feel fantastic, and incredibly horny.'
  74. act 'Continue':gt $curloc
  75. end
  76. end
  77. end
  78. if tanga = 0:
  79. act 'Wear underwear':
  80. cla
  81. tanga = 1
  82. gt $curloc
  83. end
  84. elseif tanga = 1:
  85. act 'Take off your underwear':
  86. cla
  87. tanga = 0
  88. gt $curloc
  89. end
  90. end
  91. gs 'events', 'sport'
  92. if gobelen>0:'You have <<gobelen>> completed tapestries.'
  93. if poSkill>=50 and tkan>0:'You have enough fabric for <<tkan>> lessons.'
  94. if poSkill>=50 and tkan<=0:'You do not have any fabric.'
  95. if poSkill>=200:
  96. if newgobelen=0 and tkan>0:
  97. act'Start a new tapestry':
  98. cls
  99. tkan-=1
  100. newgobelen=1
  101. minut+=15
  102. gs'stat'
  103. 'You spend 15 minutes at the embroidery frame, preparing the fabric and outlining the pattern for the tapestry.'
  104. act'Set the tapestry aside':gt $curloc
  105. end
  106. end
  107. if newgobelen>=1:
  108. 'Your tapestry is <<newgobelen/10>> percent finished.'
  109. act'Work on the tapestry for an hour':
  110. cls
  111. minut+=60
  112. poSkill+=rand(0,1000)
  113. gobramax=poSkill/100
  114. gobramin=poSkill/200
  115. newgobelen+=rand(gobramin,gobramax)
  116. gs'stat'
  117. if newgobelen<1000:'You spent an hour working on your tapestry, which is now <<newgobelen/10>> percent finished.'
  118. if newgobelen>=1000:
  119. newgobelen=0
  120. gobelen+=1
  121. 'Your work on the tapestry is done.'
  122. end
  123. act'Set the tapestry aside':gt $curloc
  124. end
  125. end
  126. end
  127. --- bedrPar ---------------------------------