liam.qsrc 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. # liam
  2. $metka = ''
  3. $loc = 'liam'
  4. $location_type = 'public_outdoors'
  5. $menu_loc = 'liam'
  6. $menu_arg = ''
  7. menu_off = 0
  8. CLOSE ALL
  9. if sound = 0:PLAY 'sound/street.mp3',30
  10. cls
  11. gs'stat'
  12. palMir = 0
  13. bordysh = 0
  14. housrA = 0
  15. palMir = 0
  16. obdysh = 0
  17. tanhouse1 = 0
  18. obMir = 0
  19. obLoker = 0
  20. houseob = 0
  21. borMir = 0
  22. minut += 10
  23. set minut = minut + 5
  24. '<center><B>Old town center</B></center>'
  25. if month >= 11 or month <= 3:
  26. if hour >= 8 and hour <= 21:
  27. '<center><img <<$set_imgh>> src="images/locations/oldtown/townwinter.jpg"></center>'
  28. else
  29. '<center><img <<$set_imgh>> src="images/locations/oldtown/townwinternight.jpg"></center>'
  30. end
  31. else
  32. if hour >= 8 and hour <= 21:
  33. '<center><img <<$set_imgh>> src="images/locations/oldtown/liam.jpg" ></center>'
  34. else
  35. '<center><img <<$set_imgh>> src="images/locations/oldtown/townnight.jpg"></center>'
  36. end
  37. end
  38. '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.'
  39. '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.'
  40. 'Since then even the old huts, have been improved, extended and modernized. The old buildings and beautiful park make it popular with tourists.'
  41. 'Not far from here is the quiet <a href="exec:gt ''liames'',''start''">high street</a>.'
  42. 'Close by is a narrow street leading to a <a href="exec:gt ''dvor'',''start''">vacant house</a>.'
  43. 'You see a <a href="exec:gt ''ugol'',''start''">passage</a> between the houses lead to a courtyard.'
  44. if car > 0 and cardrive = 14:
  45. 'I parked at the curb <a href="exec:GS ''carF'',''start''">your <<$car>></a>.'
  46. end
  47. if hour >= 13 and hour <= 15 and bodimodel = 1 and arts = 0 and tusa = 1:
  48. if RAND(1,100) >= 90:
  49. cls
  50. minut += 5
  51. gs'stat'
  52. gs'dibodi'
  53. '<center><img <<$set_imgh>> src="images/characters/oldtown/marinka/marinka.jpg"></center>'
  54. 'Suddenly you notice a girlfriend from the local hangouts Marinka, I am standing at the door.'
  55. act 'Ask':gt 'dibodi', 'sptusa'
  56. end
  57. end
  58. if arts = 1:'Apartment <a href="exec:gt ''Marin'',''start''">Marina</a>'
  59. act 'Walk to the St Petersburg to Pavlovsk road (5 min)':minut += 5 & nroad = 15 & gt'road'
  60. act 'Wait':gs 'obj_din', 'wait'
  61. act 'Walk 1 h':
  62. cla
  63. minut += 60
  64. pcs_mood += 10
  65. pcs_willpwr += 10
  66. gs 'stat'
  67. '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.'
  68. act 'Complete outing':gt'liam','start'
  69. end
  70. if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  71. --- liam ---------------------------------