party_boys.qsrc 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917
  1. # party_boys
  2. if $ARGS[0] = 'drink':
  3. cls
  4. minut += 5
  5. alko += 1
  6. cumspclnt = 2
  7. gs 'cum_cleanup'
  8. pcs_breath = 0
  9. party_boys_drink += 1
  10. $menu_loc = 'party_boys'
  11. $menu_arg = 'drink'
  12. menu_off = 0
  13. gs'stat'
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_2_' + rand(1,4) + '.jpg"></center>'
  15. i = rand(1,6)
  16. if i = 1:
  17. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories:'
  18. '"Girl, sorry, and you will not have to have sex?"'
  19. '"Oh, sorry, I threw ..."'
  20. '"Congratulations."'
  21. elseif i = 2:
  22. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "When I was a child my parents forbade me all the fun things. Now I''m grown up and my girl doesn''t allow me to do them."'
  23. elseif i = 3:
  24. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "Previously, it was clear. Did the lessons - good, grandmother moved across the street - clever, the ball broke the glass - bad. And now - one girl did well, and the other from this - bad. And you all did everything for the third. And she - still!'
  25. elseif i = 4:
  26. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories: "Girls always say: Well all, until the evening, Smack! - Well, what, on dick, Smack? Do you want to kiss - a kiss!'
  27. elseif i = 5:
  28. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories:'
  29. '"Just listen, <<$pcs_nickname>>. When I tell a girl «Come to me», and she asks me «To do what?» do I really have to explain it to her? After all, my house is not a bowling alley or a cinema."'
  30. '"If I say: «I want to have sex. I definitely will have a sex. You can join in, or not. Afterwards you can stay, but it would be better if you leave», she won''t come over."'
  31. '"But if I tell her something ridiculous like «Come back home with me, I have a fine collection of lute music of the 16th century» she will go for it. Girls are well aware what will happen when they come over but they want to have an excuse for it."'
  32. elseif i = 6:
  33. 'You drink along with a crowd of boys. The men constantly guffaw as they tell stories:'
  34. 'So I''m starting to have sex with this girl and she keeps complaining. It goes like this:'
  35. '"The windows are open!"'
  36. '"Who cares?"'
  37. '"There will be mosquitoes everywhere!"'
  38. '"We''ll turn off the lights."'
  39. '"But then the cockroaches come out!"'
  40. end
  41. act 'Move away':gt $loc,$metka
  42. if party_boys_drink > 2:
  43. cls
  44. minut +=5
  45. gs'stat'
  46. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_2_' + rand(1,3) + '.jpg"></center>'
  47. '"Guys, you poured too much into the glass. I''m drunk already." , you say."'
  48. '"Come on <<$pcs_nickname>>, lets have another." with that, one of the guys puts his arm around you and bares your breasts. The touchy guy is surprisingly nice and you are a little amused by this situation.'
  49. if rex >= 50:'You notice Rex in the room...'
  50. if rex >= 50: act 'Take a look at Rex':minut += 5 & gt 'party_boys', 'Rex_save'
  51. act 'Giggle':minut += 5 & gt 'party_boys', 'smile'
  52. if pcs_dom >= 10: act 'Try to escape':minut += 5 & gt 'party_boys', 'Try_save'
  53. end
  54. end
  55. if $ARGS[0] = 'Rex_save':
  56. cls
  57. Rex_save +=1
  58. $menu_loc = 'party_boys'
  59. $menu_arg = 'Rex_save'
  60. menu_off = 0
  61. gs'stat'
  62. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_10.jpg"></center>'
  63. 'You glance over to Rex. He seems ready to help you out of this awkward situation.'
  64. 'He quickly exclaims, "Hey boys, are you insane? Take your hands off my fucking girl. One more time and I will kick your ass!"'
  65. 'The guy takes his hands off of you, "Rex, bro, we were just having a bit of drunken fun. I''m sorry, if I hurt your girl."'
  66. 'Rex comes up to you and picks you up, "Come on, sweety. I''ll make sure the other guys leave you alone. Lets go to another room."'
  67. act 'Go to the Rex''s room':minut += 5 & gt 'party_boys', 'V_komnatu'
  68. end
  69. if $ARGS[0] = 'smile':
  70. cls
  71. $menu_loc = 'party_boys'
  72. $menu_arg = 'smile'
  73. menu_off = 0
  74. party_boys_in +=1
  75. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  76. gs 'boyStat', $npclastgenerated
  77. $boydesc = $npc_usedname[$npclastgenerated]
  78. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  79. $boy1 = $npclastgenerated
  80. $boydesc1 = $npc_usedname[$npclastgenerated]
  81. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  82. $boy2 = $npclastgenerated
  83. $boydesc2 = $npc_usedname[$npclastgenerated]
  84. gs'stat'
  85. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_' + rand(1,3) + '.jpg"></center>'
  86. 'You give the guys a faint smile, showing your availability. They quickly realize the situation and come over to you and start to stroke your hair and massage your neck. It is very relaxing and you give a soft sigh which turns into a moan. You have the full attention of the boys and they decide to drag you.'
  87. i = rand(1,2)
  88. if i = 1:act 'Go outside Rex''s house':gt 'party_boys', 'out'
  89. if i = 2:act 'Go to another room':minut += 5 & gt 'party_boys', 'V_komnatu'
  90. end
  91. if $ARGS[0] = 'Try_save':
  92. cls
  93. $menu_loc = 'party_boys'
  94. $menu_arg = 'Try_save'
  95. menu_off = 0
  96. gs'stat'
  97. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_3.jpg"></center>'
  98. 'You find the strength to break free of the grasping hands, shouting "Let me go, I don''t want that. Get your filthy hands off me."'
  99. '"Come on, <<$pcs_nickname>>, we''re just having fun. Just admit that you liked where this was going." the touchy guy responds.'
  100. act 'Move away':gt $loc,$metka
  101. act 'Giggle':minut += 5 & gt 'party_boys', 'smile'
  102. end
  103. if $ARGS[0] = 'V_komnatu':
  104. cls
  105. $menu_loc = 'party_boys'
  106. $menu_arg = 'V_komnatu'
  107. menu_off = 0
  108. gs'stat'
  109. i = rand(1,5)
  110. if i = 1:
  111. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_1.jpg"></center>'
  112. 'One of the girls is sitting in the room trying to recover from the exhausting party.'
  113. if Rex_save =1:'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
  114. if party_boys_in >= 1:'Several guys switch their attention to her, but are quickly rebuffed. The girl looks at you curiously as the guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
  115. elseif i = 2:
  116. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_2.jpg"></center>'
  117. 'One of the girls is sitting in the room trying to recover from the exhausting party.'
  118. if Rex_save =1:'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
  119. if party_boys_in >= 1:'Anticipating what will happen next, she quickly dodges out of the room. The guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
  120. elseif i = 3:
  121. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_' + rand(3,4) + '.jpg"></center>'
  122. 'In the room your sister and Roma are engaged in sweaty sex.'
  123. if Rex_save =1:'Rex just glances at them and says, "Guys, I don''t want you to stop, but you will have to continue in another place."'
  124. '"Hey thats my sister Anya" you exclaim. "Let''s just close the door and let them continue. They won''t mind, right Anya?"'
  125. 'Anya looks at you with a blissful smile, "No, I''m all for it. We''ll just keep fucking over here."'
  126. '"No you won''t. You get your ass out of here already!" says Rex with a menacing expression on his face and the couple quickly leaves the room. He then gently puts you on a soft bed and lies down on the floor near you.'
  127. if party_boys_in >= 1:'"Hey grandpa, do you need help?", one of the boys shouts.'
  128. 'Roma looks at them and says, "Shut up, you dumb fucks, you have your own bitch." The guys laugh a little and decide to leave the couple alone. Then they unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
  129. elseif i = 4:
  130. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_5.jpg"></center>'
  131. 'The room is occupied by Lena, who is lying on a bed flashing her pussy. You can see cum dripping out of it.'
  132. if Rex_save =1:'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
  133. if party_boys_in >= 1:'"Hey look, there is another pretty girl. This seems to be our lucky night." one of the guys says.'
  134. 'Another one chimes in with a grin on his face, "Yeah, but she is already used and has cum on her. Our lovely little <<$pcs_nickname>> here is fresh and clean." With that the guys unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
  135. elseif i = 5:
  136. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_6.jpg"></center>'
  137. 'However, the room you are dragged into is currently occupied by two guys fucking Lena.'
  138. if Rex_save =1:'Rex bursts into the room with you in tow, throws everyone out and shuts the door. He gently puts you on a soft bed and lies down on the floor near you.'
  139. if party_boys_in >= 1:'"Do you mind, guys?" one of the boy asks with a grin.'
  140. '"No, sit. There is room enough for everyone!" one of the guys who is fucking Lena answers. The boys then unceremoniously put you on your knees and unzip their pants. Even in your drunken delirium you know what they want.'
  141. end
  142. if Rex_save =1:act 'Fall asleep':gt 'dinParty', 'sleep'
  143. if party_boys_in >= 1:act 'Start to suck':gt 'party_boys', 'in'
  144. end
  145. if $ARGS[0] = 'out':
  146. cls
  147. i3 = rand(3,6)
  148. guy += 3
  149. gang += 1
  150. pcs_vag += 3
  151. pcs_ass += 3
  152. menu_off = 1
  153. gs'stat'
  154. i = rand(1,4)
  155. if i = 1:
  156. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_4.mp4"></video></center>'
  157. 'Together they get you out to the street and one of the guys pushes you down to your knees and pull his cock out. "Come on, <<$pcs_nickname>>, start sucking." You put you hand on his member and start to lick the whole length before wrapping your lips around the head. You keep sucking, taking turns on the guy''s dicks, until they are all hard and ready. Then one of them tells you to bend over.'
  158. gs 'arousal', 'bj', 5, 'sub', 'group'
  159. gs 'stat'
  160. act 'Bend over':
  161. cls
  162. gs'stat'
  163. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_5.mp4"></video></center>'
  164. '"Bend over, <<$pcs_nickname>>, and show us your tight, wet hole." You get in a comfortable position and the guys take turns fucking your wet pussy. You really enjoy yourself as you move your hips towards their rock hard members, making them glide in and out of your pussy, occasionally they switch to your ass, fucking it as well. The guys finish on your ass and back, except the last one who groans and tells you: "Ah, <<$pcs_nickname>>, open up, I want to cum in your mouth!"'
  165. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  166. gs 'arousal', 'anal', 5, 'sub', 'group'
  167. minut -= 5
  168. gs 'stat'
  169. act 'Open your mouth':
  170. cls
  171. minut += 5
  172. facial += 1
  173. cumprecheck = 1
  174. gs 'cum_manage'
  175. spafinloc = 8
  176. gs 'cum_manage'
  177. gs 'boyStat', $boy1
  178. cumprecheck = 1
  179. gs 'cum_manage'
  180. spafinloc = 4
  181. gs 'cum_manage'
  182. gs 'boyStat', $boy2
  183. cumprecheck = 1
  184. gs 'cum_manage'
  185. sexvolume = 30
  186. spafinloc = 12
  187. gs 'cum_manage'
  188. sexvolume = 10
  189. spafinloc = 11
  190. gs 'cum_manage'
  191. gs'stat'
  192. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_6.mp4"></video></center>'
  193. 'You turn around and kneel in front of him, playfully sticking out your tongue. The drunk guy gives a little jerk and sprays of sperm jets into your mouth. "Ah, <<$pcs_nickname>>, you are truly the best bitch at this party!" the guys all laugh. You try to join in, but your laughter is stifled by the mouthful of sperm.'
  194. gs 'arousal', 'end'
  195. gs 'stat'
  196. act 'Swallow':gt 'dinParty', 'boys_swalow'
  197. act 'Spit out':gt 'dinParty', 'boys_spit'
  198. end
  199. end
  200. elseif i = 2:
  201. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_7.jpg"></center>'
  202. 'The boys have fun dragging you into the street, and you immediately go down on your knees. "Hey, <<$pcs_nickname>>, try our lollipops." You get excited as more and more members are put in front of your plump lips. You open your lips and even feel turned on while sucking them. You talk dirty, squeeze your boobs together and even give a little moan with their dicks in your mouth. After everyone is hard and you had your fun you get up, still sucking on one of their members with your mouth, and the boys tell you to bend over.'
  203. gs 'arousal', 'bj', 5, 'sub', 'group'
  204. gs 'stat'
  205. act 'Bend over':
  206. cls
  207. minut += 5
  208. i = rand(0,16)
  209. if i = 2 or i = 5: i -= 2
  210. if i = 6: i = 1
  211. if i = 7: i = 4
  212. cumprecheck = 1
  213. gs 'cum_manage'
  214. spafinloc = i
  215. gs 'cum_manage'
  216. if i = 0: i2 = 1
  217. if rand(0,5) = 5:
  218. i = rand(0,16)
  219. if i = 2 or i = 5: i -= 2
  220. if i = 6: i = 1
  221. if i = 7: i = 4
  222. sexvolume = 20
  223. spafinloc = i
  224. gs 'cum_manage'
  225. if i = 0: i2 = 1
  226. end
  227. gs 'boyStat', $boy1
  228. i = rand(0,16)
  229. if i = 2 or i = 5: i -= 2
  230. if i = 6: i = 1
  231. if i = 7: i = 4
  232. cumprecheck = 1
  233. gs 'cum_manage'
  234. spafinloc = i
  235. gs 'cum_manage'
  236. if i = 0: i2 = 1
  237. if rand(0,5) = 5:
  238. i = rand(0,16)
  239. if i = 2 or i = 5: i -= 2
  240. if i = 6: i = 1
  241. if i = 7: i = 4
  242. sexvolume = 20
  243. spafinloc = i
  244. gs 'cum_manage'
  245. if i = 0: i2 = 1
  246. end
  247. gs 'boyStat', $boy2
  248. i = rand(0,16)
  249. if i = 2 or i = 5: i -= 2
  250. if i = 6: i = 1
  251. if i = 7: i = 4
  252. cumprecheck = 1
  253. gs 'cum_manage'
  254. spafinloc = i
  255. gs 'cum_manage'
  256. if i = 0: i2 = 1
  257. if rand(0,5) = 5:
  258. i = rand(0,16)
  259. if i = 2 or i = 5: i -= 2
  260. if i = 6: i = 1
  261. if i = 7: i = 4
  262. sexvolume = 20
  263. spafinloc = i
  264. gs 'cum_manage'
  265. if i = 0: i2 = 1
  266. end
  267. gs'stat'
  268. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_8.mp4"></video></center>'
  269. 'You dutifully oblige and bend over not letting the member out of your mouth. One of the guys enters your aching pussy. In time they switch positions and even start fucking you in the ass. You feel relaxed and relish having their cocks in every hole, completely giving yourself up to the boys. After playing with you the guys finish one by one. Half awake and drunk you hardly care where they cum on you. Exhausted and quite a mess you drunkenly stumble into a room.'
  270. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  271. gs 'arousal', 'anal', 5, 'sub', 'group'
  272. minut -= 5
  273. gs 'stat'
  274. if i2 = 1: gs 'cuminsidereact', 'one of the guys from the party'
  275. killvar 'i2'
  276. gs 'arousal', 'end'
  277. gs 'stat'
  278. act 'Fall asleep':gt 'dinParty', 'sleep'
  279. end
  280. elseif i = 3:
  281. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_9.jpg"></center>'
  282. 'You are dragged into the street, undressed and unceremoniously pushed down on a bench. You give a sigh of pleasure when the guys begin to slowly fuck your mouth and pussy.'
  283. 'They take turns fucking you and letting you suck their cock, they even start fucking you in the ass.'
  284. 'Their cocks glide in and out of your holes, going deeper with every thrust.'
  285. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  286. gs 'arousal', 'anal', 5, 'sub', 'group'
  287. gs 'arousal', 'bj', 5, 'sub', 'group'
  288. minut -= 5
  289. gs 'stat'
  290. act 'Go on':
  291. cls
  292. minut += 5
  293. cumprecheck = 1
  294. gs 'cum_manage'
  295. spafinloc = 4
  296. gs 'cum_manage'
  297. if rand(0,5) = 5:
  298. i = rand(0,8)
  299. if i = 2 or i = 5: i -= 2
  300. if i = 6: i = 1
  301. if i = 7: i = 4
  302. sexvolume = 20
  303. spafinloc = i
  304. gs 'cum_manage'
  305. end
  306. gs 'boyStat', $boy1
  307. gs 'cum_manage'
  308. if rand(0,5) = 5:
  309. i = rand(0,8)
  310. if i = 2 or i = 5: i -= 2
  311. if i = 6: i = 1
  312. if i = 7: i = 4
  313. sexvolume = 20
  314. spafinloc = i
  315. gs 'cum_manage'
  316. end
  317. gs 'boyStat', $boy2
  318. cumprecheck = 1
  319. gs 'cum_manage'
  320. spafinloc = 8
  321. gs 'cum_manage'
  322. if rand(0,5) = 5:
  323. i = rand(0,8)
  324. if i = 2 or i = 5: i -= 2
  325. if i = 6: i = 1
  326. if i = 7: i = 4
  327. sexvolume = 20
  328. spafinloc = i
  329. gs 'cum_manage'
  330. end
  331. gs'stat'
  332. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_10.jpg"></center>'
  333. 'The guys a very drunk and soon begin to focus on your pussy and ass, fucking you roughly. Enthralled by the moment the guys cum wherever they want. You feel hot jets of sperm hitting your back and ass. Some of them even cum inside of you. After they are done, one of them exclaims, "Uhh, the crown for the best whore of the evening certainly belongs to you, <<$pcs_nickname>>." Exhausted and quite a mess you drunkenly stumble into a room.'
  334. gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
  335. gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
  336. minut -= 5
  337. gs 'stat'
  338. gs 'cuminsidereact', 'one of the guys from the party'
  339. gs 'arousal', 'end'
  340. gs 'stat'
  341. act 'Fall asleep':gt 'dinParty', 'sleep'
  342. end
  343. elseif i = 4:
  344. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_11.jpg"></center>'
  345. 'Out on the street, one of the guys immediately grabs you from behind, and tells you to bend over. You obediently follow his order as he spits in his hand and rubs his saliva all over your pussy. His member easily enters you and he brazenly grabs you by the hips and starts pumping you hard balls deep, completely unconcerned if you are enjoying yourself or not. The guy spanks you, his hand coming down in sweeping strokes on your ass, as he drives his dick in you pussy. You feel yourself getting wet from the forceful fucking and begin to rhythmically wag you ass enjoying every movement while holding two of the other guy''s members in your hands. Not quite done the first guy helps you up.'
  346. gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
  347. gs 'arousal', 'hj', 5, 'sub', 'group'
  348. minut -= 5
  349. gs 'stat'
  350. act 'Get up':
  351. cls
  352. minut += 5
  353. cumprecheck = 1
  354. gs 'cum_manage'
  355. spafinloc = 3
  356. gs 'cum_manage'
  357. if rand(0,5) = 5:
  358. i = rand(0,16)
  359. if i = 11: facial += 1
  360. if i = 2 or i = 5: i -= 2
  361. if i = 6: i = 1
  362. if i = 7: i = 4
  363. sexvolume = 20
  364. spafinloc = i
  365. gs 'cum_manage'
  366. if i = 0: i2 = 1
  367. end
  368. gs 'boyStat', $boy1
  369. cumprecheck = 1
  370. gs 'cum_manage'
  371. spafinloc = i
  372. sexvolume = 20
  373. gs 'cum_manage'
  374. spafinloc = i
  375. sexvolume = 20
  376. gs 'cum_manage'
  377. if rand(0,5) = 5:
  378. i = rand(0,16)
  379. if i = 11: facial += 1
  380. if i = 2 or i = 5: i -= 2
  381. if i = 6: i = 1
  382. if i = 7: i = 4
  383. sexvolume = 20
  384. spafinloc = i
  385. gs 'cum_manage'
  386. if i = 0: i2 = 1
  387. end
  388. gs 'boyStat', $boy2
  389. i = rand(0,16)
  390. if i = 11: facial += 1
  391. if i = 2 or i = 5: i -= 2
  392. if i = 6: i = 1
  393. if i = 7: i = 4
  394. cumprecheck = 1
  395. gs 'cum_manage'
  396. spafinloc = i
  397. gs 'cum_manage'
  398. if i = 0: i2 = 1
  399. if rand(0,5) = 5:
  400. i = rand(0,16)
  401. if i = 11: facial += 1
  402. if i = 2 or i = 5: i -= 2
  403. if i = 6: i = 1
  404. if i = 7: i = 4
  405. sexvolume = 20
  406. spafinloc = i
  407. gs 'cum_manage'
  408. if i = 0: i2 = 1
  409. end
  410. gs'stat'
  411. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_12.mp4"></video></center>'
  412. 'You rest your hands on a railing and the guy slips his cock in your ass and continues pumping, emptying his balls inside your ass before long. Another stud comes over and stupidly continues with the monotonous movements, using both of your holes looking to get off soon. When he starts to twitch, clearly being close to orgasm, he abruptly pulls his dick out of your vagina and you can feel warm drops on your back and buttocks.'
  413. '"I''m next. Move!" says a voice from behind you. "Someone else can use her mouth." echoes another voice. Before long the rest of the guys finish too. Exhausted and quite a mess you drunkenly stumble into a room.'
  414. gs 'arousal', 'bj', 5, 'sub', 'group'
  415. gs 'arousal', 'vaginal', 5, 'sub', 'group', 'rough'
  416. gs 'arousal', 'anal', 5, 'sub', 'group', 'rough'
  417. minut -= 5
  418. gs 'stat'
  419. if i2 = 1: gs 'cuminsidereact', 'one of the guys from the party'
  420. killvar 'i2'
  421. gs 'arousal', 'end'
  422. gs 'stat'
  423. act 'Fall asleep':gt 'dinParty', 'sleep'
  424. end
  425. end
  426. end
  427. if $ARGS[0] = 'in':
  428. cls
  429. guy += 3
  430. gang += 1
  431. stat['vaginal'] += 1
  432. stat['anal'] +=1
  433. pcs_vag += 3
  434. pcs_ass += 3
  435. menu_off = 1
  436. gs'stat'
  437. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_' + rand(7,13) + '.jpg"></center>'
  438. 'You fall down on your knees in front of the annoying guys and put your hand on two of their members. Tightening your grip slightly, you cause a faint sigh from one of the boys. You lick their members from the bottom up closing your lips around their heads. You continue taking turns sucking on their dicks without stopping. Your lips slide up and down on each member, exploring every bump and vein on their rock hard dicks. Greedily you take care of each one, leaving nobody unsatisfied. One of the guys starts to caress your back. He seems ready.'
  439. gs 'arousal', 'bj', 5, 'sub', 'group'
  440. gs 'stat'
  441. act 'Surrender':
  442. cls
  443. gs'stat'
  444. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_' + rand(15,19) + '.jpg"></center>'
  445. 'The hands on your back grip you firmly and the guy enters you with a swift movement, parting your pussy lips. His hands grab your hips authoritatively as he thrusts his member into your wet pussy. You feel the movement of fingers sliding down you buttocks and into your ass followed by an indescribable sensation as one of the guy''s members slips into your tight ring.'
  446. 'Feeling stretched inside you are overcome by pleasure and start to relax and enjoy everything that is happening to you. They use you as they please, and you are defenseless, subordinate to their will. After a while the guys pull out and put you on your knees in front of them.'
  447. 'Each of them taking a turn fucking your mouth, pussy and ass, pounding all of your holes with reckless abandon, seemingly unconcerned if you are enjoy it or not.'
  448. gs 'arousal', 'bj', 5, 'sub', 'group'
  449. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  450. gs 'arousal', 'anal', 5, 'sub', 'group'
  451. minut -= 5
  452. gs 'stat'
  453. act 'Take their cum':
  454. cls
  455. minut += 5
  456. facial += 1
  457. cumprecheck = 1
  458. gs 'cum_manage'
  459. spafinloc = 15
  460. sexvolume = 5
  461. gs 'cum_manage'
  462. spafinloc = 12
  463. sexvolume = 10
  464. gs 'cum_manage'
  465. spafinloc = 11
  466. sexvolume = 20
  467. gs 'cum_manage'
  468. gs 'boyStat', $boy1
  469. cumprecheck = 1
  470. gs 'cum_manage'
  471. spafinloc = 15
  472. sexvolume = 5
  473. gs 'cum_manage'
  474. spafinloc = 12
  475. sexvolume = 10
  476. gs 'cum_manage'
  477. spafinloc = 11
  478. sexvolume = 20
  479. gs 'cum_manage'
  480. gs 'boyStat', $boy2
  481. cumprecheck = 1
  482. gs 'cum_manage'
  483. spafinloc = 15
  484. sexvolume = 5
  485. gs 'cum_manage'
  486. spafinloc = 12
  487. sexvolume = 10
  488. gs 'cum_manage'
  489. spafinloc = 11
  490. sexvolume = 20
  491. gs 'cum_manage'
  492. gs'stat'
  493. i = rand(1,2)
  494. if i = 1:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_' + rand(20,23) + '.jpg"></center>'
  495. if i = 2:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_5_' + rand(24,25) + '.mp4"></video></center>'
  496. 'The guys stand over you and begin to finish at the same time, spurting streams of semen on you from all sides. Some of them come into your mouth and you swallow copious amounts of sperm. You sit in front of the happy guys, licking every last drop off of their limp dicks. "Good work boys. We really used this bitch up." ,you hear a muffled voice say, as you begin to fall asleep.'
  497. gs 'arousal', 'end'
  498. gs 'stat'
  499. act 'Fall asleep':gt 'dinParty', 'sleep'
  500. end
  501. end
  502. end
  503. if $ARGS[0] = 'gost_drink':
  504. cls
  505. minut += 5
  506. alko += 1
  507. cumspclnt = 2
  508. gs 'cum_cleanup'
  509. pcs_breath = 0
  510. party_boys_in += 1
  511. menu_off = 1
  512. gs'stat'
  513. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_1.jpg"></center>'
  514. 'You happily make a couple of sips. Some guys urge you to show off more of your body.'
  515. if alko >= 5:'"Hey, how about you show us your great tits. Just for fun?"'
  516. if alko < 7: act 'Move away':gt $loc,$metka
  517. if alko >= 5 and alko < 7: act 'Show your tits':gt 'party_boys', 'boobs'
  518. if alko >= 7: act 'Fall asleep drunk':gt 'dinParty', 'sleep'
  519. end
  520. if $ARGS[0] = 'boobs_yes':
  521. cls
  522. menu_off = 1
  523. gs'stat'
  524. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_3.jpg"></center>'
  525. if Rex_Love = 1:'You completely ignore Rex and laugh at the seemingly happy guys.'
  526. 'They grab at your stunning body, fondling your tits and ass. You enjoy their attention.'
  527. gs 'arousal', 'foreplay', 5, 'sub', 'group'
  528. gs 'stat'
  529. act 'Giggle':
  530. cls
  531. minut += 5
  532. gs'stat'
  533. i = rand(1,2)
  534. if i = 1:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_4_1.jpg"></center>'
  535. if i = 2:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_4_2.mp4"></video></center>'
  536. 'Surrounded by the guys you let out a silly laugh. ' + iif(Rex_Love = 0,'Rex','One of the guys') + ' already has a bulge in his pants and turns his attention to your erect nipples. He then invites you to say hello to his friend.'
  537. act 'Take a closer look':
  538. cls
  539. minut += 5
  540. gs'stat'
  541. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_5.jpg"></center>'
  542. 'You gladly kneel in front of him to take a closer look at his erect member. "Come on <<$pcs_nickname>>, don''t be shy."'
  543. act 'Start sucking':
  544. cls
  545. minut += 5
  546. if Rex_Love = 0:
  547. gs 'boyStat', 'A57'
  548. else
  549. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  550. gs 'boyStat', $npclastgenerated
  551. end
  552. guy += 1
  553. gs'stat'
  554. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_6.mp4"></video></center>'
  555. 'The beautiful view of his erect cock gets you very excited. As soon as your lips wrap around his cock, ' + iif(Rex_Love = 0,'Rex','the guy') + ' begins to furiously fuck your mouth. After a while he slows down, pulls his dick out and tells you to bend over...'
  556. gs 'arousal', 'bj', 5, 'sub'
  557. gs 'stat'
  558. act 'Bend over':
  559. cls
  560. pcs_vag += 1
  561. gs'stat'
  562. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_7_' + rand(1,2) + '.mp4"></video></center>'
  563. 'You are happy to fulfill his wish and he immediately thrusts his hard cock inside your wet pussy. The two of you start fucking wildly, getting cheered on by the crowd of friends and acquaintances standing around you. ' + iif(Rex_Love = 0,'Rex','The guy') + ' is clearly excited and fucks you with vengeance.'
  564. 'Suddenly ' + iif(Rex_Love = 0,'Rex','the guy') + ' hastily pulls out his dick, and you realize, that he is about to cum.'
  565. gs 'arousal', 'vaginal', 5, 'sub'
  566. gs 'stat'
  567. act 'Continue':
  568. cls
  569. minut += 5
  570. spafinloc = 7
  571. gs 'cum_manage'
  572. facial += 1
  573. spafinloc = 11
  574. gs 'cum_manage'
  575. party_boys_in += 1
  576. spafinloc = 12
  577. gs 'cum_manage'
  578. gs'stat'
  579. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_8.mp4"></video></center>'
  580. 'The crowd whistles and cheers him on: "Go on! Cover that bitch in cum!" You quickly turn around and get your pretty face covered in sperm. Streams of sticky semen flow down your lashes, lips and chin.'
  581. gs 'arousal', 'end'
  582. gs 'stat'
  583. act 'Swallow':gt 'dinParty', 'boys_swalow'
  584. act 'Spit it out':gt 'dinParty', 'boys_spit'
  585. end
  586. end
  587. end
  588. end
  589. end
  590. end
  591. if $ARGS[0] = 'boobs':
  592. cls
  593. menu_off = 1
  594. gs'stat'
  595. i = rand(1,2)
  596. if i = 1:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_2_1.mp4"></video></center>'
  597. if i = 2:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_2_' + rand(2,5) + '.jpg"></center>'
  598. 'With a twinkle in your eyes you lower your bra, baring your breasts, as the guys watch you with pleasure.'
  599. '"So what do you think, boys?" you ask with a smile on your face.'
  600. '"You are a straight up sex grenade, and I would like to pull your pin." one of the guys answers. With these words, they come over to you.'
  601. if Rex_Love = 1:'Rex looks unhappily in your direction, his eyes flashing with anger and jealousy.'
  602. if Rex_Love = 1: act 'Drag Rex to the restroom':gt 'party_girls', 'rex'
  603. gs 'arousal', 'flashlite', 5, 'exhibitionism'
  604. gs 'stat'
  605. act 'Move closer':gt 'party_boys', 'boobs_yes'
  606. act 'Move away':gt $loc,$metka
  607. end
  608. if $ARGS[0] = 'gost_drink_else':
  609. cls
  610. menu_off = 1
  611. minut += 5
  612. alko +1
  613. cumspclnt = 2
  614. gs 'cum_cleanup'
  615. pcs_breath = 0
  616. gs'stat'
  617. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_4.jpg"></center>'
  618. 'Despite feeling very drunk you decide that it is time for another drink. But this time it seems to have been too much as you feel very dizzy and your legs begin to buckle, sending you to the floor. You are suddenly surrounded by a bunch of guys who drag you off.'
  619. act 'Look around':
  620. cls
  621. minut += 5
  622. gs'stat'
  623. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_41.jpg"></center>'
  624. 'When you come to your senses you are lying in a room with a bunch of erect penises surrounding your face. Given your drunken state you don''t need much persuasion.'
  625. act 'Suck':
  626. cls
  627. gs'stat'
  628. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_42.mp4"></video></center>'
  629. 'You start sucking the dicks surrounding your face, paying attention to every single one. But this is not enough for the guys: "Look, how eager she is. But we can''t get all our dicks in her mouth at once. Good thing, there are other options." It only takes a moment for you to realize what they have on their mind.'
  630. gs 'arousal', 'bj', 5, 'sub', 'group'
  631. gs 'stat'
  632. act 'Surrender':
  633. cls
  634. guy += 5
  635. gang += 1
  636. pcs_vag += 3
  637. pcs_ass += 3
  638. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  639. $boy[1] = $npclastgenerated
  640. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  641. $boy[2] = $npclastgenerated
  642. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  643. $boy[3] = $npclastgenerated
  644. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  645. $boy[4] = $npclastgenerated
  646. gs'stat'
  647. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_43.mp4"></video></center>'
  648. 'The first one, without caring about your comfort, roughly drives his dick balls deep into your pussy and begins to fuck you while the others stand around you in a circle using your mouth. You just feel their dicks randomly switching between your hand, mouth and pussy. In time as your pussy gets looser from the five dicks fucking it, they start fucking you in the ass instead. The guys can not hold up this pace for long and are soon ready to cum.'
  649. gs 'arousal', 'bj', 5, 'sub', 'group'
  650. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  651. gs 'arousal', 'anal', 5, 'sub', 'group'
  652. minut -= 5
  653. gs 'stat'
  654. act 'Cum':
  655. cls
  656. minut += 5
  657. facial += 1
  658. i=5
  659. :looppartycrain
  660. if i > 0:
  661. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  662. gs 'boyStat', $npclastgenerated
  663. cumprecheck = 1
  664. gs 'cum_manage'
  665. spafinloc = 10
  666. sexvolume = 6
  667. gs 'cum_manage'
  668. spafinloc = 11
  669. sexvolume = 6
  670. gs 'cum_manage'
  671. spafinloc = 12
  672. sexvolume = 5
  673. gs 'cum_manage'
  674. spafinloc = 13
  675. sexvolume = 6
  676. gs 'cum_manage'
  677. spafinloc = 14
  678. sexvolume = 6
  679. gs 'cum_manage'
  680. spafinloc = 15
  681. sexvolume = 6
  682. gs 'cum_manage'
  683. spafinloc = 16
  684. sexvolume = 5
  685. gs 'cum_manage'
  686. i -= 1
  687. jump 'looppartycrain'
  688. end
  689. party_boys_in +=1
  690. gs'stat'
  691. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_44.jpg"></center>'
  692. 'Sperm sprinkles on you from all sides like rain. After they finish they leave you alone in the room, exhausted and covered in cum.'
  693. gs 'arousal', 'end'
  694. gs 'stat'
  695. act 'Fall asleep':gt 'dinParty', 'sleep'
  696. end
  697. end
  698. end
  699. end
  700. end
  701. if $ARGS[0] = 'gost_home_cum':
  702. cls
  703. menu_off = 1
  704. minut += 5
  705. facial += 1
  706. gs 'boyStat', $boy1
  707. spafinloc = 11
  708. gs 'cum_manage'
  709. spafinloc = 12
  710. sexvolume = 1
  711. gs 'cum_manage'
  712. gs 'boyStat', $boy2
  713. spafinloc = 11
  714. gs 'cum_manage'
  715. spafinloc = 12
  716. sexvolume = 1
  717. gs 'cum_manage'
  718. party_boys_in +=1
  719. gs'stat'
  720. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(19,20) + '.jpg"></center>'
  721. iif(Rex_Love = 0,'Roma and Rex','The guys') + ' pull their dick out and cover your face and body with thick streams of semen. They are leaning over you, breathing heavily, only gradually calming down while you are lying there relaxed, licking the last drops of semen off of their limp dicks. ' + iif(Rex_Love = 0,'Roma and Rex','The guys') + ' leave you alone, exhausted and ready to fall asleep.'
  722. gs 'arousal', 'end'
  723. gs 'stat'
  724. act 'Fall asleep':gt 'dinParty', 'sleep'
  725. end
  726. if $ARGS[0] = 'gost_home_cow':
  727. cls
  728. menu_off = 1
  729. pcs_vag += 1
  730. pcs_ass += 1
  731. guy += 2
  732. gang += 1
  733. gs'stat'
  734. i = rand(1,2)
  735. if i = 1:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_16.mp4"></video></center>'
  736. if i = 2:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(17,18) + '.jpg"></center>'
  737. 'You push one of them down onto his back as jump onto ' + iif(Rex_Love = 0,'Roma','the guy') + ' and straddle him, his cock easily slides inside your wet pussy. Meanwhile ' + iif(Rex_Love = 0,'Rex','another one') + ' begins to massage your asshole with wet fingers. You feel the head of his cock slowly trying to enter your ass, shooting a sharp pain through your body. You do not dare to move and lie there waiting. After a few moments ' + iif(Rex_Love = 0,'Rex','the other guy') + ' push his dick fully into your ass, causing violent sensations of pain and pleasure, as a blissful moan escapes your mouth. ' + iif(Rex_Love = 0,'Roma and Rex','The guys') + ' fuck you in your ass and pussy, their members, only separated by a thin wall, rubbing together inside of you. You feel a new sense of arousal that previously seemed unthinkable. Clearly enjoying themselves both guys are soon ready to cum.'
  738. gs 'boyStat', $boy2
  739. cumprecheck = 1
  740. gs 'cum_manage'
  741. gs 'arousal', 'bj', 5, 'sub', 'group'
  742. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  743. gs 'arousal', 'anal', 5, 'sub', 'group'
  744. minut -= 5
  745. gs 'stat'
  746. act 'Continue':gt 'party_boys', 'gost_home_cum'
  747. end
  748. if $ARGS[0] = 'gost_home_dog':
  749. cls
  750. menu_off = 1
  751. pcs_vag += 2
  752. guy += 2
  753. gang += 1
  754. gs'stat'
  755. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(12,14) + '.mp4"></video></center>'
  756. 'You turn your ass to ' + iif(Rex_Love = 0,'Rex','one of them,') + ', while greedily sucking of ' + iif(Rex_Love = 0,'Roma','the other') + '. After massaging your wet pussy ' + iif(Rex_Love = 0,'Rex','the first guy') + ' enters you, piercing you like a magic dagger, and you feel nicely stretched inside. ' + iif(Rex_Love = 0,'Rex and Roma','The guys') + ' sometimes change places, and you enjoy the taste of your own juice on the their dicks. After some wild fucking, the guys are ready to come.'
  757. gs 'boyStat', $boy1
  758. cumprecheck = 1
  759. gs 'cum_manage'
  760. gs 'boyStat', $boy2
  761. cumprecheck = 1
  762. gs 'cum_manage'
  763. gs 'arousal', 'bj', 5, 'sub', 'group'
  764. gs 'arousal', 'vaginal', 5, 'sub', 'group'
  765. minut -= 5
  766. gs 'stat'
  767. act 'Continue':gt 'party_boys', 'gost_home_cum'
  768. end
  769. if $ARGS[0] = 'gost_home_suck':
  770. cls
  771. menu_off = 1
  772. gs'stat'
  773. i = rand(1,2)
  774. if i = 1:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(8,9) + '.mp4"></video></center>'
  775. if i = 2:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(10,11) + '.jpg"></center>'
  776. iif(Rex_Love = 0,'Roma and Rex','The guys') + ' push down on your shoulders and you dutifully kneel down in front of them. You start sucking both their cocks, bringing them close to orgasm, when they ask you what you want to do next.'
  777. gs 'arousal', 'bj', 5, 'sub', 'group'
  778. gs 'stat'
  779. act 'Bend over':gt 'party_boys', 'gost_home_dog'
  780. act 'Get on his cock':gt 'party_boys', 'gost_home_cow'
  781. end
  782. if $ARGS[0] = 'gost_home_hand':
  783. cls
  784. menu_off = 1
  785. gs'stat'
  786. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(6,7) + '.mp4"></video></center>'
  787. 'You run your fingers up and down their shafts before gripping them firmly. You start to stroke them, feeling their dicks getting harder and harder in your hands.'
  788. gs 'arousal', 'hj', 5, 'sub', 'group'
  789. gs 'stat'
  790. act 'Suck':gt 'party_boys', 'gost_home_suck'
  791. end
  792. if $ARGS[0] = 'gost_home':
  793. cls
  794. menu_off = 1
  795. if Rex_Love ! 0:
  796. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  797. $boy1 = $npclastgenerated
  798. gs 'npcgeneratec', 0, 'Boy from Rex''s Party', 17
  799. $boy2 = $npclastgenerated
  800. else
  801. $boy1 = 'A57'
  802. $boy2 = 'A56'
  803. end
  804. gs'stat'
  805. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_5.mp4"></video></center>'
  806. 'As soon as you get in the room, ' + iif(Rex_Love = 0,'Roma and Rex','the guys') + ' begin to undress and gently caress you. You feel like the belle of the ball as they passionately kiss you and start to lick you ass and pussy at the same time. After taking care of you for a long time, their dicks are both erect and the guys look expectantly at you.'
  807. gs 'arousal', 'foreplay', 5, 'sub', 'group'
  808. gs 'stat'
  809. act 'Give them a handjob':gt 'party_boys', 'gost_home_hand'
  810. act 'Give them a blowjob':gt 'party_boys', 'gost_home_suck'
  811. end
  812. if $ARGS[0] = 'gost_dance':
  813. cls
  814. menu_off = 1
  815. minut += 5
  816. if pcs_inhib < 40:inhib_exp += rand(1,2)
  817. gs'stat'
  818. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9_' + rand(1,3) + '.mp4"></video></center>'
  819. if Rex_Love = 1:'Two of the hottest guys come over to you, apparently deciding you are the finest girl here. Rex looks indignantly at you, trying to figure out what you are going to do.'
  820. if Rex_Love = 0:'Roma and Rex come to you. Having decided that you are the finest girl here they start do dance with you.'
  821. 'You lasciviously move your sexy young body, dancing with ' + iif(Rex_Love = 0,'Roma and Rex','the guys') + ' . Visibly turned on by you they offer to take you somewhere else and do more than just dancing.'
  822. if Rex_Love = 1:act 'Dance with Rex':gt 'dinParty', 'rex_dance'
  823. act 'Drink':gt 'party_boys', 'gost_drink_else'
  824. act 'Go with them':gt 'party_boys', 'gost_home'
  825. end
  826. if $ARGS[0] = 'dance':
  827. cls
  828. menu_off = 1
  829. minut += 5
  830. if pcs_inhib < 40:inhib_exp += rand(1,2)
  831. gs'stat'
  832. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boys_party_gost_9.mp4"></video></center>'
  833. 'You are enthralled by the rhythmic sounds and indulge in unrestrained dancing with the crowd. You jump around and twist your body, completely absorbed in the moment.'
  834. if pcs_danc >= 50:'Your curves and movements to the music make you a pleasure to watch. The boys stare at you excitedly.'
  835. if pcs_danc < 50:'Your ridiculous movements during the dance don''t bother anyone. You dance badly, but you do not care.'
  836. act 'Dance with Rex':gt 'dinParty', 'rex_dance'
  837. act 'Dance with the guys':gt 'party_boys', 'gost_dance'
  838. act 'Have a rest':gt $loc,$metka
  839. end
  840. if $ARGS[0] = 'party_boys':
  841. cls
  842. menu_off = 1
  843. minut += 5
  844. gs'stat'
  845. '<center><b><font color = maroon>Guys</font></b></center>'
  846. if $metka = 'party_kuh' or $metka = 'party_gost':
  847. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys_2.jpg"></center>'
  848. ''
  849. else
  850. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boys.jpg"></center>'
  851. ''
  852. end
  853. 'You see a couple of former classmates of your sister. You are not familiar with them.'
  854. if $metka = 'party_gost':'A couple of fun energetic guys come over to you. "Hey <<$pcs_nickname>>, long time no see. Do you want to come with us?"'
  855. if alko >= 5:'"Hey <<$pcs_nickname>>, how about you show us your great tits. Just for fun?"'
  856. act 'Move away':gt $loc,$metka
  857. if alko < 6 and $metka = 'party_home': act 'Drink': gt'sbReksHome','party_drink'
  858. if $metka = 'party_kuh': act 'Drink': gt'party_boys','drink'
  859. if $metka = 'party_gost': act 'Drink':gt 'party_boys', 'gost_drink'
  860. if alko >= 5 and $metka = 'party_gost': act 'Show your tits':gt 'party_boys', 'boobs'
  861. if $metka = 'party_gost': act 'Dance':gt 'party_boys', 'dance'
  862. end
  863. --- party_boys ---------------------------------