liam.qsrc 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. # liam
  2. $loc_arg = ''
  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 called Old Town. A few of centuries ago, this was the village of Pushkin.'
  39. 'Later, the rich bought the land off the poor and knocked down the wooden shacks and farm houses to build large estates. The city began to grow rapidly and it became a desirable suburb.'
  40. 'Since then, even the old houses have been improved, extended, and modernized. The old buildings and beautiful park made it popular with tourists, and it has became part of Pavlovsk.'
  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 leading to a courtyard.'
  44. if car > 0 and cardrive = 14:
  45. '<a href="exec:gs ''carF'',''start''">Your <<$car>></a> is parked at the curb.'
  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. 'While standing at the door, you notice a girl from the local hangout, Marinka.'
  55. act 'Ask':gt 'dibodi', 'sptusa'
  56. end
  57. end
  58. if arts = 1:'<a href="exec:gt ''Marin'',''start''">Marina''s Apartment</a>'
  59. act 'Walk to the train station (0:15)':minut += 15 & nroad = 15 & gt 'pav_train'
  60. act 'Walk to Pavlovsk park (0:10)':minut += 10 & nroad = 10 & gt 'pav_park', 'start'
  61. act 'Walk to the highway (0:05)':minut += 5 & nroad = 15 & gt 'road'
  62. act 'Wait':gs 'obj_din', 'wait'
  63. if pushkin_walk_day ! daystart:
  64. act 'Take a walk (1:00)':
  65. cla & *nl
  66. minut += 60
  67. pcs_mood += 10
  68. pcs_willpwr += 1
  69. pushkin_walk_day = daystart
  70. gs 'stat'
  71. 'You breathe in the fresh air and slowly walk along the narrow streets of the Old Town, admiring the beautiful architecture.'
  72. act 'Continue': gt'liam', 'start'
  73. end
  74. end
  75. --- liam ---------------------------------