buklinik.qsrc 15 KB

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