liam.qsrc 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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. if sound = 0:PLAY 'sound/street.mp3',30
  9. *clr & cla
  10. gs'stat'
  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. '<center><B>Old town center</B></center>'
  21. if month >= 11 or month <= 3:
  22. if hour >= 8 and hour <= 21:
  23. '<center><img <<$set_imgh>> src="images/locations/oldtown/townwinter.jpg"></center>'
  24. else
  25. '<center><img <<$set_imgh>> src="images/locations/oldtown/townwinternight.jpg"></center>'
  26. end
  27. else
  28. if hour >= 8 and hour <= 21:
  29. '<center><img <<$set_imgh>> src="images/locations/oldtown/liam.jpg" ></center>'
  30. else
  31. '<center><img <<$set_imgh>> src="images/locations/oldtown/townnight.jpg"></center>'
  32. end
  33. end
  34. 'The old part of the city, usually called Old Town. A few centuries ago, this was the village of Pushkin.'
  35. '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.'
  36. '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 become part of Pavlovsk.'
  37. 'Not far from here is the quiet <a href="exec:minut += 5 & gt ''liames''">High Street</a>.'
  38. 'Close by is a narrow street leading to a <a href="exec:gt ''dvor'',''start''">vacant house</a>.'
  39. 'You see a <a href="exec:gt ''ugol'',''start''">passage</a> between the houses leading to a courtyard.'
  40. if car > 0 and cardrive = 14:
  41. '<a href="exec:gs ''carF'',''start''">Your <<$car>></a> is parked at the curb.'
  42. end
  43. if hour >= 13 and hour <= 15 and bodimodel = 1 and arts = 0 and tusa = 1:
  44. if rand(1,100) >= 90:
  45. cls
  46. minut += 5
  47. gs'stat'
  48. gs'dibodi'
  49. '<center><img <<$set_imgh>> src="images/characters/oldtown/marinka/marinka.jpg"></center>'
  50. 'You notice a girl from the local hangout, Marinka, standing in a doorway nearby.'
  51. act 'Ask Marinka about the art studio':gt 'dibodi', 'sptusa'
  52. end
  53. end
  54. if arts = 1:'<a href="exec:gt ''Marin'',''start''">Marinka''s Apartment</a>'
  55. act 'Walk to High Street (0:05)':minut += 5 & gt 'liames'
  56. act 'Walk to the train station (0:15)':minut += 15 & nroad = 15 & gt 'pav_train'
  57. act 'Walk to Pavlovsk park (0:10)':minut += 10 & nroad = 10 & gt 'pav_park', 'start'
  58. act 'Walk to the highway (0:05)':minut += 5 & nroad = 15 & gt 'road'
  59. act 'Wait':gs 'obj_din', 'wait'
  60. if pushkin_walk_day ! daystart:
  61. act 'Take a walk (1:00)':
  62. cla & *nl
  63. minut += 60
  64. pcs_mood += 10
  65. pcs_willpwr += 1
  66. pushkin_walk_day = daystart
  67. gs 'stat'
  68. 'You breathe in the fresh air and slowly walk along the narrow streets of the Old Town, admiring the beautiful architecture.'
  69. act 'Continue': gt'liam'
  70. end
  71. end
  72. --- liam ---------------------------------