pav_residential.qsrc 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. # pav_residential
  2. music_loop = 0
  3. CLOSE ALL
  4. $loc_arg = ''
  5. $loc = 'pav_residential'
  6. $menu_loc = 'pav_residential'
  7. $menu_arg = ''
  8. menu_off = 0
  9. $location_type = 'public_outdoors'
  10. killvar '$locclass'
  11. if sound = 0:
  12. if month >=11 and month <= 12 or month >=1 and month <=3:
  13. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/zima.mp3',30
  14. if hour >= 0 and hour <= 7: PLAY 'sound/street_night.mp3',30 & PLAY 'sound/zima.mp3',30
  15. else
  16. if hour >= 8 and hour <= 23: PLAY 'sound/street2.mp3',30 & PLAY 'sound/street_leto.mp3',30
  17. if hour >= 0 and hour <= 7:PLAY 'sound/street_night.mp3',30
  18. end
  19. end
  20. *clr & cla
  21. litltown = 1
  22. alkoblock = 0
  23. boynumBlock = 0
  24. gs 'stat'
  25. !call random events from [street_events], and display them before show location.
  26. if streetevent_hour + 2 < hour:gt'street_event','pav_residential', 'main'
  27. '<center><h2>Pavlovsk</h2></center>'
  28. if month >= 11 or month <= 3:
  29. if hour >= 8 and hour <= 21:
  30. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavreswinter.jpg"></center>'
  31. else
  32. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavreswintern.jpg"></center>'
  33. end
  34. else
  35. if hour >= 8 and hour <= 21:
  36. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavres.jpg"></center>'
  37. else
  38. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn_'+ rand(1,2) +'.jpg"></center>'
  39. end
  40. end
  41. '<br>The residential area of a provincial town in Russia that has a population of roughly 15,000 people. This area is suburban with more modern houses, dusty roads and pockets of overgrown vegetation stretching out far and wide, but some would say that just adds to the town''s rustic charm. Apart from the old <a href="exec:view''images/locations/pavlovsk/palace/pav_palace.jpg''">Imperial palace</a> built by Catherine the Great, with its surrounding gardens and forest, and the recently remodeled <a href="exec:view''images/locations/pavlovsk/fortress/bip_hotel.png''">Bip fortress</a> which is now a luxury hotel and restaurant.'
  42. '<br>Even from here you can spot the <a href="exec:minut += 5 & gt ''ParChurch'',''start''">Church of St. Nikolas</a>, the tallest building in town.'
  43. gs'street_event','pav_residential', 'extras'
  44. if flag_rape_1 = 1:
  45. flag_rape_1 = 0
  46. rape_count = rape
  47. 'You stop under the dim light of a streetlight. Breathing heavy, you occasionally stop to wince from the pain coming from your pussy. You convince yourself not to tell anyone, and to just get home, clean up and go to bed as soon as possible. The sooner you do that, the sooner you can forget this ever happened.'
  48. elseif flag_rape_1 = 2:
  49. flag_rape_1 = 0
  50. rape_count = rape
  51. 'Coming out of your daze, you find yourself having walked into the center of town without even realizing it. You feel a bit strange as you stop to think about why you aren''t upset about having been raped. Replaying the encounter in your head, you realize you actually enjoyed it a bit. All in all, you''re not too worried about what happened.'
  52. elseif rape > rape_count:
  53. !for normal rape. differ display with bimbolevel
  54. rape_count = rape
  55. if bimbolevel > 2:
  56. 'You feel great after having sex, and don''t understand why they didn''t just ask. Silly man.'
  57. elseif bimbolevel > 0:
  58. 'Coming out of your daze, you find yourself having walked into the center of town without even realizing it. You feel a bit strange as you stop to think about why you aren''t upset about having been raped. Replaying the encounter in your head, you realize you actually had fun and enjoyed it. All in all, you''re not too worried about what happened. '
  59. else
  60. 'You stop under the dim light of a streetlight. Breathing heavy, you occasionally stop to wince from the pain coming from your pussy. You convince yourself not to tell anyone, and to just get home, clean up and go to bed as soon as possible. The sooner you do that, the sooner you can forget this ever happened.'
  61. end
  62. end
  63. if pav_slut >= 250 and rand(1, 10) = 10 and pav_residential_prost_day ! daystart:
  64. pav_residential_prost_day = daystart
  65. 'A guy approaches you, and asks if you want to earn some money. He''s offering you 100 <b>₽</b> for a quick fuck in the bushes.'
  66. gs 'willpower', 'prostitution', 'resist'
  67. if will_cost <= pcs_willpwr:
  68. act 'Decline (<<will_cost>> Willpower)':
  69. gs 'willpower', 'pay', 'resist'
  70. gt 'pav_residential'
  71. end
  72. else
  73. act 'Decline (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  74. end
  75. act 'Go with him': gs 'npcgeneratec', 0, 'Stranger at the Park', rand(18,45) & gs 'boyStat', $npclastgenerated & gt 'gevent', '5'
  76. exit
  77. end
  78. if AlbinaQW['albina_election_events'] >= 1 and AlbinaQW['ParkRally'] > 0:
  79. if AlbinaQW['ElectionCampaignTime'] = 0:AlbinaQW['ElectionCampaignTime'] = totminut + 2880
  80. '<br>You can see election posters on the walls all over town. They say: "Vote for Boris Barlovsky!" Wait a minute... isn''t that Albina''s father?</br>'
  81. end
  82. if AlbinaQW['ElectionCampaignTime'] > 0 and AlbinaQW['ElectionCampaignTime'] <= totminut and hour >= 14 and AlbinaQW['albina_election_events'] = 1:gt 'albina_election_events'
  83. if rand(1, 5) >= 4 and pav_slut >= 150:
  84. if pav_slut < 200:
  85. '<br>You catch people staring at you intently, as if they''re supposed to know who you are but can''t quite remember why. You sincerely hope they don''t realize your promiscuous adventures are the reason why. The occasional person chuckling and pointing at you crushes those hopes, and you quickly keep walking before they get a chance to say anything.'
  86. elseif pav_slut < 250:
  87. '<br>People look at you with lewd grins on their faces, some of them even making vulgar gestures. Looks like they know what you''ve been up to.'
  88. else
  89. '<br>Everywhere you go, people recognize you as a whore. Some even come over and slap you on the ass, claiming they know you like it when they do, or claiming they want to sample your goods. An elderly woman sitting on a bench calls out to you, loudly calling you a slut and a whore. You hide your face and run away as fast as you can, before she can draw too much attention to you.'
  90. end
  91. end
  92. gs 'stat'
  93. if car > 0 and cardrive = 20: 'Your <a href="exec:gs ''carF'', ''start''"><<$car>></a> is parked in the street.'
  94. if fedorKozlovQW >= 20 and FedorKozHome = 1 or fedorKozlovQW = -15 and FedorKozHome = 1: '<br><a href="exec: minut += 5 & gt ''FedorEv4'', ''Home Entrance''">Fedor</a> lives in a house nearby.'
  95. if hour >= 8 and hour <= 22:'<br>At the end of the street, there''s a small <a href="exec:$loc = ''pav_residential'' & gt ''kiosk'', ''start''">kiosk</a> selling a variety of items such as cigarettes, magazines, snacks, drinks and even themes for your phone.'
  96. if StoryLine > 0:
  97. $schoolname = 'the <a href="exec: minut += 2 & gt ''gschool_grounds'', ''main''">local school</a>.'
  98. else
  99. $schoolname = 'the local school.'
  100. end
  101. '<br>In the center of Pavlovsk is the town square, which features the popular <a href="exec: minut += 2 & gt ''pav_commcenter''">community center</a>, a hotspot for the local teenagers to hangout at after a long day at <<$schoolname>></b> Connected to the town center is the old palace grounds which have now been turned into a large <a href="exec:minut += 5 & gt ''pav_park'', ''start''">public park</a>. With the <a href="exec: minut += 5 & gt ''glake''">lake</a> nearby, the area can get quite busy, especially during the summer and winter when people can swim or skate at the lake.'
  102. *nl
  103. !!made changes here, to remove direct links to the kids in the apartment complex, make sure this will work with the code left.
  104. if Enable_tablemap = 0:
  105. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:'<a href="exec:minut += 10 & gt ''dimaHome'', ''home''">Dimka Nosov</a>, one of your classmates, lives in one of the fancier houses in town.'
  106. if IgorLoverQW > 0 and IdorBlock = 0:'<a href="exec:minut += 10 & gt ''IgorHome'', ''home''">Igor Kruglov</a>, one of your classmates, lives in one of the fancier houses in town.'
  107. if katjaFirstKiss >= 1 or mey_vika['mey_vika_qw'] >= 27 or mey_vika['key'] = 1: 'Large private house where the <a href="exec:minut += 10 & gt''mey_home'', ''door''">Meynold twins</a> live.'
  108. if LariskaHomeIn > 0: '<a href="exec:minut += 10 & gt ''LariskaHome'', ''front_door''">Lariska Gruzdev</a>, one of your classmates, lives about 10 minutes away from your parents.'
  109. if AlbinaQW['KnowsHouse'] > 0 or AlbinaQW['StarletsJoined'] = 1:'<a href="exec:minut += 10 & gt ''albinaporog''">Albina Barlovskaya</a>, one of your classmates, lives in one of the few luxurious mansions Pavlovsk has to offer.'
  110. else
  111. st_count=0 & $show_table=''
  112. if DimaBeHomeOnce = 1 and DimaRudeBlock = 0:gs'show_table','Fancier house of <a href="exec:minut += 10 & gt ''dimaHome'', ''home''">Dimka Nosov</a>','3'
  113. if IgorLoverQW > 0 and IdorBlock = 0:gs'show_table','Fancier house of <a href="exec:minut += 10 & gt ''IgorHome'', ''home''">Igor Kruglov</a>', '3'
  114. if katjaFirstKiss >= 1 or mey_vika['mey_vika_qw'] >= 27 or mey_vika['key'] = 1: gs'show_table','House of the <a href="exec:minut += 10 & gt''mey_home'', ''door''">Meynold twins</a>','3'
  115. if LariskaHomeIn > 0:gs'show_table','House of <a href="exec:minut += 10 & gt ''LariskaHome'', ''front_door''" >Lariska Gruzdev</a> in the richer part of town','3'
  116. if AlbinaQW['KnowsHouse'] > 0 or AlbinaQW['StarletsJoined'] = 1:gs'show_table','Luxurious mansion of <a href="exec:minut += 10 & gt ''albinaporog''">Albina Barlovskaya</a>','3'
  117. if st_count > 0 :'<TABLE BORDER=1><<$show_table>></TR></TABLE>'
  118. end
  119. !!end of code changes.
  120. if kanikuli = 0 and StoryLine > 0 and SchoolAtestat = 0 and SchoolBlock = 0 and week < 6 and hour >= 7 and hour < 9: act '<b>Go to school</b>': minut += 2 & gt 'gschool_grounds', 'main'
  121. if InvitationToDimkaNYparty = 1 and month = 12 and day = 31 and hour > 14 and hour <= 18:
  122. act '<b>Go to the New Year''s party at Dimka''s house</b>': killvar 'InvitationToDimkaNYparty' & minut += 30 & gt 'sny', '3'
  123. elseif InvitationToDimkaNYparty = 1 and month ! 12:
  124. killvar 'InvitationToDimkaNYparty'
  125. end
  126. act 'Walk to the Five Eight estate (0:02)':minut += 2 & gt 'pav_complex', 'start'
  127. act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
  128. act 'Walk to the Industrial region (0:05)':minut += 5 & gt 'pav_industrial'
  129. act 'Wait':gs 'obj_din', 'wait'
  130. if (hour > 20 or hour < 4) and succubusQW = 5 and suchuntday ! daystart:
  131. act 'Go hunting near the community center (this can take a lot of time)':
  132. scrand = rand(0,4)
  133. minut += 60 - (5 * (succublvl + scrand))
  134. menu_off = 1
  135. gs 'stat'
  136. if rand(0,7) - succublvl < 2:
  137. gt 'succubus', 'pavResfeed'
  138. else
  139. cls
  140. gs 'stat'
  141. '<center><h2>Pavlovsk</h2></center>'
  142. if month >= 11 or month <= 3:
  143. if hour >= 8 and hour <= 21:
  144. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavreswinter.jpg"></center>'
  145. else
  146. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavreswintern.jpg"></center>'
  147. end
  148. else
  149. if hour >= 8 and hour <= 21:
  150. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavres.jpg"></center>'
  151. else
  152. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/pavresn.jpg"></center>'
  153. end
  154. end
  155. 'The disco is in full swing, which means a lot of adolescents going to and from the community center. You find a spot down the street from the community center to lie in wait for your prey.'
  156. 'You hide for a few minutes watching groups of students pass you by as you wait for a lone victim to pounce on. You lie in wait for almost thirty minutes, thinking about the meal ahead, your hand finding its way between your legs a few times.'
  157. 'This time you are unsuccessful and fail to find a suitable meal.'
  158. act 'Return': gt 'pav_residential'
  159. end
  160. end
  161. end
  162. !!Uncle Misha is npcstatic number 54
  163. if StoryLine ! 0 and (hour >= 8 or hour < 23) and cumloc[11] = 1 and rand(0, 3) = 0 and npcdaycheck[54] ! daystart:
  164. menu_off = 1
  165. *clr & cla
  166. npcdaycheck[54] = daystart
  167. gs 'stat'
  168. if sosedknow = 0:
  169. sosedknow = 1
  170. 'As you walk through Pavlovsk, someone calls out to you "<<$pcs_nickname>>!" You turn around and see uncle Misha, your neighbor. He looks at your face in amazement, "Your face looks like a mess! What is that?"'
  171. 'You blush and hesitate, trying to inconspicuously wipe the sperm off your face. It''s obviously not working; he already noticed. You see his eyes widen when he realizes what it is. "I see. Looks like you had fun", he grins as he continues on his way.'
  172. else
  173. 'Once again you run into uncle Misha, your neighbor. He notices the sperm on your face: "Again? Looks like you''ve been busy, girl. Nice look, it suits you."'
  174. end
  175. act 'Continue':gt 'pav_residential'
  176. exit
  177. end
  178. if pcs_magik >= 1 and mainQW = 0 and altQS = 1:
  179. menu_off = 1
  180. *clr & cla
  181. mainQW = 1
  182. gs 'stat'
  183. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/lab/event/main.jpg"></center>'
  184. 'At the entrance to the apartment building you see Tatiana and Gustav. Tatiana adjusts her glasses and looks around, while Gustav seems to have his head in the clouds not really paying attention to his surroundings. His tattoos are not visible.'
  185. 'Tatiana closely looks around you: "I felt a burst of energy. Were you attacked by a magician?"'
  186. act 'No?':gt 'mainQW'
  187. exit
  188. end
  189. if storyline ! 0 and AndRev = 1 and (hour >=22 or hour <=2) and rand(1,100) >= 90 and AndRevstart ! daystart:
  190. menu_off = 1
  191. *clr & cla
  192. gs 'stat'
  193. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/lab/event/main.jpg"></center>'
  194. 'It was late and you were hurrying to get home when you are suddenly grabbed from behind. A large hand covered your mouth and you cannot scream. A powerful arm wrapped around your arms and chest and lifted you from your feet. You are dragged into an alleyway between two buildings and the arm around you loosened for just a moment.'
  195. act 'Continue':
  196. *clr & cla
  197. '<center><img <<$set_imgh>> src="images/locations/city/citycenter/lab/event/main.jpg"></center>'
  198. 'Before you could try to escape, you felt something sting your arm and you felt your body relax against your will. Just before your eyes closed and you lost consciousness, you heard a familiar voice rasp in your ear. "Now you''ll pay for breaking my nose, you little slut."'
  199. act 'Continue': gt 'boilerroom', 'start'
  200. end
  201. end
  202. !!if rand (0,2) ! 0:gs 'din_bad' & dynamic $mobile_check
  203. if npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week = 7:
  204. menu_off = 1
  205. cla & *clr
  206. daybelisex = daystart
  207. minut += 5
  208. gs 'stat'
  209. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/belyjeep.jpg"></center>'
  210. 'As you walk through Pavlovsk, Vadim Belys Mitsubishi Pajero stops near you.'
  211. act 'Go to the jeep': gt 'belgang', 'payday'
  212. elseif npc_QW['A113'] = 1 and daybelisex ! daystart and hour >= 9 and hour <= 23 and week ! 7 and belgangPayWeek >= 300 and belgangProstitute = 1 and rand (0,2) = 0:
  213. menu_off = 1
  214. cla & *clr
  215. daybelisex = daystart
  216. minut += 5
  217. gs 'stat'
  218. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/vadim/belyjeep.jpg"></center>'
  219. 'You see the by now familiar old Mitsubishi Pajero driving through the streets with Vadim Bely and his gang. Your heart skips a beat as you notice one of them pointing at you, and soon they pull over.'
  220. act 'Go to the jeep': gt 'belgang', 'workofdebt'
  221. end
  222. --- pav_residential ---------------------------------