# city_industrial_train
if $ARGS[0] = 'inside':
$loc_arg = 'inside'
$loc = 'city_industrial_train'
$menu_loc = 'city_industrial_train'
$menu_arg = 'inside'
menu_off = 0
$location_type = 'public_indoors'
killvar '$locclass'
CLOSE ALL
if sound = 0:PLAY 'sound/vokzal.mp3',30
*clr & cla
gs'stat'
'
> src="images/locations/shared/train/vokzalholle.jpg" >'
'There is a path leading off in to the distance, in the direction of the lake.'
act 'Leave the station': minut += 2 & gt 'city_industrial_train', 'outside'
*nl
if Trainpass_day > daystart:
'You have <> days left on your train pass.'
act 'Go to the platforms': gt 'city_industrial_train', 'platform'
else
act 'Go to the ticket office': minut += 1 & gt 'city_industrial_train', 'ticket'
end
act 'Go to the restrooms': minut += 1 & gt 'city_industrial_train', 'toilet'
end
if $ARGS[0] = 'outside':
$loc_arg = 'outside'
$loc = 'city_industrial_train'
$menu_loc = 'city_industrial_train'
$menu_arg = 'outside'
menu_off = 0
$location_type = 'public_outdoors'
*clr & cla
gs'stat'
'Railway station'
if month >= 11 or month <= 3:
if hour >= 9 and hour <= 16:
'> src="images/locations/pavlovsk/trainstation/pavtrainstation_winter_day.jpg">'
else
'> src="images/locations/pavlovsk/trainstation/pavtrainstation_winter_night.jpg">'
end
else
if hour >= 7 and hour <= 18:
'> src="images/locations/pavlovsk/trainstation/pavtrainstation_day.jpg">'
else
'> src="images/locations/pavlovsk/trainstation/pavtrainstation_night.jpg">'
end
end
if car > 0 and cardrive = 19:
cardrive = 19
'In the parking lot is your <<$car>>.'
end
if rand(1,100) > 70:
'You see a suspicious character.'
!fakes use 2 for aware of need for, 1 for have, otherwise 0
if fakepassport = 2 or func('uniutil', 'fake_diploma', 'aware_needed'):
'When you pass by the suspicious character, he whispers to you: "I have what you want, miss"'
end
end
act 'Go to the city industrial region': minut += 15 & gt'city_industrial'
act 'Enter the station building': minut += 2 & gt'city_industrial_train', 'inside'
end
if $ARGS[0] = 'platform':
$loc_arg = 'platform'
$loc = 'city_industrial_train'
$menu_loc = 'city_industrial_train'
$menu_arg = 'inside'
menu_off = 0
$location_type = 'public_outdoors'
*clr & cla
gs 'stat'
'> src="images/locations/pavlovsk/trainstation/vokzalper.jpg" >'
'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.'
act 'Return to the station': minut += 5 & gt 'city_industrial_train', 'inside'
if Trainpass_day > daystart:
act 'Take a train to the city center': gt 'city_industrial_train', 'centre'
act 'Take a train to the old platform by the communal village': gt 'city_industrial_train', 'communal'
act 'Take a train to the village of Gadukino': gt 'city_industrial_train', 'village'
act 'Take a train to Pavlovsk': gt 'city_industrial_train', 'pavlovsk'
end
end
if $ARGS[0] = 'toilet':
$locM_arg = 'toilet'
$locM = 'city_industrial_train'
$loc_arg = 'toilet'
$loc = 'city_industrial_train'
$menu_loc = 'city_industrial_train'
$menu_arg = 'inside'
menu_off = 0
$location_type = 'bathroom'
$locclass = 'restroom'
*clr & cla
gs'stat'
gs 'themes', 'indoors'
'> src="images/locations/shared/bathroom/publictoilet.jpg">'
act 'Return to the station': minut += 1 & gt 'city_industrial_train', 'inside'
act 'Look in the mirror': gt 'mirror', 'start'
if pcs_hairbsh = 0: act 'Brush your hair': gt 'mirror', 'brush'
dynamic $tampon
dynamic $quickwash
dynamic $basin
dynamic $publicpan
end
if $ARGS[0] = 'ticket':
$menu_loc = 'city_industrial_train'
$menu_arg = 'ticket'
menu_off = 0
*clr & cla
gs 'stat'
'Ticket office
'
'> src="images/locations/pavlovsk/trainstation/ticketoffice.jpg">'
act 'Leave the ticket office':minut += 1 & gt 'city_industrial_train', 'inside'
if money >= 50:
act 'Buy a ticket':
cla
gs 'city_industrial_train', 'buy_ticket'
end
end
if money >= 1500 and Trainpass_day <= daystart:
act 'Buy a weekly pass (7 days - 1500 ₽) ':
cla
money -= 1500
Trainpass_day = daystart + 7
act 'Return': gt 'city_industrial_train', 'inside'
end
end
if money >= 5500 and Trainpass_day <= daystart:
act 'Buy a monthly pass (30day - 5500 ₽)':
cla
money -= 5500
Trainpass_day = daystart + 30
act 'Return': gt 'city_industrial_train', 'inside'
end
end
end
if $ARGS[0] = 'buy_ticket':
$menu_loc = 'city_industrial_train'
$menu_arg = 'buy_ticket'
menu_off = 0
act 'Leave the ticket office': gt 'city_industrial_train', 'inside'
if money >= 50:
act 'Buy a ticket to the city center (50 ₽)':
money -= 50
gt 'city_industrial_train', 'centre'
end
end
if money >= 50:
act 'Buy a ticket to the old platform by the communal village (50 ₽)':
money -= 100
gt 'city_industrial_train', 'communal'
end
end
if money >= 75:
act 'Buy a ticket to the village of Gadukino (75 ₽)':
money -= 75
gt 'city_industrial_train', 'village'
end
end
if money >= 125:
act 'Buy a ticket to Pavlovsk (125 ₽)':
money -= 125
gt 'city_industrial_train', 'pavlovsk'
end
end
end
if $ARGS[0] = 'centre':
$loc = 'city_train'
$loc_arg = 'inside'
menu_off = 1
*clr & cla
minut += 5
gs 'stat'
'> src="images/locations/shared/train/electri' + rand(1,5) + '.jpg">'
'You pay for the ticket and board the next train going to the city center.'
'After 5 minutes, you see the office blocks and shops at the heart of the city. The train stops at its final destination, the busy station in the city center.'
act 'Get off the train at this station':
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
gt 'city_train', 'inside'
end
end
if $ARGS[0] = 'communal':
$loc = 'train'
$loc_arg = 'communal'
menu_off = 1
minut += 10
if rand(1, 100) < 20: gt 'train', 'events'
gs 'stat'
'> src="images/locations/shared/train/oldplat.jpg" >'
'After 10 minutes you arrive at an old railway platform near the communal village.'
act 'Get off the train':
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
gt 'train', 'communal'
end
end
if $ARGS[0] = 'village':
$loc = 'train'
$loc_arg = 'village'
menu_off = 1
minut += 20
if rand(1, 100) <= 10: gt 'train_incidental', 'events'
if rand(1, 100) < 20: gt 'train', 'events'
gs 'stat'
'> src="images/locations/shared/train/gadplat.jpg" >'
'After 20 minutes, the train stops at the small station near the village of Gadukino.'
act 'Get off the train':
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
gt 'train', 'village'
end
end
if $ARGS[0] = 'pavlovsk':
$loc = 'pav_train_hall'
$loc_arg = 'platform'
menu_off = 1
minut += 35
if rand(1, 100) < 15: gt 'train', 'private'
if rand(1, 100) < 30: gt 'train', 'Gopnik'
if rand(1, 100) <= 10: gt 'train_incidental', 'events'
if rand(1, 100) <= 20: gt 'train', 'events'
gs 'stat'
'> src="images/locations/shared/train/pavplat.jpg" >'
'After 35 minutes, you see the town of Pavlovsk approaching. Pavlovsk Castle is an impressive sight, even from a long distance. The train stops at its final destination, a platform in Pavlovsk station.'
act 'Get off the train':
if train_event = 0 and rand(1, 100) <= 5: gt 'train_incidental', 'end'
gt 'pav_train_hall', 'platform'
end
end
--- city_industrial_train ---------------------------------