# Nord
$metka = $ARGS[0]
$loc = $CURLOC
$metkaStreet = $ARGS[0]
$locStreet = $CURLOC
CLOSE ALL
if sound = 0:
if month >=11 and month <= 12 or month >=1 and month <=3:
if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
else
if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
end
end
gs 'dinam'
clr
gs 'stat'
gs 'outdoors'
'
Northern region'
''
!call random events from [street_events], and display them before show location.
gs'street_event','Nord' & if streetrand=-1:exit
if marudatestinterface = 1:
!!!!!
!!! Transportation
''
if hour >= 5 and hour <= 23:
*p 'Metro Station'
else *p 'Closed until 5 AM'
end
*p ' - '
*p'Train Station'
*p ' - '
*p 'Gas Station'
*nl
*nl
!!! General Content Locations / Activities
*p 'The Central Park'
*p ' - '
*p'"In Cash We Trust" Casino'
*p ' - '
if hour >= 9 and hour <= 17 and week < 6:
*p 'Community Centre'
else *p 'Closed until 9 AM and on Weekends'
end
*p ' - '
*p'Storage Units'
*nl
*nl
!!! Shopping Locations
if hour >= 8 and hour <= 22:
*p 'Kiosk'
else *p 'Closed until 8 AM'
end
*p ' - '
if hour >= 8 and hour <= 20:
*p 'Supermarket'
else *p 'Closed until 8 AM'
end
*p ' - '
if hour >= 9 and hour <= 17 and week > 1:
*p 'Car Dealership'
else *p 'Closed until 9 AM and on Mondays'
end
*p ' - '
if hour >= 9 and hour <= 17 and week > 1:
*p 'Used-Car Dealership'
else *p 'Closed until 9 AM and on Mondays'
end
*p ' - '
if hour >= 9 and hour <= 20 and week < 7:
*p 'Repair Shop'
else *p 'Closed until 9 AM and on Sundays'
end
*p ' - '
if hour >= 12 and hour < 20:
*p 'Tatoo & Piercing Palor'
else *p 'Closed until 12 AM'
end
*nl
*nl
!!! Work Locations
if hour >= 14 or hour < 4:
*p 'Cafe & Restaurant'
else *p 'Closed until 2 PM'
end
*p ' - '
if hour >= 9 and hour <= 17 and week < 6 and bumtolik > 3:
*p 'Mercy clinic'
elseif hour < 9 and hour > 17 and week > 6 and bumtolik > 3: *p 'Closed until 9 AM and on Weekends'
elseif bumtolik <= 3: *p 'Location locked'
end
*nl
*nl
!!! Locations bound to Characters - Location Locked = Player does not meet requirements yet (obviously)
if slavaQW >= 1:
*p 'Bar "Flight"'
else *p 'Location locked'
end
*p ' - '
if bumtolik > 3 and hour >= 9 and hour <= 17 and week < 6:
*p '"Mercy" Clinic'
elseif hour > 17 or hour < 9: *p 'Closed until 9 AM and on Weekends'
else *p 'Location locked'
end
*p ' - '
if tobiQW >= 1:
*p 'The old mansion, home to Kakuzu'
else *p 'Location locked'
end
*p ' - '
if jouryResult = 10:
*p 'In one of the building you can find Georges flat'
else *p 'Location locked'
end
*p ' - '
if IvanKvartira > 0:
*p 'In one of these building is Manager Ivans apartment'
else *p 'Location locked'
end
*nl
*nl
end
!!!!! End of marudatestinterface
!!act 'Exit to the northern highway':minut += 15 & nroad = 0 & gt 'road'
act 'Wait':
cla
waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
if waiting <= 0 or waiting > 120:
minut += 15
elseif waiting > 0 and waiting <= 120:
minut += waiting
end
act 'Take a look at the clock':gt curloc
end
gs 'taxi'
if car > 0:
if cardrive = 3 or cardrive >= 6 and cardrive <= 9:'In the parking stands your <<$car>>.'
end
if marudatestinterface = 0:
'The towns central park is an hours walk from here.'
if hour >= 8 and hour <= 22:'A kiosk is selling cigarettes.'
'Train Station to get to the small Town.'
if slavaQW >= 1:'Bar "Flight".'
litltown = 0
'There is a Gas Station near the street'
if hour >= 5 and hour <= 23:'The Metro Station is within a 5 minute walk from here.'
if hour >= 9 and hour <= 17 and week > 1:'Car Dealership'
if hour >= 9 and hour <= 20 and week < 7:'Repair Shop'
if hour >= 9 and hour <= 17 and week > 1:'Used Car Dealership'
if hour >= 9 and hour <= 17 and week < 6:'Community centre'
if hour >= 9 and hour <= 17 and week < 6 and bumtolik > 3:'Mercy clinic'
if hour >= 8 and hour <= 20:'The parking lot, which is engulfed in bright lights, belongs to a Supermarket'
if hour >= 12 and hour <= 19:'Above the door to a basement room is a bright neon sign for the Tatoo & Piercing parlor'
if tobiQW >= 1:'The old mansion, home to Kakuzu'
'There is a huge building, with bright lights, which houses a Casino and a hotel.'
if hour >= 14 or hour < 4:'Located far away from the buildings barbecue.'
if jouryResult = 10:'In one of the building you can find Georges flat'
if IvanKvartira > 0:'In one of these building is Manager Ivans apartment'
'A long and high fence, which is build around the storage terminal'
end
!!!!! End of marudatestinterface
--- Nord ---------------------------------