buklinik 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. # buklinik
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. fcolor = rgb(0, 0, 0)
  9. bcolor = rgb(255, 255, 255)
  10. lcolor = rgb(106, 90, 205)
  11. '<center><b>Mercy clinic</b></center>'
  12. '<center><img src="images/etogame/bukli.jpg"></center>'
  13. 'Hours:9 to 17, the weekend Saturday, Sunday.'
  14. temp = rand(1, 10)
  15. if temp = 9:'You see the crowd of homeless people trying to get to a shelter.'
  16. if temp = 2:'You see a homeless person trying to get into a shelter.'
  17. if temp = 3:'You see an old man who came to the shelter.'
  18. if hour >= 9 and hour <= 17 and week < 6:
  19. act 'Go to the clinic':gt 'buklinik', 'holl'
  20. end
  21. act 'Leave':gt 'nord'
  22. end
  23. if $ARGS[0] = 'holl':
  24. cla
  25. clr
  26. *clr
  27. minut += 5
  28. gs 'stat'
  29. fcolor = rgb(0, 0, 0)
  30. bcolor = rgb(255, 255, 255)
  31. lcolor = rgb(106, 90, 205)
  32. '<center><b>Mercy Clinic. hall</b></center>'
  33. '<center><img src="images/etogame/bukli_holl.jpg"></center>'
  34. 'Hospital corridor.'
  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. if bumtolik = 4:
  45. act 'Apply to the registry':gt 'buklinik', 'registr'
  46. end
  47. act 'Leave':gt 'nord'
  48. end
  49. if $ARGS[0] = 'registr':
  50. cla
  51. clr
  52. *clr
  53. minut += 15
  54. gs 'stat'
  55. fcolor = rgb(0, 0, 0)
  56. bcolor = rgb(255, 255, 255)
  57. lcolor = rgb(106, 90, 205)
  58. '<center><b>Mercy Clinic. desk</b></center>'
  59. '<center><img src="images/etogame/bukli_reg.jpg"></center>'
  60. 'In registature sit two women in white coats.'
  61. if bumtolik = 4:'You:- Hello, my name is <<$name>>, I am with the work. Girl named Olga gave me this card, said that you need employees.'
  62. '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.'
  63. act 'I knew you, I have to think':gt 'nord'
  64. act 'agree':gt 'buklinik', 'registr2'
  65. end
  66. if $ARGS[0] = 'registr2':
  67. cla
  68. clr
  69. *clr
  70. minut += 15
  71. bumtolik = 5
  72. gs 'stat'
  73. fcolor = rgb(0, 0, 0)
  74. bcolor = rgb(255, 255, 255)
  75. lcolor = rgb(106, 90, 205)
  76. '<center><b>Mercy Clinic. desk</b></center>'
  77. '<center><img src="images/etogame/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. cla
  86. clr
  87. *clr
  88. minut += 15
  89. gs 'stat'
  90. fcolor = rgb(0, 0, 0)
  91. bcolor = rgb(255, 255, 255)
  92. lcolor = rgb(106, 90, 205)
  93. '<center><b>Mercy Clinic. desk</b></center>'
  94. '<center><img src="images/etogame/bukli_reg.jpg"></center>'
  95. 'In registature usually sit either Karina or Regina.'
  96. act 'In the corridor':gt 'buklinik', 'holl'
  97. end
  98. if $ARGS[0] = 'sklad':
  99. cla
  100. clr
  101. *clr
  102. minut += 5
  103. gs 'stat'
  104. fcolor = rgb(0, 0, 0)
  105. bcolor = rgb(255, 255, 255)
  106. lcolor = rgb(106, 90, 205)
  107. '<center><b>Mercy Clinic. warehouse</b></center>'
  108. '<center><img src="images/etogame/bukli_sklad.jpg"></center>'
  109. 'Warehouse all packages littered with things.'
  110. if bumtolik = 5:act 'Find Olga':gt 'buklinik', 'olga'
  111. act 'In the corridor':gt 'buklinik', 'holl'
  112. end
  113. if $ARGS[0] = 'olga':
  114. cla
  115. clr
  116. *clr
  117. minut += 5
  118. gs 'stat'
  119. fcolor = rgb(0, 0, 0)
  120. bcolor = rgb(255, 255, 255)
  121. lcolor = rgb(106, 90, 205)
  122. '<center><b>Your colleague Olga</b></center>'
  123. '<center><img src="images/etogame/bukli_olga.jpg"></center>'
  124. '(Olga - groomed and cute brunette with a kind smile.)'
  125. if bumtolik = 5:
  126. '- Olga, hello. I am <<$name>>, you remember me? I decided to respond to your call. And ready for duty. At the reception told me that you show here.'
  127. '- <<$name>>, 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.'
  128. 'Olga:- You do not mind go to you?'
  129. 'You:- I am in favor.'
  130. '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.'
  131. end
  132. act 'By office manager':gt 'buklinik', 'sec'
  133. end
  134. if $ARGS[0] = 'sec':
  135. cla
  136. clr
  137. *clr
  138. minut += 15
  139. gs 'stat'
  140. fcolor = rgb(0, 0, 0)
  141. bcolor = rgb(255, 255, 255)
  142. lcolor = rgb(106, 90, 205)
  143. '<center><b>Your colleague Jeanne</b></center>'
  144. '<center><img src="images/etogame/bukli_sec.jpg"></center>'
  145. '(Jeanne and cheerful young blonde)'
  146. if bumtolik = 5:
  147. 'Olga:- Meet, it is our office manager Joan. Zhannochka we responsible for everything. If there are organizational issues addressed her.'
  148. 'Olga:- Zhannochka <<$name>> is our new volunteer.'
  149. 'Jeanne:- Wow! And you young <<$name>> bold. Very pleased to meet you!'
  150. 'You:- Thank you, mutually.'
  151. act 'To the head':gt 'buklinik', 'dir'
  152. elseif bumtolik > 5:
  153. '- Hello, <<$name>>!'
  154. act 'In the corridor':gt 'buklinik', 'holl'
  155. end
  156. end
  157. if $ARGS[0] = 'dir':
  158. cla
  159. clr
  160. *clr
  161. minut += 15
  162. gs 'stat'
  163. fcolor = rgb(0, 0, 0)
  164. bcolor = rgb(255, 255, 255)
  165. lcolor = rgb(106, 90, 205)
  166. '<center><b>Your colleague Vera</b></center>'
  167. '<center><img src="images/etogame/bukli_dir.jpg"></center>'
  168. '(Vera overbearing and well-groomed lady)'
  169. if bumtolik = 5:
  170. 'Olga:- And this is our coordinator Vera ...'
  171. 'Vera:- Simply Vera.'
  172. 'Olga:- Vera is not only our coordinator, but the mastermind, she came up with it and created our organization.'
  173. 'You:- Very nice, <<$name>>!'
  174. 'Vera:- Welcome to contact us. (Vera you smile)'
  175. act 'complete familiarity':gt 'buklinik', 'olga2'
  176. elseif bumtolik > 5:
  177. '- Hello, <<$name>>!'
  178. act 'In the corridor':gt 'buklinik', 'holl'
  179. end
  180. end
  181. if $ARGS[0] = 'shower':
  182. cla
  183. clr
  184. *clr
  185. minut += 15
  186. gs 'stat'
  187. fcolor = rgb(0, 0, 0)
  188. bcolor = rgb(255, 255, 255)
  189. lcolor = rgb(106, 90, 205)
  190. '<center><b>Mercy Clinic. shower room</b></center>'
  191. '<center><img src="images/etogame/bukli_show.jpg"></center>'
  192. 'Shared shower for guests'
  193. 'Here guests take a shower. Better unnecessarily here not to meddle.'
  194. act 'In the corridor':gt 'buklinik', 'holl'
  195. end
  196. if $ARGS[0] = 'stol':
  197. cla
  198. clr
  199. *clr
  200. minut += 15
  201. gs 'stat'
  202. fcolor = rgb(0, 0, 0)
  203. bcolor = rgb(255, 255, 255)
  204. lcolor = rgb(106, 90, 205)
  205. '<center><b>Mercy Clinic. dining room</b></center>'
  206. '<center><img src="images/etogame/bukli_stol.jpg"></center>'
  207. 'Dining room for guests'
  208. 'Here guests take their food. Very lean diet, but they do.'
  209. act 'In the corridor':gt 'buklinik', 'holl'
  210. end
  211. if $ARGS[0] = 'spal':
  212. cla
  213. clr
  214. *clr
  215. minut += 15
  216. gs 'stat'
  217. fcolor = rgb(0, 0, 0)
  218. bcolor = rgb(255, 255, 255)
  219. lcolor = rgb(106, 90, 205)
  220. '<center><b>Mercy Clinic. bedrooms</b></center>'
  221. '<center><img src="images/etogame/bukli_spal.jpg"></center>'
  222. 'Sleeping space for guests.'
  223. 'Who are there only. Alcoholics and homeless, vagrants and drug addicts. There are just people who have nowhere to sleep.'
  224. if bumtolik = 6:
  225. act 'hello':gt 'buklinik_event', 'pos1'
  226. end
  227. act 'In the corridor':gt 'buklinik', 'holl'
  228. end
  229. if $ARGS[0] = 'olga2':
  230. cla
  231. clr
  232. *clr
  233. minut += 15
  234. gs 'stat'
  235. fcolor = rgb(0, 0, 0)
  236. bcolor = rgb(255, 255, 255)
  237. lcolor = rgb(106, 90, 205)
  238. '<center><b>Your colleague Olga</b></center>'
  239. '<center><img src="images/etogame/bukli_olga.jpg"></center>'
  240. '(Olga - groomed and cute brunette with a kind smile.)'
  241. if bumtolik > 5:'- Hello, <<$name>>!'
  242. if buklinikDay = day:'- Today there is no more work, we can relax.'
  243. if bumtolik = 7 and buklinikDay ! day:'- <<$name>>, We need help <a href="exec:gt ''buklinik_event'', ''pos6''">feed the needy</a>.'
  244. if bumtolik >= 8 and buklinikDay ! day: '- <<$name>>, here is the address of one <a href="exec:GT ''buklinik_event'',''pos8''">elderly man</a>, go see him help with the housework.'
  245. if bumtolik = 9 and buklinikDay ! day: '- <<$name>>, Need help persuade a wino not wander the streets, and come to live with <a href="exec:GT ''buklinik_event'',''pos9''">to_us</a>.'
  246. if bumtolik = 5:
  247. bumtolik = 6
  248. '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.'
  249. 'We were still coming the other volunteers, but you yourself to meet them at the meeting.'
  250. 'You can look around here, if that appeals to me.'
  251. end
  252. act 'In the corridor':gt 'buklinik', 'holl'
  253. end
  254. --- buklinik ---------------------------------