pav_complex.qsrc 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494
  1. # pav_complex
  2. !!2022/09/29 - Alaratt
  3. if $ARGS[0] = 'start':
  4. $menu_loc = 'pav_complex'
  5. $menu_arg = 'start'
  6. menu_off = 0
  7. CLOSE ALL
  8. $loc_arg = 'start'
  9. $loc = 'pav_complex'
  10. $location_type = 'public_outdoors'
  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. !! Slut gossip
  26. if complx_rand[1] + rand(5,10) < daystart and fame['pav_slut'] >= 50 and (hour > 8 and hour < 23):
  27. complx_rand[1] = daystart
  28. if rand(0,2) = 0 and fame['pav_slut'] >= 100:
  29. gt 'gossips', 'complex', 'girls_slutrep'
  30. elseif rand(0,1) = 0 and hour < 19:
  31. gt 'gossips', 'complex', 'old_women_slutrep'
  32. else
  33. gt 'gossips', 'complex', 'boys_slutrep'
  34. end
  35. end
  36. gs 'rolanapt', 'rolanroute'
  37. '<center><h2>Five Eight Estate</h2></center>'
  38. if month >= 11 or month <= 3:
  39. if hour >= 8 and hour <= 21:
  40. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/complexw.jpg"></center>'
  41. else
  42. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/complexwn.jpg"></center>'
  43. end
  44. else
  45. if hour >= 8 and hour <= 21:
  46. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/complex.jpg"></center>'
  47. else
  48. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/complexn.jpg"></center>'
  49. end
  50. end
  51. if mid($start_type,1,2) = 'sg' and hour < 5 and motherWorry = 0 and SchoolAtestat = 0 and age < 18 and func('homes_properties', 'has_access', 'parents_home') and locat['Fam_inGad'] = 0: motherWorry = 1
  52. if ((minut + 60*(hour+daystart*24) - pavcomplexevent_time) > 60) or ((daystart+1)*1440 < pavcomplexevent_time):
  53. if hour >= 8 and hour <= 20 and rand (0,2) = 0:
  54. pavcomplexevent_time = minut + 60*(hour+daystart*24)
  55. gt 'pav_aptcourtev', 'events1'
  56. elseif (hour < 8 or hour > 20) and rand (0,3) = 0:
  57. pavcomplexevent_time = minut + 60*(hour+daystart*24)
  58. gt 'pav_aptcourtev', 'events2'
  59. end
  60. end
  61. if week <= 5 and cheerleaders_on = 0 and hour >= 14 and hour <= 18 and mid($start_type,1,2) = 'sg' and (LariskaQW['story'] = 0 or LariskaQW['story'] = 1) and npc_rel['A13'] > 40 and lariska_ball ! daystart: 'Walking along the apartment complex, you hear a bouncing sound. Turning the corner, you see <a href="exec:gt ''lariska_storyline'', ''story_intro''">Lariska</a> hitting a volleyball against a wall.'
  62. if car > 0 and cardrive = 20: 'Your <a href="exec:gs ''carF'', ''start''"><<$car>></a> is parked in the street.'
  63. if rexCar = 1 and rexCarDay = daystart and hour >= 21 and hour < 23 and rexSisTalk = 3:
  64. '<br>Rex is in his car, waiting for you at the parking lot near the apartment building where your parents live.'
  65. act 'Join Rex in his car':gt 'rex_events','avto'
  66. elseif rexCar = 1 and rexCarDay = daystart and hour = 21 and rexSisTalk >= 4:
  67. '<br>Rex is in his car, waiting for you at the parking lot near the apartment building where your parents live.'
  68. act 'Join Rex in his car':gt 'rex_events','avto2'
  69. end
  70. 'Located in the old part of Pavlovsk, these Soviet era apartment blocks are the Five Eight Estate. Your family''s apartment is on the second floor of the nearest building'+iif(func('homes_properties', 'has_access', 'parents_home'), '.', ', but you are no longer welcome there.')
  71. *nl
  72. 'Opposite you is a meager courtyard, which has changed over the years to now include a kid''s playground, a basketball court and a small grassy area that''s mostly used to play football.'
  73. 'A few benches and tables surround it, and there''s a handful of small utility sheds tucked away in the corner for tenants to use if they''re willing to pay for the extra space.'
  74. *nl
  75. 'Behind the apartments is a row of <a href="exec:minut += 3 & gt ''pav_complex'', ''garages''">garages</a> and storage space for tenants.'
  76. if mother['kickedout_timer'] ! 0 and mother['kickedout_timer'] + 3 <= daystart and hour > 6 and hour <= 15 and cumloc[11] = 0:
  77. gs 'mother_chats', 'reconciliation_talk'
  78. exit
  79. end
  80. if pavComplex_met_dealer >= 3 and hour > 20: '<br>You can see the <a href="exec:minut += 3 & gt ''pav_aptcourtev'', ''dealer''">boy</a> who sells weed in the courtyard.'
  81. if Enable_tablemap = 0:
  82. if npc_rel['A112'] >=70 or (week < 6 and hour >= 14 and hour <= 23) or (week >= 6 and hour >= 10 and hour < 14) or (hour >= 0 and hour < 2):'<a href="exec:minut += 15 & gt ''vasilyhome'', ''home''">The Shulgin family</a> live in the apartment above your parents.'
  83. if ArtemBeInHome > 0 and artemQW['artemblok'] = 0:'<a href="exec:minut += 15 & gt ''artemhome'', ''home''">Artem Chebotarev</a>, one of your classmates, lives in the same apartment building as your parents, on the first floor.'
  84. if juliaQW['home_unlocked'] = 1:
  85. if (hour >= 15 and hour <= 20 and week < 6) or (hour >= 8 and hour <= 20 and week >= 6):
  86. '<a href="exec:minut += 15 & gt ''JuliaMilHome'', ''home''">Julia Milova</a>, one of your classmates, lives in the same apartment building as your parents, on the third floor.'
  87. else
  88. 'Julia Milova, one of your classmates, lives in the same apartment building as your parents. She resides on the third floor.'
  89. end
  90. end
  91. if NatbelQW['VisitedHome'] = 1: '<a href="exec:minut += 15 & gt ''natbelapt'', ''home''">Natasha Belova</a>, one of your classmates, lives in the same apartment building as your parents. She resides on the fourth floor.'
  92. if anushkaQW['first_visit'] ! 0: '<a href="exec:minut += 10 & gt ''anushapt'', ''home''">Anushka Konstantinov</a>, a classmate, lives in one of the other apartment blocks here.'
  93. else
  94. st_count=0 & $show_table=''
  95. if npc_rel['A112'] >=70 or (week < 6 and hour >= 14 and hour <= 23) or (week >= 6 and hour >= 10 and hour < 14) or (hour >= 0 and hour < 2):
  96. gs'show_table','Apartment of Uncle <a href="exec:minut += 15 & gt ''vasilyhome'', ''home''" >Shulgin</a>.','3'
  97. else
  98. gs'show_table','Apartment of Uncle Shulgin.','3'
  99. end
  100. if ArtemBeInHome > 0 and artemQW['artemblok'] = 0:gs'show_table','Apartment of <a href="exec:minut += 15 & gt ''artemhome'', ''home''">Artem Chebotarev</a>.','3'
  101. if juliaQW['home_unlocked'] = 1:
  102. if (hour >= 15 and hour <= 20 and week < 6) or (hour >= 8 and hour <= 20 and week >= 6):
  103. gs'show_table','Apartment of <a href="exec:minut += 15 & gt ''JuliaMilHome'', ''home''">Julia Milova</a>.','3'
  104. else
  105. gs'show_table','Apartment of Julia Milova.','3'
  106. end
  107. end
  108. if NatbelQW['VisitedHome'] = 1: gs'show_table','Apartment of <a href="exec:minut += 15 & gt ''natbelapt'', ''home''">Natasha Belova</a>.','3'
  109. if anushkaQW['first_visit'] ! 0: gs'show_table','Messy home of <a href="exec:minut += 10 & gt ''anushapt'', ''home''">Anushka Konstantinov</a>.','3'
  110. if st_count > 0 :'<TABLE BORDER=1><<$show_table>></TR></TABLE>'
  111. end
  112. if seenAD = 1 and pavSharedAptEnabled = 0: '<br>Some guys in one of the <a href="exec:minut += 5 & gt ''pav_shared_apt'',''doorNo30''">apartments</a> are looking for a roommate.'
  113. if rolanmeet = 8 and rolanblockhome ! 1: '<br>Mr. Matveev''s is living in an <a href="exec:minut += 5 & gt ''rolanapt'',''home''">apartment</a> in the Five Eight Estate.'
  114. !! if mid($start_type,1,2) = 'sg': '<br>Nearby, in another block of apartments, there''s an <a href="exec:minut += 3 & gt ''pavComplexOld'',''etaj_1''">old apartment building</a> that looks quite rundown and possibly abandoned.'
  115. if func('homes_properties', 'has_access', 'parents_home'): act '<b>Go Home</b> (Parents'' Apartment)': minut += 4 & pavhome_enter = 1 & gt 'korrPar'
  116. if pavSharedAptEnabled = 1: act '<b>Go Home</b> (Shared Apartment)': minut += 5 & gt 'pav_shared_apt', 'start'
  117. act 'Walk to the Residential area (0:02)':minut += 2 & gt 'pav_residential'
  118. act 'Walk to the Commercial area (0:05)':minut += 5 & gt 'pav_commercial'
  119. act 'Walk to the Industrial region (0:05)':minut += 5 & gt 'pav_industrial'
  120. act 'Walk to the Market (0:15)':minut += 15 & gt 'pav_market'
  121. act 'Walk to the train station (0:15)':minut += 15 & gt 'pav_train_hall'
  122. act 'Walk to Pushkin (0:30)':minut += 30 & nroad = 19 & gt 'pushkin'
  123. if mid($start_type,1,2) = 'sg' and func('homes_properties', 'has_access', 'parents_home'):
  124. act 'Go to your apartment building':minut += 1 & gt 'pod_ezd', 'etaj_1'
  125. elseif mid($start_type,1,2) = 'sg' and (func('homes_properties', 'has_access', 'parents_home') = 0 or pavSharedAptEnabled = 1):
  126. act 'Go to your parent''s apartment building':minut += 1 & gt 'pod_ezd', 'etaj_1'
  127. end
  128. !! if mid($start_type,1,2) = 'sg': act 'Go to the old apartment building':minut += 1 & gt 'pavComplexOld', 'etaj_1'
  129. act 'Sit on a bench':gt 'pav_aptcourtev', 'bench'
  130. gs 'camera', 'check_location'
  131. !-- Random prostitution solicitation check ------------------------
  132. gs 'prostitution_functions', 'check_solicitation_event'
  133. end
  134. if $ARGS[0] = 'garages':
  135. $menu_loc = 'pav_complex'
  136. $menu_arg = 'garages'
  137. menu_off = 0
  138. *clr & cla
  139. '<center>Five Eight Estate - Garages</center>'
  140. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/garages.jpg"></center>'
  141. 'Along the back street is a row of garages available for the residents of the apartments to rent. The weather in Pavlovsk can be brutal, especially in the winter, so people who own a car often have a garage to put it away safely. Between the garages and the courtyard is a series of smaller storage buildings that can be rented, as well as the complex''s maintenance and laundry buildings. The layout of the buildings leaves a maze of walkways between them, which are a popular place for kids to play or for teenagers to hang out.'
  142. *nl
  143. if mid($start_type,1,2) = 'sg':'Your <a href="exec:minut += 5 & gt ''gargazel''">stepfather''s garage</a> is around here somewhere.'
  144. if gopnikbandQW['practice_invite'] = 1:'The converted <a href="exec:minut += 5 & gt ''praiders_garage'', ''band_garage''">band garage</a> the band uses to practice in is around here.'
  145. if gopnik_initiation = 1 and gopnik_initiation_day = daystart and hour = 20: act '<b>Meet Lena and Lera</b>': gt 'gopnik_initiation','initiation'
  146. if ((week < 6 and hour => 18 and hour < 22) or (week >= 6 and hour >= 15 and hour < 22)) and ed_event_day ! daystart:
  147. if anushkaQw['seen_ed'] = 0:
  148. if rand(0,5) = 1:
  149. *clr
  150. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed4.jpg"></center>'
  151. 'As you''re walking around the garages, you notice an open garage door. You see a tattooed man inside working on a motorcycle. He looks really rough and dangerous - he must be one of the bikers that live around the area. You have heard your mother warn you about them before.'
  152. *nl
  153. 'As you pass by, you can hear the man talking to someone else. You throw a quick glance towards them, and you see the man showing something off to a younger man sitting on a motorcycle. Looking closer, you realize that the younger man is Valentin. They seem really into it and you quickly move on before they can turn their attention to you.'
  154. anushkaQw['seen_ed'] = 1
  155. ed_event_day = daystart
  156. end
  157. else
  158. gs 'valentin_bogdanov_schedule'
  159. if anushkaQW['first_visit'] >= 1:
  160. if rand(0,4) = 0:
  161. *clr & cla
  162. ed_event_day = daystart
  163. garageedevent = rand(1,5)
  164. if garageedevent = 1:
  165. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed1.jpg"></center>'
  166. 'As you walk past Eduard''s garage, you notice him working on his motorcycle as usual. You carefully approach the entrance and peek in, he has his back towards you and seems completely engrossed on whatever he is doing with the motorcycle.'
  167. minut += 5
  168. gs 'stat'
  169. act 'Be on your way':gt 'pav_complex', 'garages'
  170. act 'Say hi':
  171. *clr & cla
  172. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed1.jpg"></center>'
  173. 'You step into the garage and walk up behind him. "Hello Mr. Konstantinov."'
  174. 'A little startled, he quickly turns towards you, gripping his wrench tight. Frightened by his actions, you instinctively take a step back, ready to quickly run away.'
  175. *nl
  176. 'It feels like an eternity before Eduard finally relaxes, letting the wrench hang loosely in his hand, and breaks out in a small smile. "You should be careful when approaching someone from behind <<$pcs_nickname>>."'
  177. 'You nod, still a little frightened, "I''m really sorry! I didn''t mean to frighten you."'
  178. '"Well you didn''t frighten me, but you did startle me. You never know who it might be. My past could come back to haunt me..." he says, smiling.'
  179. '"I was just passing by and wanted to say hi... I should let you get back to work..." you say as you quickly leave. You don''t notice him nod, or the slight frown when he sees you scurry away.'
  180. gs 'stat'
  181. act 'Go back to the garages': gt 'pav_complex', 'garages'
  182. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  183. end
  184. elseif garageedevent = 2 and locat['A158'] = 23:
  185. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed2.jpg"></center>'
  186. 'As you walk past Eduard''s garage, you overhear some loud voices coming from his garage. You carefully approach the entrance and notice Eduard and Valentin working on the motorcycle. You greet them, but they barely acknowledge you as they''re focused on working on the motorcycle.'
  187. 'Feeling rejected, you turn around and move on.'
  188. minut += 5
  189. gs 'stat'
  190. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  191. elseif garageedevent = 3 and locat['A158'] = 23:
  192. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed2.jpg"></center>'
  193. 'As you walk past Eduard''s garage, you overhear some loud voices coming from his garage. You carefully approach the entrance and notice Eduard and Valentin standing around the motorcycle talking, perhaps taking a break or discussing options.'
  194. minut += 5
  195. gs 'stat'
  196. act 'Approach them':
  197. cla & *clr
  198. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed3.jpg"></center>'
  199. 'You approach and greet them and they look up and greet you back. You spend some time small talking with them about what they''re doing and they try their best to answer in the most interesting way they can.'
  200. 'Despite their best efforts to explain, you don''t really follow it all that well. They are way more technically adept than you can easily follow, so you just smile and nod, humoring them and maybe learning a thing or two.'
  201. gs 'stat'
  202. act 'Leave':minut += 1 & gt 'pav_complex', 'start'
  203. act 'Talk to Valentin':
  204. cla & *clr
  205. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed7.jpg"></center>'
  206. 'You excuse yourself to Eduard and ask if you could borrow Valentin for a second. Eduard grins as he pushes Valentin towards you.'
  207. 'The two of you walk away to the entrance and talk to each other for a few minutes about what happened at school today.'
  208. 'A few minutes pass by before Valentin interrupts you. "Yeah, maybe we can talk about it later? I really want to finish the repairs on my bike before it gets too late."'
  209. 'You nod. "Sure, talk to you later." He gives you a friendly shoulder rub then hurries back inside. You wave to Eduard and then leave the garage.'
  210. minut += 5
  211. npc_rel['A158'] += 1
  212. gs 'stat'
  213. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  214. end
  215. end
  216. elseif garageedevent = 4 and locat['A158'] = 23:
  217. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed0.jpg"></center>'
  218. 'As you walk past Eduard''s garage, you hear some noises coming from his garage. You carefully approach the entrance and notice Valentin kneeling next to his bike, looking at it.'
  219. minut += 5
  220. gs 'stat'
  221. act 'Go to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  222. act 'Approach him':
  223. cla & *clr
  224. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed6.jpg"></center>'
  225. 'You approach and stand next to his bike, facing him. "What''s up Valentin?"'
  226. 'He throws down a towel he was using to clean up. "It''s this damn bike, I don''t know why it keeps cutting out."'
  227. 'You can tell he is really stressed and pissed off. "Is there anything I can do to help?"'
  228. 'He glares at you. "You know how to rebuild an engine on a bike and have the money to buy all the parts?"'
  229. 'You shake your head. "No, but maybe I can take your mind off it?"'
  230. 'His face softens a litte and he seems curious. "How exactly?" he asks rhetorically.'
  231. gs 'stat'
  232. gs 'willpower', 'sex', 'resist'
  233. if will_cost <= pcs_willpwr:
  234. act 'Talk to Valentin (<<will_cost>> Willpower)':
  235. *clr & cla
  236. gs 'willpower', 'pay', 'resist'
  237. minut += 5
  238. npc_rel['A158'] += 1
  239. gs 'stat'
  240. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed6.jpg"></center>'
  241. 'You bite your lip, you know what he wants but you don''t want to do it. "We could, you know just talk and hang out if you want."'
  242. 'He sighs, obviously a little disappointed. "I guess a little break wouldn''t hurt. So what''s up with you?"'
  243. 'The two of you start talking, and before long he is fairly relaxed. "I really should get back to this, but thanks for hanging out. See you later." With that, he goes back to working on his bike and you take the hint and leave.'
  244. gs 'stat'
  245. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  246. end
  247. else
  248. act 'Talk to Valentin (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
  249. end
  250. act 'Strip down to your panties':
  251. cla & *clr
  252. minut += 3
  253. npc_rel['A158'] += 1
  254. gs 'clothing', 'strip'
  255. gs 'bras', 'remove'
  256. gs 'arousal', 'foreplay', 5, 'exhibitionism'
  257. gs 'stat'
  258. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val1.jpg"></center>'
  259. 'You grin at him and start undressing very slowly in a teasing manner.'
  260. if $pantyworntype ! 'none':
  261. 'You strip down to your underwear. Tossing your clothes aside, you can already see the bulge in his pants and kneel down next to him.'
  262. else
  263. 'You strip down naked. Tossing your clothes aside, you can already see the bulge in his pants and kneel down next to him.'
  264. end
  265. gs 'arousal', 'foreplay', 5, 'exhibitionism'
  266. gs 'stat'
  267. act 'Unbutton his pants':
  268. cla & *clr
  269. gs 'stat'
  270. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val2.jpg"></center>'
  271. 'You pull off his shirt and push him back so he is sitting back on his heels. You start to unbutton his pants while you feel one of his hands slide between your legs and start to rub your pussy, getting it nice and wet.'
  272. gs 'arousal', 'foreplay', 5, 'exhibitionism'
  273. gs 'stat'
  274. act 'Suck his dick':
  275. cla & *clr
  276. gs 'boyStat', 'A158'
  277. gs 'stat'
  278. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val3.jpg"></center>'
  279. 'You pull his pants down and lean forward. Opening your mouth, you take his <<dick>>cm <<$dick_girth>> dick into your mouth and lock your lips around his shaft. Your tongue presses hard against the shaft of his cock as you start bobbing your head up and down, sucking his dick. Before long, he starts moaning and places a hand on top of your head, forcing you to take his dick deeper into your mouth.'
  280. 'He then pulls your head up and his dick pops out of your mouth. He turns you around, pushing your legs slightly apart, and you feel the head of his cock rubbing against your slit, making you even wetter.'
  281. gs 'arousal', 'bj', 10, 'unknown'
  282. gs 'stat'
  283. act 'Let him fuck you':
  284. cla & *clr
  285. gs 'panties', 'remove'
  286. gs 'boyStat', 'A154'
  287. gs 'stat'
  288. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val4.jpg"></center>'
  289. 'Once he is sure you are good and wet, he slides his <<dick>>cm <<$dick_girth>> cock into your warm pussy, which elicits a moan from both of you. He goes slow and not too deep at first, but as he feels you getting wetter and moaning louder, he starts fucking you a little harder and slowly works himself balls deep into you.'
  290. gs 'arousal', 'vaginal', 10, 'unknown'
  291. act 'More':
  292. cla & *clr
  293. gs 'stat'
  294. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val5.jpg"></center>'
  295. 'Once you''re really into it, he pulls out of you and you feel the head of his dick pressing against your asshole. Once he is sure he has it lined up, he pushes forward and his dick pops into your ass, causing you gasp slightly in pain.'
  296. *nl
  297. 'He slowly start pushing his <<dick>>cm <<$dick_girth>> dick into your ass, stopping when you start to pull away. He slowly begins fucking your ass, and as your moans turn back to pleasure, he starts pushing a little deeper and going a little faster.'
  298. gs 'arousal', 'anal', 10, 'unknown'
  299. gs 'stat'
  300. act 'Finish':
  301. cla & *clr
  302. gs 'stat'
  303. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/val/val6.jpg"></center>'
  304. 'He starts grunting as he fucks your ass and suddenly pulls out of you. He stands up and pulls you up to your knees, turning to face him. As you do, he is already jerking off and within seconds, warm cum starts spurting out of his dick and splattering across your tits. After a few more spurts, he moans a loud sigh of relief.'
  305. *nl
  306. 'He looks down at your cum covered tits, grinning at his handiwork, before he cleans himself up and gets dressed as you do the same. Once you are both dressed, he turns to you. "Thanks <<$pcs_nickname>>. I needed that, but I should get back to work. Talk to you later." He turns and starts working on his bike again. You take one last look around to make sure you didn''t forget anything and leave.'
  307. gs 'arousal', 'foreplay', 5, 'unknown'
  308. gs 'cum_call', 'breasts', $boy, 1
  309. gs 'arousal', 'end'
  310. gs 'underwear', 'wear'
  311. gs 'clothing', 'wear_last_worn'
  312. gs 'stat'
  313. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  314. end
  315. end
  316. end
  317. end
  318. end
  319. end
  320. end
  321. else
  322. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed1.jpg"></center>'
  323. 'As you walk past Eduard''s garage, you notice him working on his motorcycle as usual. You carefully approach the entrance and peek in. He has his back towards you and seems completely engrossed in whatever he is doing with the motorcycle.'
  324. minut += 5
  325. gs 'stat'
  326. act 'Be on your way':gt 'pav_complex', 'garages'
  327. act 'Say hi':
  328. cla & *clr
  329. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed6.jpg"></center>'
  330. 'You step into the garage and walk up behind him. He turns as you walk in. "Hello Mr. Konstantinov."'
  331. 'He gives you a friendly smile. "Hello <<$pcs_nickname>>. Please, call me Ed."'
  332. 'You nod and smile. "Okay. Hi Ed."'
  333. 'He chuckles slightly. "What can I do for you <<$pcs_nickname>>? Anushka isn''t here and I have no clue where she is, like most days." He adds with a bit of a frown.'
  334. gs 'stat'
  335. act 'Nothing':
  336. cla & *clr
  337. minut += 1
  338. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed1.jpg"></center>'
  339. 'You shake your head slightly. "Nothing, I was just passing by and saw you, so thought I would stop and say hi. I''ve got things to do, so I should let you get back to work." With that, you give him a slight wave and leave.'
  340. gs 'stat'
  341. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  342. end
  343. act 'Talk':
  344. cla & *clr
  345. minut += 10
  346. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed6.jpg"></center>'
  347. 'You shrug slightly. "I just thought you might want to talk is all." you tell him.'
  348. 'He nods and takes a seat on his toolbox. "Sure, I''ve got a few minutes. What''s on your mind?"'
  349. 'You walk over and look at his bike, then gently lean against it, being careful not to knock it over. "How are things at home?"'
  350. 'He laughs slightly at the question. "Well if you''re really curious, the wife is still a shrew, the boys are... well preteen boys, so are nothing but trouble and Nush... Well, I wouldn''t know. I rarely see her, I just hope she''s staying out of trouble." Then he snorts. "Or I should say, not getting into more trouble than she can handle. What about yourself? Everything okay at home, doing well in school?"'
  351. 'You spend some time telling him about home and school and he seems far more interested than you expected. After around half an hour of pleasant conversation, you excuse yourself and tell him not to work too late as you leave.'
  352. gs 'stat'
  353. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  354. act 'Keep talking':
  355. cla & *clr
  356. minut += 15
  357. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed6.jpg"></center>'
  358. edchat = rand(1,13)
  359. if edchat = 1:
  360. '"Your daughter is lots of fun, has anyone ever told you that?" you gloat a little.'
  361. '"So what''s my daughter up to these days?" Eduard causally asks while working on his bike.'
  362. '"Oh, you know... The usual teenage stuff... Nothing serious." you smile and give him a sly wink.'
  363. '"As long as I don''t get anyone angry knocking on my door..." he calmly replies.'
  364. elseif edchat = 2:
  365. '"I''ve been trying to get to know your daughter a little bit better, but I have a hard time getting through to her. Do you mind if you share a fond memory of her with me?" you ask.'
  366. '"No at all." Eduard shines up. "There was this time, I remember some boys were picking on her..." he stops and begins to laugh. "So she went home and grabbed a bucket full of water to soak them. She didn''t think that the bucket would be that heavy, however. When she lifted it, she lost her balance and drenched herself instead."'
  367. 'The two of you start to laugh loudly. "I still remember her barging in, soaking wet..." Eduard says as you notice tears forming from laughter.'
  368. elseif edchat = 3:
  369. '"Have you seen Anushka today?" you ask Eduard as he''s working on his bike.'
  370. '"Can''t say I really have. Why, is she up to something?" he stops and looks sternly at you.'
  371. '"N-No, not at all..." you gulp. "I was just wondering if you''ve seen her?"'
  372. '"Sorry if I scared you... I just want her to be safe you know. Keep an eye out for her, okay? I know she can be all over the place and gets in trouble a lot." Eduard tells you before going back to work on his bike.'
  373. elseif edchat = 4:
  374. '"May I ask you a question, <<$pcs_nickname>>?" Eduard wipes his hands as he takes a break from working on the bike.'
  375. 'You nod, a bit afraid of what he''ll ask...'
  376. if grupTipe = 4:
  377. '"So I''ve heard some rumors that you two were doing some shit around town? Do I need to have a talk with you and my lovely daughter?" He crosses his arms, awaiting an answer.'
  378. 'You shake your head. "No! No, we''re staying out of trouble. We''d never do anything to upset you. I promise."'
  379. '"Good! Keep it that way... Sometimes you kids drive me crazy..." he shortly replies.'
  380. else
  381. '"How are you and my daughter friends? Don''t take this the wrong way, but you don''t exactly strike me as the type of person she calls her friend."'
  382. 'You stand and ponder for a while. "I don''t know. we just click. It''s hard to explain, but being around your daughter is a blast."'
  383. '"Hopefully, you''ll be a good influence on her then. And be careful, don''t let her corrupt you." he smiles and winks.'
  384. end
  385. elseif edchat = 5:
  386. '"I don''t know how to say this..." you stammer as you look at Eduard fearfully. "But your boys have been spying on me."'
  387. '"Spying? In what way?" Eduard asks.'
  388. '"Well..." you squirm a little, "They like to watch me when I''m taking a shower at your place..." you blush.'
  389. 'Eduard stops and thinks for a while. "Again?! Those damn boys will be the death of me... Don''t worry, I''ll have a long discussion with them about it not being okay... Seems like I''ll need to show them what happens when they overstep their boundaries..."'
  390. elseif edchat = 6:
  391. '"Those damn kids are sitting in front of a computer all day just staring at the screen..." Eduard rants.'
  392. '"What''s the problem?" you ask.'
  393. '"I''ll tell you what''s the problem... Those brats are joining a sports team. I don''t care which one, but they''re not sitting around on their asses anymore..." Eduard keeps on ranting.'
  394. elseif edchat = 7:
  395. 'Eduard looks worryingly at you. "Has Anushka mentioned anything about her brothers?"'
  396. '"No, not really. She usually doesn''t mention them that often." you reply honestly.'
  397. '"Oh, okay. They''ve been going at each other lately, so I was just wondering if you''ve heard anything." Eduard says before he shrugs his shoulders.'
  398. elseif edchat = 8:
  399. '"I don''t want to be rude, but what does your wife act like that, you know, like a bitch?" you curiously ask.'
  400. 'He sighs loudly. "Look, I know she sometimes acts like she has a stick up her ass, but she''s got her heart in the right place. You just don''t see it that often."'
  401. elseif edchat = 9:
  402. '"I was heading over to see Anushka and I saw your wife talking with some people outside the store..."'
  403. 'Eduard starts laughing. "Ah yes, the good old gossip gang. They were probably talking shit, thinking they''re the center of attention. It''s quite sad to be honest."'
  404. elseif edchat = 10:
  405. '"That damn, fucking... Always on my ass. One day I''ll fucking..." Eduard is muttering to himself...'
  406. '"I-Is everything okay?" you quietly ask, afraid of his reaction.'
  407. 'He mutters on. "Is everything okay... Such a stupid question, everyone always want to know what''s on Eduard''s mind. Can''t be alone for a fucking minute..."'
  408. 'Noticing he''s deep inside his thoughts, you turn around and begin to leave before you hear "Oh sorry <<$pcs_nickname>>. I''m just having a bad day today."'
  409. elseif edchat = 11:
  410. '"How many tattoos do you have?" you curiously ask.'
  411. 'Eduard smiles and starts looking all over his body.` "Got this one when I was thirteen, got this one in jail..." he trails off and looks at you. "I can''t remember how many I''ve done, but it''s at least a dozen."'
  412. '"Cool!" you reply.'
  413. if tattCount = 0:
  414. 'He sighs. "No, it''s not cool. But they can be meaningful if you get one. Make sure you get one for the right reasons and not just to be ''cool'', okay?" he says in a poor attempt to discourage you.'
  415. elseif tattCount > 0 and tatarm = 0 and tathand = 0 and tatwrist = 0 and tatunder = 0 and tatupb = 0 and tatside = 0 and tatlech = 0 and tatneck = 0 and tatlip = 0 and tatleg = 0 and tatankle = 0 and tatfce = 0 and tatchst = 0:
  416. 'You start to remove your clothes to show him your special tattoo and he holds up his hands, partially blocking his own view. "What the hell are you doing?!" he exclaims.'
  417. '"I was just going to show you my tattoo..." you innocently respond.'
  418. 'He snorts a laugh and shakes his head. "That''s okay, I believe you. I swear you''re almost as bad as Nush. You would think she was allergic to clothes or something with the number of times she walks around the apartment naked..." he trails off, muttering something about girls.'
  419. else
  420. 'You proudly show off your own tattoo to him and he''s taken a back a little. "Oh you''ve already got one. It''s a great feeling, isn''t it? I remember getting my first one and it was like a drug. I was hooked."'
  421. 'You nod your head. "I''m already thinking about getting another one."'
  422. '"Just remember to do something tasteful or cool and not something horrible that you''ll regret later on." he advices.'
  423. end
  424. elseif edchat = 12:
  425. '"So I was just harassed by the local police..." you complain to Eduard.'
  426. '"Ah yes, our finest." he says and spits on the ground out of spite. "They''re always harassing people, looking for a bribe. I''ve always hated this city''s police force. Even when I was young, they were out to get me."'
  427. elseif edchat = 13:
  428. '"Tell me <<$pcs_nickname>>, is that place over by the old factory still there?" Eduard curiously asks.'
  429. 'You ponder for a while. "I don''t really know which one you mean, but no one really hangs out over there anymore. The only ones that remain are the drug dealers..."'
  430. '"That''s a shame, we used to use that as a meeting place. Lots of crazy stuff happened there. The fights, the women, the dru-..." he clears his throat, "Yeah, those were great times..." His mind travels away somewhere as a little smirk appears on his face.'
  431. end
  432. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  433. end
  434. end
  435. act 'Work on motorcycle':
  436. cla & *clr
  437. minut += 60
  438. gs 'exp_gain', 'hndiwrk', rand(3,5)
  439. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/garage/ed/ed5.jpg"></center>'
  440. if LearntAboutMotorcycle = 0:
  441. LearntAboutMotorcycle = 1
  442. 'You walk up to his bike and pick up a random tool. "Actually, I was wondering if maybe you can teach me a little about working on motorcycles?" you ask hopefully.'
  443. 'He arches a brow and seems slightly surprised, but shrugs. "Sure, if you want to learn."'
  444. 'You nod enthusiastically. "I do, I really do. I think all girls should learn the basics, in case we break down out on the road somewhere with no one around."'
  445. *nl
  446. 'He smiles and looks... proud. "Couldn''t have said it better myself." He then starts explaining how the motorcycle works in basic terms, explains some of the tools and then puts you to work on some easy stuff on the bike. You do learn stuff and before long, you are covered in grease and grime.'
  447. 'He chuckles and shakes his head. "Okay, I think that''s enough for now. Why don''t you go get cleaned up? We can continue some other time." You put down the tools, smile and thank him for helping you before leaving.'
  448. else
  449. 'You walk up to his bike and pick up a tool. "Actually, I was wondering if you could teach me a little more about working on motorcycles?" you ask hopefully.'
  450. 'He nods. "I would be happy to show you more. Grab that wrench over there." He points at a wrench lying on a table.'
  451. *nl
  452. 'He puts you to work on some easy stuff on the bike. You do learn stuff and before long, you are covered in grease and grime.'
  453. 'He chuckles and shakes his head. "Okay, I think that''s enough for now. Why don''t you go get cleaned up? We can continue some other time." You put down the tools, smile and thank him for helping you before leaving.'
  454. end
  455. gs 'stat'
  456. act 'Go back to the courtyard':minut += 1 & gt 'pav_complex', 'start'
  457. end
  458. end
  459. end
  460. killvar 'garageedevent'
  461. end
  462. end
  463. end
  464. end
  465. if $CURACTS = '':
  466. gs 'stat'
  467. act 'Go back to the courtyard':minut += 2 & gt 'pav_complex', 'start'
  468. if mid($start_type,1,2) = 'sg': act 'Go to your stepfather''s garage': minut += 5 & gt 'gargazel'
  469. end
  470. end
  471. --- pav_complex ---------------------------------