dom_gor.qsrc 5.7 KB

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