pav_park.qsrc 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757
  1. # pav_park
  2. !2022/09/13
  3. CLOSE ALL
  4. if $ARGS[0] = 'pav_park_image':
  5. '<center><h2>Pavlovsk Park</h2></center>'
  6. if month = 3 or month = 4 or month = 5:
  7. if daystage = 2 or daystage = 3:
  8. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
  9. else
  10. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
  11. end
  12. elseif month = 6 or month = 7 or month = 8:
  13. if daystage = 2 or daystage = 3:
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
  15. else
  16. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
  17. end
  18. elseif month = 9 or month = 10 or month = 11:
  19. if daystage = 2 or daystage = 3:
  20. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
  21. else
  22. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
  23. end
  24. elseif month = 1 or month = 2 or month = 12:
  25. if daystage = 2 or daystage = 3:
  26. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
  27. else
  28. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
  29. end
  30. end
  31. *nl
  32. end
  33. if $ARGS[0] = 'start':
  34. *clr & cla
  35. $loc = 'pav_park'
  36. $region = 'pav'
  37. $loc_arg = 'start'
  38. $location_type = 'public_outdoors'
  39. $menu_loc = 'pav_park'
  40. $menu_arg = 'start'
  41. $locclass = 'city_park'
  42. menu_off = 0
  43. gs 'stat'
  44. gs 'vicky_meynold_schedule'
  45. gs 'Zvereva_schedule'
  46. if sound = 0:
  47. if month >= 11 and month <= 12 or month >= 1 and month <= 3:
  48. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  49. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  50. else
  51. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
  52. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  53. end
  54. end
  55. gs'pav_park', 'pav_park_image'
  56. if month = 3 or month = 4 or month = 5:
  57. if daystage = 2 or daystage = 3:
  58. 'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. As a result, the trees are sprouting new leaves.'
  59. 'There are puddles everywhere, all the remains from the melted snow. Many 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; plenty of others just walk through without giving them a second thought.'
  60. 'The park isn''t particularly crowded this time of year. However, many people think it''s too cold to spend much time outdoors.'
  61. *nl
  62. if sunWeather = 0:
  63. if temper < 5:
  64. 'You can''t believe it, but it is snowing today. With winter over that, you had hoped the snow was done for the year.'
  65. else
  66. 'You frown as you feel the rain pelting your body. Otherwise, it would be a nice day to spend in the park.'
  67. end
  68. end
  69. else
  70. gs 'exp_gain', 'prcptn', rand(1,2)
  71. 'The main square of Pavlovsk Park. Spring has come, melting the worst of the snow. As a result, the trees are sprouting new leaves.'
  72. 'There is no particular reason to visit the park during the night, so it''s largely deserted. However, in the distance, you see one person running through the park, probably using it as a shortcut to go home faster.'
  73. *nl
  74. if sunWeather = 0:
  75. if temper < 5:
  76. 'You can''t believe it, but it is snowing tonight. With winter over, you had hoped that the snow was done for the year.'
  77. else
  78. 'You frown as you feel the rain pelting your body. Otherwise, it would be a lovely evening to spend in the park.'
  79. end
  80. end
  81. end
  82. end
  83. if month = 6 or month = 7 or month = 8:
  84. if daystage = 2 or daystage = 3:
  85. 'The main square of Pavlovsk Park. At this time of year, it''s one of the primary places in town where locals and tourists enjoy spending their spare time.'
  86. 'It''s always busy: people are resting, walking, playing and dating to their heart''s desires, enjoying the pleasant surroundings.'
  87. *nl
  88. if sunWeather = 0:
  89. if temper < 5:
  90. 'You can''t believe it, but it is snowing today. Why is it snowing in the middle of summer?! You look up at the heavens and get no response.'
  91. else
  92. 'You frown as you feel the rain pelting your body, but your frown gives way to a smile. The warm rain feels good on your exposed skin.'
  93. end
  94. end
  95. else
  96. gs 'exp_gain', 'prcptn', rand(1,2)
  97. '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.'
  98. '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.'
  99. *nl
  100. if sunWeather = 0:
  101. if temper < 5:
  102. 'You can''t believe it, but it is snowing this evening. Why is it snowing in the middle of summer?! You look up at the heavens and get no response.'
  103. else
  104. 'You frown as you feel the rain pelting your body, but your frown gives way to a smile. The warm rain feels good on your exposed skin.'
  105. end
  106. end
  107. end
  108. end
  109. if month = 9 or month = 10 or month = 11:
  110. if daystage = 2 or daystage = 3:
  111. 'The main square of Pavlovsk Park. Autumn has come, and some trees are already shedding their leaves. The leaves still on the trees have changed colour and are a beautiful mix of red and brown.'
  112. 'Everywhere in the park, people enjoy nature. Some take photos of the fallen leaves, kids play around and couples walk hand-in-hand, simply enjoying each other''s company.'
  113. *nl
  114. if sunWeather = 0:
  115. if temper < 5:
  116. 'You can''t believe it, but it is snowing today. You hope this isn''t a sign that winter is coming early this year.'
  117. else
  118. 'You frown as you feel the rain pelting your body. Otherwise, it would be a nice day to spend in the park.'
  119. end
  120. end
  121. else
  122. 'The main square of Pavlovsk Park. Autumn has come, and some trees are already shedding their leaves.'
  123. 'It gets pretty 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 and out of the cold.'
  124. *nl
  125. if sunWeather = 0:
  126. if temper < 5:
  127. 'You can''t believe it, but it is snowing today. You hope this isn''t a sign that winter is coming early this year.'
  128. else
  129. 'You frown as you feel the rain pelting your body. Otherwise, it would be a lovely evening to spend in the park.'
  130. end
  131. end
  132. end
  133. end
  134. if month = 1 or month = 2 or month = 12:
  135. if daystage = 2 or daystage = 3:
  136. 'The main square of Pavlovsk Park. It''s winter, and the park is busy with locals and tourists alike.'
  137. 'There''s snow everywhere, and kids have gathered to make snowmen and enjoy snowball fights. Some adults are joining them, happy to play like kids again for a moment.'
  138. *nl
  139. if sunWeather = 0:
  140. if temper < 5:
  141. 'You look up at the snow coming down. Despite the cold, it is a beautiful sight to behold.'
  142. else
  143. 'You frown as you feel the freezing rain pelting your body. The cold water chills you to the bone.'
  144. end
  145. end
  146. else
  147. 'The main square of Pavlovsk Park. It''s winter, and the nights in Pavlovsk are freezing.'
  148. 'As you expected, the park is mostly deserted. However, you occasionally see a wild animal scrounging for food.'
  149. *nl
  150. if sunWeather = 0:
  151. if temper < 5:
  152. 'You look up at the snow coming down. Despite the cold, it is a beautiful sight to behold.'
  153. else
  154. 'You frown as you feel the freezing rain pelting your body. The cold water chills you to the bone.'
  155. end
  156. end
  157. end
  158. end
  159. act 'Walk to the Residential area (0:05)':minut += 5 & gt 'pav_residential'
  160. act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
  161. act 'Walk to Pushkin (0:10)':minut += 10 & gt 'pushkin'
  162. act 'Go further into the park':minut += 2 & gt 'pav_park', 'deeper_park'
  163. if hour > 8 and hour < 19:'There''s a small <a href="exec:minut += 5 & gt ''gskino''">movie theatre</a> in the park.'
  164. 'The newly opened cafe <a href="exec:gt''cafe_parco'',''start''">"Del Parco"</a>, with an 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 ''pav_commercial''">commercial</a> area, the other to the <a href="exec:minut += 5 & gt ''pav_residential''">residential</a> area.'
  165. if ((month = 8 and day > 20) or (month = 9 and day < 16)) and week > 5 and hour > 8 and hour < 20 and AlbinaQW['ParkRally'] = 0:
  166. '<br>You overhear someone speaking in front of a crowd. The crowd is quite rowdy, yelling and clapping throughout the <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_1''">meeting</a>.'
  167. elseif ((month = 9 and day > 20) or (month = 10 and day < 16)) and week > 5 and hour > 8 and hour < 20 and AlbinaQW['ParkRally'] = 1 and AlbinaQW['StarletsShutDown'] = 0:
  168. 'Once again, a large crowd has gathered in the town center. You can hear Albina''s father holding a public <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_2''">meeting</a>.'
  169. elseif ((month = 10 and day > 20) or (month = 11 and day < 16)) and week > 5 and hour > 8 and hour < 20 and AlbinaQW['ParkRally'] = 2 and AlbinaQW['StarletsShutDown'] = 0 and AlbinaQW['StarletsJoined'] = 0:
  170. 'By this time, you''re well aware that Albina''s father is holding a <a href="exec: minut += 2 & gt ''pav_park'', ''alb_father_meeting_3''">meeting</a>, though they have erected a big stage.'
  171. end
  172. *nl
  173. if PCloInhibit >= 40: pcs_mood -= 15 & 'You notice passers-by in the park pointing at you as you walk and overhear one older lady telling her friend: "There''s that <<$pcs_lastname>> girl. Youth these days, they have no shame at all!"'
  174. if GvstreBoy = 1:'You see <a href="exec:numnpc = SkverBoy & gt ''Gnpc''"><<$nameBoyfrend[SkverBoy]>></a> walking across the main square of the park. He doesn''t look like he''s going anywhere in particular, and seems to just be enjoying his walk.'
  175. if week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 0:
  176. 'You can see the <a href="exec:gt ''FedorMisc'', ''Outcast Intro''">train tracks</a> from here.'
  177. elseif week <= 5 and hour >= 16 and hour < 20 and strelaQW = -2 and fedorKozlovQW <= -10 and FedorOutcast = 1:
  178. 'You can see the train tracks where <a href="exec:gt ''FedorMisc'', ''Outcast''">Fedor</a> spends his time.'
  179. end
  180. if rexPark = 1 and rexParkDay = daystart and hour >= 16 and hour < 18:
  181. 'You see Rex walking in the park.'
  182. act 'Go and see Rex':gt 'rex_events', 'skver'
  183. end
  184. if week >= 6 and hour >= 8 and hour <= 9 and mid($start_type,1,2) = 'sg' and socialchg['tVanya_day'] ! daystart: '<a href="exec:gt ''gschool_socialchg1'',''tVanya''">Vanya</a> is out on a light jog and is slowly approaching you.'
  185. if mid($start_type,1,2) = 'sg' and locat['Christina'] = 9 and socialchg['tChris_Lina_jog'] ! daystart: 'You spot <a href="exec:gt ''Zvereva_events'',''Chris_Lina_park''">Christina</a> and Lina jogging around the park.'
  186. gs 'treeCircEntry', 'PavlovskPark'
  187. act 'Go for a walk (0:15)':
  188. *clr & cla
  189. minut += 15
  190. menu_off = 1
  191. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1', 1
  192. if mid($start_type,1,2) = 'sg' and SchoolAtestat = 0 and mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart and locat['Vicky'] = 11:
  193. gs 'mey_vika_events', 'park_meet'
  194. gs 'stat'
  195. else
  196. gs 'pav_parkev', 'go_for_walk1'
  197. end
  198. end
  199. if hour >= 8 and hour < 22:
  200. act 'Distribute flyers to earn money (<b>₽</b>50) (1:00)':
  201. *clr & cla
  202. menu_off = 1
  203. minut += 60
  204. money += 50
  205. pcs_mood -= 5
  206. gs 'stat'
  207. '<center><h2>Pavlovsk Park</h2></center>'
  208. '<center><img <<$set_imgh>> src="images/locations/shared/park/job_flyer.jpg"></center>'
  209. *nl
  210. 'You spend an hour handing out advertising flyers to park visitors. As a result, you received <b>₽</b>50 for your efforts.'
  211. act 'Continue':gt 'pav_park', 'start'
  212. end
  213. end
  214. gs 'music_actions', 'music_icon'
  215. if month >= 6 and month <=8:
  216. if (emp_job_status[1] = 0 or emp_job_status[1] = 4) and (work = 0 or cheatWork = 1):
  217. if hour >= 8 and hour <= 18:
  218. act 'Apply for the Tour Guide job (0:30)':gt 'tour_guide', 'tourstart'
  219. end
  220. elseif emp_job_status[1] = 1:
  221. if hour >= 8 and hour <= 12:
  222. act 'Work as Tour Guide (8:00)':gt 'tour_guide', 'tourstart'
  223. end
  224. end
  225. end
  226. if mey_vika['mey_vika_qw'] > 0 and mey_vika['mey_vika_qw'] < 27 and mey_vika['qw_day'] ! daystart:
  227. if locat['Vicky'] ! 11:
  228. '<br>Vicky and Vanya are never in the park at this time.'
  229. else
  230. act 'Look for Vicky and Vanya (0:05-0:25)':
  231. cla
  232. minut += 5
  233. gs 'mey_vika_events', 'park_meet'
  234. gs 'stat'
  235. end
  236. end
  237. end
  238. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  239. act 'Flash your tits (0:05)':
  240. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  241. *clr & cla
  242. menu_off = 1
  243. gs 'flash', 'tits', 'outdoors', 5
  244. gs 'stat'
  245. act 'Continue': gt 'pav_park', 'start'
  246. end
  247. end
  248. if exhibitionist_lvl > 0:
  249. act 'Flash your butt (0:05)':
  250. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  251. *clr & cla
  252. menu_off = 1
  253. gs 'flash', 'butt', 'outdoors', 5
  254. gs 'stat'
  255. act 'Continue': gt 'pav_park', 'start'
  256. end
  257. end
  258. gs 'kseniyaQW', 'events'
  259. if exhibitionist_lvl > 1:
  260. act 'Flash your pussy (0:05)':
  261. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  262. *clr & cla
  263. menu_off = 1
  264. gs 'flash', 'pussy', 'outdoors', 5
  265. gs 'stat'
  266. act 'Continue': gt 'pav_park', 'start'
  267. end
  268. end
  269. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and hour > 5 and hour < 23:
  270. if pcs_energy >= 10 and pcs_stam >= stammax / 5:
  271. act 'Jog through the park (1:00)': gt 'pav_park', 'run'
  272. elseif pcs_stam >= stammax / 5:
  273. act 'Jog through the park (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  274. else
  275. act 'Jog through the park (1:00)': '<br><font color="red">You are to exhausted to do this. Recover your stamina before trying to go for a run.</font>'
  276. end
  277. else
  278. 'You could jog around the park if you were wearing sports clothes and shoes.'
  279. end
  280. act 'Sit on the bench': gt 'pav_park', 'sitting_park_bench'
  281. if mc_inventory['joints'] > 0 and drugVars['weed_high'] = 0: act 'Smoke a joint': minut += 10 & gs 'drugs', 'joint' & gt $loc, $loc_arg
  282. !-- Random prostitution solicitation check ------------------------
  283. gs 'prostitution_functions', 'check_solicitation_event'
  284. gs 'camera', 'check_location'
  285. end
  286. ! Albina Starlets events.
  287. if $ARGS[0] = 'alb_father_meeting_1':
  288. cla & *clr
  289. AlbinaQW['ParkRally'] = 1
  290. minut += 5
  291. gs 'stat'
  292. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/meeting/meeting1.jpg"></center>'
  293. 'A speech is ringing out to a cheering crowd.'
  294. *nl
  295. '"We need to take care of the corruption in our police force! How many of our daughters must be raped because our petty excuses for officers allow crime to run rampant in our streets for a handful of rubles from the very criminals they''re supposed to fight?"'
  296. *nl
  297. 'You take a closer look and see that it''s Albina''s father speaking. He''s going hard on the authorities while the crowd gets rowdier.'
  298. '"Calm down, everyone! Don''t take out your anger now! Instead, show them at the ballots how upset you truly are!" Albina''s father finishes to cheers from the crowd.'
  299. act 'Go on with your day': gt 'pav_park', 'start'
  300. end
  301. if $ARGS[0] = 'alb_father_meeting_2':
  302. cla & *clr
  303. AlbinaQW['ParkRally'] = 2
  304. minut += 5
  305. gs 'stat'
  306. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/meeting/meeting2.jpg"></center>'
  307. '"Don''t believe the ridiculous accusations thrown against me! They''re fake news!" He slams the podium as he passionately speaks.'
  308. 'The crowd keeps calm, except for his most die-hard supporters, who yell profanities and accusations against the current administration as Albina''s father continues.'
  309. '"My opponents are desperate, desperate because I''m about to unravel their web of lies, corruption and bribes that let them laugh at you from up in their ivory towers while you fight for scraps down in the dirt!" He slams the podium again.'
  310. act 'Go on with your day': gt 'pav_park', 'start'
  311. end
  312. if $ARGS[0] = 'alb_father_meeting_3':
  313. cla & *clr
  314. AlbinaQW['ParkRally'] = 3
  315. minut += 5
  316. gs 'stat'
  317. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/event/meeting/meeting3.jpg"></center>'
  318. 'You walk over to see the commotion, and you see Albina''s father speaking to the crowd as usual. This time, however, he seems very nervous and stutters while speaking to the masses. He continues for a few more minutes, and is sweating profoundly by the end of the speech as some of the crowd call him out on his hypocrisy.'
  319. 'He clears his throat a few times. "And now for some entertainment from my daughter and her dance group. If you look to the right, there are some refreshments available."'
  320. 'He awkwardly steps away from the podium as the music starts, and the girls reluctantly step out. They''re all wearing skintight, skimpy leotards that leave nothing to the imagination. Some men whistle and holler while others and most of the women look on in disgust, whispering that they can''t believe that young girls would wear such revealing outfits.'
  321. 'You stay and watch the performance. The girls are clearly uncomfortable with the situation, and you see Albina glare at her father a few times. Finally, the girls finish their performance and quickly run from the stage as Albina''s father desperately tries to appease his diminishing crowd as everyone leaves, yourself included.'
  322. act 'Leave': gt 'pav_park', 'start'
  323. end
  324. ! End Starlets
  325. if $ARGS[0] = 'run':
  326. *clr & cla
  327. menu_off = 1
  328. gs 'exercise', 'tier1', 60, 'run'
  329. fat -= rand(0,4)
  330. gs 'sweat', 'add', 5
  331. daybegskver = daystart
  332. gs 'stat'
  333. '<center><img <<$set_imgh>> src="images/locations/shared/park/parkbeg.jpg"></center>'
  334. 'You prepare for a nice jog through the beautiful park, pacing yourself so you last for a full hour.'
  335. act 'Finish your run':
  336. cla
  337. *nl
  338. 'You feel great after your jogging session. You''re a bit sweaty, but you''ve also improved your stamina. You even feel a bit slimmer.'
  339. act 'Continue': gt $loc, $loc_arg
  340. !!did I do the gt loc above correct?
  341. end
  342. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  343. act 'Expose your breasts':
  344. *clr & cla
  345. inhib_exp += 2
  346. gs 'arousal', 'flash', 5
  347. gs 'arousal', 'end'
  348. gs 'stat'
  349. if rand(0,1) = 0:
  350. '<center><img <<$set_imgh>> src="images/locations/shared/park/flash'+rand(3,4)+'.jpg"></center>'
  351. else
  352. '<center><video autoplay loop src="images/locations/shared/park/flash'+rand(1,2)+'.mp4"></video></center>'
  353. end
  354. 'Halfway through your run, you pull up your top and expose your breasts. The cool air against your warm skin causes you to shiver. Almost immediately, your nipples start to harden, a mixed reaction from the air hitting them and your growing excitement.'
  355. *nl
  356. gs 'pav_park', 'run_reactions'
  357. end
  358. end
  359. end
  360. if $ARGS[0] = 'run_reactions':
  361. menu_off = 1
  362. if hour >= 20:
  363. 'With it being so late, there isn''t anyone in the park to see you, but it doesn''t matter. The thrill and pleasure are still there. When you''re finished, you make sure to pull your top back down.'
  364. gs 'arousal', 'flashlite', -10
  365. gs 'arousal', 'end'
  366. gs 'stat'
  367. else
  368. if rand(0,1) = 0:
  369. 'Despite being daytime, you go unnoticed during your run. However, you still find yourself aroused and excited by the thought of being seen by a stranger or someone you know. When you''re finished, you make sure to pull your top back down.'
  370. gs 'arousal', 'flashlite', -10
  371. gs 'arousal', 'end'
  372. gs 'stat'
  373. else
  374. 'You come across a group of gopniks loitering in a circle, empty beer bottles scattered around them. They''re loudly talking among themselves, but as you near the group, one of them notices you and quickly interrupts his friends to point you out to everyone.'
  375. 'You can''t help but smile slightly as you watch them rush to stand and then fight over getting at the front so they can see you better. As you run by, some start to clap and whistle while a few shout at you.'
  376. *nl
  377. '"Is this real, or am I fucking dreaming?!"'
  378. *nl
  379. '"You need a running partner, babe? I can go all day, every day!"'
  380. *nl
  381. '"Just another crazy slut."'
  382. *nl
  383. 'You continue your run until their catcalling can''t be heard anymore.'
  384. gs 'arousal', 'flashlite', -10
  385. gs 'arousal', 'end'
  386. gs 'stat'
  387. end
  388. end
  389. *nl
  390. 'You feel great after your jogging session. Of course, you''re a bit sweaty, but you''ve also improved your stamina as you feel slimmer.'
  391. act 'Finish your run': gt $loc, $loc_arg
  392. end
  393. if $ARGS[0] = 'sleeping_park_bench':
  394. cla & *clr
  395. pcs_health += 5
  396. pcs_hairbsh = 0
  397. InSleep = 1
  398. minut += 480
  399. pcs_sleep += 80
  400. gs 'stat'
  401. InSleep = 0
  402. if PCloStyle2 = 4:
  403. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_form.jpg"></center>'
  404. elseif PCloSkirt > 0:
  405. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_dress.jpg"></center>'
  406. elseif PCloPants > 3:
  407. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_shorts.jpg"></center>'
  408. else
  409. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park_jeans.jpg"></center>'
  410. end
  411. if pcs_makeup > 1:pcs_makeup = 0 & vidageday -= 1 & 'Your makeup smears across your face as you sleep, which is harmful to your appearance. Your skin ages faster from this.'
  412. 'You''re feeling tired and decide to try and get some sleep on the park bench.'
  413. if alko >= 7 and hotcat >= 6:
  414. gt 'placer_sex','sleeping_park_alco_rape'
  415. end
  416. act 'Wake up':
  417. cla & *clr
  418. if $pantyworntype = 'none' and PCloSkirt > 0:
  419. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park.jpg"></center>'
  420. 'You wake up with a smile, stretching your arms and legs, flashing your bare pussy to the entire park.'
  421. elseif PCloSkirt > 0 and rand(1,10) <= 9:
  422. gs 'underwear', 'dispose'
  423. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park.jpg"></center>'
  424. 'You wake up with a smile, stretching your arms and legs. You realize your panties are missing and quickly close your legs as you fearfully hope that whoever took your panties didn''t take advantage of you while you were out.'
  425. else
  426. '<center><img <<$set_imgh>> src="images/locations/shared/park/sleeping_park2.jpg"></center>'
  427. 'You wake up with a smile, stretching your arms and legs.'
  428. end
  429. act 'Continue': gt $loc, $loc_arg
  430. if rand(1,10) <= 6 and money ! 0: *nl & 'You realize that someone stole your money while you were sleeping!' & money = 0
  431. end
  432. !!is this correct I removed the waking up to having had sex, I had to remove it. No girl would sleep through someone having sex with them, unless she is passed out drunk which is handled by one of the other spots already. Which meant tweaking the code so make sure this still works.
  433. !act 'Continue': gt $loc, $loc_arg
  434. end
  435. if $ARGS[0] = 'sitting_park_bench':
  436. waiting = input ("How long would you like to rest?<br>(Default 15 minutes, maximum 120 minutes)")
  437. if waiting = '':
  438. minut += 15
  439. elseif waiting > 0 and waiting <= 120:
  440. minut = minut + waiting
  441. pcs_mood += 10
  442. if pcs_sleep < 90 and waiting >= 60:
  443. pcs_sleep += 10
  444. end
  445. elseif waiting <= 0 or waiting > 120:
  446. 'Invalid time.'
  447. end
  448. gt $loc, $loc_arg
  449. end
  450. if mc_inventory['joints'] > 0 and drugVars['weed_high'] = 0: act 'Smoke a joint': minut += 10 & gs 'drugs', 'joint' & gt $loc, $loc_arg
  451. if (hour >= 20 or hour < 6) and (pcs_sleep <= 30 or cheatNoSleep ! 0):
  452. !! Will add a call that will tell if the player has a place to stay at in a given town/city.
  453. pavlovsk_home = func('homes_properties', 'has_access', 'shared_apartment') or func('homes_properties', 'has_access', 'meynold_household') or func('homes_properties', 'has_access', 'parents_home') or func('homes_properties', 'has_access', 'lyceum_dorm')
  454. if pavlovsk_home = 0 and workPTU <= 2 and HotelRoom < 1:
  455. !nowhere to live in town
  456. if money >= 500 or karta+bankDebtLimit >= 500:
  457. 'It''s pretty dark now. Maybe you could get a room in the hotel?'
  458. else
  459. 'It''s pretty dark now and you have nowhere to stay nearby. Maybe you should try to sleep on a bench?'
  460. end
  461. if mid($start_type,1,2) = 'sg': 'You could also try your luck at Uncle Shulgin''s apartment?'
  462. elseif pavlovsk_home = 1 and (hour >= 22 or hour < 6):
  463. 'It''s pretty dark outside and you feel tired. Maybe you should head home?'
  464. elseif hotelRoom['pav_hotel'] > 0:
  465. 'It''s pretty dark outside and you feel tired. Maybe you should head back to the hotel?'
  466. else
  467. 'It''s pretty dark now and you feel tired. Maybe you should try sleeping on a bench?'
  468. end
  469. act 'Sleep on a bench': gt 'pav_park','sleeping_park_bench'
  470. killvar 'pavlovsk_home'
  471. end
  472. ! New park content added Nutluck - 14/10/2022
  473. if $ARGS[0] = 'deeper_park':
  474. *clr & cla
  475. $loc = 'pav_park'
  476. $region = 'pav_park'
  477. $loc_arg = 'deeper_park'
  478. $location_type = 'public_outdoors'
  479. $menu_loc = 'pav_park'
  480. $menu_arg = 'deeper_park'
  481. !!I don''t know if I did the above correct or not, please check it
  482. menu_off = 0
  483. gs 'stat'
  484. if sound = 0:
  485. if month >=11 and month <= 12 or month >=1 and month <=3:
  486. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  487. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  488. else
  489. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
  490. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  491. end
  492. end
  493. if month=3 or month=4 or month=5:
  494. if daystage = 2 or daystage = 3:
  495. '<center><h2>Pavlovsk Park</h2></center>'
  496. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.jpg"></center>'
  497. *nl
  498. 'As you go deeper into the park, you see fewer and fewer people. There are some nice trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at.'
  499. *nl
  500. if sunWeather = 0:
  501. if temper < 5:
  502. 'You can''t believe it, but it''s snowing today. With winter over, you had hoped the snow was done for the year.'
  503. else
  504. 'You frown as you feel the rain pelting your body. Otherwise, spending time in the park would be a lovely day.'
  505. end
  506. end
  507. else
  508. gs 'exp_gain', 'prcptn', rand(1,2)
  509. '<center><h2>Pavlovsk Park</h2></center>'
  510. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.spring.night.jpg"></center>'
  511. *nl
  512. 'As you go deeper into the park, you see someone running through the park in the distance, probably using it as a shortcut to go home faster. Unfortunately, they''re the only person you see at the moment. There are some nice trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at. However, you''re well aware it can get dangerous in the park the darker it gets.'
  513. *nl
  514. if sunWeather = 0:
  515. if temper < 5:
  516. 'You can''t believe it, but it''s snowing tonight. With winter over, you had hoped that the snow was done for the year.'
  517. else
  518. 'You frown as you feel the rain pelting your body. Otherwise, spending time in the park would be such a lovely evening.'
  519. end
  520. end
  521. end
  522. end
  523. if month = 6 or month = 7 or month = 8:
  524. if daystage = 2 or daystage = 3:
  525. '<center><h2>Pavlovsk Park</h2></center>'
  526. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/park/skver.jpg"></center>'
  527. *nl
  528. 'As you go deeper into the park, you see fewer and fewer people, only occasional groups hanging out together or families having a picnic. There are some excellent trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at.'
  529. *nl
  530. if sunWeather = 0:
  531. if temper < 5:
  532. 'You can''t believe it, but it''s snowing today. Why is it snowing in the middle of summer?! You look up at the heavens and get no response.'
  533. else
  534. 'You frown as you feel the rain pelting your body, but your frown gives way to a smile. The warm rain feels good on your exposed skin.'
  535. end
  536. end
  537. else
  538. gs 'exp_gain', 'prcptn', rand(1,2)
  539. '<center><h2>Pavlovsk Park</h2></center>'
  540. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.summer.night.jpg"></center>'
  541. *nl
  542. 'As you go deeper into the park, you see one person running through the park in the distance, probably using it as a shortcut to go home faster. Unfortunately, they''re the only person you see at the moment. There are some nice trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at. However, you''re well aware it can get dangerous in the park the darker it gets.'
  543. *nl
  544. if sunWeather = 0:
  545. if temper < 5:
  546. 'You can''t believe it, but it''s snowing this evening. Why is it snowing in the middle of summer?! You look up at the heavens and get no response.'
  547. else
  548. 'You frown as you feel the rain pelting your body, but your frown gives way to a smile. The warm rain feels good on your exposed skin.'
  549. end
  550. end
  551. end
  552. end
  553. if month = 9 or month = 10 or month = 11:
  554. if daystage = 2 or daystage = 3:
  555. '<center><h2>Pavlovsk Park</h2></center>'
  556. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.jpg"></center>'
  557. *nl
  558. 'As you go deeper into the park, you see fewer and fewer people. There are some nice trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at.'
  559. *nl
  560. if sunWeather = 0:
  561. if temper < 5:
  562. 'You can''t believe it, but it''s snowing today. You hope this isn''t a sign that winter is coming early this year.'
  563. else
  564. 'You frown as you feel the rain pelting your body. Otherwise, spending time in the park would be a lovely day.'
  565. end
  566. end
  567. else
  568. '<center><h2>Pavlovsk Park</h2></center>'
  569. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.autumn.night.jpg"></center>'
  570. *nl
  571. 'As you go deeper into the park, you see one person running through the park in the distance, probably using it as a shortcut to go home faster. Unfortunately, they''re the only person you see at the moment. There are some nice trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at. However, you''re well aware it can get dangerous in the park the darker it gets, and the chill in the air doesn''t help make your surroundings seem inviting.'
  572. *nl
  573. if sunWeather = 0:
  574. if temper < 5:
  575. 'You can''t believe it, but it''s snowing today. You hope this isn''t a sign that winter is coming early this year.'
  576. else
  577. 'You frown as you feel the rain pelting your body. Otherwise, spending time in the park would be such a lovely evening.'
  578. end
  579. end
  580. end
  581. end
  582. if month = 1 or month = 2 or month = 12:
  583. if daystage = 2 or daystage = 3:
  584. '<center><h2>Pavlovsk Park</h2></center>'
  585. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.jpg"></center>'
  586. *nl
  587. 'As you go deeper into the park, you see fewer and fewer people. The ones you see are mostly hurrying along or couples on romantic walks together. There are some excellent trails to walk along deeper in the park, plus some nice secluded areas that some kids like to hang out at.'
  588. *nl
  589. if sunWeather = 0:
  590. if temper < 5:
  591. 'You look up at the snow coming down. Despite the cold, it is a beautiful sight to behold.'
  592. else
  593. 'You frown as you feel the freezing rain pelting your body. The cold water chills you to the bone.'
  594. end
  595. end
  596. else
  597. '<center><h2>Pavlovsk Park</h2></center>'
  598. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/lake/skver.winter.night.jpg"></center>'
  599. *nl
  600. 'The main square of Pavlovsk Park. It''s winter, and the nights in Pavlovsk are freezing.'
  601. 'As you expected, this part of the park is completely deserted at night. However, you occasionally see a wild animal scrounging for food.'
  602. *nl
  603. if sunWeather = 0:
  604. if temper < 5:
  605. 'You look up at the snow coming down. Despite the cold, it is a beautiful sight to behold.'
  606. else
  607. 'You frown as you feel the freezing rain pelting your body. The cold water chills you to the bone.'
  608. end
  609. end
  610. end
  611. end
  612. !!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</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.'
  613. !!I am not sure why this is commented out but I left it that way.
  614. if (sunWeather = 1 and temper > 0):
  615. gs 'anushka_konstantinov_schedule'
  616. gs 'arkadi_fyodorov_schedule'
  617. gs 'radomir_popov_schedule'
  618. gs 'valentin_bogdanov_schedule'
  619. temprand = rand(1,5)
  620. !!for the below I would like it so it is only once a day. So if Sveta hangs out with them once that day she won''t see that same group on the same day but can run into the others. No clue how to code that.
  621. if temprand = 1 and locat['A144'] = 23 and (week >= 6 and hour >= 12 and hour < 18) or (week < 6 and hour >= 16 and hour < 18) and gopniksev['gopgirls'] ! daystart:
  622. gopniksev['gopgirls'] = daystart
  623. 'You see your classmates <a href="exec:minut += 3 & gt ''pav_parkev'', ''gopgirls''">Lena, Lera, Anushka and Alyona</a> sitting at a picnic table, drinking beer and hanging out.'
  624. elseif temprand = 2 and locat['A156'] = 23 and (week >= 6 and hour >= 12 and hour < 18) or (week < 6 and hour >= 16 and hour < 18) and gopniksev['gopboys'] ! daystart :
  625. gopniksev['gopboys'] = daystart
  626. 'You see your classmates <a href="exec:minut += 3 & gt ''pav_parkev'', ''gopboys''">Vitek, Dan, Lavrenti, Roman, Arkadi, Vasily and Pauline</a> sitting at a picnic table, drinking beer and hanging out.'
  627. elseif temprand = 3 and locat['A144'] = 23 and locat['A154'] = 23 and locat['A156'] = 23 and locat['A158'] = 23 and (week >= 6 and hour >= 12 and hour < 18) or (week < 6 and hour >= 16 and hour < 18) and gopniksev['gopniks'] ! daystart:
  628. gopniksev['gopniks'] = daystart
  629. 'You see your classmates <a href="exec:minut += 3 & gt ''pav_parkev'', ''gopniks''">Vitek, Dan, Lavrenti, Roman, Arkadi, Valentin, Radomir, Vasily, Pauline, Lena, Lera, Anushka and Alyona</a> sitting at a picnic table, drinking beer and hanging out.'
  630. elseif temprand = 4 and (week >= 6 and (hour >= 9 and hour < 12) or (hour >= 16 and hour < 20)) or (week < 6 and hour >= 18 and hour < 20) and gopniksev['gopskver'] ! daystart:
  631. gopniksev['gopskver'] = daystart
  632. 'You see your classmates <a href="exec:minut += 3 & gt ''gopskver''">Vitek, Dan and Vasily</a> sitting on a park bench, drinking beer.'
  633. else
  634. 'You don''t see any of the Gopnik''s hanging out in the park.'
  635. end
  636. end
  637. act 'Walk to the Residential area (0:05)':minut += 5 & gt 'pav_residential'
  638. act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
  639. act 'Walk to Pushkin (0:10)':minut += 10 & gt 'pushkin'
  640. act 'Go back to the entrance':minut += 2 & gt 'pav_park', 'start'
  641. gs 'treeCircEntry', 'PavlovskPark'
  642. act 'Go for a walk (0:15)':
  643. menu_off = 1
  644. if $start_type[1] ! 'nomagic' and rand (1, 4) <= pcs_magik and (hour <=6 or hour >=19):
  645. *clr & cla
  646. minut += 15
  647. gs 'stat'
  648. gt 'MagEncounterFairy'
  649. else
  650. minut += 15
  651. gs 'stat'
  652. gs 'pav_parkev', 'go_for_walk2'
  653. end
  654. end
  655. if pcs_inhib >= 35 or exhibitionist_lvl > 0:
  656. act 'Flash your tits (0:05)':
  657. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  658. *clr & cla
  659. menu_off = 1
  660. gs 'flash', 'tits', 'outdoors', 5
  661. gs 'stat'
  662. act 'Continue': gt 'pav_park', 'deeper_park'
  663. end
  664. end
  665. if exhibitionist_lvl > 0:
  666. act 'Flash your butt (0:05)':
  667. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  668. *clr & cla
  669. menu_off = 1
  670. gs 'flash', 'butt', 'outdoors', 5
  671. gs 'stat'
  672. act 'Continue': gt 'pav_park', 'deeper_park'
  673. end
  674. end
  675. gs 'kseniyaQW', 'events'
  676. if exhibitionist_lvl > 1:
  677. act 'Flash your pussy (0:05)':
  678. if pcs_exhib = 100 and exhibitionQW = 0: gt 'kseniyaQW', 'event1'
  679. *clr & cla
  680. menu_off = 1
  681. gs 'flash', 'pussy', 'outdoors', 5
  682. gs 'stat'
  683. act 'Continue': gt 'pav_park', 'deeper_park'
  684. end
  685. end
  686. if $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and hour > 5 and hour < 23 and daybegskver ! daystart and pcs_energy >= 10:
  687. act 'Jog through the park (1:00)': gt 'pav_park', 'run'
  688. elseif $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and hour > 5 and hour < 23 and daybegskver ! daystart:
  689. act 'Jog through the park (1:00)': '<br><font color="red">You feel too hungry to do this.</font>'
  690. elseif ($clothingworntype ! 'danilovich_outfits' or $shoeworntype ! 'danilovich') and hour > 5 and hour < 23 and daybegskver ! daystart:
  691. 'You could jog around the park if you were wearing sports clothes and shoes.'
  692. end
  693. act 'Sit down on the bench': gt 'pav_park', 'sitting_park_bench'
  694. if mc_inventory['joints'] > 0 and drugVars['weed_high'] = 0: act 'Smoke a joint': minut += 10 & gs 'drugs', 'joint' & gt $loc, $loc_arg
  695. gs 'camera', 'check_location'
  696. end
  697. --- pav_park ---------------------------------