Nord 3.1 KB

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