1
0

buklinik.qsrc 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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. !r125
  33. 'Your rabochie days on the weekends, today is not here is.'
  34. else
  35. if bumtolik > 4:'Things are stored on<a href="exec:gt ''buklinik'', ''sklad''"> stock</a>.'
  36. if bumtolik > 5:'The entrance is located<a href="exec:gt ''buklinik'', ''registr3''"> Registry</a>.'
  37. if bumtolik > 5:'Opposite the registry is<a href="exec:gt ''buklinik'', ''olga2''"> Olga Account</a>.'
  38. if bumtolik > 5:'At the end of the corridor<a href="exec:gt ''buklinik'', ''shower''"> shower room</a>.'
  39. if bumtolik = 6:'<a href="exec:gt ''buklinik'', ''spal''">Number of people</a>.'
  40. if bumtolik > 6:'Sleeps. (I go there any more naked)'
  41. if bumtolik > 5:'<a href="exec:gt ''buklinik'', ''stol''">Family Dining Room</a> residents.'
  42. if bumtolik > 5:'office in charge<a href="exec:gt ''buklinik'', ''sec''"> Jeanne</a>.'
  43. if bumtolik > 5:'Account coordinator<a href="exec:gt ''buklinik'', ''dir''"> faith</a>.'
  44. end
  45. act 'Leave':gt 'nord'
  46. if (SchoolAtestat = 0 and bumtolik = 0) or bumtolik = 4: act 'Apply to the registry':gt 'buklinik', 'registr'
  47. end
  48. if $ARGS[0] = 'registr':
  49. *clr & cla
  50. menu_off = 1
  51. minut += 15
  52. gs 'stat'
  53. gs 'themes', 'indoors'
  54. '<center><b>Mercy Clinic. desk</b></center>'
  55. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  56. 'In registature sit two women in white coats.'
  57. if StoryLine = 1 and SchoolAtestat = 0 and bumtolik < 5:
  58. !r125
  59. 'You: - Hello, my name is <<$pcs_firstname>>, I heard that you can volunteers...'
  60. '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.'
  61. '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.'
  62. else
  63. 'You:- Hello, my name is <<$pcs_firstname>>, I am with the work. Girl named Olga gave me this card, said that you need employees.'
  64. '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.'
  65. end
  66. act 'I have to think about it':gt 'nord'
  67. act 'agree':gt 'buklinik', 'registr2'
  68. end
  69. if $ARGS[0] = 'registr2':
  70. *clr & cla
  71. menu_off = 1
  72. minut += 15
  73. bumtolik = 5
  74. gs 'stat'
  75. gs 'themes', 'indoors'
  76. '<center><b>Mercy Clinic. desk</b></center>'
  77. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  78. 'You:- Well, I think I can handle it. Where do I start?'
  79. '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.'
  80. '(You fill out the form)'
  81. '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.'
  82. act 'In the corridor':gt 'buklinik', 'holl'
  83. end
  84. if $ARGS[0] = 'registr3':
  85. *clr & cla
  86. menu_off = 1
  87. minut += 15
  88. gs 'stat'
  89. gs 'themes', 'indoors'
  90. '<center><b>Mercy Clinic. desk</b></center>'
  91. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  92. 'In registature usually sit either Karina or Regina.'
  93. act 'In the corridor':gt 'buklinik', 'holl'
  94. end
  95. if $ARGS[0] = 'sklad':
  96. *clr & cla
  97. menu_off = 1
  98. minut += 5
  99. gs 'stat'
  100. gs 'themes', 'indoors'
  101. '<center><b>Mercy Clinic. warehouse</b></center>'
  102. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_sklad.jpg"></center>'
  103. 'Warehouse all packages littered with things.'
  104. if bumtolik = 5:act 'Find Olga':gt 'buklinik', 'olga'
  105. act 'In the corridor':gt 'buklinik', 'holl'
  106. end
  107. if $ARGS[0] = 'olga':
  108. *clr & cla
  109. menu_off = 1
  110. minut += 5
  111. gs 'stat'
  112. gs 'themes', 'indoors'
  113. '<center><b>Your colleague Olga</b></center>'
  114. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  115. '(Olga - groomed and cute brunette with a kind smile.)'
  116. if bumtolik = 5:
  117. '- 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.'
  118. '- <<$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.'
  119. 'Olga:- You do not mind go to you?'
  120. 'You:- I am in favor.'
  121. '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.'
  122. end
  123. act 'By office manager':gt 'buklinik', 'sec'
  124. end
  125. if $ARGS[0] = 'sec':
  126. *clr & cla
  127. menu_off = 1
  128. minut += 15
  129. gs 'stat'
  130. gs 'themes', 'indoors'
  131. '<center><b>Your colleague Jeanne</b></center>'
  132. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_sec.jpg"></center>'
  133. '(Jeanne and cheerful young blonde)'
  134. if bumtolik = 5:
  135. 'Olga:- Meet, it is our office manager Joan. Zhannochka we responsible for everything. If there are organizational issues addressed her.'
  136. 'Olga:- Zhannochka <<$pcs_nickname>> is our new volunteer.'
  137. 'Jeanne:- Wow! And you young <<$pcs_nickname>> bold. Very pleased to meet you!'
  138. 'You:- Thank you, mutually.'
  139. act 'To the head':gt 'buklinik', 'dir'
  140. elseif bumtolik > 5:
  141. '- Hello, <<$pcs_nickname>>!'
  142. act 'In the corridor':gt 'buklinik', 'holl'
  143. end
  144. end
  145. if $ARGS[0] = 'dir':
  146. *clr & cla
  147. menu_off = 1
  148. minut += 15
  149. gs 'stat'
  150. gs 'themes', 'indoors'
  151. '<center><b>Your colleague Vera</b></center>'
  152. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_dir.jpg"></center>'
  153. '(Vera overbearing and well-groomed lady)'
  154. if bumtolik = 5:
  155. 'Olga:- And this is our coordinator Vera ...'
  156. 'Vera:- Simply Vera.'
  157. 'Olga:- Vera is not only our coordinator, but the mastermind, she came up with it and created our organization.'
  158. 'You:- Very nice, <<$pcs_nickname>>!'
  159. 'Vera:- Welcome to contact us. (Vera you smile)'
  160. act 'complete familiarity':gt 'buklinik', 'olga2'
  161. elseif bumtolik > 5:
  162. '- Hello, <<$pcs_nickname>>!'
  163. act 'In the corridor':gt 'buklinik', 'holl'
  164. end
  165. end
  166. if $ARGS[0] = 'shower':
  167. *clr & cla
  168. menu_off = 1
  169. minut += 15
  170. gs 'stat'
  171. gs 'themes', 'indoors'
  172. '<center><b>Mercy Clinic. shower room</b></center>'
  173. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_show.jpg"></center>'
  174. 'Shared shower for guests'
  175. 'Here guests take a shower. Better unnecessarily here not to meddle.'
  176. act 'In the corridor':gt 'buklinik', 'holl'
  177. end
  178. if $ARGS[0] = 'stol':
  179. *clr & cla
  180. menu_off = 1
  181. minut += 15
  182. gs 'stat'
  183. gs 'themes', 'indoors'
  184. '<center><b>Mercy Clinic. dining room</b></center>'
  185. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_stol.jpg"></center>'
  186. 'Dining room for guests'
  187. 'Here guests take their food. Very lean diet, but they do.'
  188. act 'In the corridor':gt 'buklinik', 'holl'
  189. end
  190. if $ARGS[0] = 'spal':
  191. *clr & cla
  192. menu_off = 1
  193. minut += 15
  194. gs 'stat'
  195. gs 'themes', 'indoors'
  196. '<center><b>Mercy Clinic. bedrooms</b></center>'
  197. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_spal.jpg"></center>'
  198. 'Sleeping space for guests.'
  199. 'Who are there only. Alcoholics and homeless, vagrants and drug addicts. There are just people who have nowhere to sleep.'
  200. if bumtolik = 6: act 'hello':gt 'buklinik_event', 'pos1'
  201. act 'In the corridor':gt 'buklinik', 'holl'
  202. end
  203. if $ARGS[0] = 'olga2':
  204. *clr & cla
  205. menu_off = 1
  206. minut += 15
  207. gs 'stat'
  208. gs 'themes', 'indoors'
  209. '<center><b>Your colleague Olga</b></center>'
  210. '<center><img <<$set_imgh>> src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  211. '(Olga - groomed and cute brunette with a kind smile.)'
  212. if bumtolik > 5:'- Hello, <<$pcs_nickname>>!'
  213. if buklinikDay = daystart:'- Today there is no more work, we can relax.'
  214. if bumtolik >= 7 and buklinikDay ! daystart:'- <<$pcs_nickname>>, We need help <a href="exec:gt ''buklinik_event'', ''pos6''">feed the needy</a>.'
  215. 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.'
  216. 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>.'
  217. if bumtolik = 10 and buklinikDay ! daystart: '- We need a babysitter for one very <a href="exec:gt ''buklinik_event'',''event0''">a strange man</a>.'
  218. if bumtolik = 11 and buklinikDay ! daystart: '- <<$pcs_nickname>>, you need to go to <a href="exec:gt ''buklinik_event'',''entrance'',0">Michael</a>.'
  219. if bumtolik = 12 and buklinikDay ! daystart: '- Waiting for you again <a href="exec:gt ''buklinik_event'',''entrance'',1">Michael</a>.'
  220. if bumtolik = 13 and buklinikDay ! daystart: '- <<$pcs_nickname>>, waiting for you again <a href="exec:gt ''buklinik_event'',''entrance'',2">Michael</a>.'
  221. if bumtolik = 14 and buklinikDay ! daystart: '- <<$pcs_nickname>>, <a href="exec:gt ''buklinik_event'',''entrance'',3">Michael</a> is waiting for you.'
  222. if bumtolik = 15 and buklinikDay ! daystart: '- <a href="exec:gt ''buklinik_event'',''entrance'',4">Michael</a> is Waiting for you.'
  223. if bumtolik = 16 and week = 1 and buklinikDay ! daystart: '- <a href="exec:gt ''buklinik_event'',''entrance'',5">Michael</a> is Waiting for you.'
  224. !bumtolik = 3000 if michael events stoped.
  225. if bumtolik = 5:
  226. bumtolik = 6
  227. '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.'
  228. 'We were still coming the other volunteers, but you yourself to meet them at the meeting.'
  229. 'You can look around here, if that appeals to me.'
  230. end
  231. act 'In the corridor':gt 'buklinik', 'holl'
  232. end
  233. --- buklinik ---------------------------------