# city_suburbs
$location_type = 'public_outdoors'
if $ARGS[0]='start':
$loc = 'city_suburbs'
$loc_arg = 'start'
$menu_loc = 'city_suburbs'
$menu_arg = 'start'
menu_off = 0
gs'stat'
'
Elite settlement
'
'> src="images/locations/city/suburb/settlement.jpg" >'
if hour >= 4 and hour <= 23:'The Metro station is only a short walk from here.'
if BDSMClub = 1 or BDSMmeet > 0:
act 'BDSM-club':gt'BDSM_Club','start'
end
if home_owned[5] = 0:
'There is a vacant piece of land for sale where a large house could be constructed.'
act 'Visit the land for sale': minut += 10 & gt 'youplace'
elseif home_owned[5] < 3:
'You mansion is partially built near here.'
act 'Visit your mansion': minut += 10 & gt 'youplace'
else
'One of the most impressive buildings is your newly built mansion.'
act 'Visit your mansion': gt 'youplace'
end
act 'View the insane asylum': minut += 2 & gt 'city_suburbs', 'ps1'
act 'View the creepy old building': minut += 2 & gt 'city_suburbs', 'ps2'
act 'Go to the main road':nroad = 1 & minut += 15 & gt 'road'
if AlexandriaQW = 6:
gs 'willpower', 'misc', 'self', 'easy'
if will_cost <= pcs_willpwr:
act 'Look for Alexandria''s direction (<> Willpower)':
gs 'willpower', 'pay', 'easy'
gt'alexandriaEv','interview1'
end
else
act 'Look for Alexandria''s direction (<> Willpower)': '
You don''t have enough willpower to use this action.'
end
end
end
if $ARGS[0]='ps1':
cla
*clr
$menu_loc = 'city_suburbs'
$menu_arg = 'ps1'
menu_off = 0
gs'stat'
'Insane asylum
'
'The inscription on the sign by the road reads: "Closed to the public".'
if psiklik = 0:'> src="images/locations/city/suburb/asylum0.jpg" >'
if psiklik = 1:'> src="images/locations/city/suburb/asylum1.jpg" >'
act 'Go': minut += 2 & gt'city_suburbs','start'
end
if $ARGS[0]='ps2':
cla
*clr
$menu_loc = 'city_suburbs'
$menu_arg = 'ps2'
menu_off = 0
gs'stat'
'An old abandoned building
'
'> src="images/locations/city/suburb/abandoned.jpg" >'
'An abandoned building that spoils the local communities appearance and intimidates local residents.'
act 'Go': minut += 2 & gt'city_suburbs','start'
end
--- city_suburbs ---------------------------------