buklinik.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. # buklinik
  2. if $ARGS[0] = 'start':
  3. $menu_loc = 'buklinik'
  4. $menu_arg = 'start'
  5. menu_off = 0
  6. *clr & cla
  7. minut += 5
  8. gs 'stat'
  9. gs 'themes', 'indoors'
  10. '<center><b>Mercy clinic</b></center>'
  11. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli.jpg"></center>'
  12. 'Working hours: 9 to 17'
  13. temp = rand(1, 10)
  14. if temp = 9:'You see the crowd of homeless people trying to get to a shelter.'
  15. if temp = 2:'You see a homeless person trying to get into a shelter.'
  16. if temp = 3:'You see an old man who came to the shelter.'
  17. act 'Leave':gt 'nord'
  18. if hour >= 9 and hour <= 17: act 'Go to the clinic':gt 'buklinik', 'holl'
  19. end
  20. if $ARGS[0] = 'holl':
  21. $menu_loc = 'buklinik'
  22. $menu_arg = 'holl'
  23. menu_off = 0
  24. *clr & cla
  25. minut += 5
  26. gs 'stat'
  27. gs 'themes', 'indoors'
  28. '<center><b>Mercy Clinic. hall</b></center>'
  29. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_holl.jpg"></center>'
  30. 'Hospital corridor.'
  31. if StoryLine = 1 and SchoolAtestat = 0 and kanikuli = 0 and week < 6 and bumtolik >= 5:
  32. 'You can volunteer here on the weekends.'
  33. else
  34. if bumtolik > 4:'Things are stored on<a href="exec:gt ''buklinik'', ''sklad''"> stock</a>.'
  35. if bumtolik > 5:'The entrance is located<a href="exec:gt ''buklinik'', ''registr3''"> Registry</a>.'
  36. if bumtolik > 5:'Opposite the registry is<a href="exec:gt ''buklinik'', ''olga2''"> Olga Account</a>.'
  37. if bumtolik > 5:'At the end of the corridor<a href="exec:gt ''buklinik'', ''shower''"> shower room</a>.'
  38. if bumtolik = 6:'<a href="exec:gt ''buklinik'', ''spal''">Number of people</a>.'
  39. if bumtolik > 6:'Sleeps. (I go there any more naked)'
  40. if bumtolik > 5:'<a href="exec:gt ''buklinik'', ''stol''">Family Dining Room</a> residents.'
  41. if bumtolik > 5:'office in charge<a href="exec:gt ''buklinik'', ''sec''"> Jeanne</a>.'
  42. if bumtolik > 5:'Account coordinator<a href="exec:gt ''buklinik'', ''dir''"> faith</a>.'
  43. end
  44. act 'Leave':gt 'nord'
  45. if (SchoolAtestat = 0 and bumtolik = 0) or bumtolik = 4: act 'Apply to the registry':gt 'buklinik', 'registr'
  46. end
  47. if $ARGS[0] = 'registr':
  48. *clr & cla
  49. menu_off = 1
  50. minut += 15
  51. gs 'stat'
  52. gs 'themes', 'indoors'
  53. '<center><b>Mercy Clinic. desk</b></center>'
  54. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  55. 'In registature sit two women in white coats.'
  56. if StoryLine = 1 and SchoolAtestat = 0 and bumtolik < 5:
  57. !r125
  58. 'You: - Hello, my name is <<$pcs_firstname>>, I heard that you can volunteers...'
  59. 'Registrar: - Hello! We are very happy to see you. We really need volunteers, but the work will be very difficult. And have the aged care and homeless to feed and clothe.'
  60. 'In addition, apparently, you are still in high school, so that the law can only work outside school hours - on weekends, on weekdays you should not be here.'
  61. else
  62. 'You:- Hello, my name is <<$pcs_firstname>>, I am with the work. Girl named Olga gave me this card, said that you need employees.'
  63. 'Registrar:- Hello! We are very pleased to see you. But I''m afraid you refuse, the fact is that we need volunteers, ie your work will not be paid. A job to be very complicated. Will have to take care of the elderly and the homeless to feed and clothe.'
  64. end
  65. act 'I have to think about it':gt 'nord'
  66. act 'agree':gt 'buklinik', 'registr2'
  67. end
  68. if $ARGS[0] = 'registr2':
  69. *clr & cla
  70. menu_off = 1
  71. minut += 15
  72. bumtolik = 5
  73. gs 'stat'
  74. gs 'themes', 'indoors'
  75. '<center><b>Mercy Clinic. desk</b></center>'
  76. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  77. 'You:- Well, I think I can handle it. Where do I start?'
  78. 'Registrar:- I am happy to hear that. Fill out the form. And me, store copies of your passport and if there is documentation of education diploma courses, all that is, perhaps, in the future, you can find paid work.'
  79. '(You fill out the form)'
  80. 'Registator:- Well, there you have a membership card. The corridor the first door on the right, get to the warehouse, where she will meet Olga show you everything.'
  81. act 'In the corridor':gt 'buklinik', 'holl'
  82. end
  83. if $ARGS[0] = 'registr3':
  84. *clr & cla
  85. menu_off = 1
  86. minut += 15
  87. gs 'stat'
  88. gs 'themes', 'indoors'
  89. '<center><b>Mercy Clinic. desk</b></center>'
  90. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  91. 'In registature usually sit either Karina or Regina.'
  92. act 'In the corridor':gt 'buklinik', 'holl'
  93. end
  94. if $ARGS[0] = 'sklad':
  95. *clr & cla
  96. menu_off = 1
  97. minut += 5
  98. gs 'stat'
  99. gs 'themes', 'indoors'
  100. '<center><b>Mercy Clinic. warehouse</b></center>'
  101. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_sklad.jpg"></center>'
  102. 'Warehouse all packages littered with things.'
  103. if bumtolik = 5:act 'Find Olga':gt 'buklinik', 'olga'
  104. act 'In the corridor':gt 'buklinik', 'holl'
  105. end
  106. if $ARGS[0] = 'olga':
  107. *clr & cla
  108. menu_off = 1
  109. minut += 5
  110. gs 'stat'
  111. gs 'themes', 'indoors'
  112. '<center><b>Your colleague Olga</b></center>'
  113. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  114. '(Olga - groomed and cute brunette with a kind smile.)'
  115. if bumtolik = 5:
  116. '- Olga, hello. I am <<$pcs_nickname>>, you remember me? I decided to respond to your call. And ready for duty. At the reception told me that you show here.'
  117. '- <<$pcs_nickname>>, good afternoon! Good for you, welcome! Let me briefly tell you how we work. We are volunteers and therefore our work is not paid. You can come at any time during working hours. Work is very different, because you attached to me, the first time the job will receive from me.'
  118. 'Olga:- You do not mind go to you?'
  119. 'You:- I am in favor.'
  120. 'Olga:- Well, let me spend a tour for you. Here we have a warehouse that we bought for the needy. We packed up his boxes and transported to the destination.'
  121. end
  122. act 'By office manager':gt 'buklinik', 'sec'
  123. end
  124. if $ARGS[0] = 'sec':
  125. *clr & cla
  126. menu_off = 1
  127. minut += 15
  128. gs 'stat'
  129. gs 'themes', 'indoors'
  130. '<center><b>Your colleague Jeanne</b></center>'
  131. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_sec.jpg"></center>'
  132. '(Jeanne and cheerful young blonde)'
  133. if bumtolik = 5:
  134. 'Olga:- Meet, it is our office manager Joan. Zhannochka we responsible for everything. If there are organizational issues addressed her.'
  135. 'Olga:- Zhannochka <<$pcs_nickname>> is our new volunteer.'
  136. 'Jeanne:- Wow! And you young <<$pcs_nickname>> bold. Very pleased to meet you!'
  137. 'You:- Thank you, mutually.'
  138. act 'To the head':gt 'buklinik', 'dir'
  139. elseif bumtolik > 5:
  140. '- Hello, <<$pcs_nickname>>!'
  141. act 'In the corridor':gt 'buklinik', 'holl'
  142. end
  143. end
  144. if $ARGS[0] = 'dir':
  145. *clr & cla
  146. menu_off = 1
  147. minut += 15
  148. gs 'stat'
  149. gs 'themes', 'indoors'
  150. '<center><b>Your colleague Vera</b></center>'
  151. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_dir.jpg"></center>'
  152. '(Vera overbearing and well-groomed lady)'
  153. if bumtolik = 5:
  154. 'Olga:- And this is our coordinator Vera ...'
  155. 'Vera:- Simply Vera.'
  156. 'Olga:- Vera is not only our coordinator, but the mastermind, she came up with it and created our organization.'
  157. 'You:- Very nice, <<$pcs_nickname>>!'
  158. 'Vera:- Welcome to contact us. (Vera you smile)'
  159. act 'complete familiarity':gt 'buklinik', 'olga2'
  160. elseif bumtolik > 5:
  161. '- Hello, <<$pcs_nickname>>!'
  162. act 'In the corridor':gt 'buklinik', 'holl'
  163. end
  164. end
  165. if $ARGS[0] = 'shower':
  166. *clr & cla
  167. menu_off = 1
  168. minut += 15
  169. gs 'stat'
  170. gs 'themes', 'indoors'
  171. '<center><b>Mercy Clinic. shower room</b></center>'
  172. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_show.jpg"></center>'
  173. 'Shared shower for guests'
  174. 'Here guests take a shower. Better unnecessarily here not to meddle.'
  175. act 'In the corridor':gt 'buklinik', 'holl'
  176. end
  177. if $ARGS[0] = 'stol':
  178. *clr & cla
  179. menu_off = 1
  180. minut += 15
  181. gs 'stat'
  182. gs 'themes', 'indoors'
  183. '<center><b>Mercy Clinic. dining room</b></center>'
  184. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_stol.jpg"></center>'
  185. 'Dining room for guests'
  186. 'Here guests take their food. Very lean diet, but they do.'
  187. act 'In the corridor':gt 'buklinik', 'holl'
  188. end
  189. if $ARGS[0] = 'spal':
  190. *clr & cla
  191. menu_off = 1
  192. minut += 15
  193. gs 'stat'
  194. gs 'themes', 'indoors'
  195. '<center><b>Mercy Clinic. bedrooms</b></center>'
  196. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_spal.jpg"></center>'
  197. 'Sleeping space for guests.'
  198. 'Who are there only. Alcoholics and homeless, vagrants and drug addicts. There are just people who have nowhere to sleep.'
  199. if bumtolik = 6: act 'hello':gt 'buklinik_event', 'pos1'
  200. act 'In the corridor':gt 'buklinik', 'holl'
  201. end
  202. if $ARGS[0] = 'olga2':
  203. *clr & cla
  204. menu_off = 1
  205. minut += 15
  206. gs 'stat'
  207. gs 'themes', 'indoors'
  208. '<center><b>Your colleague Olga</b></center>'
  209. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  210. '(Olga - groomed and cute brunette with a kind smile.)'
  211. if bumtolik > 5:'- Hello, <<$pcs_nickname>>!'
  212. if buklinikDay = daystart:'- Today there is no more work, we can relax.'
  213. if bumtolik >= 7 and buklinikDay ! daystart:'- <<$pcs_nickname>>, We need help <a href="exec:gt ''buklinik_event'', ''pos6''">feed the needy</a>.'
  214. if bumtolik >= 8 and buklinikDay ! daystart: '- <<$pcs_nickname>>, here is the address of one <a href="exec:gt ''buklinik_event'',''pos8''">elderly man</a>, go see him help with the housework.'
  215. if bumtolik = 9 and buklinikDay ! daystart: '- <<$pcs_nickname>>, Need help persuade a wino not wander the streets, and come to live with <a href="exec:gt ''buklinik_event'',''pos9''">to_us</a>.'
  216. if bumtolik = 10 and buklinikDay ! daystart: '- We need a babysitter for one very <a href="exec:gt ''buklinik_event'',''event0''">a strange man</a>.'
  217. if bumtolik = 11 and buklinikDay ! daystart: '- <<$pcs_nickname>>, you need to go to <a href="exec:gt ''buklinik_event'',''entrance'',0">Michael</a>.'
  218. if bumtolik = 12 and buklinikDay ! daystart: '- Waiting for you again <a href="exec:gt ''buklinik_event'',''entrance'',1">Michael</a>.'
  219. if bumtolik = 13 and buklinikDay ! daystart: '- <<$pcs_nickname>>, waiting for you again <a href="exec:gt ''buklinik_event'',''entrance'',2">Michael</a>.'
  220. if bumtolik = 14 and buklinikDay ! daystart: '- <<$pcs_nickname>>, <a href="exec:gt ''buklinik_event'',''entrance'',3">Michael</a> is waiting for you.'
  221. if bumtolik = 15 and buklinikDay ! daystart: '- <a href="exec:gt ''buklinik_event'',''entrance'',4">Michael</a> is Waiting for you.'
  222. if bumtolik = 16 and week = 1 and buklinikDay ! daystart: '- <a href="exec:gt ''buklinik_event'',''entrance'',5">Michael</a> is Waiting for you.'
  223. !bumtolik = 3000 if michael events stoped.
  224. if bumtolik = 5:
  225. bumtolik = 6
  226. 'Olga:- Continue along the corridor beds, showers and a dining room where guests can eat for free. See there is nothing special. Well, that''s all. At the reception we sit two girls - Regina and Karina, you''ve seen them.'
  227. 'We were still coming the other volunteers, but you yourself to meet them at the meeting.'
  228. 'You can look around here, if that appeals to me.'
  229. end
  230. act 'In the corridor':gt 'buklinik', 'holl'
  231. end
  232. --- buklinik ---------------------------------