123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134 |
- # vokzalGin
- $metka = $ARGS[0]
- $loc = $CURLOC
- CLOSE ALL
- if sound = 0:PLAY 'sound/vokzal2.mp3',30
- clr
- frost = 0
- poezddalsled = 0
- gs 'vokdin'
- gs 'vokdinvera'
- gs 'stat'
- fcolor = rgb(0, 0, 0)
- bcolor = rgb(255, 255, 255)
- lcolor = rgb(106, 90, 205)
- '<center><h4>Pavlovsk train station interior</h4></center>'
- '<center><img src="images/qwest/alter/vokzal.jpg"></center>'
- 'The center of the station building is a large waiting room, where passengers can wait until their train arrives. Off to one side, the <a href="exec:dynamic $din_vokzalg_kassi">ticket office</a> is situated next to the departures board. Opposite to that you can find the <a href="exec:dynamic $din_vokzalg_kabinet">station manager''s office</a>, and the <a href="exec:minut += 1 & gt ''vokmantoiev'', ''start''">toilets</a> on the other end of the building.'
- 'You can go to the train <a href="exec:GT ''vokzalperG'',''start''">platforms</a> through the station building.'
- if katalkinSexOnce = 1:'There is a small <a href="exec:minut += 5 & gt ''katalkin''">police station</a> inside the station building.'
- if podbros = 0:
- podrand = rand(0, 1)
- 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:dynamic $din_vokzalg_podbros">wallet</a> dropping from his pocket, not far away from you.'
- end
- act 'Leave the station building':minut += 3 & gt 'vokzalG'
- if vokzalVork >= 1:
- if cleZalDay ! daystart:
- act 'Mop the waiting room floor (1:00)':
- cls
- cleZalDay = daystart
- minut += 60
- sweat += 1
- if vital < 15:vital += rand(0, 1)
- if stren < 15:stren += rand(0, 1)
- gs 'stat'
- '<center><img src="images/etogame/clener1.jpg"></center>'
- '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.'
- act 'Continue':minut += 1 & gt 'vokzalGin'
- end
- end
- if cleMTDay ! daystart:
- act 'Clean the men''s restroom (0:30)':
- cls
- cleMTDay = daystart
- minut += 30
- sweat += 1
- if vital < 15:vital += rand(0, 1)
- if stren < 15:stren += rand(0, 1)
- gs 'stat'
- '<center><img src="images/etogame/clener1.jpg"></center>'
- 'You take some cleaning supplies from the maintenance closet, pour some water and soap into a bucket and go to the men''s room.'
- gs 'vokmantoiev', 'toilet_event'
- !!'You began to wash the floor in the men''s room, and then began to scrub toilets.'
- act 'Leave':minut += 1 & gt 'vokzalGin'
- end
- end
- if cleWTDay ! daystart:
- act 'Clean the women''s restroom (0:30)':
- cls
- cleWTDay = daystart
- minut += 30
- sweat += 1
- if vital < 15:vital += rand(0, 1)
- if stren < 15:stren += rand(0, 1)
- gs 'stat'
- '<center><img src="images/etogame/clener1.jpg"></center>'
- '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.'
- dynamic $d_vokzal_vera_talk
- act 'Leave':minut += 1 & gt 'vokzalGin'
- end
- end
- if cleMTDay = daystart and cleWTDay = daystart and cleZalDay = daystart and cleZarplatDay ! daystart:
- act 'Collect your salary':
- cls
- cleZarplatDay = daystart
- vokzalVork += 1
- money += 250
- minut += 3
- gs 'stat'
- 'When you are done cleaning all the places you were told to clean, you go to the cashier and collect your well-earned salary.'
- act 'Continue':minut += 1 & gt 'vokzalGin'
- end
- end
- end
- if hour = 11 and minut = 0:
- poezddalsled = 1
- 'The 11:30 long-distance train is currently approaching the platform.'
- elseif hour = 11 and minut > 0 and minut < 30:
- poezddalsled = 1
- 'The 11:30 long-distance train is currently waiting at the platform.'
- elseif hour = 11 and minut = 30:
- poezddalsled = 1
- 'The 11:30 long-distance train is currently leaving the station.'
- elseif hour = 18 and minut = 0:
- poezddalsled = 1
- 'The 18:30 long-distance train is currently approaching the platform.'
- elseif hour = 18 and minut > 0 and minut < 30:
- poezddalsled = 1
- 'The 18:30 long-distance train is currently waiting at the platform.'
- elseif hour = 18 and minut = 30:
- poezddalsled = 1
- 'The 18:30 long-distance train is currently leaving the station.'
- end
- if poezddalsled = 1:
- '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.'
- if tovarL > 0:
- act 'Sell your goods to passengers':gt 'vokzaltorg'
- end
- end
- --- vokzalGin ---------------------------------
|