dinParty.qsrc 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673
  1. # dinParty
  2. !A random event in the toilet
  3. if $ARGS[0] = 'party_toilet_event':
  4. menu_off = 1
  5. temp = rand(1,8)
  6. if toiletEvent_Girls = daystart: temp += 1
  7. if toiletEvent_Rex = daystart: temp += 1
  8. if toiletEvent_Sis = daystart: temp += 1
  9. if toiletEvent_SisBoy = daystart: temp = 1
  10. *clr & cla
  11. minut += 5
  12. gs 'stat'
  13. if temp = 1:
  14. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_2_<<rand(1,2)>>.jpg"></center>'
  15. 'A girl sits on the toilet drinking.'
  16. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  17. elseif temp = 2:
  18. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_3_<<rand(1,5)>>.jpg"></center>'
  19. 'A girl sits on the toilet, urinating. She seems oddly happy to see you.'
  20. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  21. elseif temp = 3:
  22. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_4.jpg"></center>'
  23. 'A wasted girl sits on the toilet masturbating.'
  24. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  25. elseif temp = 4:
  26. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_1.jpg"></center>'
  27. 'You go into the bathroom, only to find Rex standing in there completely naked with a raging hard on.'
  28. act 'Help':
  29. *clr & cla
  30. toiletEvent_Rex = daystart
  31. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_2.jpg"></center>'
  32. 'You walk over to Rex and when you are within arms reach, he grabs you by the neck and pulls you close, kissing your lips. You take his dick in your hand and gently stroke it.'
  33. gs 'arousal', 'kiss', 5
  34. gs 'stat'
  35. act 'Masturbate':
  36. *clr & cla
  37. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<rand(3,4)>>.jpg"></center>'
  38. 'Breaking the kiss, you put your full attention into jerking Rex off.'
  39. gs 'arousal', 'hj', 5
  40. gs 'stat'
  41. act 'Cum':
  42. *clr & cla
  43. minut += 5
  44. gs 'boyStat', 'A57'
  45. spafinloc = 15
  46. gs 'cum_manage'
  47. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_5.jpg"></center>'
  48. 'As you jerk him off, he moans and sperm starts squirting all over your hands. "Ooh <<$pcs_nickname>>, you saved me. But next time, use your mouth." he says with a wink.'
  49. gs 'arousal', 'end'
  50. gs 'stat'
  51. act 'Move away': gt $loc, $loc_arg
  52. end
  53. end
  54. act 'Suck':
  55. *clr & cla
  56. if reksMeet = 1: bja += 1
  57. gs 'boyStat', 'A57'
  58. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<rand(6,10)>>.jpg"></center>'
  59. 'You feel Rex''s hands on your shoulders gently pushing you down. You instantly obey and drop to your knees. Once you''re level with Rex''s <<dick>>cm <<$dick_girth>> dick, you take his head into your mouth and wrap your lips tightly around his shaft as you begin to suck him off.'
  60. 'He moans as you suck his cock. He is already tensing up and you can tell he is already about to cum.'
  61. gs 'arousal', 'bj', 5
  62. gs 'stat'
  63. act 'Cum':
  64. *clr & cla
  65. minut += 5
  66. gs 'boyStat', 'A57'
  67. spafinloc = 12
  68. gs 'cum_manage'
  69. spafinloc = 11
  70. gs 'cum_manage'
  71. facial += 1
  72. i = rand(11,18)
  73. if i = 11:
  74. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<i>>.mp4"></video></center>'
  75. else
  76. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_5_<<i>>.jpg"></center>'
  77. end
  78. 'You barely have time to pull his cock out of your mouth and a couple of spurts of cum shoot into your mouth, but the rest coats your pretty face. You happily lick his quivering dick, licking the last drops of cum up.'
  79. gs 'arousal', 'end'
  80. gs 'stat'
  81. act 'Move away': gt $loc, $loc_arg
  82. end
  83. end
  84. end
  85. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  86. elseif temp = 5:
  87. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_1.jpg"></center>'
  88. 'Entering the bathroom, you find your sister sitting on the toilet. You notice the cum on her face.'
  89. 'When she sees you, she smiles, then opens up her mouth and sticks out her tongue, showing how it is completely coated in cum.'
  90. act 'Lick':
  91. *clr & cla
  92. toiletEvent_Sis = daystart
  93. minut += 5
  94. gs 'boyStat', 'A56'
  95. sexvolume = 5
  96. spafinloc = 12
  97. gs 'cum_manage'
  98. gs 'stat'
  99. i = rand(2,5)
  100. if i = 2 or i = 4:
  101. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_<<i>>.mp4"></video></center>'
  102. else
  103. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_6_<<i>>.jpg"></center>'
  104. end
  105. 'Seeing this little display, you smile and kneel down in front of her and start licking the sperm off her face. Once you have licked it all up, you kiss her. The two of you share a long kiss where you trade the cum back and forth in your mouths before you both end up swallowing a portion of it.'
  106. '"So who''s dick, or should I say dicks, have you been sucking to get all that cum all over you?" you ask with a smile.'
  107. '"Roma tried to make up again." your sister responds angrily. Once she has finished peeing, she gets up and leaves, obviously not wanting to talk about it.'
  108. act 'Move away': gt $loc, $loc_arg
  109. end
  110. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  111. elseif temp = 6:
  112. toiletEvent_Girls = daystart
  113. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_1.jpg"></center>'
  114. 'You open the door and see Lena and Ira kissing while Ira sits on the toilet. Lena pushes Ira''s legs apart and then breaks the kiss, lowers herself and begins to lick her pussy while Ira is still sitting on the toilet.'
  115. '"Ahaha, Lena, your such a bitch sometimes and that''s why I love you." Moaned Ira.'
  116. act 'Watch':
  117. *clr & cla
  118. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_2.jpg"></center>'
  119. 'A few moments later, they both get up and strip naked. Lena sits Ira on the edge of the sink and drops back to her knees while Ira spreads her legs wide, giving her friend easy access. Lena starts licking her friend''s pussy at once and Ira closes her eyes and moans softly.'
  120. gs 'arousal', 'voyeur_sex', 5, 'lesbian'
  121. gs 'stat'
  122. act 'Watch':
  123. *clr & cla
  124. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_3.mp4"></video></center>'
  125. 'Ira moans louder and her breathing becoming quicker. She grabs Lena''s head and pushes it against her crotch as she grinds herself against her friend''s face. Her body begins to tremble as she lets out a loud moan of pleasure as she orgasms, coating her friend''s face with her pussy juices.'
  126. gs 'arousal', 'voyeur_sex', 5, 'lesbian'
  127. gs 'stat'
  128. act 'Go in':
  129. *clr & cla
  130. minut += 5
  131. gs 'stat'
  132. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_4.jpg"></center>'
  133. 'Once they finish, you walk in. Ira and Lena look at each other and then smile at you.'
  134. '"Oh, it''s you <<$pcs_nickname>>. Glad it is not some guy. We do not know what we would have done with him."'
  135. '"Yes, I just wanted to tidy myself up." you say with a slight blush.'
  136. 'Lena comes up to you and leans in close as she whispers in your ear: "You liked watching what we were doing, right? Stay with us and you''ll like it even more."'
  137. act 'Stay':
  138. *clr & cla
  139. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_5.jpg"></center>'
  140. 'Looking at the naked girls, you bite your lower lip as your eyes roam over their bodies with a lustful look. Ira and Lena start kissing you all over while stripping you.'
  141. '"Mmm... Oh yes, don''t stop." you moan out. Lena sucks your clit and begins licking your wet pussy.'
  142. gs 'arousal', 'cuni', 5, 'lesbian'
  143. gs 'stat'
  144. act 'Enjoy':
  145. *clr & cla
  146. pcs_mood = 100
  147. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_6.mp4"></video></center>'
  148. 'You feel incredible pleasure from the gentle carresses of the girls. Completely trusting them, you feel totally relaxed. Ira takes Lena''s place licking your pussy, while Lena slides her tongue to your asshole and begins to lick it.'
  149. 'You don''t last long from this dual tobgue lashing. You start moaning loudly and your body spasms hard with an orgasm, coating Ira''s face from the wetness of your pussy. Once your orgasm passes, both girls stand up and Lena starts licking Ira''s face, licking your wetness off her. You quickly join in, licking Ira''s juices off of Lena''s face while Ira kisses you both in turns.'
  150. $orgasm_or = 'yes'
  151. gs 'arousal', 'cuni', 5, 'lesbian', 'group'
  152. gs 'stat'
  153. act 'Chat':
  154. *clr & cla
  155. minut += 5
  156. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_7_7.mp4"></video></center>'
  157. '"Well <<$pcs_nickname>>, did you like it?"'
  158. '"Oh, that was amazing girls! It makes me think we never need the touch of a man."'
  159. '"That''s for sure! You only need a special girlfriend or girlfriends." Lena and Ira then leave.'
  160. gs 'arousal', 'end'
  161. gs 'stat'
  162. act 'Move away': gt $loc, $loc_arg
  163. end
  164. end
  165. end
  166. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  167. end
  168. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  169. end
  170. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  171. end
  172. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  173. elseif temp = 7:
  174. i = rand(1,3)
  175. if i = 2:
  176. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.mp4"></video></center>'
  177. else
  178. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_8_<<i>>.jpg"></center>'
  179. end
  180. 'From the sounds of the groans, moans and cries of passion, the bathroom is in use again. Peeking inside, you see a sweet couple fucking like rabbits.'
  181. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  182. elseif temp = 8:
  183. toiletEvent_SisBoy = daystart
  184. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_9.jpg"></center>'
  185. 'Looking inside the bathroom, you see your sister with her back against the wall, her skirt pulled up and panties around her ankles with Roma''s face buried between her legs. He''s apparently asking for forgiveness from your sister again.'
  186. act 'Go to the living room': gt 'sbReksHome', 'party_gost'
  187. end
  188. end
  189. !Masturbating in the bathroom
  190. if $ARGS[0] = 'toilet_mast':
  191. cla
  192. *clr
  193. menu_off = 1
  194. if pcs_inhib < 30:inhib_exp += rand(1,3)
  195. i = rand(1,3)
  196. if i < 3:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_1_<<i>>.jpg"></center>'
  197. if i = 3:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_toilet_1_<<i>>.mp4"></video></center>'
  198. 'With your arousal overpowering your senses, you can''t take it anymore. You pull your panties down and rigorously begin rubbing your clit. Once you are good and wet, you slide your fingers inside your pussy and start finger fucking yourself, switching back and forth between rubbing your clit and fucking your fingers until you bring yourself to an orgasm.'
  199. $orgasm_or = 'yes'
  200. gs 'arousal', 'masturbate', 5
  201. gs 'arousal', 'end'
  202. gs 'stat'
  203. act 'Move away': gt $loc, $loc_arg
  204. end
  205. !Speakers for DJ
  206. if $ARGS[0] = 'dj':
  207. cla
  208. *clr
  209. menu_off = 1
  210. minut += 5
  211. dj_beer = 1
  212. gs 'stat'
  213. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_2_3.jpg"></center>'
  214. 'You take two bottles of booze to the DJ and his friend'
  215. act 'Move away': gt $loc, $loc_arg
  216. end
  217. if $ARGS[0] = 'dj_beer':
  218. cla
  219. *clr
  220. menu_off = 1
  221. minut += 5
  222. dj_thank = 1
  223. gs 'stat'
  224. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy.jpg"></center>'
  225. 'You take two beers to the guys. They gratefully appreciate your offer.'
  226. '"<<$pcs_nickname>>, you ever use one of these before?" the DJ asks you, indicating the turntable.'
  227. 'You shake your head. "No, I can''t say I have."'
  228. 'He smiles at you. "While everyone is still sitting and drinking, you can give it a little <a href="exec: gt ''dinParty'', ''dj_thank''">twist</a>. Let''s see what you can do girl!"'
  229. act 'Move away': gt $loc, $loc_arg
  230. end
  231. if $ARGS[0] = 'dj_thank':
  232. cla
  233. *clr
  234. menu_off = 1
  235. minut += 5
  236. dj_bad = 1
  237. instrmusic_exp += rand(0,2)
  238. gs 'stat'
  239. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_1.jpg"></center>'
  240. 'You are happy to take this opportunity. Putting your fingers on the records, you move them around, making some god awful noises. The guys stop you before too long. "OK, I think that''s enough. I think you made my ears bleed." he says with a laugh.'
  241. act 'Move away': gt $loc, $loc_arg
  242. !why not add in an option here to start the series below?
  243. end
  244. if $ARGS[0] = 'dj_boobs':
  245. cla
  246. *clr
  247. menu_off = 1
  248. gs 'arousal', 'flash', 5
  249. dj_boobs = 1
  250. gs 'stat'
  251. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_2.jpg"></center>'
  252. '"Like this boys?" you ask as you put your breasts on the turntable and move it a bit with your breasts.'
  253. 'Not much sound comes out from your attempt, but the guys seem to love it all the same.'
  254. act 'Move away': gt $loc, $loc_arg
  255. act 'Take off your top': gt 'dinParty', 'dj_cock'
  256. end
  257. if $ARGS[0] = 'dj_cock':
  258. cla
  259. *clr
  260. menu_off = 1
  261. minut += 5
  262. gs 'stat'
  263. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_3.jpg"></center>'
  264. 'Seeing the interest from the smiling guys watching you, you get rid of your top and bra and then place your naked breasts on the turntable, trying to play it topless. "I think I did better that time. What do you think?"'
  265. 'The guy pulls out his erection and says "Not bad. Maybe try this instead."'
  266. act 'Move away': gt $loc, $loc_arg
  267. act 'Give his dick a try': gt 'dinParty', 'dj_suck'
  268. end
  269. if $ARGS[0] = 'dj_suck':
  270. cla
  271. *clr
  272. menu_off = 1
  273. gs 'arousal', 'foreplay', 5
  274. gs 'stat'
  275. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_4.jpg"></center>'
  276. 'You grab his hard cock and place the head on the spinning record, barely touching it. The guy squirms a bit. Perhaps it was a little painful for him?'
  277. if Rex_Love = 1: 'You don''t think Rex would like you playing these games with the DJ. You''ve had a little fun, but that''s enough.'
  278. act 'Move away': gt $loc, $loc_arg
  279. if Rex_Love = 0:
  280. act 'Kiss it and make it better':
  281. cla
  282. *clr
  283. gs 'npcgeneratec', 0, 'The DJ at Rex''s Party', rand(17,22)
  284. gs 'boyStat', $npclastgenerated
  285. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_boy_5.jpg"></center>'
  286. 'You decide to make amends to the guy and kiss the head of his cock.'
  287. 'You find you don''t want to stop and passionately start sucking his <<dick>>cm <<$dick_girth>> dick right there in front of everyone.'
  288. 'After you suck him for a bit, he pulls you up and turns you around. Pulling your panties down, he pushes you forward, bending you over.'
  289. gs 'arousal', 'bj', 5, 'exhibitionism'
  290. gs 'stat'
  291. act 'Bend over':
  292. cla
  293. *clr
  294. guy += 1
  295. pcs_vag += 1
  296. gs 'cum_manage'
  297. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_boy_6.mp4"></video></center>'
  298. 'You let him bend you over as he begins to rub the head of his dick against your pussy lips.'
  299. 'He abruptly pushes his <<dick>>cm <<$dick_girth>> dick inside of you and starts fucking you with a fast pace.'
  300. 'Within just a few moments, he grunts and you feel him shooting his load deep into your wet pussy.'
  301. gs 'arousal', 'vaginal', 5, 'exhibitionism'
  302. gs 'arousal', 'end'
  303. gs 'stat'
  304. gs 'cuminsidereact'
  305. act 'Move away': gt $loc, $loc_arg
  306. end
  307. end
  308. end
  309. end
  310. !Speaker dance
  311. if $ARGS[0] = 'dance':
  312. cla
  313. *clr
  314. minut += 5
  315. if pcs_inhib < 40: inhib_exp += rand(1,2)
  316. gs 'stat'
  317. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_gost_1_<<rand(1,7)>>.mp4"></video></center>'
  318. 'Moving to the rhythmic sounds, you indulge in an unrestrained dance.'
  319. 'You jump, sway your body and rock your booty, losing yourself in the general merriment.'
  320. if pcs_danc >= 50: 'You move your body perfectly with the rhythm of the music in an erotic way. This gets you a lot of attention from the others. Attention that you love.'
  321. if pcs_danc < 50: 'Your ridiculous movements during the dance doesn''t bother anyone. You dance badly, but you don''t care.'
  322. act 'Have a rest': gt $loc, $loc_arg
  323. act 'Dance more': gt 'dinParty', 'dance'
  324. end
  325. if $ARGS[0] = 'boys_swalow':
  326. *clr & cla
  327. menu_off = 1
  328. minut += 5
  329. swallow += 1
  330. i = 5
  331. :dinPartySwalloop
  332. gs 'npcgeneratec', 0, 'a guy from Rex''s party', rand(17,22)
  333. gs 'boyStat', $npclastgenerated
  334. spafinloc = 12
  335. gs 'cum_manage'
  336. i -= 1
  337. if i > 0: jump 'dinPartySwalloop'
  338. gs 'stat'
  339. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(13,15)>>.mp4"></video></center>'
  340. 'You swallow the tart mixture of several different guys sperm, greedily licking your lips with your tongue.'
  341. '"Uhh <<$pcs_nickname>>! You''re still the best cocksucker around. If you want more sperm to swallow, call us."'
  342. 'The guys help you back into the apartment and into one of the bedrooms as you are too drunk to do it yourself.'
  343. act 'Fall asleep': gt 'dinParty', 'sleep'
  344. end
  345. if $ARGS[0] = 'boys_spit':
  346. *clr & cla
  347. menu_off = 1
  348. minut += 5
  349. i = 5
  350. :dinPartySpitloop
  351. gs 'npcgeneratec', 0, 'a guy from Rex''s party', rand(17,22)
  352. gs 'boyStat', $npclastgenerated
  353. spafinloc = 12
  354. sexvolume = 1
  355. gs 'cum_manage'
  356. i -= 1
  357. if i > 0: jump 'dinPartySpitloop'
  358. gs 'stat'
  359. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_4_<<rand(16,17)>>.mp4"></video></center>'
  360. 'You spit out the mixture of cum from several guys.'
  361. '"What''s wrong <<$pcs_nickname>>? Didn''t you like it? I thought all girls loved the taste of cum." one of the guys asked you with a laugh.'
  362. 'The guys help you back into the apartment and into one of the bedrooms as you are too drunk to do it yourself.'
  363. act 'Fall asleep': gt 'dinParty', 'sleep'
  364. end
  365. if $ARGS[0] = 'rex_talk':
  366. *clr & cla
  367. menu_off = 1
  368. minut += 5
  369. rex_talk += 1
  370. gs 'stat'
  371. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_2_<<rand(1,5)>>.mp4"></video></center>'
  372. 'You find a space to sit and talk to Rex. He''s quite interesting and very handsome, so you spend most of the time just nodding and flirting.'
  373. act 'Move away': gt $loc, $loc_arg
  374. if rex_talk >= 2: act 'Hug': gt 'dinParty', 'rex_hug'
  375. act 'Ask Rex to dance': gt 'dinParty', 'rex_dance'
  376. end
  377. if $ARGS[0] = 'rex_hug':
  378. *clr & cla
  379. menu_off = 1
  380. minut += 5
  381. if pcs_inhib < 40:inhib_exp += rand(1,2)
  382. gs 'stat'
  383. if Rex_Love =1:
  384. if rand(1,2) = 1:
  385. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_4_1.mp4"></video></center>'
  386. else
  387. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_4_<<rand(2,5)>>.jpg"></center>'
  388. end
  389. 'Rex grabs you with his strong hands and begins to knead your ass with one hand and caress your pussy with the other in front of everybody.'
  390. 'You grab his neck and audibly groan, completely giving into his affections.'
  391. 'You are overwhelmed with the most pleasant feeling in the world. You don''t want it to stop.'
  392. act 'Kiss':
  393. *clr & cla
  394. if rand(1,2) = 1:
  395. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_1.jpg"></center>'
  396. else
  397. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_5_<<rand(2,4)>>.mp4"></video></center>'
  398. end
  399. 'Looking adoringly into each other''s eyes, you begin to passionately kiss.'
  400. 'You lips touch in your long kiss. It almost feels like a shock of electricity is running through your body.'
  401. 'For a long time, you continue to enjoy the warm kiss, but Rex eventually breaks the kiss and says "Come with me <<$pcs_nickname>>. I think we''ve had enough fun here." Smiling, he takes you by the hand and leads you away.'
  402. gs 'arousal', 'kiss', 5, 'exhibitionism'
  403. gs 'stat'
  404. act 'Move away': gt $loc, $loc_arg
  405. act 'Follow Rex': gt 'reks', 'Party_rex_sex'
  406. end
  407. end
  408. if Rex_Love = 0:
  409. if rand(1,2) = 1:
  410. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_13_<<rand(4,7)>>.jpg"></center>'
  411. else
  412. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_13_<<rand(1,3)>>.mp4"></video></center>'
  413. end
  414. 'Rex grabs you with his strong hands and begins to knead your ass with one hand and caress your pussy with the other in front of everybody.'
  415. 'You grab his neck and audibly groan, completely giving into his affections.'
  416. 'After playing with your pussy for a bit, he stops, takes you by the hand and pulls you away as he says "Come with me <<$pcs_nickname>>, I think we''ve had enough fun here."'
  417. gs 'arousal', 'foreplay', 5, 'exhibitionism'
  418. gs 'stat'
  419. act 'Follow Rex': gt 'reks', 'Party_rex_sex'
  420. end
  421. end
  422. if $ARGS[0] = 'rex_dance':
  423. *clr & cla
  424. menu_off = 1
  425. minut += 5
  426. if pcs_inhib < 40: inhib_exp += rand(1,2)
  427. gs 'stat'
  428. if rand(1,2) = 1:
  429. '<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_3_<<rand(4,6)>>.mp4"></video></center>'
  430. else
  431. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_rex_party_gost_3_<<rand(1,3)>>.jpg"></center>'
  432. end
  433. 'Rex takes you by the hand and drags you out to dance. You are happy to follow him.'
  434. 'You dance, slowly getting closer to each other and finally grinding a bit against each other.'
  435. 'You turn around, putting your back to him and grind your tight ass against his crotch. You can feel his hard cock against your ass as you grind against it.'
  436. act 'Move away': gt $loc, $loc_arg
  437. if rex_talk >= 2: act 'Hug': gt 'dinParty', 'rex_hug'
  438. end
  439. if $ARGS[0] = 'sleep':
  440. *clr & cla
  441. menu_off = 1
  442. minut += 5
  443. gs 'stat'
  444. if Rex_save = 1 and Rex_Love = 1:
  445. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_13_<<rand(1,4)>>.jpg"></center>'
  446. 'You fall asleep feeling the warmth of his body against your back as he hugs you tightly.'
  447. 'You feel his hard erection against your ass. It excites you, but you are too tired to do anything with it as you fall fast asleep.'
  448. elseif Rex_save = 1 and Rex_Love = 0:
  449. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_12_<<rand(1,11)>>.jpg"></center>'
  450. 'You feel completely safe as you fall asleep.'
  451. elseif iralenasleep >= 1:
  452. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_iralena_6_<<rand(6,7)>>.jpg"></center>'
  453. 'You Lena and Ira lie in the bed side by side as you fall asleep.'
  454. elseif drunk_sveta >= 1 and sister_party_dom < 1:
  455. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_4_<<rand(1,3)>>.jpg"></center>'
  456. 'Your body could not withstand so much alcohol and you end up passing out. Fortunately for you, friends are close and you are placed in a bed.'
  457. elseif sister_party_dom >= 1:
  458. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_sister_9_<<rand(3,5)>>.jpg"></center>'
  459. 'You fall asleep in the arms of your sister with a final kiss before drifting off.'
  460. elseif party_boys_in >= 1:
  461. i = rand(1,3)
  462. hidden_guy += 3
  463. if i = 1:
  464. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  465. gs 'boyStat', $npclastgenerated
  466. sexunaware = 1
  467. sloc = rand(0,6)
  468. if sloc = 1:
  469. spafinloc = 1
  470. elseif sloc = 2:
  471. spafinloc = 4
  472. elseif sloc = 3:
  473. spafinloc = 8
  474. elseif sloc = 4:
  475. spafinloc = 11
  476. elseif sloc = 5:
  477. spafinloc = 12
  478. elseif sloc = 6:
  479. spafinloc = 14
  480. end
  481. gs 'cum_manage'
  482. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  483. gs 'boyStat', $npclastgenerated
  484. sexunaware = 1
  485. sloc = rand(0,6)
  486. if sloc = 1:
  487. spafinloc = 1
  488. elseif sloc = 2:
  489. spafinloc = 4
  490. elseif sloc = 3:
  491. spafinloc = 8
  492. elseif sloc = 4:
  493. spafinloc = 11
  494. elseif sloc = 5:
  495. spafinloc = 12
  496. elseif sloc = 6:
  497. spafinloc = 14
  498. end
  499. gs 'cum_manage'
  500. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  501. gs 'boyStat', $npclastgenerated
  502. sexunaware = 1
  503. sloc = rand(0,6)
  504. if sloc = 1:
  505. spafinloc = 1
  506. elseif sloc = 2:
  507. spafinloc = 4
  508. elseif sloc = 3:
  509. spafinloc = 8
  510. elseif sloc = 4:
  511. spafinloc = 11
  512. elseif sloc = 5:
  513. spafinloc = 12
  514. elseif sloc = 6:
  515. spafinloc = 14
  516. end
  517. gs 'cum_manage'
  518. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_6_<<rand(1,9)>>.jpg"></center>'
  519. 'After everything that happened tonight, you feel exhausted and fall asleep. Your face and body are still smeared and coated in sperm, but you don''t care.'
  520. elseif i = 2:
  521. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  522. gs 'boyStat', $npclastgenerated
  523. sexunaware = 1
  524. spafinloc = 11
  525. gs 'cum_manage'
  526. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  527. gs 'boyStat', $npclastgenerated
  528. sexunaware = 1
  529. spafinloc = 11
  530. gs 'cum_manage'
  531. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  532. gs 'boyStat', $npclastgenerated
  533. sexunaware = 1
  534. spafinloc = 11
  535. gs 'cum_manage'
  536. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_8_<<rand(1,5)>>.jpg"></center>'
  537. 'After everything that happened tonight, you feel exhausted and fall asleep. You have a dream about warm wet drops landing on your face and lips, like a warm summers rain. You sleepily like at the drops.'
  538. elseif i = 3:
  539. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  540. gs 'boyStat', $npclastgenerated
  541. sexunaware = 1
  542. if rand(0,1) = 0:
  543. spafinloc = 3 & stat['hidden_anal'] += 1
  544. else
  545. stat['hidden_vaginal'] += 1
  546. end
  547. gs 'cum_manage'
  548. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  549. gs 'boyStat', $npclastgenerated
  550. sexunaware = 1
  551. if rand(0,1) = 0:
  552. spafinloc = 3 & stat['hidden_anal'] += 1
  553. else
  554. stat['hidden_vaginal'] += 1
  555. end
  556. gs 'cum_manage'
  557. gs 'npcgeneratec', 0, 'unconcious rapist', rand(17,22)
  558. gs 'boyStat', $npclastgenerated
  559. sexunaware = 1
  560. if rand(0,1) = 0:
  561. spafinloc = 3 & stat['hidden_anal'] += 1
  562. else
  563. stat['hidden_vaginal'] += 1
  564. end
  565. gs 'cum_manage'
  566. i = rand(1,2)
  567. if i = 1:'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_9_<<rand(1,2)>>.jpg"></center>'
  568. if i = 2:'<center><video autoplay loop src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_9_3.mp4"></video></center>'
  569. 'After everything that happened tonight, you feel exhausted and fall asleep. You have a dream about being impaled on a stake for all your sins but surprisingly, instead of hurting, it actually feels wonderful.'
  570. end
  571. end
  572. if (indorf = 0):
  573. ''
  574. 'After sleeping for some time, you are suddenly awakened by someone yelling at you to wake up while they slap you.'
  575. act 'Wake up':
  576. *clr & cla
  577. minut += 90
  578. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
  579. 'Anya shakes, yells at and slaps you until you slowly wake up.'
  580. 'She smiles at you. "It looks like you had fun tonight. How are you feeling?"'
  581. 'You groan, feeling sick. Your head is pounding, you feel like you are about to throw up and you are sore in more places than you can remember. "Go away and let me sleep, sis"'
  582. 'Anya shakes you again. "Get up you drunk idiot! Mom will kill us both if you don''t come home tonight."'
  583. if Rex_save = 1 and Rex_Love = 0: 'As you leave the apartment, you gently kiss Rex on the cheek, thanking for the evening.'
  584. if Rex_Love = 1: 'As you leave the apartment, you passionatly kiss Rex on the lips. "Thank you for a lovely evening."'
  585. if party_boys_in >= 1: 'As you leave the apartment, some drunk guys tell you they will miss you and to sleep well while laughing to each other.'
  586. if hour < 22 and hour > 18:
  587. minut += ((21 - hour) * 60) + (60 - minut)
  588. gs 'arousal', 'end'
  589. gs 'stat'
  590. act 'Go home': gt 'bedrPar'
  591. else
  592. gs 'arousal', 'end'
  593. gs 'stat'
  594. act 'Go home':minut += 15 & gt 'bedrPar'
  595. end
  596. end
  597. else
  598. if hour < 9 and hour > 3 :
  599. pcs_sleep += (9 - hour) * 5
  600. minut += ((8 - hour) * 60) + (60 - minut)
  601. *clr & cla
  602. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/reksparty_party_kuh_7.jpg"></center>'
  603. 'Anya shakes you until you slowly wake up'
  604. 'She smiles at you. "Well it looks like you had fun tonight. How are you feeling?"'
  605. 'You groan, feeling sick. Your head is pounding and you are sore in more places than you can remember. "Let me sleep sis! I feel so sick."'
  606. 'Anya shakes you again. "Get up you drunk idiot! Mom is going to kill us both since we haven''t come home yet!"'
  607. if Rex_save = 1 and Rex_Love = 0: 'As you leave the apartment, you gently kiss Rex on the cheek, thanking for the evening.'
  608. if Rex_Love = 1: 'As you leave the apartment, you passionatly kiss Rex on the lips. "Thank you for a lovely evening."'
  609. gs 'arousal', 'end'
  610. gs 'stat'
  611. act 'Go home': minut += 15 & gt 'bedrPar'
  612. else
  613. *clr & cla
  614. minut += 90
  615. gs 'stat'
  616. '<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/rekshome/party/party_girls_party_gost_4_1.jpg"></center>'
  617. *nl 'You wake up an hour later and find the party still in full swing.'
  618. act 'Return to party': gt $loc, $loc_arg
  619. end
  620. end
  621. end
  622. --- dinParty ---------------------------------