liam 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. # liam
  2. $metka = $ARGS[0]
  3. $loc = $CURLOC
  4. $location_type = 'public_outdoors'
  5. CLOSE ALL
  6. if sound = 0:PLAY 'sound/street.mp3',30
  7. cls
  8. gs 'dinam'
  9. gs'stat'
  10. palMir = 0
  11. bordysh = 0
  12. housrA = 0
  13. palMir = 0
  14. obdysh = 0
  15. tanhouse1 = 0
  16. obMir = 0
  17. obLoker = 0
  18. houseob = 0
  19. borMir = 0
  20. minut += 10
  21. set minut = minut + 5
  22. '<center><B>Old town center</B></center>'
  23. '<center><img src="images/pic/liam.jpeg" ></center>'
  24. 'The old part of the city, usually call old town. A couple of centuries ago, this was the village of Pushkin, located near a town that is now the city.'
  25. 'Later, the rich bought land off the poor here and knocked down the wooden shacks and farm houses to build large houses. As the city continued to grow rapidly, it became a desirable suburb.'
  26. 'Since then even the old huts, have been improved, extended and modernized. The old buildings and beautiful park make it popular with tourists.'
  27. 'Not far from here is the quiet <a href="exec:GT ''liames'',''start''">high street</a>.'
  28. 'Close by is a narrow street leading to a <a href="exec:GT ''dvor'',''start''">vacant house</a>.'
  29. 'You see a <a href="exec:GT ''ugol'',''start''">passage</a> between the houses lead to a courtyard.'
  30. if car > 0 and cardrive = 24:
  31. cardrive = 24
  32. 'I parked at the curb <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  33. end
  34. if hour >= 13 and hour <= 15 and bodimodel = 1 and arts = 0 and tusa = 1:
  35. if RAND(1,100) >= 90:
  36. cls
  37. minut += 5
  38. gs'stat'
  39. gs'dibodi'
  40. '<center><img src="images/lmps/gerladvr.jpg"></center>'
  41. 'Suddenly you notice a girlfriend from the local hangouts Marinka, I am standing at the door.'
  42. act 'Ask':gt 'dibodi', 'sptusa'
  43. end
  44. end
  45. if arts = 1:'Apartment <a href="exec:GT ''Marin'',''start''">Marina</a>'
  46. act 'Walk to the St Petersburg to Pavlovsk road (15 min)':minut += 15 & nroad = 10 & gt'road'
  47. gs 'Taxi'
  48. act '<font size = 1>Wait</font>':
  49. cla
  50. waiting = input ("How many minutes to wait? (Not more 120 minutes)")
  51. if waiting <= 0 or waiting > 120:
  52. minut += 15
  53. end
  54. if waiting > 0 and waiting <= 120:
  55. minut += waiting
  56. end
  57. act 'Consult a watch':gt 'liam'
  58. end
  59. act 'Walk 1 h':
  60. cla
  61. minut += 60
  62. manna += 10
  63. willpower += 10
  64. gs 'stat'
  65. 'You slowly walk along the narrow streets of the Old Town, It became one of the areas of the big city, admiring the beautiful architecture buildings, built long ago and miraculously survived to our times. Breathe in the fresh air, reflecting on the vicissitudes of fate.'
  66. act 'Complete outing':gt'liam','start'
  67. end
  68. if hour >= 4 and hour <= 23:'Station <a href="exec:GT ''metro'',''start''">Metro</a> located at 5 walking distance.'
  69. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  70. --- liam ---------------------------------