shulga_room.qsrc 107 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551
  1. # shulga_room
  2. !============================================================================================================!
  3. !FULL NAME: Vasily Shulgin S. (klikuha Shulga)---------------------------------------------------------------!
  4. !------------------------------------------------------------------------------------------------------------!
  5. !npc_rel['A11'] - Counter relations: -------------------------------------------------------------------------!
  6. !<= 50 - You have known Vasily since childhood --------------------------------------------------------------!
  7. !> 30 - He talks to you about webcam work -------------------------------------------------------------------!
  8. !> 50 - Good friends, he offers to arrange a webcam show in his home ----------------------------------------!
  9. !>= 100 - Very close friends, he offers to arrange a webcam show together at his house ----------------------!
  10. !============================================================================================================!
  11. $location_type = 'private'
  12. if $ARGS[0] = '': gt 'shulga_room', 'start'
  13. if $ARGS[0] = 'start':
  14. $metka = 'start'
  15. $loc = 'shulga_room'
  16. !Daily discussions:
  17. !Vasily
  18. if bazar_day ! daystart: bazar_count = 10
  19. !Dan
  20. if bazar_day_den ! daystart: bazar_count_den = 5
  21. !Vitek
  22. if bazar_day_vitek ! daystart: bazar_count_vitek = 5
  23. !card games:
  24. if playcardgame_day ! daystart: playcardgame_count = 2
  25. !Come dressed as a prostitute:
  26. if sh_hooker_day ! daystart: sh_hooker_count = 1
  27. !limit 1 sex after class
  28. if shulga_lern_day ! daystart: shulga_lern_count = 1
  29. !----------------------------------------------------
  30. if RAND(0,3) < 2:
  31. $sveta_rnd_name = '<<$pcs_nickname>>'
  32. else
  33. $sveta_rnd_name = '<<$pcs_nickname>>'
  34. end
  35. !============================================================================================================!
  36. !The Shulgin family living room-----------------------------------------------------------------A LARGE ROOM!
  37. !============================================================================================================!
  38. *clr & cla
  39. minut += 1
  40. gs 'stat'
  41. internetS = internet
  42. '<center><b><font color = maroon>Living Room</font></b></center>'
  43. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom.jpg"></center>'
  44. if hour >= 14 and hour <= 18 and shulga_whore ! 0 and shulga_whore ! daystart + 7:
  45. if shulga_whore < daystart:
  46. shulga_whore = daystart + 7
  47. pav_sex += 20
  48. 'As you walk in, the boys are already laughing. "To late <<$pcs_nickname>>, the whole school now knows what a whore you are. But since you''re here you might as well fuck us like the good little whore you are."'
  49. act 'Put an end to this':
  50. shulga_whore = 0
  51. 'You laugh back at them. "Like I care what anyone in this crap hole thinks."'
  52. act 'leave': gt 'shulgahall'
  53. end
  54. act 'Get naked': gt 'shulga_room', 'gang_sex_room_ev1_1'
  55. act 'Run out of the room crying.': gt 'shulgahall'
  56. exit
  57. !!This part should trigger once the shulga_whore quest starts. Any time Sveta walks into Vasily''s living room between 14:00 to 18:00, they idea is they wait for you after school for a bit before going off to do their own thing.
  58. else
  59. shulga_whore = daystart + 7
  60. *clr & cla
  61. minut += 5
  62. pcs_horny += 5
  63. sub += 1
  64. gs 'stat'
  65. 'You walk into the room and the boys smile at you. "Well look who it is. <<$pcs_nickname>>, our own personally like fuck slut. Isn''t that right slut?"'
  66. 'You nod your head yes, knowing you have no choice but to obey. "Yes I''m your fuck slut."'
  67. 'Laughing they look to each other. "Damn if we don''t have the bitch well trained." Then they look back to you. "Well take off your clothes and come on over here, like a good little slut, like we know you are."'
  68. 'You walk over to them taking off your clothes.'
  69. act 'Serve them': gt 'shulga_room', 'gang_sex_room_ev1_2'
  70. exit
  71. end
  72. end
  73. 'There are two sofas next to a <a href="exec: gt ''shulga_room'', ''shultv''">TV</a>, and a <a href="exec:GT ''Komp'',''start''">laptop</a> sitting on a table covered in empty beer bottles.'
  74. if hour >= 3 and hour < 7: '<a href="exec: gt ''shulga_room'', ''shulga_bazar_sleep''">Vasily</a> is sleeping on the big couch'
  75. shulga_room_rnd = RAND(0,2)
  76. if shulga_room_rnd = 0:$shulga_room_rnd = 'The boys are sitting on the couch talking and drinking beer.'
  77. if shulga_room_rnd = 1:$shulga_room_rnd = 'The boys are drinking beer and playing cards.'
  78. if shulga_room_rnd = 2:$shulga_room_rnd = 'The boys are drinking beer while watching TV.'
  79. if week < 6 and hour >= 0 and hour < 3: '<<$shulga_room_rnd>> <a href="exec: gt ''shulga_room'', ''shulga_bazar_night''">Vasily</a>, <a href="exec: gt ''shulga_room'', ''den_bazar''">Dan</a> and <a href="exec: gt ''shulga_room'', ''vitek_bazar''">Vitek</a>, invites you to <a href="exec: gt ''shulga_room'', ''shulga_beer''">have a drink with them</a>.'
  80. if week >= 6 and hour >= 10 and hour < 17 or week >= 6 and hour >= 0 and hour < 3: 'Sergey''s son <a href="exec: gt ''shulga_room'', ''shulga_bazar_day''">Vasily</a> is sitting on the big sofa.'
  81. if week < 6 and hour >= 0 and hour < 3:
  82. act 'Drink beer with the guys': gt 'shulga_room', 'shulga_beer'
  83. act 'Play cards': gt 'cardgame_durak', 'start'
  84. end
  85. act 'Small sofa':
  86. *clr & cla
  87. gs 'stat'
  88. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/sdivan.jpg"></center>'
  89. '<center>A small sofa just big enough for you to curl up and take nap on</center>'
  90. act 'Look around the room': gt 'shulga_room', 'start'
  91. act 'Take an hour long nap':
  92. if pcs_sleep < 90:
  93. pcs_sleep += 10
  94. pcs_health += 5
  95. minut += 60
  96. gs 'stat'
  97. 'You sleep about an hour.'
  98. act 'Get up': gt 'shulga_room', 'start'
  99. else
  100. minut += 5
  101. gs 'stat'
  102. 'You are not tired enough to sleep, even for a short nap.'
  103. act 'Stand up': gt 'shulga_room', 'start'
  104. end
  105. end
  106. end
  107. act 'Watch TV': gt 'shulga_room', 'shultv'
  108. !do homework:
  109. if shulga_lern_count > 0 and kanikuli = 0 and SchoolAtestat = 0 and week >= 6 and hour >= 10 and hour < 17 or shulga_lern_count > 0 and SchoolAtestat = 0 and week >= 6 and hour >= 0 and hour < 3:
  110. act 'Do homework': gt 'shulga_room', 'shulga_lern'
  111. end
  112. !You want sex:
  113. if (week >= 6 and hour >= 10 and hour < 17 and npc_rel['A11'] >=70) or (week >= 6 and hour >= 0 and hour < 3 and npc_rel['A11'] >= 70) or (week < 6 and hour >= 0 and hour < 3 and pav_slut >= 75 and alko >= 1):
  114. if week < 6 and hour >= 0 and hour < 3:
  115. act 'Seduce guys': gt 'gopsex', 'gopsex_select'
  116. else
  117. act 'Seduce Vasily': gt 'gopsex', 'gopsex_select'
  118. end
  119. end
  120. act 'Exit the room': gt 'shulgahall'
  121. !Random room events (pav_slut >= 75), Random 5%
  122. !You get fucked for days
  123. if $ARGS[1] = 'hall':
  124. roomsex_gang = RAND(0,100)
  125. if kotovLoveQW < 1 and roomsex_gang <= 2 and pav_slut >= 75 and gangsexroom_count > 0 and week < 6 and hour >= 0 and hour <= 2:
  126. gt 'shulga_room', 'gang_sex_room_ev1'
  127. end
  128. !Sonia fuck the boys
  129. if roomsex_gang >= 97 and soniaPS >=3 and sexev_sonya_count > 0 and week < 6 and hour >= 0 and hour <= 2:
  130. gt 'shulga_room', 'gang_sex_sonya'
  131. end
  132. !Sonya and Vasily
  133. roomsex_sonya = RAND(0,100)
  134. if roomsex_sonya <= 5 and soniaPS >=1 and sexev_sonya_count > 0 and ((hour >= 10 and hour <= 16) or (hour >= 0 and hour <= 2)) and week > 5:
  135. gt 'shulga_room', 'shulv_sex_sonya'
  136. end
  137. !If you came in dressed as a prostitute
  138. if PCloStyle = 4 and sh_hooker_count > 0 and week < 6 and hour >= 0 and hour <= 2:
  139. gt 'shulga_room', 'sh_hooker'
  140. end
  141. if PCloStyle = 4 and sh_hooker_count > 0 and week >= 6 and hour >= 0 and hour <= 2:
  142. gt 'shulga_room', 'sh_hooker'
  143. end
  144. if PCloStyle = 4 and sh_hooker_count > 0 and hour >= 10 and hour <= 16:
  145. gt 'shulga_room', 'sh_hooker'
  146. end
  147. end
  148. end
  149. !clothed as a prostitute: day and night
  150. if $ARGS[0] = 'sh_hooker':
  151. sh_hooker_day = daystart
  152. sh_hooker_count -= 1
  153. gs 'stat'
  154. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/gopsex/body/h'+rand(1,10)+'.jpg"></center>'
  155. if week < 6 and hour >= 0 and hour < 3:
  156. '"<<$pcs_nickname>>, why on earth are dressed like a whore? You know damn well we aren''t going to pay you for it", Vasily jokes.'
  157. 'Dan and Vitek snicker and start throwing catcalls your way.'
  158. '"Oh, I came over dressed like this for you boys and this is how you greet me. I guess I''ll just be on my way then", you say as you turn toward the door.'
  159. '"Wait <<$pcs_nickname>>, it was just a joke. We didn''t mean to offend you. Why don''t you come over and let us make it up to you", Vasily says with a grin.'
  160. act 'Sigh dramatically and open your arms':
  161. shgopsex_gr_day = daystart
  162. shgopsex_gr_count -= 1
  163. gs 'gopsex', 'settings'
  164. gs 'gopsex', 'shgopsex_group'
  165. end
  166. elseif (hour >= 10 and hour <= 16) or (week >= 6 and hour >= 0 and hour < 3):
  167. '"Hey <<$pcs_nickname>>, why are you dressed like a whore, did you leave work in such a hurry that you forgot to change your uniform?", Vasily asks you sarcastically.'
  168. '"Listen you jerk, I came here dressed like this for you. If you want I can turn around and head right back out that door", you say putting on your best pouty expression.'
  169. '"Come on <<$pcs_nickname>>, I''m sorry it was just a bad joke. Let''s just kiss and make up", Vasily smiles as he unzips his pants.'
  170. act 'Accept his apology':
  171. $gopsex_n_npc = 1
  172. shgopsex_vasya_day = daystart
  173. shgopsex_vasya_count -= 1
  174. gs 'boyStat', 'A11'
  175. gs 'gopsex', 'settings'
  176. gs 'gopsex', 'shgopsex'
  177. end
  178. end
  179. act 'Leave feigning resentment':
  180. sub += 1
  181. gt'shulgahall'
  182. end
  183. end
  184. !------------------!
  185. ! Events with Sonya !
  186. !==================!
  187. !Event Vasily and Sonya in the big room
  188. if $ARGS[0] = 'shulv_sexev1_sonya':
  189. sexev_sonya_day = daystart
  190. sexev_sonya_count -= 1
  191. sh_sonya_sexev +=1
  192. gs 'arousal', 'voyeur', 5
  193. gs 'stat'
  194. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev1_'+rand(1,3)+'.jpg"></center>'
  195. 'On the way into the living room you stop dead in your tracks. You stand frozen watching Sonia suck Vasily''s cock.'
  196. gs 'gopsex', 'masturb_gg'
  197. act 'Keep watching':
  198. *clr & cla
  199. gs 'arousal','voyeur',5
  200. gs 'stat'
  201. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev1_'+rand(3,6)+'.jpg"></center>'
  202. 'Vasily forces his cock deep down Sonia''s throat. Sonia began to work her head back and forth with her lips wrapped tight around his base. You idly fondle yourself until a loud masculine grunt snaps you out of your trance.'
  203. gs 'gopsex', 'masturb_gg'
  204. act 'Leave reluctantly': gt'shulgahall'
  205. end
  206. end
  207. if $ARGS[0] = 'shulv_sexev2_sonya':
  208. sexev_sonya_day = daystart
  209. sexev_sonya_count -= 1
  210. sh_sonya_sexev +=1
  211. gs 'arousal', 'voyeur', 5
  212. gs 'stat'
  213. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev2_11.jpg"></center>'
  214. 'You poke your head into the living hoping to catch Vasily with Sonia again. Sure enough, Sonia is on her knees dutifully sucking Vasily''s cock.'
  215. gs 'gopsex', 'masturb_gg'
  216. act 'Watch':
  217. *clr & cla
  218. gs 'arousal','voyeur',5
  219. gs 'stat'
  220. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev2_2'+rand(1,2)+'.jpg"></center>'
  221. 'As Vasily gets Sonia down on all fours, she instinctively reaches back and guides him into her pussy.'
  222. 'Once his cock was halfway in, Sonya begins to work her hips in a circular motion as she slowly slides Vasily''s cock the rest of the way inside her.'
  223. 'She began to quicken her pace, rocking back and forth with abandon. Every thrust of her pelvis was now accompanied by her loud moans and his harsh grunts.'
  224. gs 'gopsex', 'masturb_gg'
  225. act 'Slide a hand between your legs':
  226. *clr & cla
  227. gs 'arousal','masturbate',5
  228. gs 'stat'
  229. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev2_3'+rand(1,2)+'.jpg"></center>'
  230. 'Gradually, Sonia''s moans grow even louder. Her cries reach a fevered pitch as she frantically thrust herself along the length of Vasily''s cock. She lets out one last desperate cry, and her body shakes with ecstasy. The only sounds escaping her lips now were a series of soft whimpers.'
  231. gs 'gopsex', 'masturb_gg'
  232. act 'Grind your crotch against your hand':
  233. *clr & cla
  234. gs 'arousal','masturbate',5
  235. gs 'stat'
  236. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/ev2_4'+rand(1,2)+'.jpg"></center>'
  237. 'Vasily pulls himself from the still quivering Sonia, and walks around to face her. Crooking his finger under Sonia''s chin, he raises her chin until she is looking him in the eyes. Bringing his cock up to her cute disheveled face, he lets loose, spraying Sonia with enough cum that drips from her chin in large sticky streams. Sonia''s eyes beam up at him with delight apparently very proud of her work'
  238. gs 'gopsex', 'masturb_gg'
  239. act 'Get out of here': gt'shulgahall'
  240. end
  241. end
  242. end
  243. end
  244. if $ARGS[0] = 'shulv_sex_sonya':
  245. shulv_sexev_sonya = RAND(0,100)
  246. if shulv_sexev_sonya <= 40:
  247. gt 'shulga_room', 'shulv_sexev1_sonya'
  248. else
  249. gt 'shulga_room', 'shulv_sexev2_sonya'
  250. end
  251. end
  252. !Events with Sonia and the boys
  253. !Event with Sonia #1
  254. if $ARGS[0] = 'gang_sexev1_sonya':
  255. sexev_sonya_day = daystart
  256. sexev_sonya_count -= 1
  257. sh_sonya_sexev +=1
  258. gs 'arousal','voyeur',5,'group','gangbang'
  259. gs 'stat'
  260. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev1_1.jpg"></center>'
  261. 'You halt on your way into the living room at the sight of Sonia laid out on the couch. Dan''s dick was buried in her pussy, while Vitek slowly fucked her mouth.'
  262. gs 'gopsex', 'masturb_gg'
  263. act 'Slide a hand inside your panties.':
  264. *clr & cla
  265. gs 'arousal', 'masturbate', 5
  266. gs 'stat'
  267. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev1_2.jpg"></center>'
  268. 'When Dan was out of breath, Vitek sat down and motions for Sonia to hop onto his lap. Sonia eagerly accepted, guiding him into her dripping snatch she lets out a soft moan and begins to ride him in earnest. Moments later, Vasily walks up, and finally gets some attention from Sonia''s eager mouth.'
  269. gs 'gopsex', 'masturb_gg'
  270. act 'Slip a finger inside yourself':
  271. *clr & cla
  272. gs 'arousal', 'masturbate', 5
  273. gs 'stat'
  274. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev1_3.jpg"></center>'
  275. 'Vasily and Vitek swap places and continued to fuck Sonia.'
  276. 'You imagine yourself in her place. You moan softly, as you move your finger faster and faster inside of yourself.'
  277. gs 'gopsex', 'masturb_gg'
  278. act 'Work it':
  279. *clr & cla
  280. gs 'arousal', 'masturbate', 5
  281. gs 'stat'
  282. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev1_4.jpg"></center>'
  283. 'The guys finish playing with Sonia by covering her face in a hot sticky mess. Vitek gives her a playful smack on the ass sending her toward the door to go get cleaned up.'
  284. gs 'gopsex', 'masturb_gg'
  285. act 'Leave before Sonia catches you spying': gt'shulgahall'
  286. end
  287. end
  288. end
  289. end
  290. !Event with Sonia #2
  291. if $ARGS[0] = 'gang_sexev2_sonya':
  292. sexev_sonya_day = daystart
  293. sexev_sonya_count -= 1
  294. sh_sonya_sexev +=1
  295. gs 'arousal','voyeur',5,'group','gangbang'
  296. gs 'stat'
  297. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev2_'+rand(1,2)+'.jpg"></center>'
  298. 'On your way into the room you see Sonia on her knees as usual. From the way she is happily sucking away, you think they must taste like candy.'
  299. act 'Don''t disturb them': gt'shulgahall'
  300. end
  301. !Event with Sonia #3
  302. if $ARGS[0] = 'gang_sexev3_sonya':
  303. sexev_sonya_day = daystart
  304. sexev_sonya_count -= 1
  305. sh_sonya_sexev +=1
  306. gs 'arousal','voyeur',5,'group','gangbang'
  307. gs 'stat'
  308. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/sonia/sex/shuglinhome/group/ev3_'+rand(1,2)+'.jpg"></center>'
  309. 'Sonia is cutting into your time with the guys again. She does look good sucking dick in that collar though. The dicks look pretty good too.'
  310. act 'Leave reluctantly': gt'shulgahall'
  311. end
  312. !the choice of the opening event 3
  313. if $ARGS[0] = 'gang_sex_sonya':
  314. gang_sexev_sonya = RAND(0,100)
  315. if RAND(0,100) < 40:
  316. gt 'shulga_room', 'gang_sexev1_sonya'
  317. elseif RAND(40,100) < 70:
  318. gt 'shulga_room', 'gang_sexev2_sonya'
  319. else
  320. gt 'shulga_room', 'gang_sexev3_sonya'
  321. end
  322. end
  323. !----------------------------------------------!
  324. !Drink beer with the guys, opening event, etc..d. c 00 to 03!
  325. !==============================================!
  326. !Fucked for days by the boys
  327. if $ARGS[0] = 'gang_sex_room_ev1':
  328. minut += 2
  329. gangsexroom_day = daystart
  330. gangsexroom_count -= 1
  331. gs 'stat'
  332. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_1.jpg"></center>'
  333. 'Entering the room you are greeted by three drunken boys. Seeing you, they rejoice and begin to pester you.'
  334. act 'Greet them':
  335. *clr & cla
  336. gs 'arousal','foreplay',3,'group','gangbang'
  337. gs 'stat'
  338. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_2.jpg"></center>'
  339. 'The drunken boys begin to fondle your chest making their intentions all too clear.'
  340. 'With an exaggerated sigh and sly smirk, you lean back and subject yourself to their pawing.'
  341. act 'Have a drink':
  342. *clr & cla
  343. gs 'arousal','foreplay',5,'group','gangbang'
  344. gs 'stat'
  345. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_3.jpg"></center>'
  346. 'The guys offer you a beer. You happily drink as their hands continued to explore your body.'
  347. 'You squirm and giggle until you notice Dan has started to take off his pants. It wouldn''t be right to keep your boys waiting.'
  348. act 'Get naked': gt 'shulga_room', 'gang_sex_room_ev1_1'
  349. end
  350. end
  351. end
  352. if $ARGS[0] = 'gang_sex_room_ev1_1':
  353. gs 'arousal','foreplay',5,'group','gangbang'
  354. gs 'stat'
  355. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_4.jpg"></center>'
  356. 'You playfully tell the boys they might as well all get undressed. You grab hold of Vasily and Vitek and slowly start to stroke them. Dan is the odd man out, but a whisper in your ear is all it takes for you fall to you knees.'
  357. act 'Serve them': gt 'shulga_room', 'gang_sex_room_ev1_2'
  358. end
  359. if $ARGS[0] = 'gang_sex_room_ev1_2':
  360. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_5.jpg"></center>'
  361. gs 'boyStat', 'A9','3'
  362. gs 'boyStat', 'A10','1'
  363. gs 'boyStat', 'A11','2'
  364. gang +=1
  365. npc_sex[$boy[1]] += 1
  366. npc_sex[$boy[2]] += 1
  367. npc_sex[$boy[3]] += 1
  368. gs 'arousal','bj',10,'dick[1]','group','gangbang'
  369. gs 'stat'
  370. 'The boys crowd around you eager to be pleased. As Dan approaches from the front you look up and give him a sultry smile'
  371. 'Spurred into action, Dan almost knocks you over as jabs his <<dick[1]>>cm <<$dick_girth[1]>> cock in you face. You obediently open your mouth as Dan wraps his hand around the back of your head. He lets out a groan as he slowly begins to fuck your mouth.'
  372. act 'Keep sucking':
  373. *clr & cla
  374. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_6.jpg"></center>'
  375. 'The boys each have a turn with your mouth. They all do their best to give your mouth and throat a thorough workout. When they finally pause to let you catch your breath, you smile up at them with tears in your eyes.'
  376. 'You''re really starting to love having your mouth used like this. Just the thought of servicing your boys is enough to get your wet, but after all this attention your pussy is positively soaked. The memory of the guys telling you that you were now their personal slut to be used as they saw fit bubbles up in your mind, and a plaintive moan escapes your lips'
  377. gs 'arousal','bj',5,'dick[3]','group','gangbang'
  378. gs 'arousal','bj',5,'dick[2]','group','gangbang'
  379. gs 'stat'
  380. 'As they lead you over to the sofa, the damp spot you left on floor shows how eager you are for more.'
  381. act 'Show them how turned on you are':
  382. *clr & cla
  383. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_7.jpg"></center>'
  384. 'The boys laid you on the sofa, and you spread your legs wide so they can see that even your thighs are all slippery. They get to work between your legs. All you can do is giggle when Vasily remarks on how wet you are. You squirm wildly, as Vitek slides two fingers inside you, while Vasily plays with your clit.'
  385. gs 'arousal','vaginal_finger',10,'group','gangbang','exhibitionism'
  386. gs 'stat'
  387. if analplugin = 1:
  388. 'Vitek notices your anal plug and voices his approval.'
  389. 'Dan says happily: "I''m surprised that you came so well prepared. It''s a good thing too, because we may have plans for that cute little ass of yours."'
  390. '"I learned a lesson the hard way that a good girl always come prepared, and It was from someone with a bigger cock than yours anyway", you say as you playfully stick your tongue out at him.'
  391. 'The boys laugh loudly and continue to explore your body.'
  392. end
  393. 'You can''t take it anymore: "I need someone inside now, so who''s first?"'
  394. act 'Get fucked':
  395. *clr & cla
  396. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_8.jpg"></center>'
  397. 'They put you down on all fours, Dan immediately starts to furiously fucking you from behind with his <<dick[1]>>cm <<$dick_girth[1]>> cock. Every few seconds he gives you a little slap on the ass for encouragement.'
  398. 'You answer back with muffled moans that can barely escape your mouth, which is stuffed full with Vitek''s <<dick[3]>>cm <<$dick_girth[3]>> cock.'
  399. 'Vitek grabs the back of your head and forces himself further into your mouth. When he yells, "Suck it bitch, take it all", a wave of pleasure runs though your body, and you redouble your effort.'
  400. gs 'arousal','vaginal',10,'dick[1]','group','gangbang'
  401. gs 'arousal','bj',10,'dick[3]','group','gangbang'
  402. minut -= 10
  403. 'You do your best to pay some attention to Vasily too, but it looks like he will just have to wait for his turn.'
  404. gs 'stat'
  405. act 'Get thoroughly fucked':
  406. *clr & cla
  407. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_9.jpg"></center>'
  408. gs 'arousal','vaginal',10,'dick[2]','group','gangbang'
  409. gs 'stat'
  410. 'Vitek and Dan stop spit roasting you as Vasily stay down beside you as he waited for his turn, and now you dutifully show him that he was not forgotten. Short sharp breaths are all that escape you mouth as you lower yourself onto <<dick[2]>>cm <<$dick_girth[2]>> cock and ride him with a urgent need.'
  411. act 'Take a breather':
  412. *clr & cla
  413. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_10.jpg"></center>'
  414. gs 'arousal','foreplay',10,'group','gangbang','exhibitionism'
  415. gs 'stat'
  416. 'It seems the boys have come up with a plan to fill all your holes.'
  417. if analplugin = 1:
  418. 'You just smile and shake your head, wondering how on earth it took your sweet boys this long to enact their plan.'
  419. elseif analplugin = 0:
  420. 'They make a convincing argument. There are three of them and you do have three holes. The math checks out!'
  421. end
  422. 'You loudly proclaim: "Fetch me another drink boys. Your lady requires more anesthesia." Vasily immediately hops up and heads to the kitchen.'
  423. 'Vasily soon returns with your drink, and presents it to you with a little flourish.'
  424. act 'Drink some wine':
  425. *clr & cla
  426. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_11.jpg"></center>'
  427. minut += 10
  428. alko += 2
  429. if pcs_hydra >= 100:
  430. pcs_hydra -= 5
  431. else
  432. pcs_hydra -= 10
  433. end
  434. cumspclnt = 2
  435. gs 'cum_cleanup'
  436. pcs_breath = 0
  437. gs 'stat'
  438. 'The boys look on with anticipation, as you drink deeply from the bottle.'
  439. '"Come on <<$pcs_nickname>>, we didn''t expect you to sit there and down the entire bottle", Vasily complains.'
  440. 'You answer him with a loud belch, and continue to drink.'
  441. act 'Get well and truly fucked':
  442. *clr & cla
  443. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_12.jpg"></center>'
  444. if analplugin = 1:
  445. analplugin = 0
  446. analplugout = 1
  447. 'Dan was kind enough to help remove anal plug.'
  448. end
  449. if lubri > 0: 'Remembering it at the last moment, you asked Vasily to grab the lube from your purse.'
  450. gs 'arousal', 'anal_finger', 1,'lube'
  451. fat -= 1
  452. gs 'arousal','vaginal',10,'dick[3]','group','gangbang'
  453. gs 'arousal','anal',5,'dick[1]','group','gangbang'
  454. minut -= 5
  455. 'You mount Vitek, while he is laying on the sofa. As you slide him into you, he leans up suckles at your nipple. Just as you were start to enjoy this pleasant surprise, Dan abruptly drives his <<dick[1]>>cm <<$dick_girth[1]>> cock inside you ass. You let out a loud grunt, but it''s more from the surprise, than any pain.'
  456. 'By the time Vasily worked himself close enough to allow you to wrap your lips around his cock then there was only pleasure.'
  457. gs 'stat'
  458. act 'Feel it':
  459. *clr & cla
  460. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_13.jpg"></center>'
  461. 'You revel in the feeling of being used so completely. This night of drunken debauchery somehow makes you feel whole.'
  462. gs 'arousal','vaginal',10,'dick[3]','group','gangbang'
  463. gs 'arousal','anal',10,'dick[1]','group','gangbang'
  464. gs 'arousal','bj',10,'dick[2]','group','gangbang'
  465. minut -= 20
  466. gs 'stat'
  467. 'You get lost in the rhythm, and only snap back to reality when Vasily tells you it''s time for a change as the boys switch positions.'
  468. act 'Deeper':
  469. *clr & cla
  470. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_14.jpg"></center>'
  471. 'You moan loudly as Vitek rocks you from behind with his powerful <<dick[3]>>cm <<$dick_girth[3]>> cock thrusting into your ass. With your head upturned it doesn''t take Dan long to silence yous cries, and fill your mouth back up.'
  472. 'It goes on like this for awhile with no sound other than soft grunts and moans. Your lower half is almost numb with pleasure. Having your holes stretched like this all at once almost feels too good to put into words. The only word you can think of to describe it is: full. You feel so wonderfully full.'
  473. gs 'arousal','anal',10,'dick[3]','group','gangbang'
  474. gs 'arousal','bj',10,'dick[1]','group','gangbang'
  475. gs 'arousal','vaginal',10,'dick[2]','group','gangbang'
  476. minut -= 20
  477. gs 'stat'
  478. 'Eventually Dan decides to take the initiative, or rather take your head in his hands. He forces his cock into the side of you mouth stretching your mouth to it''s limits. Then he sinks halfway down your throat and slowly pulls back out. He orders you to stick out your tongue and begins to slap his rock hard cock against your face. With a groan of appreciation Dan says: "<<$pcs_nickname>> you have become such a good little cocksucker. It wasn''t so long ago that you couldn''t even give a decent hand-job. I think you might even deserve a reward."'
  479. 'Before you can respond Dan rewards you by violently shoving his cock down your throat until your <<$lip1>> lips are wrapped around the base.'
  480. act 'Work it':
  481. *clr & cla
  482. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/sex/1_15.jpg"></center>'
  483. 'Eventually the boys lay you down on the sofa. They stand over you and jerk themselves in earnest toward the finish. You eagerly smile up at them awaiting yet another reward.'
  484. 'The first to finish is Vitek. He grunts as he blows his load on you, the first of many warm wet splashes against your face and chest. As if on cue, after Vitek finishes Dan and Vasily both begin to cum at the same time. You squirm and giggle with delight as it rains down on you.'
  485. pcs_horny +=10
  486. minut +=10
  487. gs 'cum_call', 'face', $boy[3],1,'','',20
  488. gs 'cum_call', 'breasts', $boy[3],1,'','',20
  489. gs 'cum_call', 'mouth', $boy[1],1
  490. gs 'cum_call', 'stomach', $boy[2],1
  491. pcs_energy -= 8
  492. if pcs_hydra >= 100:
  493. pcs_hydra -= 10
  494. else
  495. pcs_hydra -= 20
  496. end
  497. pcs_sleep -= 8
  498. gs 'arousal', 'end'
  499. gs 'stat'
  500. 'You must have really gotten the guys worked up even your tummy and tits are all sticky. Idly licking your fingers, you head toward the shower. Your legs are a bit wobbly, but there is still a spring in your step. Still licking your fingers, you pause before stepping into the shower. Thinking that maybe next time you won''t even need a shower. It might be easier to just lap all this cum off your body, instead of just washing it all down the drain.'
  501. gs 'dinsex','after_anal','boy',$boydesc[3]
  502. act 'Clean yourself up': gt 'shulgabath', 'start'
  503. end
  504. end
  505. end
  506. end
  507. end
  508. end
  509. end
  510. end
  511. end
  512. end
  513. end
  514. !consent to sex if you get drunk years
  515. if $ARGS[0] = 'drunken_sex_yes':
  516. minut += 5
  517. pcs_horny +=10
  518. gs 'stat'
  519. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/yes'+rand(1,6)+'.jpg"></center>'
  520. 'It''s time to show these boys that you know how to have a good time'
  521. 'The guys urge you on calling out various lewd suggestions'
  522. act 'Present your ass for inspection': gt 'shulga_room', 'drunken_body_popa'
  523. act 'Show them your pussy': gt 'shulga_room', 'drunken_body_piz'
  524. act 'Shake your tits': gt 'shulga_room', 'drunken_body_sisi'
  525. act 'Finger yourself': gt 'shulga_room', 'drunken_body_mast'
  526. end
  527. !Present your ass
  528. if $ARGS[0] = 'drunken_body_popa':
  529. gs 'arousal','flash',5,'group','gangbang','exhibitionism'
  530. gs 'stat'
  531. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/popa'+rand(1,11)+'.jpg"></center>'
  532. 'You decide to give the boys a good look at your backside.'
  533. 'The sight of your bare ass draws some appreciative whistles from the boys.'
  534. 'Encouraged by the drink and the attention, you even spread your cheeks to give them a good view of your tight little puckered asshole.'
  535. '"Come over here Kitten. I have some cream for you", Vitek calls as crooks his finger at you.'
  536. act 'Crawl to them': gt 'shulga_room', 'drunken_sex'
  537. end
  538. !Show them your pussy
  539. if $ARGS[0] = 'drunken_body_piz':
  540. gs 'arousal','flash',5,'group','gangbang','exhibitionism'
  541. gs 'stat'
  542. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/piz'+rand(1,10)+'.jpg"></center>'
  543. 'You slowly spread your legs for the for the boys'
  544. act 'Crawl to them': gt 'shulga_room', 'drunken_sex'
  545. end
  546. !Shake your tits
  547. if $ARGS[0] = 'drunken_body_sisi':
  548. gs 'arousal','flash',5,'group','gangbang','exhibitionism'
  549. gs 'stat'
  550. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sisi'+rand(1,11)+'.jpg"></center>'
  551. 'You flash your tits for the boys. With a smile, you give them a little shake for good measure.'
  552. act 'Crawl to them': gt 'shulga_room', 'drunken_sex'
  553. end
  554. !Finger yourself
  555. if $ARGS[0] = 'drunken_body_mast':
  556. gs 'arousal','masturbate',5,'group','gangbang','exhibitionism'
  557. gs 'stat'
  558. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/mast'+rand(1,10)+'.jpg"></center>'
  559. 'A soft moan escapes your lips, as you work your fingers between your thighs.'
  560. 'You have the undivided attention of the three teenage boys'
  561. gs 'gopsex', 'masturb_gg'
  562. act 'Crawl to them': gt 'shulga_room', 'drunken_sex'
  563. end
  564. !drunk sex
  565. if $ARGS[0] = 'drunken_sex':
  566. gang +=1
  567. gs 'boyStat', 'A9','3'
  568. gs 'boyStat', 'A10','1'
  569. gs 'boyStat', 'A11','2'
  570. gs 'arousal','bj',3,'dick[3]','group','gangbang'
  571. gs 'arousal','bj',3,'dick[1]','group','gangbang'
  572. gs 'arousal','bj',3,'dick[2]','group','gangbang','sub'
  573. gs 'stat'
  574. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sex/bj'+rand(1,13)+'.jpg"></center>'
  575. 'As you near them, the boys gather around presenting themselves to you for satisfaction. In a haze, you take the nearest cock into your mouth and begin to suck. Your hands instinctively find the shafts of the other boys, and you begin to stroke.'
  576. 'The next few minutes become a blur of sucking and stroking. Each boy has turn at your mouth, and they all seem determined to test just how good of a cock sucker you are. When you finally take a moment to catch your breath, your throat hurts and your eyes are watering, but you get a sense of pride from all the groans of pleasure you elicited from the guys..'
  577. act 'Stand up':
  578. *clr & cla
  579. gs 'arousal','bj',3,'dick[2]','group','gangbang'
  580. gs 'arousal','vaginal',7,'dick[2]','group','gangbang'
  581. gs 'arousal','bj',3,'dick[1]','group','gangbang'
  582. gs 'arousal','vaginal',7,'dick[1]','group','gangbang'
  583. gs 'arousal','bj',3,'dick[3]','group','gangbang','sub'
  584. gs 'arousal','vaginal',7,'dick[3]','group','gangbang','sub'
  585. minut -= 10
  586. gs 'stat'
  587. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sex/sex'+rand(1,22)+'.jpg"></center>'
  588. gs 'gopsex', 'gg_devst_deflor'
  589. 'You get halfway to your feet, before you stumble back to the floor. Unannounced one of the boys slides his cock into you from behind. Your gasp is cut short when someone else''s cock rudely fills you mouth, and hits the back of your throat. As you gag and gasp for air, it all becomes a blur. The boys take turns using your young body from end-to-end.'
  590. 'As time passes, their rough treatment stops hurting and even starts to feel pretty good. You encourage whoever it is behind to keep it up by grinding back into his pelvis.'
  591. gs 'gopsex', 'gg_sex_orgasm'
  592. act 'Feel it':
  593. *clr & cla
  594. minut += 5
  595. pcs_horny +=5
  596. temp = rand(0,2)
  597. if temp = 0:gs 'cum_call', 'stomach', $boy[2],1
  598. if temp = 1:gs 'cum_call', 'face', $boy[2],1
  599. if temp = 2:gs 'cum_call', 'mouth', $boy[2],1
  600. temp = rand(0,2)
  601. if temp = 0:gs 'cum_call', 'face', $boy[1],1
  602. if temp = 1:gs 'cum_call', 'mouth', $boy[1],1
  603. if temp = 2:gs 'cum_call', 'stomach', $boy[1],1
  604. temp = rand(0,2)
  605. if temp = 0:gs 'cum_call', 'mouth', $boy[3],1
  606. if temp = 1:gs 'cum_call', 'stomach', $boy[3],1
  607. if temp = 2:gs 'cum_call', 'face', $boy[3],1
  608. pcs_sleep -= 5
  609. npc_sex['A9'] += 1
  610. npc_sex['A10'] += 1
  611. npc_sex['A11'] += 1
  612. gs 'arousal', 'end'
  613. gs 'stat'
  614. killvar 'temp'
  615. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sex/cum'+rand(1,9)+'.jpg"></center>'
  616. shulga_whore = daystart + 7
  617. 'It feels so intense!'
  618. 'Head spinning, you find yourself back on your knees, and quickly realize the boys weren''t finished. Hot cum and laughter rains down on you. You make a final effort to finish what you started. You open wide for your boys and smile up at them seeking approval. After you have milked the last drop from each of them. Dan pats you on the head and says: "What a good little slut you are <<$pcs_nickname>>. From now on you get to be our personal whore. You are going to have so much fun with us. Now, what do you say? Or we will tell the whole school what a whore you are."'
  619. 'You gaze up at him, with your <<$pcs_eyecol>> eyes open wide as saucers and whisper, "Thank you."'
  620. 'Dan continues: "For your first official duty you will lick me clean"'
  621. 'With some hesitation and maybe a little excitement you bend down and lick Dan''s cock clean, occasionally moving to gently suckle on the tip'
  622. act 'The room starts spinning': gt 'shulga_room', 'drunken_sleep'
  623. end
  624. end
  625. end
  626. !abstaining from sex if you get drunk turnip years: pav_slut < 75 (If turnips >= 3, the failure will not be accessible)
  627. if $ARGS[0] = 'drunken_sex_no':
  628. minut += 5
  629. pcs_dom +=1
  630. pcs_health -= 10
  631. gs 'stat'
  632. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sleep'+rand(1,17)+'.jpg"></center>'
  633. '"You are all fixing to get a swift kick in the balls if you guys don''t cut it out, or I can wake this whole building up with a scream", you drunkenly slur.'
  634. 'Dan sneers at you: "Settle down bitch, nobody is going to hurt you. Why don''t you go lie down on the couch and sleep it off."'
  635. 'The guys lose interest in you and go back to pounding beers. You crawl away in the direction of the sofa.'
  636. act 'Pass out': gt 'shulga_room', 'drunken_sleep'
  637. end
  638. if $ARGS[0] = 'drunken_sleep':
  639. minut += 180
  640. if pcs_sleep < 75:
  641. pcs_sleep += 25
  642. else
  643. pcs_sleep = 100
  644. end
  645. pcs_health -= 10
  646. pcs_mood -= 25
  647. pcs_willpwr -=10
  648. gs 'stat'
  649. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/pohmel'+rand(1,4)+'.jpg"></center>'
  650. 'You passed out for about three hours.'
  651. 'You wake up with a splitting headache and only vague memories of your night with the guys. Remembering that somebody deserved a kick in the balls you look around the room. Vasily is the only one left, and he is passed out in a heap on the sofa. "It was probably Dan that deserved a kick", you mutter to yourself as you try to get your bearings.'
  652. act 'Clear your head': gt 'shulga_room', 'start'
  653. end
  654. if $ARGS[0] = 'shulga_beer':
  655. if alko < 6:
  656. minut += 5
  657. alko += RAND(1,2)
  658. cumspclnt = 2
  659. gs 'cum_cleanup'
  660. pcs_breath = 0
  661. gs 'stat'
  662. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/beer'+rand(1,8)+'.jpg"></center>'
  663. func('gopsex','hide','gop_text_beer2')
  664. act 'Have another drink': gt 'shulga_room', 'shulga_beer'
  665. act 'You''ve had enough': gt 'shulga_room', 'start'
  666. else
  667. minut += 5
  668. gs 'stat'
  669. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/pjanaja'+rand(1,8)+'.jpg"></center>'
  670. 'You are almost too drunk to stand'
  671. 'The boys notice and start to harass you'
  672. '"We let you drink for free all night <<$pcs_nickname>>. Show us a little skin as a thank you", says Vasily'
  673. if pav_slut < 75 or kotovLoveQW > 0:
  674. act 'Tell them to knock it off': gt 'shulga_room', 'drunken_sex_no'
  675. if kotovLoveQW < 1: act 'Get this party started': gt 'shulga_room', 'drunken_sex_yes'
  676. else
  677. act 'Get this party started': gt 'shulga_room', 'drunken_sex_yes'
  678. end
  679. end
  680. end
  681. !------------------------------------!
  682. !TV porn channel, opening event, etc..d.!
  683. !====================================!
  684. !watch porn TV
  685. if $ARGS[0] = 'view_pornotv':
  686. act 'Flip to the porn channel':
  687. *clr & cla
  688. gs 'arousal','porn',20
  689. pcs_willpwr = pcs_willpwr + RAND(5,10)
  690. gs 'stat'
  691. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvporn'+rand(1,5)+'.mp4" width="748" height="540"></video></center> You switched to the porn channel.'
  692. 'You watch porn for about 20 minutes.'
  693. 'It''s very exciting'
  694. act 'Flip': gt 'shulga_room', 'start'
  695. end
  696. end
  697. !Group Event with porn hours 0 to 2 weekdays, when gopota hang out...
  698. if $ARGS[0] = 'view_pornotv_evgr':
  699. act 'Watch some porn':
  700. *clr & cla
  701. gs 'arousal','porn',10
  702. gs 'stat'
  703. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvporn'+rand(1,5)+'.mp4" width="748" height="540"></video></center> You switched to porn channel.'
  704. 'The guys getting excited watching porn with you.'
  705. 'Vasily asks if you would like to help them get some relief.'
  706. 'Everyone''s eyes are fixed on you, as they await your answer.'
  707. if pav_slut < 75 or kotovLoveQW > 0:
  708. act 'Flee the scene': gt 'shulga_room', 'start'
  709. else
  710. act 'Suck a cock or three':
  711. *clr & cla
  712. O = func('gopsex','hide','rndorder3')
  713. gs 'boyStat', 'A<<O mod 12>>','3'
  714. gs 'boyStat', 'A<<(O/12) mod 12>>','1'
  715. gs 'boyStat', 'A<<O/144>>','2'
  716. killvar 'O'
  717. gs 'arousal','bj',5,'dick[3]','group','sub'
  718. gs 'arousal','bj',2,'dick[2]','group'
  719. gs 'arousal','bj',3,'dick[1]','group'
  720. npc_sex['A9'] += 1
  721. npc_sex['A10'] += 1
  722. npc_sex['A11'] += 1
  723. gang += 1
  724. gs 'stat'
  725. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/tv_ev/sex_group/bj'+rand(1,13)+'.jpg"></center>'
  726. 'When you nod yes, the boys start laughing and get their dicks out and form a pinwheel of flesh around your mouth. You roll your eyes and smile saying: "One at a time at boys. I would tell you to settle down, but I think we''re well past that."'
  727. 'You decide to reward Vitek for his patience by slowly licking him from base to tip, before wrapping your <<$liptalk3>> lips around him. For a good five minutes you slowly suck, savoring the taste his hard cock.'
  728. 'Eventually Dan and Vasily get their turns too. While dutifully sucking away at one boy, you worked your hands on whoever was waiting, doing your best to make sure nobody felt left out.'
  729. if pav_slut >= 75 and pcs_horny < 30 or pav_slut < 75:
  730. act 'Open wide and stick out your tongue':
  731. *clr & cla
  732. minut += 5
  733. pcs_horny += 10
  734. gs 'cum_call','face', $boy[3],1
  735. gs 'cum_call','hair', $boy[1],1
  736. gs 'cum_call','mouth', $boy[2],1
  737. gs 'stat'
  738. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/tv_ev/sex_group/cum'+rand(1,7)+'.jpg"></center>'
  739. 'The guys shoot their loads all over you.'
  740. act 'Yummy': gt 'shulga_room','start'
  741. end
  742. else
  743. '<br>The guys start talking to each other about who gets to fuck you first'
  744. act 'Get fucked':
  745. *clr & cla
  746. gs 'arousal','vaginal',7,'dick[3]','group'
  747. gs 'arousal','vaginal',7,'dick[1]','group'
  748. gs 'arousal','vaginal',6,'dick[2]','group'
  749. gs 'stat'
  750. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/tv_ev/sex_group/sex'+rand(1,23)+'.jpg"></center>'
  751. 'The guys unceremoniously take turns pounding your pussy, while keeping your hands and mouth busy too. They continue casually using you for a good 20 minutes. No one even speaks, the only sounds are of flesh slapping, wet slurping, and the occasionally muffled grunt. The thought of what these strong young men are doing to your young body is driving you wild with need'
  752. if pcs_horny >=70:
  753. orgasm += 1
  754. pcs_horny = 0
  755. 'With these strange thoughts swirling in your head, you break the silence, with a loud cry. The orgasm wracks your entire body, and leaves you panting in a heap.'
  756. 'When you finally regain your senses, the boys snickering at each other. Dan says: "I told you guys, our slutty <<$pcs_nickname>> can''t get enough of it. She''s still shaking like a leaf from being used like a piece of meat."'
  757. act 'Recover':
  758. *clr & cla
  759. gs 'stat'
  760. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/drunk_ev/sex/kaif'+rand(1,7)+'.jpg"></center>'
  761. 'The boys gather around to praise you for being such a dutiful little whore. Vasily says: "<<$pcs_nickname>> I swear your pussy is like a fucking drug. I just can''t get enough of it."'
  762. 'Dan chimes with: "Girl, those <<$lip1>> lips of yours are the best thing I''ve ever had wrapped around my dick"'
  763. 'Vitek comes over and sweetly kisses you on the forehead saying: "You''re something special Kitten, <<$titsize>> breasts and <<$pcs_haircol>> hair have always been my thing. Those combined with the rest of your charms, and well, you are the total package, Kitten"'
  764. 'While receiving all this unexpected praise, you play with your still quivering pussy. The thought of your sweet boys taking time just to tell you what a good you are is so hot'
  765. 'You finally speak up and sheepishly say: "Guys can we, I mean, can you please finish?"'
  766. act 'Taste it':
  767. *clr & cla
  768. minut += 10
  769. pcs_horny += 5
  770. gs 'cum_call', 'face', $boy[3],1
  771. gs 'cum_call', 'face', $boy[1],1
  772. gs 'cum_call', 'face', $boy[2],1
  773. gs 'arousal', 'end'
  774. gs 'stat'
  775. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/tv_ev/sex_group/cum'+rand(1,7)+'.jpg"></center>'
  776. 'The guys splatter your face with heaps of their cum. It feels great.'
  777. act 'Finish': gt 'shulga_room', 'start'
  778. end
  779. end
  780. else
  781. act 'Further':
  782. *clr & cla
  783. minut += 10
  784. pcs_horny += 5
  785. gs 'cum_call', 'face', $boy[3],1
  786. gs 'cum_call', 'face', $boy[1],1
  787. gs 'cum_call', 'face', $boy[2],1
  788. gs 'arousal', 'end'
  789. gs 'stat'
  790. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/tv_ev/sex_group/cum'+rand(1,7)+'.jpg"></center>'
  791. 'The guys splatter your face with heaps of their cum.'
  792. act 'Finish': gt 'shulga_room', 'start'
  793. end
  794. end
  795. end
  796. end
  797. end
  798. end
  799. end
  800. end
  801. !Event viewing porn channel with Vasily
  802. if $ARGS[0] = 'view_pornotv_vasya':
  803. act 'Watch porn channel':
  804. *clr & cla
  805. pcs_mood += 4
  806. gs 'boyStat', 'A11'
  807. gs 'arousal','porn',10
  808. gs 'stat'
  809. '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvporn'+rand(1,5)+'.mp4" width="748" height="540"></video></center> You switched to porn channel.'
  810. if npc_rel['A11'] <20:'Vasily stirs in his seat. You look over and notice a bulge in his crotch.'
  811. if npc_rel['A11'] >=20 and npc_rel['A11'] <50:'Vasily opens his pants and starts stroking his cock right in front of you. "<<$pcs_nickname>> would you please lend me a hand?", he asks.'
  812. if npc_rel['A11'] >=50 and npc_rel['A11'] <70:'Vasily is very excited. He opens his pants and starts jerking off almost as soon as he sits down. He looks you in the eye and silently waits'
  813. if npc_rel['A11'] >=70:'Vasily unceremoniously walks up to you and slaps his cock against the side of your face. You don''t even have time to understand whats going before he has you off the couch and down on your knees.'
  814. if npc_rel['A11'] < 70:
  815. act 'Chicken out': gt 'shulga_room', 'start'
  816. end
  817. if npc_rel['A11'] >=50 and pav_slut < 75:
  818. act 'Suck it':
  819. *clr & cla
  820. npc_sex['A11'] += 1
  821. gs 'arousal','bj',10,'sub'
  822. gs 'stat'
  823. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/bj'+rand(1,11)+'.jpg"></center>'
  824. 'Vasily smiles down at you, as you tentatively part your <<$liptalk3>> lips, and gently suckle on the head of his <<dick>>cm <<$dick_girth>> cock. The salty taste of his pre-cum sends a little chill through your body. Remembering how the girls on the porn channel do it, you take as much of him in your mouth as you can, while still trying to keep a good pace. You must have done a good job, because it isn''t long before Vasily stops you. He grabs hold of his cock and jerks it furiously. It''s pointed right at your face.'
  825. act 'Open your mouth':
  826. *clr & cla
  827. minut += 10
  828. gs 'cum_call', 'face', $boy,1
  829. gs 'cum_call', 'mouth', $boy,1
  830. gs 'arousal', 'end'
  831. gs 'stat'
  832. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/cum'+rand(1,10)+'.jpg"></center>'
  833. 'Wow, he got a bunch of it in your mouth, but your face and lips are all sticky too. He made such mess, but that''s why you find it so exciting. You gather a little cum off your chin with your finger, and lick it clean. It''s still warm!'
  834. 'As usual Vasily has gone back to watching TV, and pays no attention to you sitting on the floor, playing with his cum.'
  835. act 'Finish':gt 'shulga_room', 'start'
  836. end
  837. end
  838. end
  839. if npc_rel['A11'] >=20 and npc_rel['A11'] <50:
  840. act 'Handjob':
  841. *clr & cla
  842. gs 'arousal','hj',20,'sub'
  843. gs 'cum_call', 'hands', $boy,1
  844. gs 'stat'
  845. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/hj'+rand(1,7)+'.jpg"></center>'
  846. 'Vasily guides your hand around the shaft of his <<dick>>cm <<$dick_girth>> penis, and slowly starts moving your hand up and down his length. When he removes his hand, your hand continues to tentatively pump. Vasily voices a small grunt of encouragement, and you pick up the pace. He relaxes, as you build a steady rhythm.'
  847. 'He let''s out a sharp grunt, and your hand is covered in sticky warmth. Without a word, he quickly tucks himself back in his pants, and goes back to watching TV. Before looking for a tissue, you examine the white mess on your hand. Curious, you give it a little lick with the tip of your tongue.'
  848. act 'Stand': gt 'shulga_room', 'start'
  849. end
  850. end
  851. if pav_slut >= 75 and npc_rel['A11'] >=70:
  852. act 'Suck on it':
  853. *clr & cla
  854. npc_sex['A11'] += 1
  855. gs 'arousal','bj',5,'sub'
  856. gs 'stat'
  857. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/bj'+rand(1,11)+'.jpg"></center>'
  858. 'Vasily imperiously looks down, as you work your tongue and <<$lip1>> lips around his shaft and head. When he is rock hard you swallow him fully, and actively begin to suck. You work a hand inside your panties, and manage to stroke your little pussy, while never breaking the rhythm of your head bobbing on his <<dick>>cm <<$dick_girth>> cock.'
  859. act 'Doggystyle':
  860. *clr & cla
  861. gs 'gopsex', 'gg_devst_deflor'
  862. gs 'arousal','vaginal',10,'sub'
  863. gs 'stat'
  864. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/sex'+rand(1,10)+'.jpg"></center>'
  865. 'Laughing you raise your backside, and wiggle it with anticipation.'
  866. '"Doggystyle suits you <<$pcs_nickname>> you are already begging for it", Vasily chuckles.'
  867. 'You give him a moan of affirmation, as he easily sinks his <<dick>>cm <<$dick_girth>> cock into your wet pussy. Roughly thrusting into you from behind, Vasily leans forward and grabs a hand full of <<$pcs_haircol>> hair. He forces your head back with a light, but insistent pull. Vasily leans in close to your ear and whispers, "Giddy-up". He yanks your hair hard enough to hurt, but it hurts so good.'
  868. gs 'gopsex', 'gg_sex_orgasm'
  869. act 'Whimper':
  870. *clr & cla
  871. minut += 5
  872. gs 'cum_call','face',$boy,1
  873. gs 'arousal', 'end'
  874. gs 'stat'
  875. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/tv/cum'+rand(1,10)+'.jpg"></center>'
  876. 'Vasily gasps loudly, and thick streams of semen begin to slap against your face'
  877. 'He finishes with one last loud groan, and gives you a little pat on the head.'
  878. 'He immediately starts getting dressed while flipping though TV channels, leaving you on the floor feeling like a hot sticky mess.'
  879. 'You idly clean some of his mess off your face, and lick your fingers, while trying to decide what to do next'
  880. act 'Stand up':gt 'shulga_room', 'start'
  881. end
  882. end
  883. end
  884. end
  885. end
  886. end
  887. !----------------------------------!
  888. !TV in the living room with Vasily!
  889. !==================================!
  890. if $ARGS[0] = 'shultv':
  891. rndtvs=rand(1,100)
  892. *clr & cla
  893. if rndtvs>10: minut += 30
  894. if rndtvs>10: pcs_mood += 10
  895. if rndtvs>10: pcs_willpwr = pcs_willpwr + RAND(1,5)
  896. if rndtvs<=10: minut += 5
  897. gs 'stat'
  898. shulga_tv_rnd = RAND(0,3)
  899. if shulga_tv_rnd = 0:$shulga_tv_rnd = 'You watch'
  900. if shulga_tv_rnd = 1:$shulga_tv_rnd = 'You watch'
  901. if shulga_tv_rnd = 2:$shulga_tv_rnd = 'You find'
  902. if shulga_tv_rnd = 3:$shulga_tv_rnd = 'It''s'
  903. shulga_tv_rand = RAND(0,11)
  904. if shulga_tv_rand = 0:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvdance.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a teenage music video, with a half-naked girl shaking her charms.'
  905. if shulga_tv_rand = 1:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvgeo1.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a David Attenborough documentary about animals.'
  906. if shulga_tv_rand = 2:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvgeo2.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a documentary about the world, with Morgan Freeman narrating.'
  907. if shulga_tv_rand = 3:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvgeo3.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a David Attenborough documentary about nature.'
  908. if shulga_tv_rand = 4:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvgeo4.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a documentary film about the ocean called Blue Planet.'
  909. if shulga_tv_rand = 5:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvkino1.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> that much-loved Soviet comedy.'
  910. if shulga_tv_rand = 6:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvkino2.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> Import blockbuster.'
  911. if shulga_tv_rand = 7:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvkino3.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> an old Western. You hope Clint Eastwood shows up, and shoots someone'
  912. if shulga_tv_rand = 8:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvmult1.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> some cartoons It looks like a cheap imitation of Pixar.'
  913. if shulga_tv_rand = 9:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvmult2.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a classic Disney cartoon.'
  914. if shulga_tv_rand = 10:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvsport1.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> an MMA fight. You wonder if Vitek is as good as these guys.'
  915. if shulga_tv_rand = 11:$shulga_tv_rand = '<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvsport2.mp4" width="748" height="540"></video></center><<$shulga_tv_rnd>> a football match.'
  916. if rndtvs>10:'<<$shulga_tv_rand>> <br> You veg out in front of the TV for 30 minutes.'
  917. if rndtvs<=10:'<center><video autoplay loop src="images/locations/pavlovsk/resident/apartment/shulginhome/tv/tvrekl'+rand(1,4)+'.mp4" width="748" height="540"></video></center> You find some advertising.'
  918. act 'Look around the room': gt 'shulga_room', 'start'
  919. act 'Change the channel': gt 'shulga_room', 'shultv'
  920. porno_tv_rand=RAND(0,100)
  921. if porno_tv_rand<50 or porno_tv_rand>=50 and week < 6 and hour >= 3 and hour <= 23 or porno_tv_rand>=50 and week >= 6 and hour > 2 and hour < 10 or porno_tv_rand>=50 and week >= 6 and hour > 16 and hour <= 23: gt 'shulga_room', 'view_pornotv'
  922. if porno_tv_rand>=50:
  923. if week >= 6 and hour >= 10 and hour <= 16: gt 'shulga_room', 'view_pornotv_vasya'
  924. if week >= 6 and hour >= 0 and hour <= 2:gt 'shulga_room', 'view_pornotv_vasya'
  925. if week < 6 and hour >= 0 and hour <= 2: gt 'shulga_room', 'view_pornotv_evgr'
  926. end
  927. end
  928. !--------------------------------------!
  929. !Bazaar night with Vasily, Vitek, and Dan. On Weekdays hours: 0 to 2!
  930. !======================================!
  931. if $ARGS[0] = 'shulga_bazar_night':
  932. rnd_rebyata = RAND(0,1)
  933. if rnd_rebyata = 0:$rnd_rebyata = 'Dan'
  934. if rnd_rebyata = 1:$rnd_rebyata = 'Vitek'
  935. *clr & cla
  936. minut += 1
  937. gs 'stat'
  938. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya.jpg"></center>'
  939. 'Vasily is always with Dan and Vitek, who are his best friends. His nickname is Shulga. He''s physically the weakest one of the three, but is a bit of a prankster and always makes the others laugh. He was raised by just his father, after his mother left when he was still an infant.'
  940. gs 'shulga_room', 'vasya_shulgin_rep'
  941. act 'Move away': gt 'shulga_room'
  942. act 'Talk':
  943. *clr & cla
  944. minut += 10
  945. bazar_day = daystart
  946. bazar_count -= 1
  947. if bazar_count > 0: npc_rel['A11'] +=1
  948. gs 'stat'
  949. !Bazaar night conversations with Vasily pav_slut < 75:
  950. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
  951. vasyan_textb = RAND(0,8)
  952. if vasyan_textb = 0:$vasyan_textb = ' "Life is like a Matryoshka doll", Vasily says mysteriously.<br> "What the hell is that supposed to mean?", you ask.<br> "Think about it", is all he says.<br> You roll you eyes and give him a sarcastic: "Oh I will."'
  953. if vasyan_textb = 1:$vasyan_textb = ' "I love <<$pcs_haircol>> hair, and it looks so good on you <<$pcs_nickname>>."<br> "Thanks Vasily, that''s very sweet", you say blushing.<br> "Does the carpet match the drapes?", he asks with a smirk.<br> "Typical", is all you answer with an exasperated sigh.'
  954. if vasyan_textb = 2 and SchoolAtestat = 0:$vasyan_textb = ' He gives you some advice: "If you have a phone it will make school go by much faster, just be careful not to let the teacher catch you playing with it."<br> "Nobody is getting my phone without a fight", you declare with a smile.'
  955. if vasyan_textb = 2 and SchoolAtestat = 1:$vasyan_textb = ' You tell Vasily a story from gym class: "This one time after gym class I was all sweaty and Katja tried to drag me into the shower. It was really weird."<br> Vasily adds: "She told me to take a shower a few weeks ago too."<br> "Well, that''s just cause you stink", you say sticking you tongue out at him.'
  956. if vasyan_textb = 3:$vasyan_textb = ' He tells you a story about a fight: "I got into a scrap with Dimka behind the community center once. I totally whipped his ass, but be careful around him he''s a nasty piece of work."'
  957. if vasyan_textb = 4:$vasyan_textb = ' He tells you a story about his trip to the city: "I lost my wallet in the city and had no way to get home. The only way I could earn money for the train was by washing dishes at the barbecue. It turned out great though. The cute barmaid was flirting with me all night, and I even got to make out with her before I left. The next time I make it up there I''m going to rock her world."<br> "You go get her tiger", you encourage him.'
  958. if vasyan_textb = 5:$vasyan_textb = ' Vasily complains: "The economy is broken, and none of these idiots is doing anything about it."<br> "What should be done to fix it", you ask curiously.<br> "Oh, I don''t care. I can use my laptop to hack the banks, and get money whenever I need it", he says.<br> "Then why the hell are you complaining", you say frustrated'
  959. if vasyan_textb = 6:$vasyan_textb = ' He talks about his trip to the city: "I got lost in the old section of the city. I nearly starved to death, before I found my way out. If you ever end up there be careful. That place is like a Byzantine labyrinth."<br> "Did you find anything interesting?", you ask.<br> Not really, there was lot''s of grass and abandoned buildings. I did see a leather clad woman get out of a cab, but she disappeared like a puff of smoke.'
  960. if vasyan_textb = 7:$vasyan_textb = ' "Hey <<$pcs_nickname>>, the guys and I were trying to figure something out. How big are your tits? I said they look like <<$titsize>>s, but I figured I''d ask you to be sure."<br> You cross your arms over your chest, and glare at him in response.<br> "So,bigger then?", he quirks an eyebrow.<br> You give him a little slug in the arm for an answer.'
  961. if vasyan_textb = 8 and npc_rel['A11'] < 30:$vasyan_textb = ' He tells you a story about magic fairies, who live in the countryside. He swears it''s true, but you just roll you eyes.'
  962. if vasyan_textb = 8 and npc_rel['A11'] >=30 and webcamera = 1:$vasyan_textb = ' Don''t you sometimes do homework at Julia Milova''s place after school?, he asks.<br> "Maybe", you say suspiciously.<br> "Well, if you ever do please put in a good word for me. I think she''s cute", he finishes.'
  963. if vasyan_textb = 8 and npc_rel['A11'] >=30 and npc_rel['A11'] <50 and webcamera = 0:$vasyan_textb = ' Vasily says: "Have you heard about all the webcam sites that are popping up? Apparently girls can make a lot of money on them. If you have a computer, webcam, and are willing to show a little skin I bet you could do very well <<$pcs_nickname>>."<br> "I''m not sure I would be comfortable doing something like that", you say.<br> "You should think about it. It''s not like you would be selling it on the street. All you have to do is lie around on a bed and talk to a bunch of lonely guys. Then you show them a little skin and the money starts rolling in. It would be so easy", he finishes.'
  964. if vasyan_textb = 8 and npc_rel['A11'] >=50 and npc_rel['A11'] < 70:$vasyan_textb = ' Vasily asks: "Do you remember when I told you about the webcam sites, where you can earn big money for showing some skin?"<br> "Yea, I remember", you answer.<br> "Well, not to long ago I bought a webcam, so that I could video chat on Skype. If you want to use it I wouldn''t mind."<br> "Umm thanks, I will think about it", you say.'
  965. if vasyan_textb = 8 and npc_rel['A11'] >=100:$vasyan_textb = ' "Hey <<$pcs_nickname>>, have you checked out the webcam I bought?", Vasily asks.<br> "Yea, I may have checked it out a little", you say.<br> "Well, if you ever want to get on there during the weekend let me know. We could do a show together, and rake in some big bucks", he says with a wink and a smile.<br> "That''s not a bad idea. I''ll have to think about it", you blush.'
  966. !Bazaar night conversations with Vasily pav_slut >= 75:
  967. vasyan_textb_gorslut = RAND(0,12)
  968. if vasyan_textb_gorslut = 0 and soniaPS = 1:$vasyan_textb_gorslut = ' He tells you about fucking Sonia: "The boys and I were all taking turns with that slut, until she couldn''t even stand. She eventually just collapsed in a heap. Then the fist thing she did when she got up was try to get my cock in her mouth. It''s crazy, that girl is fucking addicted to cock."'
  969. if vasyan_textb_gorslut = 0 and soniaPS <=0:$vasyan_textb_gorslut = ' Vasily tells you: "I saw you poke your head in the door the other day when we were screwing Sonia. You seemed to enjoy it, because you watched for a long time. Were you trying to learn something, or just wishing it was you getting fucked by us"'
  970. if vasyan_textb_gorslut = 1:$vasyan_textb_gorslut = ' You really seemed to enjoy getting fucked like a drunken slut the other day <<$pcs_nickname>>", Vasily snickers<br> "Well I...Yea, I kind of got into it", you stammer meekly.<br> "Then you should come drinking with us in the park more often. We will gladly fuck you six ways to Sunday if you show up there", Vasily say with a sly grin.<br> Don''t be surprised if I take you up on that offer", you say with a wink and a blush.'
  971. if vasyan_textb_gorslut = 2 and soniaPS = 1:$vasyan_textb_gorslut = ' "We have to figure out how to get you and Sonia in the same room", Vasily says hungrily.<br> "I certainly wouldn''t kick her out of bed", you say giving him a wink.<br> "Just thinking about it is getting me going. Actually seeing you two together would be hot enough to start a fire."<br> You rest your hand on his groin, and give it a squeeze. "Oh, I can tell", you whisper seductively.'
  972. if vasyan_textb_gorslut = 2 and soniaPS <=0:$vasyan_textb_gorslut = ' Vasily says: "Sonia was talking about you the other day."<br> "Oh really, what did she say?", you ask.<br> "She said and I quote: That <<$pcs_nickname>> is crazy hot. Every time I see her I just want to eat her like a bowl of ice cream.", he says laughing.<br> "Well next time you see her tell her it tastes like cherry", you tell him laughing.'
  973. if vasyan_textb_gorslut = 3 and SchoolAtestat = 0:$vasyan_textb_gorslut = ' Vasily says dreamily: "Oh, what I would give to see under that little skirt our English teacher wears. Her ass just looks unbelievable in that thing. I swear she must wear it just to drive the kids crazy."<br> "I totally agree, knows whats she is doing. If she keeps it up I might get under that skirt myself. If I ever do manage to get in there I''ll report back to you with the details commander", you say giving him a mock salute.'
  974. if vasyan_textb_gorslut = 3 and SchoolAtestat = 1:$vasyan_textb_gorslut = ' He says dreamily: "God, I would love to get in Julia''s pants. The quiet ones like her always turn into freaks in the bedroom."<br> "I think she has a crush on me. Maybe I''ll get her drunk, and find out for myself. I could have that little wallflower licking between my legs in no time. Should we make a bet?", you ask with a wink.<br> "No, but just the thought of it is getting a rise out of me. Luckily I already have a little freak in the bedroom handy",he says looking at you with lust.'
  975. if vasyan_textb_gorslut = 4:$vasyan_textb_gorslut = ' Vasily says: "Hey <<$pcs_nickname>>, did you know that your mom is still a slut. We saw her in the cafe after closing with her boss. She was sucking his dick like it was the fountain of youth. I see where you got your skills, she must have been a really good teacher."<br> "Ha, dream on asshole", you tell with a laugh.'
  976. if vasyan_textb_gorslut = 5 and SchoolAtestat = 0 and soniaPS = 1:$vasyan_textb_gorslut = ' Vasily tells you: "Sonia spends almost the whole day in the boys bathroom at school now. That girl sucks and fucks like quantity is the only things that matters."<br> "I think most of her diet is cum these days", you say.<br> "Yea, I do my part to feed her almost every day", he says laughing.'
  977. if vasyan_textb_gorslut = 5 and SchoolAtestat = 1 and soniaPS = 1:$vasyan_textb_gorslut = ' He says: "Sonia was fucking one of the teachers the other day. It was so damn loud I bet half the school heard it."<br> "Oh, who was she fucking?", you ask with interest.<br> " I couldn''t tell, but that''s not the point. That slut is completely out of control. I almost feel bad for her. There is no way this will end well", he laments.'
  978. if vasyan_textb_gorslut = 5 and soniaPS <= 0:$vasyan_textb_gorslut = '"Come over here babe. Idle hands are the devil''s plaything", Vasily says motioning you to sit.<br> He put an arm around, and fondles your breast. You giggle and give him a peck on the cheek.'
  979. if vasyan_textb_gorslut = 6:$vasyan_textb_gorslut = 'The guys have all gathered around you. Vasily says, "How about we get this party started?" All the boys are looking on with anticipation.<br> "Well one of you guys is going to have to get me a drink first" you smile.<br> "Why do you always need a drink? Let''s just get to it.<br> It''s the only way I can make you guys look good enough to fuck", you say laughing. "Now fetch me a drink."'
  980. if vasyan_textb_gorslut = 7:$vasyan_textb_gorslut = ' "Do you like anal now <<$pcs_nickname>>? Does it hurt, or does it give you pleasure?", Vasily asks.<br> "My mom has a dildo in here closet. I could get it if you want to find out for yourself", you say laughing.<br> "Yeah, I''ll pass", he says dryly.<br> "Party pooper", you say sticking out you tongue at him.'
  981. if vasyan_textb_gorslut = 8:$vasyan_textb_gorslut = ' Vasily asks: "What your favorite position?"<br> "Comfortable", answer you laughing.<br> All the boys join in laughing.'
  982. if vasyan_textb_gorslut = 9:$vasyan_textb_gorslut = ' "Hey <<$pcs_nickname>>, you want to play some cards?", Vasily asks.<br> "I don''t know, will I get to keep my clothes on?",you ask.<br> "Sure, we can to play for money", he says.<br> "Too bad, I guess I''l pass", you say disappointedly. You flash him you tits, and have a good laugh.'
  983. if vasyan_textb_gorslut = 10:$vasyan_textb_gorslut = ' Vasily says: "Do you remember that barmaid in the city I was telling you about? I finally made it back to the barbecue to see her again. She gave me the best blowjob I''ve had in my life!"<br> "Umm Vasily, there''s something I...."<br> "I didn''t mean it babe. She was good is all. nobody is better than you", he says apologetically.<br> You decide not to push the topic of the barmaid.'
  984. if vasyan_textb_gorslut = 11:$vasyan_textb_gorslut = '"Hey <<$pcs_nickname>>, are you into water sports?", he ask innocently.<br> "Oh, I don''t know. I''m better at volleyball and running than I am at swimming. If it''s warm out I do like to cool off in the water though"<br> Vasily announces to the room: "I think that means she''s up for it guys."<br> "What are you guys talking about? Up for what?", you say suspiciously.'
  985. if vasyan_textb_gorslut = 12 and npc_rel['A11'] < 30:$vasyan_textb_gorslut = ' "I love <<$pcs_haircol>> hair, and it looks so good on you <<$pcs_nickname>>."<br> "Thanks Vasily, that''s very sweet", you say blushing.<br> "Does the carpet match the drapes?", he asks with a smirk.<br> "Typical", is all you answer with an exasperated sigh.'
  986. if vasyan_textb_gorslut = 12 and npc_rel['A11'] >=30 and webcamera = 1:$vasyan_textb_gorslut = ' "<<$pcs_nickname>> would you grab me a beer?", Vasily asks.<br> "Sure thing", you say.<br> "Grab one for yourself too", he adds.<br> "Vasily Shulgin, are you trying to get me drunk?", you answer in a shocked tone. Laughing you head for the kitchen.'
  987. if vasyan_textb_gorslut = 12 and npc_rel['A11'] >=30 and npc_rel['A11'] <50 and webcamera = 0:$vasyan_textb_gorslut = ' Vasily says: "Have you heard about all the webcam sites that are popping up? Apparently girls can make a lot of money on them. If you have a computer, webcam, and are willing to show a little skin I bet you could do very well <<$pcs_nickname>>."<br> "I''m not sure I would be comfortable doing something like that", you say.<br> "You should think about it. It''s not like you would be selling it on the street. All you have to do is lie around on a bed and talk to a bunch of lonely guys. Then you show them a little skin and the money starts rolling in. It would be so easy", he finishes.'
  988. if vasyan_textb = 12 and npc_rel['A11'] >=50 and npc_rel['A11'] < 70:$vasyan_textb_gorslut = ' Vasily asks: "Do you remember when I told you about the webcam sites, where you can earn big money for showing some skin?"<br> "Yea, I remember", you answer.<br> "Well, not to long ago I bought a Webcam, so that I could video chat on Skype. If you want to use it I wouldn''t mind."<br> "Umm thanks, I will think about it", you say.'
  989. if vasyan_textb = 12 and npc_rel['A11'] >=100:$vasyan_textb_gorslut = ' "Hey <<$pcs_nickname>>, have you checked out the webcam I bought?", Vasily asks.<br> "Yea, I may have checked it out a little", you say.<br> "Well, if you ever want to get on there during the weekend let me know. We could do a show together, and rake in some big bucks", he says with a wink and a smile.<br> "That''s not a bad idea. I''ll have to think about it", you blush.'
  990. if bazar_count <= 0:'"Give it a rest <<$pcs_nickname>>. How about a drink instead?", Vasily offers.'
  991. if pav_slut < 75 and bazar_count > 0: '<<$vasyan_textb>>'
  992. if pav_slut >= 75 and bazar_count > 0: '<<$vasyan_textb_gorslut>>'
  993. act 'Further': gt 'shulga_room', 'shulga_bazar_night'
  994. end
  995. act 'Drink beer': gt 'shulga_room', 'shulga_beer'
  996. if npc_rel['A11']>=70 and alko >= 1 or npc_rel['A11']>=70 and pcs_horny > 50 or pav_slut >= 75 and alko >= 1:
  997. act 'Ask him for sex':
  998. if shgopsex_vasya_count = 0:
  999. cla
  1000. 'Vasily says: "Keep your pants on, woman. I''m not a machine."'
  1001. act 'Humph': gt 'shulga_room','shulga_bazar_night'
  1002. elseif shgopsex_vasya_count > 0:
  1003. $gopsex_n_npc = 1
  1004. shgopsex_vasya_day = daystart
  1005. shgopsex_vasya_count -= 1
  1006. gs 'boyStat', 'A11'
  1007. gs 'gopsex', 'settings'
  1008. gs 'gopsex', 'shgopsex'
  1009. end
  1010. end
  1011. end
  1012. end
  1013. !--------------------------------------------!
  1014. !Bazaar night with Dan. Weekdays hours: 0 to 2!
  1015. !============================================!
  1016. if $ARGS[0] = 'den_bazar':
  1017. minut += 1
  1018. gs 'stat'
  1019. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/dan/dan.jpg"></center>'
  1020. 'Dan (Denis) Ryzhov is a tall and skinny guy, who usually communicates to others with disdain and contempt. He''s a very stubborn guy who will never let an argument go. He''s best friends with Vitek and Vasily, and can be considered the smartest one of the three.'
  1021. act 'Move away': gt 'shulga_room'
  1022. act 'Talk':
  1023. *clr & cla
  1024. minut += 5
  1025. bazar_day_den = daystart
  1026. bazar_count_den -= 1
  1027. gs 'stat'
  1028. !Bazaar night conversations with Dan pav_slut < 75:
  1029. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
  1030. den_textb = RAND(0,6)
  1031. if den_textb = 0:$den_textb = ' Dan tells you about about a girl they saw giving a guy a blowjob in the park today. "She had such lovely <<$pcs_eyecol>> eyes, and beautiful <<$pcs_haircol>> hair", he says smiling at you. "Oh <<$pcs_nickname>>, you should come join us in the park after school. We are almost always there having drinks", he adds as an afterthought.'
  1032. if den_textb = 1 and SchoolAtestat = 0:$den_textb = ' "Hey <<$pcs_nickname>>, how is school going?", Dan says. Before you can answer he continues, "I don''t think smart people even belong in school. I have to cut class and hang out in the bathroom just so I don''t lose my mind"'
  1033. if den_textb = 1 and SchoolAtestat = 1:$den_textb = ' Dan tells you his plans after graduation: "I can''t wait to get to get out of this one horse town. I want to move to the city. That place has all the best food, women, drugs, and everything else you could think of."'
  1034. if den_textb = 2:$den_textb = ' "<<$pcs_nickname>>, get over here and make yourself useful. I need a back massage, and you look like just the right girl for the job.", Dan hollers. <br> "How would you like a swift kick instead? If you had bothered to ask me nicely I still would''t have done it, but it never hurts to be polite", you smile back at him sweetly'
  1035. if den_textb = 3:$den_textb = ' Dan asks you to grab him a beer. When you return from the kitchen with his beer, he politely asks you to open it for him. Rolling your eyes, you crack it open and hand it over to him. <br> "Thanks <<$pcs_nickname>>, you are going to make a fine little wife", Dan laughs.<br> You give him a little kick in the shin before turning to leave. He just laughs, and sends you on your way with a smack on the ass'
  1036. if den_textb = 4:$den_textb = ' "<<$pcs_nickname>>, if you are looking for work I hear the hotel is hiring. They have a job opening for a <<$lip1>> set of lips", Dan says.<br> You flick your hand between his legs, and he lets out a sharp cry of pain. "Thanks for the tip asshole", you smile back at him.'
  1037. if den_textb = 5:$den_textb = ' Dan gives you his opinion on religion: "A church is no fit place for a woman on her knees. That should be reserved for places like alleys, bathrooms, and living rooms. Speaking of which, <<$pcs_nickname>> would you be a dear."<br> You walk away shaking you head before he can finish'
  1038. if den_textb = 6:$den_textb = ' Unprompted Dan turns to and says, "You got a real pretty mouth girl", in his best creepy accent.<br> You swiftly raise your knee like you are going for his crotch, but stop short and just walk past him. Seeing him instinctively double over in fear puts a little spring in your step.'
  1039. !Bazaar night conversations with Dan pav_slut >= 75:
  1040. den_textb_gorslut = RAND(0,7)
  1041. if den_textb_gorslut = 0:$den_textb_gorslut = ' Dan looks at you appraisingly: "<<$pcs_nickname>> Do you have any money? If you need some I am sure I could find some work putting your body to good use."<br> "Dream on, the only work I am thinking of using this body for involves a swift kick between your balls", you snarl.<br> With one hand protecting his nuts Dan says: "Settle down slut, I was not suggesting you become a whore. Honestly, I was just thinking out loud. I mean if you are already giving it away for free why not." You leave in a huff before he can finish.'
  1042. if den_textb_gorslut = 1 and soniaPS = 1:$den_textb_gorslut = ' Dan mockingly issues you a challenge<br> "<<$pcs_nickname>> I can''t decide if I prefer your cute set of <<$lip1>> lips or Sonia''s. We need to all get together to find out who has the best skills. I have a warm wet surprise for the winner."<br> "Dream on", you say shaking your head. Secretly you do wonder you would win. Sonia looks so good at giving a BJ, but you think you might be able to best her.'
  1043. if den_textb_gorslut = 1 and soniaPS <=0:$den_textb_gorslut = ' Dan is idly going on about what a good girl Sonia is when he turns to you and says, "Hey <<$pcs_nickname>>, you are friends with Sonia right?"<br> "Not this again Dan", you say with a weary sigh.<br> "Oh come on, you girls both like to have a good time. It could be a lot of fun", Dan says.<br> You stop him right there: "Listen Dan I like Sonia, but she has a look in her eyes lately that makes me nervous. Besides any girl willing to sleep with you has to be half-mad, getting two of us in the same room might be more than you could handle." You give Dan a little sway of your hips as you walk away. At least he did''t ask you to go out on the and kidnap a virgin for him'
  1044. if den_textb_gorslut = 2 and soniaPS = 1:$den_textb_gorslut = ' Dan says: "Yesterday Sonia was servicing every boy in the mens bathroom in any fashion they desired. Not to long ago she was such a stuck up goody-two-shoes, now she is free and does''t have a care in the world. You could probably learn a thing or two from her <<$pcs_nickname>>."<br> You just stare back at him with your arms crossed. He slowly moves a hand in front of his crotch for protection.'
  1045. if den_textb_gorslut = 2 and soniaPS <=0:$den_textb_gorslut = ' Dan says, "Be a dear and fetch me another beer <<$pcs_lastname>>."<br> It was sweet of him to ask you think as you head to the kitchen. You take a little sip and give him a smile when you hand him his beer. Dan gives you rough slap on the ass, as he sends you away giggling.'
  1046. if den_textb_gorslut = 3:$den_textb_gorslut = ' Dan looks like he is up to something: "<<$pcs_nickname>> who is your best girlfriend at school?"<br> "Why", you say giving him a stern look.<br> "Well, I was just thinking maybe you would like to bring a friend on one of your visits here.", Dan says trying his best sound diplomatic.<br> Your anger boils over as you say "Don''t you think for one second that I am going to drag some innocent girl back here and throw her to you jackals. If you are so desperate to have a three-way I would be happy to let you help me suck Vitek''s cock right now." <br> You hear Dan mutter, "Moody bitch, what the hell crawled up your ass tonight", as you turn to go.'
  1047. if den_textb_gorslut = 4:$den_textb_gorslut = ' "Hey babe, how about you stop by the park the next time we are hanging out there, and have some beers with us. You are so much fun when you get a few beers in you" Dan says roughly giving your ass a squeeze.<br> You give him a playful slap on the thigh and a giggle. Your boys can get a little rough, but you wouldn''t have it any other way.'
  1048. if den_textb_gorslut = 5:$den_textb_gorslut = ' "<<$pcs_nickname>>, hand me the TV remote", Dan says.<br> He is way closer to it than you, but he looks comfortable. You happily fetch it for him.<br> "Good girl", he praises you for a job well done.'
  1049. if den_textb_gorslut = 6:$den_textb_gorslut = ' Dan asks:" <<$pcs_nickname>>, does your sister still work at the local supermarket?"<br> "Yea, but she does not enjoy it much, so I try not to bother her when she is working", you inform him.<br> "You should bring her over here sometime. I bet we could find a way to cheer her up", he says suggestively.<br> "God, is sex the only thing you ever think about, and what on earth makes you think I would do that sort of thing with my sister?", you say a little sheepishly while giving him a sideways glance.'
  1050. if den_textb_gorslut = 7:$den_textb_gorslut = ' Dan tells you about his visit to the strip club: "You need an ID to get in, but once you do it''s great. They have some of the best looking woman I''ve ever seen in there, and I think on some nights the even have male strippers for ladies"'
  1051. if bazar_count_den <= 0:' "Be quiet <<$pcs_nickname>>. That''s enough talk out of you tonight. Leave me in peace, unless you want to put those <<$lip1>> lips to a better use", Dan says'
  1052. if pav_slut < 75 and bazar_count_den > 0: '<<$den_textb>>'
  1053. if pav_slut >= 75 and bazar_count_den > 0: '<<$den_textb_gorslut>>'
  1054. act 'Further': gt 'shulga_room', 'den_bazar'
  1055. end
  1056. act 'Drink beer': gt 'shulga_room', 'shulga_beer'
  1057. if pav_slut >= 75 and alko >= 1:
  1058. act 'Have sex with Dan':
  1059. if shgopsex_den_count = 0:
  1060. cla
  1061. 'Dan says: "Damn slut, I''m only one man. Suck your supper out of someones else''s cock"'
  1062. act 'Leave': gt 'shulga_room', 'start'
  1063. elseif shgopsex_den_count > 0:
  1064. $gopsex_n_npc = 0
  1065. shgopsex_den_day = daystart
  1066. shgopsex_den_count -= 1
  1067. gs 'boyStat', 'A10'
  1068. gs 'gopsex', 'settings'
  1069. gs 'gopsex', 'shgopsex'
  1070. end
  1071. end
  1072. end
  1073. end
  1074. !---------------------------------------------!
  1075. !Bazaar with Vitek(Kotov) Weekdays hours: 0 to 2!
  1076. !=============================================!
  1077. if $ARGS[0] = 'vitek_bazar':
  1078. minut += 1
  1079. gs 'stat'
  1080. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vitek/vitek.jpg"></center>'
  1081. 'Vitek (Viktor) Kotov is an aggressive and strong guy, who considers himself a gangsta. But his personality is pretty much see-through. Lena is his twin-sister.'
  1082. act 'Move away': gt 'shulga_room'
  1083. act 'Talk':
  1084. *clr & cla
  1085. minut += 5
  1086. bazar_day_vitek = daystart
  1087. bazar_count_vitek -= 1
  1088. gs 'stat'
  1089. !Bazaar night conversations with Vitek pav_slut < 75:
  1090. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
  1091. vitek_textb = RAND(0,7)
  1092. if vitek_textb = 0:$vitek_textb = ' "Any chance I could get you to come over, and do some cleaning? My apartment is such a wreck that it''s virtually uninhabitable. It could really use a woman''s touch."<br> "I''ll think about it", you answer shyly.<br> The thought of cleaning Vitek''s place in a skimpy little outfit bubbles up in your mind, and you turn away blushing'
  1093. if vitek_textb = 1 and SchoolAtestat = 0:$vitek_textb = ' Vitek flexes his bicep, and tells you to feel it. Somewhat hesitantly you give his muscle a little squeeze. It''s hard as a rock, and a little exciting too.<br> "I can bench 300", he boasts.<br> You have no idea what that means but say: "Wow, that''s really good. I''m impressed."'
  1094. if vitek_textb = 1 and SchoolAtestat = 1:$vitek_textb = ' Vitek compliments you: "<<$pcs_nickname>>, your hair looks beautiful. I''ve always had a thing for girls with <<$pcs_haircol>> hair"<br> "Thank you", you say blushing.'
  1095. if vitek_textb = 2:$vitek_textb = ' Vitek invites you to the community center at night to drink and dance with him. The thought of dancing with him sends a little flutter though your chest.<br> "I might just take you up on that offer you tell", you tell him trying your best to sound sexy.'
  1096. if vitek_textb = 3:$vitek_textb = ' Vitek talks to you about his boxing training at that community center. He thinks he is getting pretty good. "Stop by if you want to see me in action. There is plenty of other stuff to do there too", he finishes.'
  1097. if vitek_textb = 4:$vitek_textb = ' Vitek asks: "Do you ever go down to the lake to swim?"<br> "Sometimes, but it''s been a while", you answer.<br> "It''s a shame I''ve never seen you in a bathing suit", he says almost shyly.'
  1098. if vitek_textb = 5:$vitek_textb = ' Vitek advises you: "I had to kick the shit out of that Igor kid after the dance a few weeks ago. You should steer clear of that guy <<$pcs_nickname>>. I don''t like the way he treats women."'
  1099. if vitek_textb = 6:$vitek_textb = ' Vitek must have been boxing today. His shoulders look tense. Trying to be helpful you walk up behind him, and start giving them a good rub.<br> "Oh <<$pcs_nickname>>, your hands feel great", he sighs in appreciation.'
  1100. if vitek_textb = 7:$vitek_textb = ' You notice Vitek''s beer is almost empty. Thinking this looks like a job you can handle you go to the kitchen. You return just as he is ready for another one, and hand him a beer smiling.<br> "Thanks <<$pcs_nickname>>, You read my mind", he says. His hand grazes your hip when he takes his beer, sending butterflies flying around in your tummy.'
  1101. !Bazaar night conversations with Vitek pav_slut >= 75:
  1102. vitek_textb_gorslut = RAND(0,7)
  1103. if vitek_textb_gorslut = 0:$vitek_textb_gorslut = ' Your lying on the couch when Vitek sits down, and puts your feet in his lap. Without saying anything, he gently starts to massage them. You let him know how good it feels with a series of soft moans. Vitek can be so good to you when he wants to be. You think you should probably reward him.'
  1104. if vitek_textb_gorslut = 1:$vitek_textb_gorslut = ' Vitek imparts some wisdom: "You can determine how close your relationship is with someone by how much you can mock them, before receiving a beating."<br> "What if I said you have a tiny cock?", you say.<br> "Then I would attack you", he says. He takes both hands and furiously tickles you around your sides and stomach.<br> You sequel with delight laughing until you are out of breath.'
  1105. if vitek_textb_gorslut = 2:$vitek_textb_gorslut = ' Vitek is full of fun facts: "<<$sveta_rnd_name>>, did you know that it''s empirically proven that 95% of girls can no longer pronounce the name of the city Naberezhnye Cheln if they go a month without sex?"<br> Deadpan you respond: "I speak seven languages."'
  1106. if vitek_textb_gorslut = 3 and SchoolAtestat = 0 and soniaPS = 1:$vitek_textb_gorslut = ' Vitek says: "Sonia pulled me into the school toilet yesterday, climbed on top of me, and used me for sex. She basically raped me. I may have to go see the therapist at the clinic to get over it."<br> He says it with a smile, but you can tell he is worried about Sonia.'
  1107. if vitek_textb_gorslut = 3 and SchoolAtestat = 1 and soniaPS = 1:$vitek_textb_gorslut = ' Vitek says: "Sonia was pestering me in the park yesterday. When I told her no, and walked away she just followed me. I decided I''d had enough, and started to jog away. She chased me! She actually chased me though the park trying to have sex with me..." He just shakes his head dumbfounded by this turn of events.'
  1108. if vitek_textb_gorslut = 3 and soniaPS <= 0:$vitek_textb_gorslut = ' Vitek advises you: "If you ever lend money to Natasha Belova don''t expect to get it back. Well, not with cash anyway, her methods of repayment are very interesting though."<br> You give him a playful slug on the shoulder, and start thinking about Natasha''s legs.'
  1109. if vitek_textb_gorslut = 4:$vitek_textb_gorslut = ' Vitek starts talking like he is telling a ghost story: " There is a woman who walks our quite streets at night wearing leather and brandishing a whip. They say if she catches you wind up in her dungeon never to be seen again." He finishes by laughing and making spooky sounds.<br> You are to distracted by thoughts of mysterious leather clad women to laugh with him.'
  1110. if vitek_textb_gorslut = 5:$vitek_textb_gorslut = ' Vitek asks: "<<$sveta_rnd_name>>, what is your favorite thing about a penis?"<br> "They always stand up when a fine lady like myself enters the room", you answer back.<br> Vitek bursts out laughing, and starts to tickle your sides.'
  1111. if vitek_textb_gorslut = 6:$vitek_textb_gorslut = 'Vitek speaks: "Drunk girls might as well call their pussy mistress. They can think of nothing, but obeying its wishes".<br> You parry: "Yea, and guys should call their cocks sir. They follow every order like it''s a life and death mission issued by their commanding officer."<br> You both burst out laughing, when Vitek gives his crotch a salute.'
  1112. if vitek_textb_gorslut = 7:$vitek_textb_gorslut = ' Vitek tells a joke:<br> A man walks into a pharmacy and loudly declares: "I''ll have a pack of condoms, please!"<br> The cute young clerk blushed and whispered: "Sir, this sort of thing should be asked for in the ear, not...."<br> "What about ears? I don''t need them for me ears! I need them for my dick!!!"'
  1113. if bazar_count_vitek <= 0:'Vitek said: "That''s enough talk for now <<$sveta_rnd_name>>."'
  1114. if pav_slut < 75 and bazar_count_vitek > 0: '<<$vitek_textb>>'
  1115. if pav_slut >= 75 and bazar_count_vitek > 0: '<<$vitek_textb_gorslut>>'
  1116. act 'Further': gt 'shulga_room', 'vitek_bazar'
  1117. end
  1118. act 'Drink beer': gt 'shulga_room', 'shulga_beer'
  1119. if pav_slut >= 75 and alko >= 1:
  1120. act 'Get laid':
  1121. if shgopsex_vitya_count = 0:
  1122. cla
  1123. 'Vitek says: "Sorry kitten, you''ve worn me out for the day."'
  1124. act 'Humph': gt 'shulga_room', 'start'
  1125. elseif shgopsex_vitya_count > 0:
  1126. $gopsex_n_npc = 2
  1127. shgopsex_vitya_day = daystart
  1128. shgopsex_vitya_count -= 1
  1129. gs 'boyStat', 'A9'
  1130. gs 'gopsex', 'settings'
  1131. gs 'gopsex', 'shgopsex'
  1132. gs 'stat'
  1133. end
  1134. end
  1135. end
  1136. end
  1137. !-----------------------------------------------------------------!
  1138. !Bazaar events with Vasily and other game events at the weekend with 10 to 17 and 23 to 3!
  1139. !=================================================================!
  1140. !----------------------!
  1141. !-----Sex lessons with Vasily-----!
  1142. !======================!
  1143. !Do homework with Vasily
  1144. if $ARGS[0] = 'shulga_lern':
  1145. !choice of set pictures
  1146. lern_imgset = RAND(1,7)
  1147. if lernHome ! 0:
  1148. minut += 60
  1149. lern += RAND(1,6)
  1150. intel_exp += RAND(1,2) + (mentats_dose - rand(0,mentats_dose))
  1151. gs 'stat'
  1152. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>.jpg"></center>'
  1153. 'You sit down with Vasily for an hour, and do your homework.'
  1154. act 'Keeps studying':
  1155. lernHome = 0
  1156. gt 'shulga_room', 'shulga_lern'
  1157. end
  1158. act 'Take a break':
  1159. lernHome = 0
  1160. gt 'shulga_room', 'shulga_bazar_day'
  1161. end
  1162. else
  1163. gs 'stat'
  1164. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_1.jpg"></center>'
  1165. if pav_slut >= 75:
  1166. '"<<$pcs_nickname>>, there is no way I can concentrate with you in that outfit. Let''s get you out of it, so we can continue", he suggests.'
  1167. 'From the way he is pawing at you, it looks like more school work is out of the question'
  1168. 'The only questions that remains is: What are you going to do about that bulge in Vasily''s pants?'
  1169. if pcs_horny >= 50:
  1170. act 'You''re already wet.': gt 'shulga_room', 'shulga_lern_sex_yes'
  1171. elseif pcs_horny <= 50:
  1172. act 'Oh, I suppose!': gt 'shulga_room', 'shulga_lern_sex_yes'
  1173. act 'You''re not in the mood': gt 'shulga_room', 'shulga_lern_sex_no'
  1174. end
  1175. elseif pav_slut < 75:
  1176. '"<<$pcs_nickname>>, if you would like to keep learning, I''ve been told that I''m an excellent teacher", Vasily says as he gently starts to paw at you.'
  1177. 'You have a sneaking suspicion that he isn''t talking about the Biology assignment.'
  1178. 'You stammer: "I...don''t know...would you please..."'
  1179. act 'Stop it': gt 'shulga_room', 'shulga_lern_sex_no'
  1180. if pcs_vag >=1:
  1181. act 'Teach me': gt 'shulga_room', 'shulga_lern_sex_yes'
  1182. end
  1183. end
  1184. end
  1185. end
  1186. !Consent to sex
  1187. if $ARGS[0] = 'shulga_lern_sex_yes':
  1188. shulga_lern_day = daystart
  1189. shulga_lern_count -= 1
  1190. npc_sex['A11'] += 1
  1191. gs 'boyStat', 'A11'
  1192. gs 'arousal','bj',5
  1193. gs 'arousal','cuni',5
  1194. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_2.jpg"></center>'
  1195. 'You whimper softy and whisper, "Please Vasily, please teach me."'
  1196. 'He smiles at you. "Ok <<$pcs_nickname>> open your mouth." As he pulls out his dick and begins stroking it.'
  1197. 'His first lesson involves oral sex. You don''t know if you are a straight A student, but from the way he groans in pleasure as you work your mouth on his <<dick>>cm <<$dick_girth>> penis, you think you earned a passing grade.'
  1198. 'When he eventually lays you on your back and gently licks at your labia you know longer know what to think. Eventually, he parts your lips with one hand, as his tongue finds you clitoris. It''s almost to much. You let out a desperate cry, and buck you hips burying his face deep between your thighs.'
  1199. act 'I want you inside me':
  1200. *clr & cla
  1201. if lern_imgset = 2 or lern_imgset = 3 or lern_imgset = 4 or lern_imgset = 6 or lern_imgset = 7:
  1202. if analplugin = 1:
  1203. analplugin = 0
  1204. analplugout=1
  1205. '"<<$pcs_nickname>>, I didn''t expect you to bring toys", Vasily says cheerfully as he pulls out your butt plug.'
  1206. '"You won''t need this little anymore. I have something more substantial for you.", Vasily continues.'
  1207. end
  1208. if lubri > 0:
  1209. lubri -= 1
  1210. agape = 1
  1211. pcs_horny += 20
  1212. '"I want you in my ass, but please get the lube from my bag and help me get ready", you say.'
  1213. 'Vasily gets your lube, spreads your cheeks, and works his slick hand against your back-door.'
  1214. elseif lubri = 0:
  1215. agape = 2
  1216. pcs_horny += 10
  1217. end
  1218. end
  1219. if lern_imgset = 1 or lern_imgset = 2 or lern_imgset = 4 or lern_imgset = 5:
  1220. gs 'gopsex', 'gg_devst_deflor'
  1221. gs 'arousal','vaginal',10
  1222. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_3.jpg"></center>'
  1223. 'Once your pussy is good and wet he stops eating you out and slips his <<dick>>cm <<$dick_girth>> dick into your warm wet pussy. As he says. "This is pussy 101."'
  1224. 'He is gentle and slow at first letting you get wetter and stretch to accommodate him easily. Once he is sliding in and out of you easily he keeps putting you in new positions from which he can pound your little twat.'
  1225. 'Many minutes go by, when he stops a moment, pulling out of you, perhaps to take a break? You''re not sure how long it has been, you lost track of anything but Vasily''s cock stuffed inside of you'
  1226. else
  1227. gs 'arousal','anal',10
  1228. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_3.jpg"></center>'
  1229. 'He rubs his fingers over your anus for a bit, then he slides in one finger in your ass and fucks you with it, shortly it is joined by a second finger. You moan in pleasure as he fingers you ass. Pulling out his finger''s you feel the head of his cock rubbing against your asshole, with a slight grunt he forces his <<dick>>cm <<$dick_girth>> cock in your ass. You wince and cry out a little in a mixture of pleasure and pain as he says. "I call this one, how to be a good little buttslut."'
  1230. 'Then he starts slowly fucking your ass, giving you time to adjust to the feeling.'
  1231. 'The pain fades and is replaced solely by pleasure.'
  1232. end
  1233. act 'Further':
  1234. *clr & cla
  1235. if lern_imgset = 1 or lern_imgset = 5:
  1236. gs 'arousal','vaginal',5
  1237. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_4.jpg"></center>'
  1238. 'He lifts you up and man handles you into a new position. Just as you are getting settled in your new position he plunges his <<dick>>cm <<$dick_girth>> dick back in your pussy and begins to furiously fuck you. "I call this one, how to rip a cunt up."'
  1239. 'The slow and gentle sex is now replaced by hard brutal fucking, he pounds into you seemingly uncaring if you are still enjoying yourself or not. A part of you still is, a part of you is loving being used like his personal fuck slut.'
  1240. 'It doesn''t take to long until your body spasms as you orgasm hard. Your breath coming in short gasps, you think you might even have been screaming at one point as you come down off your orgasmic high.'
  1241. 'He starts grunting hard himself now and you can tell he won''t last much longer either.'
  1242. else
  1243. gs 'arousal','anal',5
  1244. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_4.jpg"></center>'
  1245. 'He lifts you up and man handles you into a new position. Just as you are getting settled in your new position he plunges his <<dick>>cm <<$dick_girth>> dick in your ass and begins to furiously fuck you. "I call this one, how to be a anal whore."'
  1246. 'The slow and gentle sex is now replaced by hard brutal fucking, he pounds into you seemingly uncaring if you are still enjoying yourself or not. A part of you still is, a part of you is loving being used like his personal fuck slut.'
  1247. 'Despite the pain of the ferocious anal fucking you are getting, it still doesn''t take to long until your body spasms as you orgasm hard. Your breath coming in short gasps, you think you might even have been screaming at one point as you come down off your orgasmic high.'
  1248. 'He starts grunting hard himself now and you can tell he won''t last much longer either.'
  1249. end
  1250. act 'Further':
  1251. *clr & cla
  1252. minut += 5
  1253. pcs_horny += 15
  1254. pcs_hairbsh = 0
  1255. gs 'cum_call','face',$boy,1
  1256. gs 'cum_call','mouth',$boy,1
  1257. gs 'arousal', 'end'
  1258. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/ev<<lern_imgset>>_5.jpg"></center>'
  1259. 'His grunts and breathing getting louder and louder, suddenly he pulls out of you and grabs you by the hair. He pulls you around so your face is in front of his cock.'
  1260. 'Just as hot spurts of cum land on your face, in your mouth and even some squirting up in your hair. With a final spasm from his body and a moan, he slows his breath. "That one is called how to be a good little cum slut. Time for clean up." Before you can even consider what he has planned for clean up, he forces his dick back in your mouth and makes you suck him clean.'
  1261. gs 'dinsex','after_anal','boy',$boydesc
  1262. 'Once you finished sucking his cock clean, he pulls it out of your mouth and puts it back in his pants. He seems to completely lose interest in you now and turns on the tv.'
  1263. act 'Leave': gt 'shulga_room'
  1264. gs 'stat'
  1265. end
  1266. gs 'stat'
  1267. end
  1268. gs 'stat'
  1269. end
  1270. gs 'stat'
  1271. end
  1272. !Abstaining from sex
  1273. if $ARGS[0] = 'shulga_lern_sex_no':
  1274. minut += 2
  1275. shulga_lern_day = daystart
  1276. shulga_lern_count -= 1
  1277. gs 'stat'
  1278. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/sex/shuglinhome/lern/no.jpg"></center>'
  1279. '"That''s enough, I''m not in the mood. It should be enough that I let you touch me, but if you really want to fuck here you go", you say as you flip your middle finger.'
  1280. 'He bursts out laughing, and playfully tries to bite your finger'
  1281. '"Hey, watch those teeth! You are such a good teacher that you might give me ideas", you finish by playfully snapping your teeth at him'
  1282. 'He just laughs even harder'
  1283. act 'Stand': gt 'shulga_room'
  1284. end
  1285. !--------------------------------------------------------------------
  1286. !Conversations with Vasily
  1287. if $ARGS[0] = 'shulga_bazar_day':
  1288. minut += 1
  1289. gs 'stat'
  1290. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya.jpg"></center>'
  1291. 'Vasily is always with Dan and Vitek, who are his best friends. His nickname is Shulga. He''s physically the weakest one of the three, but is a bit of a prankster and always makes the others laugh. He was raised by just his father, after his mother left when he was still an infant.'
  1292. gs 'shulga_room', 'vasya_shulgin_rep'
  1293. act 'Move away': gt 'shulga_room'
  1294. act 'Talk':
  1295. *clr & cla
  1296. minut += 10
  1297. bazar_day = daystart
  1298. bazar_count -= 1
  1299. if bazar_count > 0: npc_rel['A11'] +=1
  1300. gs 'shulga_room', 'vasya_shulgin_rep'
  1301. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/shulginhome/bigroom/talk/talk'+rand(1,5)+'.jpg"></center>'
  1302. vasyan_textb_day = RAND(0,8)
  1303. if vasyan_textb_day = 0:$vasyan_textb_day = ' "Life is like a Matryoshka doll", Vasily says mysteriously.<br> "What the hell is that supposed to mean?", you ask.<br> "Think about it", is all he says.<br> You roll you eyes and give him a sarcastic: "Oh, I will."'
  1304. if vasyan_textb_day = 1:$vasyan_textb_day = ' He tells you a story about his trip to the city: "I lost my wallet in the city and had no way to get home. The only way I could earn money for the train was by washing dishes at the barbecue. It turned out great though. The cute barmaid was flirting with me all night, and I even got to make out with her before I left. The next time I make it up there I''m going to rock her world."<br> "You go get her tiger", you encourage him.'
  1305. if vasyan_textb = 2 and SchoolAtestat = 0:$vasyan_textb_day = ' He gives you some advice: "If you have a phone it will make school go by much faster, just be careful not to let the teacher catch you playing with it."<br> "Nobody is getting my phone without a fight", you declare with a smile.'
  1306. if vasyan_textb = 2 and SchoolAtestat = 1:$vasyan_textb_day = ' You tell Vasily a story from gym class: "This one time after gym class I was all sweaty and Katja tried to drag me into the shower. It was really weird."<br> Vasily adds: "She told me to take a shower a few weeks ago too."<br> "Well, that''s just cause you stink", you say sticking you tongue out at him.'
  1307. if vasyan_textb = 3:$vasyan_textb_day = ' He tells you a story about a fight: "I got into a scrap with Dimka behind the community center once. I totally whipped his ass, but be careful around him he''s a nasty piece of work."'
  1308. if vasyan_textb = 4:$vasyan_textb_day = ' He tells you a story about magic fairies, who live in the countryside. He swears it''s true, but you just roll you eyes.'
  1309. if vasyan_textb = 5:$vasyan_textb_day = ' Vasily complains: "The economy is broken, and none of these idiots is doing anything about it."<br> "What should be done to fix it?", you ask curiously.<br> "Oh, I don''t care. I can use my laptop to hack the banks, and get money whenever I need it", he says.<br> "Then why the hell are you complaining", you say frustrated'
  1310. if vasyan_textb = 6:$vasyan_textb_day = ' He talks about his trip to the city: "I got lost in the old section of the city. I nearly starved to death, before I found my way out. If you ever end up there be careful. That place is like a Byzantine labyrinth."<br> "Did you find anything interesting?", you ask.<br> Not really, there was lot''s of grass and abandoned buildings. I did see a leather clad woman get out of a cab, but she disappeared like a puff of smoke.'
  1311. if vasyan_textb = 7:$vasyan_textb_day = ' "Hey <<$pcs_nickname>>, the guys and I were trying to figure something out. How big are your tits? I said they look like <<$titsize>>s, but I figured I''d ask you to be sure."<br> You cross your arms over your chest, and glare at him in response.<br> "So,bigger then?", he quirks an eyebrow.<br> You give him a little slug in the arm for an answer.'
  1312. if vasyan_textb_day = 8 and npc_rel['A11'] < 30:$vasyan_textb_day = ' "I love <<$pcs_haircol>> hair, and it looks so good on you <<$pcs_nickname>>."<br> "Thanks Vasily, that''s very sweet", you say blushing.<br> "Does the carpet match the drapes?", he asks with a smirk.<br> "Typical", is all you answer with an exasperated sigh.'
  1313. if vasyan_textb_day = 8 and npc_rel['A11'] >=30 and webcamera = 1:$vasyan_textb_day = ' Don''t you sometimes do homework at Julia Milova''s place after school?, he asks.<br> "Maybe", you say suspiciously.<br> "Well, if you ever do please put in a good word for me. I think she''s cute", he finishes.'
  1314. if vasyan_textb_day = 8 and npc_rel['A11'] >=30 and npc_rel['A11'] <50 and webcamera = 0:$vasyan_textb_day = ' Vasily says: "Have you heard about all the webcam sites that are popping up? Apparently girls can make a lot of money on them. If you have a computer, webcam, and are willing to show a little skin I bet you could do very well <<$pcs_nickname>>."<br> "I''m not sure I would be comfortable doing something like that", you say.<br> "You should think about it. It''s not like you would be selling it on the street. All you have to do is lie around on a bed and talk to a bunch of lonely guys. Then you show them a little skin and the money starts rolling in. It would be so easy", he finishes.'
  1315. if vasyan_textb_day = 8 and npc_rel['A11'] >=50 and npc_rel['A11'] < 70:$vasyan_textb_day = ' Vasily asks: "Do you remember when I told you about the webcam sites, where you can earn big money for showing some skin?"<br> "Yea, I remember", you answer.<br> "Well, not to long ago I bought a webcam, so that I could video chat on Skype. If you want to use it I wouldn''t mind."<br> "Umm thanks, I will think about it", you say.'
  1316. if vasyan_textb_day = 8 and npc_rel['A11'] >=100:$vasyan_textb_day = ' "Hey <<$pcs_nickname>>, have you checked out the webcam I bought?", Vasily asks.<br> "Yea, I may have checked it out a little", you say.<br> "Well, If you ever want to get on there during the weekend let me know. We could do a show together, and rake in some big bucks", he says with a wink and a smile.<br> "That''s not a bad idea. I''ll have to think about it", you blush.'
  1317. if bazar_count <= 0:'Vasily says: "<<$sveta_rnd_name>>, I''m tired of your talk. Leave me alone."'
  1318. if bazar_count > 0: '<<$vasyan_textb_day>>'
  1319. act 'Further': gt 'shulga_room', 'shulga_bazar_day'
  1320. gs 'stat'
  1321. end
  1322. if shulga_lern_count > 0 and SchoolAtestat = 0:
  1323. act 'Do homework': gt 'shulga_room', 'shulga_lern'
  1324. end
  1325. if npc_rel['A11']>=70 and pcs_vag >=1 and (alko >= 1 or pcs_horny >= 30):
  1326. act 'Suggest sex':
  1327. if shgopsex_vasya_count = 0:
  1328. cla
  1329. 'Vasily says: "Maybe next time <<$pcs_nickname>>. I''ve had a enough for day."'
  1330. act 'Sigh': gt 'shulga_room', 'start'
  1331. else
  1332. $gopsex_n_npc = 1
  1333. shgopsex_vasya_day = daystart
  1334. shgopsex_vasya_count -= 1
  1335. gs 'boyStat', 'A11'
  1336. gs 'gopsex', 'settings'
  1337. gs 'gopsex', 'shgopsex'
  1338. gs 'stat'
  1339. end
  1340. end
  1341. end
  1342. end
  1343. !---------------------------------------!
  1344. !You nap with Vasilt!
  1345. !---------------------------------------!
  1346. if $ARGS[0] = 'sleep_vasya_bed':
  1347. cla
  1348. npc_rel['A11'] += 1
  1349. if pcs_sleep > 75:
  1350. pcs_sleep += 25
  1351. else
  1352. pcs_sleep = 100
  1353. end
  1354. minut += 180
  1355. 'You lay down and sleep for a few hours.'
  1356. act 'Get up': gt 'shulga_room'
  1357. gs 'stat'
  1358. end
  1359. !--------------------!
  1360. !He refuses to let you sleep next to him!
  1361. !--------------------!
  1362. if $ARGS[0] = 'sleep_vasya_otkaz':
  1363. cla
  1364. minut += 2
  1365. npc_rel['A11'] -=1
  1366. 'What do you want <<$pcs_nickname>>, can''t you see I''m sleeping?!'
  1367. '"Vasily may I lay next to you while I sleep?", you asked'
  1368. '"Go get some sleep on a small couch or just go home you big baby," Vasily answered.'
  1369. act 'Leave': gt 'shulga_room'
  1370. gs 'stat'
  1371. end
  1372. !---------------------!
  1373. !He allows you to sleep next to him!
  1374. !---------------------!
  1375. if $ARGS[0] = 'sleep_vasya_soglasie':
  1376. cla
  1377. minut += 2
  1378. gs 'stat'
  1379. 'Vasily rubbed his eyes and asks: "What do you want <<$pcs_nickname>>?"'
  1380. 'You plead: "Vasily can I sleep next to you? I can''t get comfortable on the little sofa"'
  1381. 'He couldn''t refuse you, and he scooched over to let you into the bed.'
  1382. act 'Take a nap': gt 'shulga_room', 'sleep_vasya_bed'
  1383. if npc_rel['A11']>=70:
  1384. act 'Suggest fuck':
  1385. if shgopsex_vasya_count = 0:
  1386. cla
  1387. 'Vasily says: "<<$pcs_nickname>>, I''m beat let''s just call it a day."'
  1388. act 'Sigh': gt 'shulga_room', 'start'
  1389. elseif shgopsex_vasya_count > 0:
  1390. $gopsex_n_npc = 1
  1391. shgopsex_vasya_day = daystart
  1392. shgopsex_vasya_count -= 1
  1393. gs 'boyStat', 'A11'
  1394. gs 'gopsex', 'settings'
  1395. gs 'gopsex', 'shgopsex'
  1396. end
  1397. end
  1398. end
  1399. end
  1400. !---------------------!
  1401. !-----Vasily sleeps-----!
  1402. !---------------------!
  1403. if $ARGS[0] = 'shulga_bazar_sleep':
  1404. *clr & cla
  1405. '<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/boy/vasya/vasya_sleep.jpg"></center>'
  1406. 'Vasily fast asleep'
  1407. act 'Leave': gt 'shulga_room'
  1408. act 'Wake up':
  1409. if npc_rel['A11'] < 50: gt 'shulga_room', 'sleep_vasya_otkaz'
  1410. if npc_rel['A11'] >= 50: gt 'shulga_room', 'sleep_vasya_soglasie'
  1411. end
  1412. gs 'stat'
  1413. end
  1414. if $ARGS[0] = 'vasya_shulgin_rep':
  1415. if npc_rel['A11']<50:
  1416. 'You have known Vasily since childhood'
  1417. elseif npc_rel['A11']>=50 and npc_rel['A11']<100:
  1418. 'You are good friends with Vasily'
  1419. else
  1420. 'Vasily is your very close friend'
  1421. end
  1422. end
  1423. --- shulga_room ---------------------------------