vokzal.qsrc 841 B

123456789101112131415161718192021222324252627
  1. # vokzal
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $location_type = 'public_outdoors'
  5. cls
  6. gs'stat'
  7. '<center><B>Railway station</B></center>'
  8. '<center><img <<$set_imgh>> src="images/locations/city/shared/trainstation/vokzal.jpg"></center>'
  9. if car > 0 and cardrive = 19:
  10. cardrive = 19
  11. 'In the parking lot is <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  12. end
  13. if RAND(1,100) > 70:
  14. 'You see <a href="exec:GT ''etoexhib'',''pos54''">suspicious character.</a>'
  15. !fakes use 2 for aware of need for, 1 for have, otherwise 0
  16. if fakepassport = 2 or fakediplom = 2:
  17. 'When you pass by the suspicious character, he whispers to you: "I have what you want, miss"'
  18. end
  19. end
  20. act 'Go to the city industrial region': minut += 15 & gt'nord'
  21. act 'Enter the station building': minut += 2 & gt'vokzalholle'
  22. --- vokzal ---------------------------------