'
clr
gs 'stat'
gs 'time'
temp = RAND(1,100)
if temp > 70: 'You see suspicious character.'
act 'Leave': minut += 15 & gt 'nord'
act 'Exit to the northern highway': minut += 15 & nroad = 0 & gt 'road'
if money >= 200:
act 'Buy a ticket to the town':
cls
money -= 200
minut += 15
gs 'stat'
'
'
'You paid for the ticket and boarded the train going in the town.'
'After 15 minutes the train stopped at the station.'
act 'To go further':
cls
minut += 15
gs 'stat'
'
'
'After 15 minutes the train stopped at the station.'
act 'To go further':
cls
minut += 15
gs 'stat'
'
'
'After 15 minutes the train stopped at the station.'
act 'To go further':
cls
minut += 15
gs 'stat'
'
'
'After 15 minutes the train stopped in the Township.'
act 'Exit': minut += 5 & nroad = 20 & gt 'VokzalG'
end
act 'Exit': minut += 5 & nroad = 15 & gt 'road'
end
act 'Exit': minut += 5 & nroad = 10 & gt 'road'
end
act 'Exit': minut += 5 & nroad = 5 & gt 'road'
end
=======
'
railway_station
'
'
'
'.'
clr
gs'stat'
gs'time'
act 'Get_Away':minut+=15>'nord'
act 'Exit at North Highway':minut+=15&nroad=0>'road'
if money>=200:
act 'Buy a ticket to town':
cls
money-=200
minut+=15
gs'stat'
'
'
'You paid for a ticket and boarded the train going into town.'
'through 15 minute train stopped at the station.'
act 'go further':
cls
minut+=15
gs'stat'
'
'
'through 15 minute train stopped at the station.'
act 'go further':
cls
minut+=15
gs'stat'
'
'
'through 15 minute train stopped at the station.'
act 'go further':
cls
minut+=15
gs'stat'
'
'
'through 15 minute train stopped in town.'
act 'Go_Out':minut+=5&nroad=20>'VokzalG'
end
act 'Go_Out':minut+=5&nroad=15>'road'
end
act 'Go_Out':minut+=5&nroad=10>'road'
end
act 'Go_Out':minut+=5&nroad=5>'road'
end
>>>>>>> 381_vokzal
end
--- vokzal ---------------------------------