123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # vokzalperG
- $metka = $ARGS[0]
- $loc = $CURLOC
- $location_type = 'public_outdoors'
- CLOSE ALL
- if sound = 0:
- if month >=11 and month <= 12 or month >=1 and month <=3:
- if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
- if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
- else
- if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
- if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
- end
- end
- clr
- gs'stat'
- '<center><H4>Pavlovsk station platforms</H4></center>'
- '<center><img <<$set_imgh>> src="images/locations/shared/train/pavplat.jpg"></center>'
- '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.'
- if snarkozak = 1 and narkossista = 0 and narkozakday!day:
- if money >= 2000:
- act 'Find the drug dealer':gs 'events', 'snarkozaka'
- end
- end
- if Trainpass_day > daystart:
- act 'Take a train to the old town': gt 'vokzalGin', 'oldtown'
- act 'Take a train to the village of Gadyukino': gt 'vokzalGin', 'village'
- act 'Take a train to the the communal village': gt 'vokzalGin', 'communal'
- act 'Take a train to city industrial area': gt 'vokzalGin', 'ind'
- act 'Take a train to city center': gt 'vokzalGin', 'centre'
- end
- act 'Return to the station building': gt'vokzalGin'
- --- vokzalperG ---------------------------------
|