dom_gor.tw 6.7 KB

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