Nord 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. # Nord
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $metkaStreet = $ARGS[0]
  5. $locStreet = $CURLOC
  6. gs 'dinam'
  7. clr
  8. gs 'stat'
  9. gs 'time'
  10. '<center><b>Northern region</b></center>'
  11. '<center><img src="images/etogame/nord.jpg"></center>'
  12. !!act 'Exit to the northern highway':minut += 15 & nroad = 0 & gt 'road'
  13. act 'Wait':
  14. cla
  15. waiting = input ("How long would you like to wait? (Not more than 120 minutes)")
  16. if waiting <= 0 or waiting > 120:
  17. minut += 15
  18. elseif waiting > 0 and waiting <= 120:
  19. minut += waiting
  20. end
  21. act 'Take a look at the clock':gt curloc
  22. end
  23. act 'Take a cab':
  24. cla
  25. *clr
  26. minut += 5
  27. '<center><img src="images/etogame/taxi1.jpg"></center>'
  28. 'You caught a passing taxi.'
  29. '"The drive will cost you <b>250 rubles</b>", the driver says.'
  30. if $loc ! 'street':
  31. act 'Go to the Residential Area':
  32. $loc = 'street'
  33. dynamic $taxi
  34. end
  35. end
  36. if $loc ! 'down':
  37. act 'Go to the City Center':
  38. $loc = 'down'
  39. dynamic $taxi
  40. end
  41. end
  42. if $loc ! 'Nord':
  43. act 'Go to the Northern Area':
  44. $loc = 'Nord'
  45. dynamic $taxi
  46. end
  47. end
  48. act 'Turn him down and leave':gt '<<$loc>>'
  49. end
  50. if car > 0:
  51. if cardrive = 3 or cardrive >= 6 and cardrive <= 9:'In the parking stands your <a href="exec:GS ''carF'', ''start''"><<$car>></a>.'
  52. end
  53. if hour >= 8 and hour <= 22:'A kiosk is selling <a href="exec:dynamic $kiosksig">cigarettes</a>.'
  54. '<a href="exec:minut += 15 & gt ''vokzal''">Train Station</a> to get to the small Town.'
  55. if slavaQW >= 1:'<a href="exec:gt ''qwBarPolet''">Bar "Flight"</a>.'
  56. litltown = 0
  57. 'There is a <a href="exec:gt ''zaprF'', ''start''">Gas</a> Station near the street'
  58. if hour >= 5 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
  59. if hour >= 9 and hour <= 17 and week > 1:'<a href="exec:gt ''autosalonF'', ''start''">Car Dealership</a>'
  60. if hour >= 9 and hour <= 20 and week < 7:'<a href="exec:gt ''autoservisF'', ''start''">Repair Shop</a>'
  61. if hour >= 9 and hour <= 17 and week > 1:'Used <a href="exec:gt ''autotraidF'', ''start''">Car Dealership</a>'
  62. if hour >= 9 and hour <= 17 and week < 6:'<a href="exec:gt ''dk'', ''start''">The House of Culture named after Lenin</a>'
  63. if hour >= 9 and hour <= 17 and week < 6 and bumtolik > 3:'<a href="exec:gt ''buklinik'', ''start''">Mercy clinic</a>'
  64. 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>'
  65. if hour >= 12 and hour <= 19:'Above the door to a basement room is a bright neon sign for a <a href="exec:gt ''pirsingsalon''">piercing parlor</a>'
  66. if tobiQW >= 1:'The old mansion, home to <a href="exec:gt ''kakuzu'', ''start''">Kakuzu</a>'
  67. 'There is a huge building, with bright lights, which houses a <a href="exec:gt ''casino''">Casino</a> and a hotel.'
  68. if hour >= 14 or hour < 4:'Located far away from the buildings <a href="exec:gt ''lakecafe'', ''main''">barbecue</a>.'
  69. if jouryResult = 10:'In one of the building you can find <a href="exec:gt ''youry''">Georges</a> flat'
  70. if IvanKvartira > 0:'In one of these building is <a href="exec:gt ''ivanRoom''">Manager Ivans</a> apartment'
  71. 'A long and high fence, which is build around the <a href="exec:gt ''Terminal''">storage terminal</a>'
  72. dynamic $din_street_cum
  73. --- Nord ---------------------------------