Nord 3.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. # Nord
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaStreet = $ARGS[0]
  5. $locStreet = $CURLOC
  6. CLOSE ALL
  7. if sound = 0:
  8. if month >=11 and month <= 12 or month >=1 and month <=3:
  9. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/zima.mp3',30
  10. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  11. else
  12. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street7.mp3',30 & PLAY 'sound/street_leto.mp3',30
  13. if hour >= 0 and hour <= 7: PLAY 'sound/street_night_leto.mp3' & PLAY 'sound/street_night.mp3',30
  14. end
  15. end
  16. gs 'dinam'
  17. clr
  18. gs 'stat'
  19. gs 'outdoors'
  20. '<center><b>Northern region</b></center>'
  21. '<center><img src="images/etogame/nord.jpg"></center>'
  22. !call random events from [street_events], and display them before show location.
  23. gs'street_event','Nord' & if streetrand=-1:exit
  24. !!act 'Exit to the northern highway':minut += 15 & nroad = 0 & gt 'road'
  25. act 'Wait':
  26. cla
  27. waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
  28. if waiting <= 0 or waiting > 120:
  29. minut += 15
  30. elseif waiting > 0 and waiting <= 120:
  31. minut += waiting
  32. end
  33. act 'Take a look at the clock':gt curloc
  34. end
  35. gs 'taxi'
  36. if car > 0:
  37. if cardrive = 3 or cardrive >= 6 and cardrive <= 9:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
  38. end
  39. 'The towns <a href="exec:hour += 1 & gt ''park'', ''start''">central park</a> is an hours walk from here.'
  40. if hour >= 8 and hour <= 22:'You can see the <a href="exec:gt ''kiosk'', ''start''">kiosk</a> selling cigarettes and magazines.'
  41. '<a href="exec:minut += 15 & gt ''vokzal''">Train Station</a> to get to the small Town.'
  42. if slavaQW >= 1:'<a href="exec:gt ''qwBarPolet''">Bar "Flight"</a>.'
  43. litltown = 0
  44. 'There is a <a href="exec:gt ''zaprF'', ''start''">Gas</a> Station near the street'
  45. if hour >= 5 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
  46. if hour >= 9 and hour <= 17 and week > 1:'<a href="exec:gt ''autosalonF'', ''start''">Car Dealership</a>'
  47. if hour >= 9 and hour <= 20 and week < 7:'<a href="exec:gt ''autoservisF'', ''start''">Repair Shop</a>'
  48. if hour >= 9 and hour <= 17 and week > 1:'Used <a href="exec:gt ''autotraidF'', ''start''">Car Dealership</a>'
  49. if hour >= 9 and hour <= 17 and week < 6:'<a href="exec:gt ''dk'', ''start''">Community centre</a>'
  50. if hour >= 9 and hour <= 17 and week < 6 and bumtolik > 3:'<a href="exec:gt ''buklinik'', ''start''">Mercy clinic</a>'
  51. if hour >= 8 and hour <= 20:'The parking lot, which is engulfed in bright lights, belongs to a <a href="exec:gt ''shop'', ''start''">Supermarket</a>'
  52. if hour >= 12 and hour <= 19:'Above the door to a basement room is a bright neon sign for the <a href="exec:gt ''pirsingsalon''">Tatoo & Piercing parlor</a>'
  53. if tobiQW >= 1:'The old mansion, home to <a href="exec:gt ''kakuzu'', ''start''">Kakuzu</a>'
  54. 'There is a huge building, with bright lights, which houses a <a href="exec:gt ''casino''">Casino</a> and a hotel.'
  55. if hour >= 14 or hour < 4:'Located far away from the buildings <a href="exec:gt ''lakecafe'', ''main''">barbecue</a>.'
  56. if jouryResult = 10:'You can go to one of the apartment blocks and visit <a href="exec:gt ''youry''">Yuri''s</a> flat'
  57. if IvanKvartira > 0:'In one of these building is <a href="exec:gt ''ivanRoom''">Manager Ivans</a> apartment'
  58. 'A long and high fence, which is build around the <a href="exec:gt ''Terminal''">storage terminal</a>'
  59. --- Nord ---------------------------------