dom_gor.qsrc 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. # dom_gor
  2. menu_off = 1
  3. $locM_arg = $ARGS[0]
  4. $locM = 'dom_gor'
  5. $loc_arg = $ARGS[0]
  6. $loc = 'dom_gor'
  7. $location_type = 'private'
  8. clr
  9. gs 'stat'
  10. gs 'themes', 'indoors'
  11. '<center><b><font color="maroon">Your room</font></b></center>'
  12. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/vitekhome/kotovkom.jpg"></center>'
  13. 'Your room in a hostel. The room is small, leaving only the bare minimum. 2 <a href="exec:gt ''bed'', ''start''">beds</a>, a <a href="exec:gt ''mirror'', ''start''">mirror</a>, a <a href="exec:gt ''wardrobe'', ''start''">wardrobe</a> (where you can choose outfits and organize your clothing), and a small TV.'
  14. *nl
  15. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and teachlevel > 20 and parkrunday ! daystart and hour < 21 and hour > 6:
  16. act 'Go for a jog around the park (1:00)':
  17. cla
  18. *clr
  19. parkrunday = daystart
  20. minut += 30
  21. pcs_mood += 10
  22. gs 'exp_gain', 'run', 2
  23. fat -= 8
  24. gs 'sweat', 'add', 30
  25. '<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
  26. 'You run a few laps around the park.'
  27. parkrand = rand (0, 10)
  28. if parkrand > 4 and beguch < 3:
  29. 'In the park you meet a pupil from the school who asks to go for a run with you.'
  30. act 'Run together':
  31. cla
  32. *clr
  33. beguch += 1
  34. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hostel/stop.jpg"></center>'
  35. 'You''re running with one of your pupils'', sometimes stopping and chatting with ease.'
  36. 'Pupil: "Miss <<$pcs_lastname>>, you are so beautiful, and we are all very fond of you!" You: "Hmm, thank you!"'
  37. act 'Complete run':gt 'pav_park', 'start'
  38. end
  39. elseif parkrand >4 and beguch >= 3 and beguch < 6:
  40. 'In the park you meet a pupil of the school who asks to go for a run with you.'
  41. act 'Run together':
  42. cla
  43. *clr
  44. beguch += 1
  45. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hostel/stop2.jpg"></center>'
  46. 'You stop to do some stretching exercises for your muscles.'
  47. 'Pupil: "Ahh, if only our girls would be at least a little like you!" You: "Get to know them! You''ll find out how they really are."'
  48. act 'Complete run':gt 'pav_park', 'start'
  49. end
  50. elseif parkrand >4 and beguch >= 6 and beguch < 9:
  51. 'In the park you meet a pupil of the school who asks to go for a run with you.'
  52. act 'Run together':
  53. cla
  54. *clr
  55. beguch += 1
  56. pcs_horny += 3
  57. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/hostel/stop3.jpg"></center>'
  58. 'You run with the pupil, sometimes stopping and chatting with ease.'
  59. ''
  60. 'Pupil: "<<$pcs_nickname>>, can I take a picture of you?" You: "What are you going to do with my photo?"'
  61. 'Pupil: "I would never masturbate on it!" You: "Aha! I never said you would!"'
  62. 'Pupil: "Im sorry, it was a bad idea." You: "I''m just kidding! Okay, but remember to give me a copy."'
  63. ''
  64. 'You pick a background, stand in a pose and let yourself be photographed.'
  65. act 'Complete run':gt 'pav_park', 'start'
  66. end
  67. end
  68. act 'Complete run':gt 'pav_park', 'start'
  69. end
  70. elseif teachlevel > 20 and parkrunday ! daystart and hour < 21 and hour > 6:
  71. 'You could go for a jog around the park if you were wearinf sports clothing and shoes.'
  72. end
  73. if hour < 23:
  74. act 'Lie on the couch (1:00)':
  75. cla
  76. minut += 60
  77. if pcs_sleep < 90:
  78. pcs_sleep += 10
  79. else
  80. pcs_sleep = 100
  81. end
  82. 'You relax lying on the couch.'
  83. act 'Stretch':gt 'dom_gor'
  84. end
  85. end
  86. if eda > 0:'In the refrigerator food is stored that''s good for <b><<eda>></b> servings.'
  87. if edaD = 0 and eda = 0:'<b><font color="red">The fridge is empty, nothing to eat in sight.</font></b>'
  88. if edaD > 0:'The refrigerator contains healthy meals that are good for <b><<edaD>></b> servings.'
  89. if eda >= 1:
  90. act 'Prepare meals (2:00)':
  91. cla
  92. *clr
  93. eda -= 1
  94. minut += 120
  95. frost = 0
  96. edahot = 0
  97. pcs_health += 10
  98. pcs_mood += 20
  99. gs 'stat'
  100. if pcs_energy >= 100:
  101. fat += 5
  102. 'You don''t feel like eatting.'
  103. elseif pcs_energy >= 80:
  104. fat += 3
  105. pcs_energy = pcs_energy + 40
  106. else
  107. pcs_energy += 80
  108. fat += 1
  109. 'You eat with pleasure.'
  110. end
  111. if pcs_hydra >= 80:
  112. 'You don''t really need any more tea.'
  113. else
  114. pcs_hydra += 80
  115. cumspclnt = 2
  116. gs 'cum_cleanup'
  117. pcs_breath = 0
  118. 'You gladly drink a cup of tea.'
  119. end
  120. act 'Get up from the table':gt 'dom_gor'
  121. end
  122. end
  123. if edaD > 0:
  124. act 'Eat diet food (0:30)':
  125. cla
  126. *clr
  127. frost = 0
  128. minut += 30
  129. pcs_health += 10
  130. pcs_mood += 20
  131. edaD -= 1
  132. '<center><img <<$set_imgh>> src="images/shared/food/food.jpg"></center>'
  133. if pcs_energy >= 100:
  134. 'You can no longer eat... For now at least.'
  135. elseif pcs_energy >= 80:
  136. pcs_energy += 40
  137. 'You push through to eat your meal.'
  138. else
  139. pcs_energy += 80
  140. 'You gladly devoured the cooked meal.'
  141. end
  142. if pcs_hydra >= 80:
  143. 'You don''t need any more tea.'
  144. else
  145. pcs_hydra += 80
  146. cumspclnt = 2
  147. gs 'cum_cleanup'
  148. pcs_breath = 0
  149. 'You gladly drink a cup of tea.'
  150. end
  151. act 'Get up from the table':gt 'dom_gor'
  152. end
  153. end
  154. if gor_dorm > 0:act 'Go to shared bathroom':gt 'etoexhib', 'pos41'
  155. act 'Go out onto the street':
  156. cls
  157. if $clothingworntype = 'nude':
  158. '<b><font color="red">You need to get dressed.</font></b>'
  159. xgt $curloc
  160. elseif sick > 72:
  161. '<b><font color="red">You feel too ill to travel through the streets.</font></b>'
  162. xgt $curloc
  163. else
  164. xgt 'pav_commercial'
  165. end
  166. end
  167. if curr_home ! 10:
  168. act 'Set the this small room as your main home':gs 'set_home', 10 & gt 'dom_gor'
  169. end
  170. --- dom_gor ---------------------------------