gskver.qsrc 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  1. # gskver
  2. CLOSE ALL
  3. if $ARGS[0] = 'start':
  4. *clr & cla
  5. $loc = 'gskver'
  6. $metka = 'start'
  7. $location_type = 'public_outdoors'
  8. $menu_loc = 'gskver'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. gs 'stat'
  12. if sound = 0:
  13. if month >=11 and month <= 12 or month >=1 and month <=3:
  14. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  15. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  16. else
  17. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
  18. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  19. end
  20. end
  21. if month=3 or month=4 or month=5:
  22. if hour>=6 and hour<=17:
  23. '<center><h2>Pavlovsk Park</h2></center>'
  24. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
  25. 'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
  26. 'There are puddles on the ground everywhere, all remains from the melted snow. A lot of people in the park are having fun with them, trying to jump over them and mocking those that fail. They''re not particularly deep though, and plenty of others just walk through without giving them a second thought.'
  27. 'The park is not particularly crowded, this time of year. Many people think it''s still too cold to spend much time outdoors.'
  28. ''
  29. else
  30. '<center><h2>Pavlovsk Park</h2></center>'
  31. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
  32. 'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. The trees are sprouting new leaves.'
  33. 'There is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
  34. ''
  35. end
  36. end
  37. if month=6 or month=7 or month=8:
  38. if hour>=6 and hour<=19:
  39. '<center><h2>Pavlovsk Park</h2></center>'
  40. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
  41. 'The main square of Pavlovsk Park. At this time of year, it''s one of the primary places in town that locals and tourists enjoy spending their spare time in.'
  42. 'It''s always busy: people are resting, walking, playing and dating to their heart''s desires, enjoying the nice surroundings.'
  43. ''
  44. else
  45. '<center><h2>Pavlovsk Park</h2></center>'
  46. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
  47. 'The main square of Pavlovsk Park. At this time of year, it''s one of the places where locals and tourists enjoy going in their spare time.'
  48. 'However, there is no particular reason to visit the park during the night, and as a result it''s largely deserted. In the distance you see one person running through the park, probably using it as a shortcut to go home faster.'
  49. ''
  50. end
  51. end
  52. if month=9 or month=10 or month=11:
  53. if hour>=6 and hour<=18:
  54. '<center><h2>Pavlovsk Park</h2></center>'
  55. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
  56. 'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves. The leaves that are still on the trees have changed colour, and are a beautiful mix of red and brown.'
  57. 'Everywhere in the park, people are enjoying nature. Some are taking photos of the fallen leaves, kids are playing everywhere, and couples are walking hand-in-hand, simply enjoying each other''s company.'
  58. ''
  59. else
  60. '<center><h2>Pavlovsk Park</h2></center>'
  61. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
  62. 'The main square of Pavlovsk Park. Autumn has come, and some of the trees are already shedding their leaves.'
  63. 'It gets quite cold at night, and you try to stay active to keep yourself warm. The lone soul you see running across the park is probably trying to get home faster, to warm up with some nice cocoa.'
  64. ''
  65. end
  66. end
  67. if month=1 or month=2 or month=12:
  68. if hour>=7 and hour<=16:
  69. '<center><h2>Pavlovsk Park</h2></center>'
  70. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
  71. 'The main square of Pavlovsk Park. It''s winter, and the park is quite busy with locals and tourists alike.'
  72. 'There''s snow everywhere, and kids from the whole town have gathered here to make snowmen and enjoy snowball fights. Some of the adults are joining them, happy to play like kids again for just a moment.'
  73. *nl
  74. else
  75. '<center><h2>Pavlovsk Park</h2></center>'
  76. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
  77. 'The main square of Pavlovsk Park. It''s winter, and the nights in Pavlovsk are very cold.'
  78. 'As you expected, the park is mostly deserted at this time of day. You occasionally see a wild animal, scrounging for food.'
  79. *nl
  80. end
  81. end
  82. act 'Walk to the residential area':minut += 5 & gt 'pavResidential'
  83. act 'Walk to the commercial area':minut += 5 & gt 'pavCommercial'
  84. if hour > 8 and hour < 19:'There''s a small <a href="exec:minut += 5 & gt ''gskino''">movie theater</a> in the park. It only has a single screen.'
  85. 'The newly opened cafe <a href="exec:gt''cafe_parco'',''start''">"Del Parco"</a>, with eye-catching facade, lots of tables and a summer terrace. Two paths lead out of the park. One brings you to the <a href="exec:minut += 5 & gt ''pavcommercial''">commerical</a> the other to the <a href="exec:minut += 5 & gt ''pavresidential''">residential</a> area.'
  86. *nl
  87. if $clothingworntype = 'nude':pcs_willpwr -= 15 & pcs_mood -= 15 & 'You notice passers-by in the park pointing at you as you walk, and overhear one older lady telling her friend: "Look at her... it''s that <<$pcs_lastname>> girl. Youth these days, they have no shame at all!"'
  88. if GvstreBoy = 1:'You see <a href="exec:numnpc = SkverBoy & gt ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a> walking across the main square of Pavlovsk Park. He doesn''t look like he''s going anywhere in particular, and seems to just be enjoying his walk.'
  89. !!if kotovLoveQW > 0 and hour >= 18 and hour < 20 and week < 6 or week >= 6 and kotovLoveQW > 0 and hour >= 9 and hour < 20:'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> sitting on a bench in the park, drinking beer by himself. Judging from the empty bottles near the bench, he''s already had a few.'
  90. if StoryLine = 1 and SchoolAtestat = 0:
  91. if (sunWeather = 1 and temper > 0) and (hour >= 18 and hour < 20 and week < 6) or (week >= 6 and hour >= 9 and hour < 20):
  92. 'You see your classmates <a href="exec:minut += 3 & gt ''gopskver''">Vitek, Dan and Vasily</a> sitting on a park bench, drinking beer.'
  93. end
  94. end
  95. if week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 0:
  96. 'You can see the <a href="exec:gt ''FedorMisc'', ''Outcast Intro''">train tracks</a> from here.'
  97. elseif week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 1:
  98. 'You can see the train tracks where <a href="exec:gt ''FedorMisc'', ''Outcast''">Fedor</a> spends his time.'
  99. end
  100. if rexPark = 1 and rexParkDay = daystart and hour >= 16 and hour < 18:
  101. 'You see Rex walking in the park.'
  102. act 'Go and see Rex':gt 'reks', 'skver'
  103. end
  104. act 'Go for a walk (0:15)':
  105. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  106. if StoryLine = 1 and SchoolAtestat = 0 and mey_vika['mey_vika_qw'] = 0 and rand(1,4) = 1:
  107. gs 'mey_vika_events', 'park_meet'
  108. gs 'stat'
  109. if mey_vika['qw_day'] = daystart: delact 'Looking for Vika'
  110. else
  111. *clr & cla
  112. minut += 15
  113. place = 1
  114. Frend_num = 0
  115. if MagikDostup ! 1:
  116. if rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19): gt 'MagEncounterFairy'
  117. end
  118. gt 'placer'
  119. end
  120. end
  121. gs 'parkivent', 'run'
  122. if hour >= 8 and hour < 22:
  123. act 'Distribute flyers to earn money (50 <b>₽</b>) (1:00)':
  124. *clr & cla
  125. menu_off = 1
  126. minut += 60
  127. money += 50
  128. pcs_mood -= 5
  129. gs 'stat'
  130. '<center><h2>Pavlovsk Park</h2></center>'
  131. '<center><img <<$set_imgh>> src="images/locations/shared/park/flaer.jpg"></center>'
  132. 'You spend an hour handing out flyers to park visitors, advertising something or another. You get paid 50 <b>₽</b> for your efforts.'
  133. act 'Continue':gt 'gskver', 'start'
  134. end
  135. end
  136. ! meynold`s events
  137. if mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart:
  138. !disable after can access home
  139. act 'Look for Vika (0:05)':
  140. minut += 5
  141. gs 'mey_vika_events', 'park_meet'
  142. gs 'stat'
  143. end
  144. end
  145. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  146. act 'Flash your tits (0:05)':
  147. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  148. *clr & cla
  149. menu_off = 1
  150. gs 'flash', 'tits', 'outdoors', 5
  151. gs 'stat'
  152. act 'Continue': gt 'gskver', 'start'
  153. end
  154. end
  155. gs 'kseniyaQW', 'events'
  156. if exhibitionist_lvl > 1:
  157. act 'Flash your pussy (0:05)':
  158. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  159. *clr & cla
  160. menu_off = 1
  161. gs 'flash', 'pussy', 'outdoors', 5
  162. gs 'stat'
  163. act 'Continue': gt 'gskver', 'start'
  164. end
  165. end
  166. act 'Sit down on the bench': gt'placer_sex','sitting_park_bench'
  167. if (hour >= 20 or hour < 6) and pcs_sleep <= 40:
  168. if home_owned[2] = 0 and workPTU <= 2 and HotelRoom < 1:
  169. !nowhere to live in town
  170. 'It''s quite dark now, and you have no where to stay nearby. Maybe you should try to sleep on a bench?'
  171. if StoryLine = 1: 'Or try your luck and go to Uncle Shulgin''s Apartment?'
  172. elseif home_owned[2] = 1 and (hour >= 22 or hour < 6):
  173. 'It''s quite dark outside, and you feel tired. Maybe you should head home.'
  174. else
  175. 'It''s quite dark now, and you feel tired. Maybe you should try sleeping on a bench?'
  176. end
  177. act 'Sleep on a bench': gt'placer_sex','sleeping_park_bench'
  178. end
  179. end
  180. --- gskver ---------------------------------