1
0

buklinik 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380
  1. # buklinik
  2. if $ARGS[0] = 'start':
  3. cla
  4. clr
  5. *clr
  6. minut += 5
  7. gs 'stat'
  8. if night_mode = 1:
  9. fcolor = rgb(255, 255, 255)
  10. bcolor = rgb(0, 0, 0)
  11. lcolor = rgb(106, 90, 205)
  12. else
  13. fcolor = rgb(0, 0, 0)
  14. bcolor = rgb(255, 255, 255)
  15. lcolor = rgb(106, 90, 205)
  16. end
  17. '<center><b>Mercy clinic</b></center>'
  18. '<center><img src="images/locations/city/industrial/mercyclinic/bukli.jpg"></center>'
  19. 'Working hours: 9 to 17'
  20. temp = rand(1, 10)
  21. if temp = 9:'You see the crowd of homeless people trying to get to a shelter.'
  22. if temp = 2:'You see a homeless person trying to get into a shelter.'
  23. if temp = 3:'You see an old man who came to the shelter.'
  24. if hour >= 9 and hour <= 17:
  25. act 'Go to the clinic':gt 'buklinik', 'holl'
  26. end
  27. act 'Leave':gt 'nord'
  28. end
  29. if $ARGS[0] = 'holl':
  30. cla
  31. clr
  32. *clr
  33. minut += 5
  34. gs 'stat'
  35. if night_mode = 1:
  36. fcolor = rgb(255, 255, 255)
  37. bcolor = rgb(0, 0, 0)
  38. lcolor = rgb(106, 90, 205)
  39. else
  40. fcolor = rgb(0, 0, 0)
  41. bcolor = rgb(255, 255, 255)
  42. lcolor = rgb(106, 90, 205)
  43. end
  44. '<center><b>Mercy Clinic. hall</b></center>'
  45. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_holl.jpg"></center>'
  46. 'Hospital corridor.'
  47. if StoryLine = 1 and SchoolAtestat = 0 and kanikuli = 0 and week < 6 and bumtolik >= 5:
  48. !r125
  49. 'Your rabochie days on the weekends, today is not here is.'
  50. else
  51. if bumtolik > 4:'Things are stored on<a href="exec:gt ''buklinik'', ''sklad''"> stock</a>.'
  52. if bumtolik > 5:'The entrance is located<a href="exec:gt ''buklinik'', ''registr3''"> Registry</a>.'
  53. if bumtolik > 5:'Opposite the registry is<a href="exec:gt ''buklinik'', ''olga2''"> Olga Account</a>.'
  54. if bumtolik > 5:'At the end of the corridor<a href="exec:gt ''buklinik'', ''shower''"> shower room</a>.'
  55. if bumtolik = 6:'<a href="exec:gt ''buklinik'', ''spal''">Number of people</a>.'
  56. if bumtolik > 6:'Sleeps. (I go there any more naked)'
  57. if bumtolik > 5:'<a href="exec:gt ''buklinik'', ''stol''">Family Dining Room</a> residents.'
  58. if bumtolik > 5:'office in charge<a href="exec:gt ''buklinik'', ''sec''"> Jeanne</a>.'
  59. if bumtolik > 5:'Account coordinator<a href="exec:gt ''buklinik'', ''dir''"> faith</a>.'
  60. end
  61. if (SchoolAtestat = 0 and bumtolik = 0) or bumtolik = 4:
  62. act 'Apply to the registry':gt 'buklinik', 'registr'
  63. end
  64. act 'Leave':gt 'nord'
  65. end
  66. if $ARGS[0] = 'registr':
  67. cla
  68. clr
  69. *clr
  70. minut += 15
  71. gs 'stat'
  72. fcolor = rgb(0, 0, 0)
  73. bcolor = rgb(255, 255, 255)
  74. lcolor = rgb(106, 90, 205)
  75. '<center><b>Mercy Clinic. desk</b></center>'
  76. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  77. 'In registature sit two women in white coats.'
  78. if StoryLine = 1 and SchoolAtestat = 0 and bumtolik < 5:
  79. !r125
  80. 'You: - Hello, my name is <<$pcs_firstname>>, I heard that you can volunteers...'
  81. '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.'
  82. '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.'
  83. else
  84. 'You:- Hello, my name is <<$pcs_firstname>>, I am with the work. Girl named Olga gave me this card, said that you need employees.'
  85. '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.'
  86. end
  87. act 'I knew you, I have to think':gt 'nord'
  88. act 'agree':gt 'buklinik', 'registr2'
  89. end
  90. if $ARGS[0] = 'registr2':
  91. cla
  92. clr
  93. *clr
  94. minut += 15
  95. bumtolik = 5
  96. gs 'stat'
  97. if night_mode = 1:
  98. fcolor = rgb(255, 255, 255)
  99. bcolor = rgb(0, 0, 0)
  100. lcolor = rgb(106, 90, 205)
  101. else
  102. fcolor = rgb(0, 0, 0)
  103. bcolor = rgb(255, 255, 255)
  104. lcolor = rgb(106, 90, 205)
  105. end
  106. '<center><b>Mercy Clinic. desk</b></center>'
  107. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  108. 'You:- Well, I think I can handle it. Where do I start?'
  109. '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.'
  110. '(You fill out the form)'
  111. '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.'
  112. act 'In the corridor':gt 'buklinik', 'holl'
  113. end
  114. if $ARGS[0] = 'registr3':
  115. cla
  116. clr
  117. *clr
  118. minut += 15
  119. gs 'stat'
  120. if night_mode = 1:
  121. fcolor = rgb(255, 255, 255)
  122. bcolor = rgb(0, 0, 0)
  123. lcolor = rgb(106, 90, 205)
  124. else
  125. fcolor = rgb(0, 0, 0)
  126. bcolor = rgb(255, 255, 255)
  127. lcolor = rgb(106, 90, 205)
  128. end
  129. '<center><b>Mercy Clinic. desk</b></center>'
  130. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_reg.jpg"></center>'
  131. 'In registature usually sit either Karina or Regina.'
  132. act 'In the corridor':gt 'buklinik', 'holl'
  133. end
  134. if $ARGS[0] = 'sklad':
  135. cla
  136. clr
  137. *clr
  138. minut += 5
  139. gs 'stat'
  140. if night_mode = 1:
  141. fcolor = rgb(255, 255, 255)
  142. bcolor = rgb(0, 0, 0)
  143. lcolor = rgb(106, 90, 205)
  144. else
  145. fcolor = rgb(0, 0, 0)
  146. bcolor = rgb(255, 255, 255)
  147. lcolor = rgb(106, 90, 205)
  148. end
  149. '<center><b>Mercy Clinic. warehouse</b></center>'
  150. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_sklad.jpg"></center>'
  151. 'Warehouse all packages littered with things.'
  152. if bumtolik = 5:act 'Find Olga':gt 'buklinik', 'olga'
  153. act 'In the corridor':gt 'buklinik', 'holl'
  154. end
  155. if $ARGS[0] = 'olga':
  156. cla
  157. clr
  158. *clr
  159. minut += 5
  160. gs 'stat'
  161. if night_mode = 1:
  162. fcolor = rgb(255, 255, 255)
  163. bcolor = rgb(0, 0, 0)
  164. lcolor = rgb(106, 90, 205)
  165. else
  166. fcolor = rgb(0, 0, 0)
  167. bcolor = rgb(255, 255, 255)
  168. lcolor = rgb(106, 90, 205)
  169. end
  170. '<center><b>Your colleague Olga</b></center>'
  171. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  172. '(Olga - groomed and cute brunette with a kind smile.)'
  173. if bumtolik = 5:
  174. '- 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.'
  175. '- <<$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.'
  176. 'Olga:- You do not mind go to you?'
  177. 'You:- I am in favor.'
  178. '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.'
  179. end
  180. act 'By office manager':gt 'buklinik', 'sec'
  181. end
  182. if $ARGS[0] = 'sec':
  183. cla
  184. clr
  185. *clr
  186. minut += 15
  187. gs 'stat'
  188. fcolor = rgb(0, 0, 0)
  189. bcolor = rgb(255, 255, 255)
  190. lcolor = rgb(106, 90, 205)
  191. '<center><b>Your colleague Jeanne</b></center>'
  192. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_sec.jpg"></center>'
  193. '(Jeanne and cheerful young blonde)'
  194. if bumtolik = 5:
  195. 'Olga:- Meet, it is our office manager Joan. Zhannochka we responsible for everything. If there are organizational issues addressed her.'
  196. 'Olga:- Zhannochka <<$pcs_nickname>> is our new volunteer.'
  197. 'Jeanne:- Wow! And you young <<$pcs_nickname>> bold. Very pleased to meet you!'
  198. 'You:- Thank you, mutually.'
  199. act 'To the head':gt 'buklinik', 'dir'
  200. elseif bumtolik > 5:
  201. '- Hello, <<$pcs_nickname>>!'
  202. act 'In the corridor':gt 'buklinik', 'holl'
  203. end
  204. end
  205. if $ARGS[0] = 'dir':
  206. cla
  207. clr
  208. *clr
  209. minut += 15
  210. gs 'stat'
  211. if night_mode = 1:
  212. fcolor = rgb(255, 255, 255)
  213. bcolor = rgb(0, 0, 0)
  214. lcolor = rgb(106, 90, 205)
  215. else
  216. fcolor = rgb(0, 0, 0)
  217. bcolor = rgb(255, 255, 255)
  218. lcolor = rgb(106, 90, 205)
  219. end
  220. '<center><b>Your colleague Vera</b></center>'
  221. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_dir.jpg"></center>'
  222. '(Vera overbearing and well-groomed lady)'
  223. if bumtolik = 5:
  224. 'Olga:- And this is our coordinator Vera ...'
  225. 'Vera:- Simply Vera.'
  226. 'Olga:- Vera is not only our coordinator, but the mastermind, she came up with it and created our organization.'
  227. 'You:- Very nice, <<$pcs_nickname>>!'
  228. 'Vera:- Welcome to contact us. (Vera you smile)'
  229. act 'complete familiarity':gt 'buklinik', 'olga2'
  230. elseif bumtolik > 5:
  231. '- Hello, <<$pcs_nickname>>!'
  232. act 'In the corridor':gt 'buklinik', 'holl'
  233. end
  234. end
  235. if $ARGS[0] = 'shower':
  236. cla
  237. clr
  238. *clr
  239. minut += 15
  240. gs 'stat'
  241. if night_mode = 1:
  242. fcolor = rgb(255, 255, 255)
  243. bcolor = rgb(0, 0, 0)
  244. lcolor = rgb(106, 90, 205)
  245. else
  246. fcolor = rgb(0, 0, 0)
  247. bcolor = rgb(255, 255, 255)
  248. lcolor = rgb(106, 90, 205)
  249. end
  250. '<center><b>Mercy Clinic. shower room</b></center>'
  251. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_show.jpg"></center>'
  252. 'Shared shower for guests'
  253. 'Here guests take a shower. Better unnecessarily here not to meddle.'
  254. act 'In the corridor':gt 'buklinik', 'holl'
  255. end
  256. if $ARGS[0] = 'stol':
  257. cla
  258. clr
  259. *clr
  260. minut += 15
  261. gs 'stat'
  262. if night_mode = 1:
  263. fcolor = rgb(255, 255, 255)
  264. bcolor = rgb(0, 0, 0)
  265. lcolor = rgb(106, 90, 205)
  266. else
  267. fcolor = rgb(0, 0, 0)
  268. bcolor = rgb(255, 255, 255)
  269. lcolor = rgb(106, 90, 205)
  270. end
  271. '<center><b>Mercy Clinic. dining room</b></center>'
  272. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_stol.jpg"></center>'
  273. 'Dining room for guests'
  274. 'Here guests take their food. Very lean diet, but they do.'
  275. act 'In the corridor':gt 'buklinik', 'holl'
  276. end
  277. if $ARGS[0] = 'spal':
  278. cla
  279. clr
  280. *clr
  281. minut += 15
  282. gs 'stat'
  283. if night_mode = 1:
  284. fcolor = rgb(255, 255, 255)
  285. bcolor = rgb(0, 0, 0)
  286. lcolor = rgb(106, 90, 205)
  287. else
  288. fcolor = rgb(0, 0, 0)
  289. bcolor = rgb(255, 255, 255)
  290. lcolor = rgb(106, 90, 205)
  291. end
  292. '<center><b>Mercy Clinic. bedrooms</b></center>'
  293. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_spal.jpg"></center>'
  294. 'Sleeping space for guests.'
  295. 'Who are there only. Alcoholics and homeless, vagrants and drug addicts. There are just people who have nowhere to sleep.'
  296. if bumtolik = 6:
  297. act 'hello':gt 'buklinik_event', 'pos1'
  298. end
  299. act 'In the corridor':gt 'buklinik', 'holl'
  300. end
  301. if $ARGS[0] = 'olga2':
  302. cla
  303. clr
  304. *clr
  305. minut += 15
  306. gs 'stat'
  307. if night_mode = 1:
  308. fcolor = rgb(255, 255, 255)
  309. bcolor = rgb(0, 0, 0)
  310. lcolor = rgb(106, 90, 205)
  311. else
  312. fcolor = rgb(0, 0, 0)
  313. bcolor = rgb(255, 255, 255)
  314. lcolor = rgb(106, 90, 205)
  315. end
  316. '<center><b>Your colleague Olga</b></center>'
  317. '<center><img src="images/locations/city/industrial/mercyclinic/bukli_olga.jpg"></center>'
  318. '(Olga - groomed and cute brunette with a kind smile.)'
  319. if bumtolik > 5:'- Hello, <<$pcs_nickname>>!'
  320. if buklinikDay = daystart:'- Today there is no more work, we can relax.'
  321. if bumtolik >= 7 and buklinikDay ! daystart:'- <<$pcs_nickname>>, We need help <a href="exec:gt ''buklinik_event'', ''pos6''">feed the needy</a>.'
  322. 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.'
  323. 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>.'
  324. if bumtolik = 10 and buklinikDay ! daystart: '- We need a babysitter for one very <a href="exec:GT ''buklinik_event'',''event0''">a strange man</a>.'
  325. if bumtolik = 11 and buklinikDay ! daystart: '- <<$pcs_nickname>>, you need to go to <a href="exec:GT ''buklinik_event'',''entrance'',0">Michael</a>.'
  326. if bumtolik = 12 and buklinikDay ! daystart: '- Waiting for you again <a href="exec:GT ''buklinik_event'',''entrance'',1">Michael</a>.'
  327. if bumtolik = 13 and buklinikDay ! daystart: '- <<$pcs_nickname>>, waiting for you again <a href="exec:GT ''buklinik_event'',''entrance'',2">Michael</a>.'
  328. if bumtolik = 14 and buklinikDay ! daystart: '- <<$pcs_nickname>>, <a href="exec:GT ''buklinik_event'',''entrance'',3">Michael</a> is waiting for you.'
  329. if bumtolik = 15 and buklinikDay ! daystart: '- <a href="exec:GT ''buklinik_event'',''entrance'',4">Michael</a> is Waiting for you.'
  330. if bumtolik = 16 and week = 1 and buklinikDay ! daystart: '- <a href="exec:GT ''buklinik_event'',''entrance'',5">Michael</a> is Waiting for you.'
  331. !bumtolik = 3000 if michael events stoped.
  332. if bumtolik = 5:
  333. bumtolik = 6
  334. '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.'
  335. 'We were still coming the other volunteers, but you yourself to meet them at the meeting.'
  336. 'You can look around here, if that appeals to me.'
  337. end
  338. act 'In the corridor':gt 'buklinik', 'holl'
  339. end
  340. --- buklinik ---------------------------------