vokzalGin 3.5 KB

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