1
0

vokzalper.qsrc 946 B

123456789101112131415161718192021222324
  1. # vokzalper
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $location_type = 'public_outdoors'
  5. gs 'stat'
  6. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/trainstation/vokzalper.jpg" ></center>'
  7. 'When you arrive at the platform, you can''t help but notice it bustling with activity. Lots of passengers are coming and going, all carrying large bags. It feels like it is always busy here, no matter at what time of the day you are here.'
  8. if Trainpass_day > daystart:
  9. act 'Take a train to the city center': gt 'vokzalholle', 'centre'
  10. act 'Take a train to the old platform by the communal village': gt 'vokzalholle', 'communal'
  11. act 'Take a train to the village of Gadyukino': gt 'vokzalholle', 'village'
  12. act 'Take a train to the old town': gt 'vokzalholle', 'oldtown'
  13. act 'Take a train to Pavlovsk': gt 'vokzalholle', 'pavlovsk'
  14. end
  15. act 'Return to the station hall':gt 'vokzalholle' & minut+=5
  16. --- vokzalper ---------------------------------