|
@@ -54,7 +54,13 @@ if $ARGS[0] = '':
|
|
|
*nl
|
|
|
end
|
|
|
|
|
|
- act 'Leave the train station':minut += 3 & gt 'pav_market'
|
|
|
+ act 'Walk to Pav market (0:03)':minut += 3 & gt 'pav_market'
|
|
|
+ act 'Walk to the Commercial area (0:10)':minut += 10 & gt 'pav_commercial'
|
|
|
+ act 'Walk to the Residential area (0:15)':minut += 15 & gt 'pav_residential'
|
|
|
+ act 'Walk to the Industrial region (0:15)':minut += 15 & gt 'pav_industrial'
|
|
|
+ act 'Walk to the Five Eight estate (0:15)':minut += 15 & gt 'pav_complex', 'start'
|
|
|
+ act 'Walk to the highway (0:15)':minut += 15 & nroad = 20 & gt 'road'
|
|
|
+ act 'Walk to Pushkin (0:15)':minut += 15 & nroad = 19 & gt 'liam'
|
|
|
|
|
|
if Trainpass_day > daystart:
|
|
|
'You have <<Trainpass_day - daystart>> days left on your train pass.'
|