vokzalGin 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. # vokzalGin
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. clr
  5. frost = 0
  6. poezddalsled = 0
  7. gs 'vokdin'
  8. gs 'vokdinvera'
  9. gs 'vokmantoiev'
  10. gs 'stat'
  11. fcolor = rgb(0, 0, 0)
  12. bcolor = rgb(255, 255, 255)
  13. lcolor = rgb(106, 90, 205)
  14. '<center><h4>Station</h4></center>'
  15. '<center><img src="images/qwest/alter/vokzal.jpg"></center>'
  16. 'In the center of the station waiting room and <a href="exec:dynamic $din_vokzalg_kassi">Case</a> with the scoreboard. In one wing are <a href="exec:dynamic $din_vokzalg_kabinet">offices bosses</a>, and in the other <a href="exec:minut += 1 & dynamic $din_vokzalg_toilet">Toilets</a>.'
  17. if katalkinSexOnce = 1:'There is a small <a href="exec:minut += 5 & gt ''katalkin''">police</a> station inside the terminal.'
  18. if podbros = 0:
  19. podrand = rand(0, 1)
  20. if money >= 1000 and hour >= 8 and hour <= 20 and podrand = 0:'Walking along the station you notice how a man falls thick <a href="exec:dynamic $din_vokzalg_podbros">purse</a>.'
  21. end
  22. act 'Leave':minut += 3 & gt 'vokzalG'
  23. if vokzalVork >= 1:
  24. if cleZalDay ! day:
  25. act 'Mopping the floor in the waiting room':
  26. cls
  27. cleZalDay = day
  28. minut += 60
  29. sweat += 1
  30. if vital < 15:vital += rand(0, 1)
  31. if stren < 15:stren += rand(0, 1)
  32. gs 'stat'
  33. '<center><img src="images/etogame/clener1.jpg"></center>'
  34. 'You took inventory, poured water into a bucket and began to wash the floor in the waiting room.'
  35. act 'Leave':minut += 1 & gt 'vokzalGin'
  36. end
  37. end
  38. if cleMTDay ! day:
  39. act 'Mopping the floor in the men''s room':
  40. cls
  41. cleMTDay = day
  42. minut += 30
  43. sweat += 1
  44. if vital < 15:vital += rand(0, 1)
  45. if stren < 15:stren += rand(0, 1)
  46. gs 'stat'
  47. '<center><img src="images/etogame/clener1.jpg"></center>'
  48. 'You took inventory, poured water into a bucket and went to the men''s room.'
  49. dynamic $d_vok_man_toilet_event
  50. !!'You began to wash the floor in the men''s room, and then began to scrub toilets.'
  51. act 'Leave':minut += 1 & gt 'vokzalGin'
  52. end
  53. end
  54. if cleWTDay ! day:
  55. act 'Mopping the floor in the women''s restroom':
  56. cls
  57. cleWTDay = day
  58. minut += 30
  59. sweat += 1
  60. if vital < 15:vital += rand(0, 1)
  61. if stren < 15:stren += rand(0, 1)
  62. gs 'stat'
  63. '<center><img src="images/etogame/clener1.jpg"></center>'
  64. 'You took inventory, poured water into a bucket and began to wash the floor in the ladies'' room, and then began to scour bowls.'
  65. dynamic $d_vokzal_vera_talk
  66. act 'Leave':minut += 1 & gt 'vokzalGin'
  67. end
  68. end
  69. if cleMTDay = day and cleWTDay = day and cleZalDay = day and cleZarplatDay ! day:
  70. act 'Get salary':
  71. cls
  72. cleZarplatDay = day
  73. vokzalVork += 1
  74. money += 250
  75. minut += 3
  76. gs 'stat'
  77. 'You went to the cashier and got their money.'
  78. act 'Leave':minut += 1 & gt 'vokzalGin'
  79. end
  80. end
  81. end
  82. if hour = 11 and minut = 0:
  83. poezddalsled = 1
  84. 'The platform comes long-distance trains.'
  85. elseif hour = 11 and minut > 0 and minut < 30:
  86. poezddalsled = 1
  87. 'At the platform stands distance trains.'
  88. elseif hour = 11 and minut = 30:
  89. poezddalsled = 1
  90. 'Platform serving long-distance trains.'
  91. elseif hour = 18 and minut = 0:
  92. poezddalsled = 1
  93. 'The platform comes long-distance trains.'
  94. elseif hour = 18 and minut > 0 and minut < 30:
  95. poezddalsled = 1
  96. 'At the platform stands distance trains.'
  97. elseif hour = 18 and minut = 30:
  98. poezddalsled = 1
  99. 'Platform serving long-distance trains.'
  100. end
  101. if poezddalsled = 1:
  102. 'Platform fussy run hucksters vtyuhivat their goods train passengers. On the part of all this fuss watches Police.'
  103. if tovarL > 0:
  104. act 'Vtyuhivat their goods passengers.':gt 'vokzaltorg'
  105. end
  106. end
  107. --- vokzalGin ---------------------------------