303_vokzal 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # vokzal
  2. '<center><H4>Station</H4></center>'
  3. '<center><img src="images\etogame\vokzal.jpg"></center>'
  4. clr
  5. gs 'stat'
  6. gs 'time'
  7. temp = RAND(1,100)
  8. if temp > 70: 'You see <a href="exec: GT ''etoexhib'',''pos54''">suspicious character.</a>'
  9. act 'Leave': minut += 15 & gt 'nord'
  10. act 'Exit to the northern highway': minut += 15 & nroad = 0 & gt 'road'
  11. if money >= 200:
  12. act 'Buy a ticket to the town':
  13. cls
  14. money -= 200
  15. minut += 15
  16. gs 'stat'
  17. '<center><img src="images\etogame\electri.jpg"></center>'
  18. 'You paid for the ticket and boarded the train going in the town.'
  19. 'After 15 minutes the train stopped at the station.'
  20. act 'To go further':
  21. cls
  22. minut += 15
  23. gs 'stat'
  24. '<center><img src="images\etogame\electri.jpg"></center>'
  25. 'After 15 minutes the train stopped at the station.'
  26. act 'To go further':
  27. cls
  28. minut += 15
  29. gs 'stat'
  30. '<center><img src="images\etogame\electri.jpg"></center>'
  31. 'After 15 minutes the train stopped at the station.'
  32. act 'To go further':
  33. cls
  34. minut += 15
  35. gs 'stat'
  36. '<center><img src="images\etogame\electri.jpg"></center>'
  37. 'After 15 minutes the train stopped in the Township.'
  38. act 'Exit': minut += 5 & nroad = 20 & gt 'VokzalG'
  39. end
  40. act 'Exit': minut += 5 & nroad = 15 & gt 'road'
  41. end
  42. act 'Exit': minut += 5 & nroad = 10 & gt 'road'
  43. end
  44. act 'Exit': minut += 5 & nroad = 5 & gt 'road'
  45. end
  46. end
  47. --- vokzal ---------------------------------