pavtrainhall.qsrc 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. # pavtrainhall
  2. if $ARGS[0] = '':
  3. $metka = ''
  4. $loc = 'pavtrainhall'
  5. $menu_loc = 'pavtrainhall'
  6. $menu_arg = ''
  7. menu_off = 0
  8. $location_type = 'public_indoors'
  9. CLOSE ALL
  10. if sound = 0:PLAY 'sound/vokzal2.mp3',30
  11. clr
  12. frost = 0
  13. poezddalsled = 0
  14. gs 'stat'
  15. gs 'themes', 'indoors'
  16. '<center><h4>Pavlovsk train station interior</h4></center>'
  17. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
  18. 'The center of the station building is a large waiting room, where passengers can wait until their train arrives. Opposite to that you can find the <a href="exec: gt ''pavtrainhall_events'', ''manager''">station manager''s office</a>, and the <a href="exec:minut += 1 & gt ''pavtrainhall'', ''toilet''">toilets</a> on the other end of the building.'
  19. 'The long-distance trains are at the station platforms between 11:00-11:30 and 18:00-18:30.'
  20. *nl
  21. if katalkinSexOnce = 1:'There is a small <a href="exec:minut += 5 & gt ''katalkin''">police station</a> inside the station building.'
  22. *nl
  23. if StoryLine = 1 and SchoolAtestat = 0:
  24. if (sunWeather = 0 or temper <= 0) and hour >= 18 and hour < 20 and week < 6:
  25. 'You see your classmates <a href="exec:minut += 3 & gt ''gopskver''">Vitek, Dan and Vasily</a> hanging around here.'
  26. end
  27. end
  28. if podbros = 0:
  29. podrand = rand(0, 1)
  30. if money >= 1000 and hour >= 8 and hour <= 20 and podrand = 0:'As you walk through the station building, you notice a man''s thick <a href="exec: gt ''pavtrainhall_events'', ''wallet1''">wallet</a> dropping from his pocket, not far away from you.'
  31. *nl
  32. end
  33. act 'Leave the train station':minut += 3 & gt 'pavtrain'
  34. if Trainpass_day > daystart:
  35. 'You have <<Trainpass_day - daystart>> days left on your train pass.'
  36. act 'Go to the platforms': gt 'pavtrainhall', 'platform'
  37. else
  38. act 'Go to the ticket office': gt 'pavtrainhall', 'ticket'
  39. end
  40. if snarkozak = 1 and narkossista = 0 and narkozakday!day:
  41. if money >= 1500:
  42. act 'Find the drug dealer':gs 'events', 'snarkozaka'
  43. end
  44. end
  45. if vokzalVork >= 1:
  46. if cleZalDay ! daystart or cleMTDay ! daystart or cleWTDay ! daystart:
  47. act 'Work': gt 'pavtrainhall', 'work'
  48. elseif cleZarplatDay ! daystart:
  49. act 'Collect your salary':
  50. *clr & cla
  51. '<center><h4>Pavlovsk train station interior</h4></center>'
  52. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
  53. cleZarplatDay = daystart
  54. vokzalVork += 1
  55. money += 130
  56. minut += 3
  57. gs 'stat'
  58. 'When you are done cleaning all the places you were told to clean, you go to the cashier and collect your well-earned salary.'
  59. act 'Continue':minut += 1 & gt 'pavtrainhall'
  60. end
  61. end
  62. end
  63. *nl
  64. if hour = 11 and minut = 0:
  65. poezddalsled = 1
  66. 'The 11:30 long-distance train is currently approaching the platform.'
  67. elseif hour = 11 and minut > 0 and minut < 30:
  68. poezddalsled = 1
  69. 'The 11:30 long-distance train is currently waiting at the platform.'
  70. elseif hour = 11 and minut = 30:
  71. poezddalsled = 1
  72. 'The 11:30 long-distance train is currently leaving the station.'
  73. elseif hour = 18 and minut = 0:
  74. poezddalsled = 1
  75. 'The 18:30 long-distance train is currently approaching the platform.'
  76. elseif hour = 18 and minut > 0 and minut < 30:
  77. poezddalsled = 1
  78. 'The 18:30 long-distance train is currently waiting at the platform.'
  79. elseif hour = 18 and minut = 30:
  80. poezddalsled = 1
  81. 'The 18:30 long-distance train is currently leaving the station.'
  82. end
  83. if poezddalsled = 1:
  84. 'The platform is bustling with passengers that are entering or leaving the currently waiting train, carrying their heavy bags with them. Several police officers are patrolling the platforms while the train is here, keeping an eye out for any unruly activities.'
  85. if tovarL > 0:
  86. act 'Sell your goods to passengers':gt 'pavtrainhall_events', 'trinkets'
  87. end
  88. end
  89. act 'Wait':gs 'obj_din', 'wait'
  90. end
  91. if $ARGS[0] = 'platform':
  92. $loc = 'pavtrainhall'
  93. $metka = 'platform'
  94. $menu_loc = 'pavtrainhall'
  95. $menu_arg = 'platform'
  96. menu_off = 0
  97. $location_type = 'public_outdoors'
  98. CLOSE ALL
  99. if sound = 0:
  100. if month >=11 and month <= 12 or month >=1 and month <=3:
  101. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  102. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  103. else
  104. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
  105. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  106. end
  107. end
  108. *clr & cla
  109. gs'stat'
  110. '<center><H4>Pavlovsk station platforms</H4></center>'
  111. '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg"></center>'
  112. 'Because Pavlovsk is a place that attracts a fair amount of tourists, the station can be quite busy at times. The busiest times on the platforms are between 11:00 and 11:30, and between 18:00 and 18:30 when the long-distance trains are ready for boarding.'
  113. act 'Return to the train station': gt'pavtrainhall'
  114. if Trainpass_day > daystart:
  115. act 'Take a train to the old town': gt 'pavtrainhall', 'oldtown'
  116. act 'Take a train to the village of Gadukino': gt 'pavtrainhall', 'village'
  117. act 'Take a train to the the communal village': gt 'pavtrainhall', 'communal'
  118. act 'Take a train to city industrial area': gt 'pavtrainhall', 'ind'
  119. act 'Take a train to city center': gt 'pavtrainhall', 'centre'
  120. end
  121. end
  122. if $ARGS[0] = 'work':
  123. menu_off = 1
  124. *clr & cla
  125. '<center><h4>Pavlovsk train station interior</h4></center>'
  126. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
  127. if cleZalDay ! daystart:
  128. act 'Mop the waiting room floor (1:00)':
  129. cls
  130. cleZalDay = daystart
  131. gs 'exercise', 'tier1', 60, 'stren_exp', 'vital_exp'
  132. pcs_mood -= 6
  133. gs 'stat'
  134. '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
  135. 'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and wash the floor in the waiting room.'
  136. act 'Continue':minut += 1 & gt 'pavtrainhall', 'work'
  137. end
  138. end
  139. if cleMTDay ! daystart:
  140. act 'Clean the men''s restroom (0:30)':
  141. cls
  142. cleMTDay = daystart
  143. gs 'exercise', 'tier1', 30, 'stren_exp', 'vital_exp'
  144. pcs_mood -= 6
  145. gs 'stat'
  146. '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
  147. 'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and go to the men''s room.'
  148. gs 'pavtrainhall_events', 'toilet_event'
  149. !!'You began to wash the floor in the men''s room, and then began to scrub toilets.'
  150. act 'Leave restroom':minut += 1 & gt 'pavtrainhall', 'work'
  151. end
  152. end
  153. if cleWTDay ! daystart:
  154. act 'Clean the women''s restroom (0:30)':
  155. cls
  156. cleWTDay = daystart
  157. gs 'exercise', 'tier1', 30, 'stren_exp', 'vital_exp'
  158. pcs_mood -= 6
  159. gs 'stat'
  160. '<center><img <<$set_imgh>> src="images/locations/city/residential/office/clener1.jpg"></center>'
  161. 'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and scrub the toilets in the ladies'' room before mopping the floor.'
  162. gs 'pavtrainhall_events', 'vera'
  163. act 'Leave restroom':minut += 1 & gt 'pavtrainhall', 'work'
  164. end
  165. end
  166. act 'Return': gt 'pavtrainhall'
  167. end
  168. if $ARGS[0] = 'ticket':
  169. menu_off = 1
  170. cls
  171. gs 'stat'
  172. '<center><h4>Ticket office</h4></center>'
  173. '<center><img <<$set_imgh>> src="images/locations/shared/train/kassa.jpg"></center>'
  174. act 'Leave the ticket office':minut += 1 & gt 'pavtrainhall'
  175. if money >= 50:
  176. act 'Buy a ticket':
  177. cla
  178. gs 'pavtrainhall', 'buy_ticket'
  179. end
  180. end
  181. if money >= 1500 and Trainpass_day <= daystart:
  182. act 'Buy a weekly pass (7 days - 1500 <b>₽</b>) ':
  183. cla
  184. money -= 1500
  185. Trainpass_day = daystart + 7
  186. act 'Return': gt 'pavtrainhall'
  187. end
  188. end
  189. if money >= 5500 and Trainpass_day <= daystart:
  190. act 'Buy a monthly pass (30day - 5500 <b>₽</b>)':
  191. cla
  192. money -= 5500
  193. Trainpass_day = daystart + 30
  194. act 'Return': gt 'pavtrainhall'
  195. end
  196. end
  197. end
  198. if $ARGS[0] = 'buy_ticket':
  199. menu_off = 1
  200. act 'Leave the ticket office':minut += 1 & gt 'pavtrainhall'
  201. if money >= 50:
  202. act 'Buy a ticket to the old town (50 <b>₽</b>)':
  203. money -= 50
  204. gt 'pavtrainhall', 'oldtown'
  205. end
  206. end
  207. if money >= 75:
  208. act 'Buy a ticket to the village of Gadukino (75 <b>₽</b>)':
  209. money -= 75
  210. gt 'pavtrainhall', 'village'
  211. end
  212. end
  213. if money >= 100:
  214. act 'Buy a ticket to the the communal village (100 <b>₽</b>)':
  215. money -= 100
  216. gt 'pavtrainhall', 'communal'
  217. end
  218. end
  219. if money >= 125:
  220. act 'Buy a ticket to city industrial area (125 <b>₽</b>)':
  221. money -= 125
  222. gt 'pavtrainhall', 'ind'
  223. end
  224. end
  225. if money >= 150:
  226. act 'Buy a ticket to city center (150 <b>₽</b>)':
  227. money -= 150
  228. gt 'pavtrainhall', 'centre'
  229. end
  230. end
  231. end
  232. if $ARGS[0] = 'oldtown':
  233. $loc = 'train'
  234. $metka = 'oldtown'
  235. $menu_loc = 'train'
  236. $menu_arg = 'oldtown'
  237. menu_off = 0
  238. minut += 5
  239. if rand(1, 100) < 20: gt 'train', 'events'
  240. gs 'stat'
  241. '<center><img <<$set_imgh>> src="images/locations/shared/train/pushplat.jpg" ></center>'
  242. 'After 5 minutes, the train stops at old platform by the old town of Pushkin. Famous for its extensive park and old historic buildings, the locals are known to be eccentric but that adds to the charm.'
  243. act 'Get off the train':
  244. if rand(1, 100) <= 5: gt 'train_incidental', 'end'
  245. gt 'train', 'oldtown'
  246. end
  247. end
  248. if $ARGS[0] = 'village':
  249. $loc = 'train'
  250. $metka = 'village'
  251. $menu_loc = 'train'
  252. $menu_arg = 'village'
  253. menu_off = 0
  254. minut += 15
  255. if rand(1, 100) <= 10: gt 'train_incidental', 'events'
  256. if rand(1, 100) < 20: gt 'train', 'events'
  257. gs 'stat'
  258. '<center><img <<$set_imgh>> src="images/locations/shared/train/gadplat.jpg" ></center>'
  259. 'After 15 minutes, the train stops at the small station near the village of Gadukino.'
  260. act 'Get off the train':
  261. if rand(1, 100) <= 5: gt 'train_incidental', 'end'
  262. gt 'train', 'village'
  263. end
  264. end
  265. if $ARGS[0] = 'communal':
  266. $loc = 'train'
  267. $metka = 'communal'
  268. $menu_loc = 'train'
  269. $menu_arg = 'communal'
  270. menu_off = 0
  271. minut += 25
  272. if rand(1, 100) <= 10: gt 'train_incidental', 'events'
  273. if rand(1, 100) <= 20: gt 'train', 'events'
  274. gs 'stat'
  275. '<center><img <<$set_imgh>> src="images/locations/shared/train/oldplat.jpg" ></center>'
  276. 'After 20 minutes you arrive at an old railway platform near the communal village.'
  277. act 'Get off the train':
  278. if rand(1, 100) <= 5: gt 'train_incidental', 'end'
  279. gt 'train', 'communal'
  280. end
  281. end
  282. if $ARGS[0] = 'ind':
  283. $loc = 'nordtrain'
  284. $metka = 'platform'
  285. $menu_loc = 'nordtrain'
  286. $menu_arg = 'platform'
  287. menu_off = 0
  288. minut += 35
  289. if rand(1, 100) < 15: gt 'train', 'private'
  290. if rand(1, 100) < 30: gt 'train', 'Gopnik'
  291. if rand(1, 100) <= 10: gt 'train_incidental', 'events'
  292. if rand(1, 100) <= 20: gt 'train', 'events'
  293. gs 'stat'
  294. '<center><img <<$set_imgh>> src="images/locations/shared/train/indusplat.jpg" ></center>'
  295. 'After 35 minutes, the train stops at the St. Petersburg city industrial area station.'
  296. act 'Get off the train':
  297. if rand(1, 100) <= 5: gt 'train_incidental', 'end'
  298. gt 'nordtrain', 'platform'
  299. end
  300. end
  301. if $ARGS[0] = 'centre':
  302. $loc = 'cityTrain'
  303. $metka = 'inside'
  304. $menu_loc = 'cityTrain'
  305. $menu_arg = 'inside'
  306. menu_off = 0
  307. minut += 40
  308. if rand(1, 100) < 15: gt 'train', 'private'
  309. if rand(1, 100) < 30: gt 'train', 'Gopnik'
  310. if rand(1, 100) <= 10: gt 'train_incidental', 'events'
  311. if rand(1, 100) <= 20: gt 'train', 'events'
  312. gs 'stat'
  313. '<center><img <<$set_imgh>> src="images/locations/shared/train/cityplat.jpg" ></center>'
  314. 'After 40 minutes, the train stops at the St. Petersburg city center station. The large office blocks and shopping centers fill your view.'
  315. act 'Get off the train':
  316. if rand(1, 100) <= 5: gt 'train_incidental', 'end'
  317. gt 'cityTrain', 'inside'
  318. end
  319. end
  320. if $ARGS[0] = 'toilet':
  321. $menu_loc = 'pavtrainhall'
  322. $menu_arg = 'toilet'
  323. menu_off = 0
  324. cls
  325. vokzalToilet = 0
  326. gs 'stat'
  327. '<center><h4>Pavlovsk train station interior</h4></center>'
  328. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzal.jpg"></center>'
  329. 'You are at the station''s restrooms, you can find the <a href="exec:minut += 1 & gt ''pavtrainhall'', ''female''">ladies'' room</a> and <a href="exec:minut += 1 & gt ''pavtrainhall'', ''male''">men''s room</a> here.'
  330. act 'Return to the train station':minut += 1 & gt 'pavtrainhall'
  331. end
  332. if $ARGS[0] = 'female':
  333. $locM = 'pavtrainhall'
  334. $metkaM = 'female'
  335. $loc = 'pavtrainhall'
  336. $metka = 'female'
  337. $menu_loc = 'pavtrainhall'
  338. $menu_arg = 'female'
  339. menu_off = 0
  340. $location_type = 'bathroom'
  341. cls
  342. vokzalToilet = 1
  343. gs 'stat'
  344. '<center><h4>The ladies'' room</h4></center>'
  345. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
  346. 'You open the door to the ladies'' room and go in.'
  347. act 'Leave':minut += 1 & gt 'pavtrainhall', 'toilet'
  348. act 'Look in the mirror': gt 'mirror', 'start'
  349. dynamic $tampon
  350. dynamic $quickwash
  351. dynamic $basin
  352. dynamic $removepan
  353. end
  354. if $ARGS[0] = 'male':
  355. $locM = 'pavtrainhall'
  356. $metkaM = 'male'
  357. $loc = 'pavtrainhall'
  358. $metka = 'male'
  359. $menu_loc = 'pavtrainhall'
  360. $menu_arg = 'male'
  361. menu_off = 0
  362. $location_type = 'bathroom'
  363. cls
  364. vokzalToilet = 2
  365. gs 'stat'
  366. '<center><h4>The men''s room</h4></center>'
  367. '<center><img <<$set_imgh>> src="images/locations/shared/bathroom/publictoilet.jpg"></center>'
  368. 'You open the door to the men''s room and go in.'
  369. act 'Leave':minut += 1 & gt 'pavtrainhall', 'toilet'
  370. if bimbolevel >= 1:
  371. act 'Wait and see if someone finds you':gt 'trainbimbo', 'pos1'
  372. act 'Quickly enter a stall':gt 'trainbimbo', 'pos5'
  373. end
  374. act 'Look in the mirror':gt 'mirror', 'start'
  375. dynamic $tampon
  376. dynamic $quickwash
  377. dynamic $basin
  378. end
  379. --- pavtrainhall ---------------------------------