dom_gor.qsrc 5.2 KB

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