# fuelstation
if $ARGS[0] = 'start':
$loc_arg = 'start'
$loc = 'fuelstation'
$menu_loc = 'fuelstation'
$menu_arg = 'start'
menu_off = 0
$location_type = 'public_outdoors'
cla & *clr
gs 'stat'
'
Gas Station'
if hour < 8 or hour > 21:
'> src="images/locations/shared/gas/gazprom_night.jpg">'
else
'> src="images/locations/shared/gas/gazprom_day.jpg">'
end
'The local gas station, the cheap pumps are limited in functionality and will always fill the tank up completely.'
'The petrol price is 30 ₽ per liter.'
*nl
'When the weather is nice, girls will sometimes offer a car washing service for some tips. There''s no structure to it, so you could always try it.'
act 'Leave':
if $region = 'city':
minut += 5
gt 'city_industrial'
elseif $region = 'pav':
minut += 5
gt 'pav_commercial'
end
end
if temper < 10:
'It''s too cold to wash cars. You''re more likely to get ill than make money. Maybe try again when the weather is warmer?'
elseif sunWeather = 0:
'You can''t wash cars if it''s raining outside! Maybe try again on a sunny day?'
elseif hour < 8:
'It''s too early to wash cars.'
elseif hour >= 21:
'It''s too late to wash cars.'
else
act 'Wash car windows (1:00)': gt 'fuelstation_carwash', 'start'
end
act 'Go to the toilet': gt 'fuelstation', 'toilet'
if car > 0:
if cardrive = 6 and $region = 'city': 'Your <<$car>> is parked here.'
if cardrive = 21 and $region = 'pav': 'Your <<$car>> is parked here.'
if kanistra < 5:
act 'Buy a canister and fill it with 5 liters of gasoline (150 ₽)':
cla
kanistra += 1
money -= 150
'You buy a canister of gasoline. (It will automatically be put in the trunk of your car)'
act 'Disengage from the pump': gt 'fuelstation', 'start'
end
end
if benz < 50 and (cardrive = 6 or cardrive = 21):
zprbenz = 50 - benz
if zprbenz * 30 <= money:
act 'Fill the tank with petrol':
*clr & cla
benz = 50
zprpay = zprbenz * 30
money -= zprpay
! WD: Uninitialised ~ 'pol'
! if pol > 0:'> src="images/locations/shared/gas/zapr1.jpg">'
'> src="images/locations/shared/gas/zapr1.jpg">'
'You fill the tank and pay <> ₽.'
act 'Disengage from the pump': gt 'fuelstation', 'start'
end
else
'You do not have enough money to refuel your car.'
end
end
end
end
if $ARGS[0] = 'toilet':
CLOSE ALL
gs 'themes', 'indoors'
cla & *clr
$loc_arg = 'toilet'
$loc = 'fuelstation'
$location_type = 'bathroom'
$locM = 'fuelstation'
$locM_arg = 'toilet'
minut += 2
$menu_loc = 'fuelstation'
$menu_arg = 'toilet'
menu_off = 0
gs 'stat'
'Gas station toilet
'
'> src="images/locations/shared/bathroom/toilet.jpg">'
'You are in a dirty gas station toilet. At least it provides some privacy.'
act 'Leave the restroom': gt 'fuelstation', 'start'
act 'Look in the mirror': gt 'mirror', 'start'
if pcs_hairbsh < 1: act 'Brush your hair': gt 'mirror', 'brush'
dynamic $tampon
dynamic $quickwash
dynamic $basin
dynamic $publicpan
gs 'din_van', 'pblc_pee'
end
--- fuelstation ---------------------------------