# cardgame_durak !-----------------------------------------------! !-----Playing cards with the guys on the strip-----! !===============================================! CLOSE ALL $card_game_durak = { cls minut += 5 !count-in the clothing on the players card_game_durak_clothes = 5 card_game_durak_npc_vasya = 4 card_game_durak_npc_den = 4 card_game_durak_npc_vitek = 4 !choice of set pictures for you cgd_clothes_set = RAND(1,20) !zero out the loss NPC: cgd_loss_vasya = 0 cgd_loss_den = 0 cgd_loss_vitek = 0 !zero out winnings NPC: cgd_win_vasya = 0 cgd_win_den = 0 cgd_win_vitek = 0 gs'stat' '
' 'The boys said that they will play with you only on the strip + the loser does one desire to win.' 'Your game statistics: Win <>, defeats <>, draws <>, You undressed <>' if playcardgame_count <= 0:'
<<$rnd_rebyata>> said: - "What-already tired today, playing cards, Let`s look at a TV set or a beer popem."' if playcardgame_count > 0: act 'Play': dynamic $card_game_durak_play end act 'Escape': gt 'shulga_room' } !game $card_game_durak_play = { cls minut +=3 gs'stat' !strip) if card_game_durak_clothes = 0: $cgd_clothes = 'You naked' elseif card_game_durak_clothes = 1: $cgd_clothes = 'You are now wearing: panties' elseif card_game_durak_clothes = 2: $cgd_clothes = 'You are now wearing: panties, bra' elseif card_game_durak_clothes = 3: $cgd_clothes = 'You are now wearing: panties, bra, skirt' elseif card_game_durak_clothes = 4: $cgd_clothes = 'You are now wearing: panties, bra, skirt, shirt' elseif card_game_durak_clothes = 5: $cgd_clothes = 'You are now wearing: panties, bra, skirt, shirt, socks' end if card_game_durak_npc_vasya = 0: $cgd_vasya_clothes = 'Vasya naked' elseif card_game_durak_npc_vasya = 1: $cgd_vasya_clothes = 'On Vasya is now wearing: briefs' elseif card_game_durak_npc_vasya = 2: $cgd_vasya_clothes = 'On Vasya is now wearing: briefs, shorts' elseif card_game_durak_npc_vasya = 3: $cgd_vasya_clothes = 'On Vasya is now wearing: briefs, shorts, shirt' elseif card_game_durak_npc_vasya = 4: $cgd_vasya_clothes = 'On Vasya is now wearing: briefs, shorts, shirt, socks' end if card_game_durak_npc_den = 0: $cgd_den_clothes = 'Den naked' elseif card_game_durak_npc_den = 1: $cgd_den_clothes = 'At Den is now wearing: briefs' elseif card_game_durak_npc_den = 2: $cgd_den_clothes = 'At Den is now wearing: briefs, Sports trousers' elseif card_game_durak_npc_den = 3: $cgd_den_clothes = 'At Den is now wearing: briefs, Sports trousers, sport jacket' elseif card_game_durak_npc_den = 4: $cgd_den_clothes = 'At Den is now wearing: briefs, Sports trousers, sport jacket, socks' end if card_game_durak_npc_vitek = 0: $cgd_vitek_clothes = 'Vitek naked' elseif card_game_durak_npc_vitek = 1: $cgd_vitek_clothes = 'On Vitek is now wearing: briefs' elseif card_game_durak_npc_vitek = 2: $cgd_vitek_clothes = 'On Vitek is now wearing: briefs, jeans' elseif card_game_durak_npc_vitek = 3: $cgd_vitek_clothes = 'On Vitek is now wearing: briefs, jeans, shirt' elseif card_game_durak_npc_vitek = 4: $cgd_vitek_clothes = 'On Vitek is now wearing: briefs, jeans, shirt, socks' end !Pictures undressing if card_game_durak_clothes = 0: $cgd_clothes_set1 = '6' elseif card_game_durak_clothes = 1: $cgd_clothes_set1 = '5' elseif card_game_durak_clothes = 2: $cgd_clothes_set1 = '4' elseif card_game_durak_clothes = 3: $cgd_clothes_set1 = '3' elseif card_game_durak_clothes = 4: $cgd_clothes_set1 = '2' elseif card_game_durak_clothes = 5: $cgd_clothes_set1 = '1' end '
You play the fool on the strip. The game will continue until such time until somebody did not undress.
' '
' '<<$cgd_clothes>>. <<$cgd_vasya_clothes>>. <<$cgd_den_clothes>>. <<$cgd_vitek_clothes>>.' if card_game_durak_clothes <= 0: card_game_durak_nude += 1 playcardgame_day = daystart playcardgame_count -= 1 rnd_cgd_win_npc = RAND(1,3) if rnd_cgd_win_npc = 1: $rnd_cgd_win_npc = 'Vasya' cgd_win_vasya = 1 end if rnd_cgd_win_npc = 2: $rnd_cgd_win_npc = 'Den' cgd_win_den = 1 end if rnd_cgd_win_npc = 3: $rnd_cgd_win_npc = 'Vitya' cgd_win_vitek = 1 end 'Game over, you have no clothes left, you lost.' 'Winner: <<$rnd_cgd_win_npc>>.' 'You will carry out his wish.' if GorSlut < 3: act 'Further': dynamic $card_game_nosex end if GorSlut >=3 and cg_clother_cum < 5: if RAND(1,100) <= 90: if RAND(1,100) <= 40: act 'Further': dynamic $card_game_gsex else act 'Further': dynamic $card_game_rough_sex end else act 'Further': dynamic $card_game_nosex end end if GorSlut >=3 and cg_clother_cum >= 5: if RAND(1,100) <= 70: if RAND(1,100) <= 40: act 'Further': dynamic $card_game_gsex else act 'Further': dynamic $card_game_rough_sex end elseif RAND(1,30) > 10: act 'Further': dynamic $card_game_casual_sex else act 'Further': dynamic $card_game_nosex end end end if card_game_durak_npc_vasya <= 0 or card_game_durak_npc_den <= 0 or card_game_durak_npc_vitek <= 0: horny += 10 health += 10 manna += 5 playcardgame_day = daystart playcardgame_count -= 1 if card_game_durak_npc_vasya <= 0: $cgd_name_igrok = 'Vasily' cgd_loss_vasya = 1 end if card_game_durak_npc_den <= 0: $cgd_name_igrok = 'Dan' cgd_loss_den = 1 end if card_game_durak_npc_vitek <= 0: $cgd_name_igrok = 'Victor' cgd_loss_vitek = 1 end '' 'Game over, <<$cgd_name_igrok>> is naked and has lost..' if GorSlut < 3: if RAND(1,100) <= 70: act 'Further': dynamic $card_game_ggwin_clother else act 'Further': dynamic $card_game_ggwin_penis end end if GorSlut >= 3: if RAND(1,100) <= 70: if RAND(1,100) <= 50: act 'Further': dynamic $card_game_ggwin_clothercum elseif RAND(1,50) < 40: act 'Further': dynamic $card_game_ggwin_clother else act 'Further': dynamic $card_game_ggwin_penis end else if RAND(1,100) <= 70: act 'Further': dynamic $card_game_gg_lick else act 'Further': dynamic $card_game_gg_sex end end end end if card_game_durak_clothes > 0 and card_game_durak_npc_vasya > 0 and card_game_durak_npc_den > 0 and card_game_durak_npc_vitek > 0: if RAND(1,100) <= 60: card_game_durak_win += 1 horny += 5 manna += 5 rnd_card_game_npc = RAND(1,3) if RAND(1,3) = 1: card_game_durak_npc_vasya -= 1 $cgd_name_npc = 'Vasily' elseif RAND(1,2) = 1: card_game_durak_npc_den -= 1 $cgd_name_npc = 'Dan' else card_game_durak_npc_vitek -= 1 $cgd_name_npc = 'Victor' end '' 'Do you hold a good hand and you can easily win the game. <<$cgd_name_npc>> lost.' act 'Deal': dynamic $card_game_durak_play elseif RAND(1,40) < 35: card_game_durak_loss += 1 card_game_durak_clothes -= 1 '' 'You hold bad cards. You lost.' act 'Deal': dynamic $card_game_durak_play else card_game_durak_draw += 1 '' 'You hold poor cards, but with some skill manage to hold out for a draw.' act 'Deal': dynamic $card_game_durak_play end end '
' } !--------------------------! !when years lost cards! !==========================! !fulfillment of desire NPC (turnip GorSlut < 3, then a small show) $card_game_nosex_dance = { cls minut +=5 gs'stat' '
' 'The guys put on some pop music and you throw some shapes.' '<<$gop_text_npcr>> watches you with interest.' act 'Escape': gt 'shulga_room' } !making wishes NPC (turnip GorSlut < 3) $card_game_nosex = { cls minut +=5 gs'stat' card_game_texta = RAND(0,6) if card_game_texta = 0:$card_game_texta = 'I want you to suck me!' if card_game_texta = 1:$card_game_texta = 'Can you masturbate?' if card_game_texta = 2:$card_game_texta = 'Kiss my dick.' if card_game_texta = 3:$card_game_texta = 'Suck me off.' if card_game_texta = 4:$card_game_texta = 'I want to fuck you.' if card_game_texta = 5:$card_game_texta = 'I want to touch your pussy.' if card_game_texta = 6:$card_game_texta = 'Boob job!' if card_game_texta = 7:$card_game_texta = 'Let me touch your tits.' if cgd_win_vasya = 1: '
' '<<$shulga_name_rnd>> speaks: -"<<$card_game_texta>>"' '- "Ahuel not you tell me this offer?, I`m offended and I!", Roughly speaking, you.' '- "Okay not kipish, it was necessary to me you check, and suddenly agreed to.", smiling said Vasily.' '- "Let`s lips rolled up and simpler desire Offer!"' '<<$shulga_name_rnd>> long thought carefully offers: -"<<$gop_name_gg>>, can then simply povertishsya, potryasesh charms or well, there stantsuesh..."' 'You speak: -"Well, if all the same already naked, it`s possible..."' end if cgd_win_den = 1: '
' 'Dan says his desire: -"<<$card_game_texta>>"' '- "Ahuel not you tell me this offer?, I`m offended and I!", Roughly speaking, you.' '- "Okay not kipish, it was necessary to me you check, and suddenly agreed to.", He says Dan smiling.' '- "Let`s lips rolled up and simpler desire Offer!"' 'Denis is not long thinking offers: -"<<$gop_name_gg>>, Out of it, shake charms, Well there STATION..."' 'You speak: -"Well, if all the same already naked, it`s possible..."' end if cgd_win_vitek = 1: '
' 'Vitek said the desire: -"<<$card_game_texta>>"' '- "Ahuel not you tell me this offer?, I`m offended and I!", Roughly speaking, you.' '- "Okay not kipish, it was necessary to me you check, and suddenly agreed to.", smiling says Victor.' '- "Let`s lips rolled up and simpler desire Offer!"' 'Victor is not a long time thinking carefully offers: -"<<$gop_name_gg>>, can then simply povertishsya, potryasesh charms or well, there stantsuesh..."' 'You speak: -"Well, if all the same already naked, it can be..."' end act 'Dance': dynamic $card_game_nosex_dance } !when years lost cards (turnip GorSlut >= 3), sex $card_game_gsex = { cls minut +=2 horny += 10 if npcSex[10] = 0:npcSex[10] = 1 & guy += 1 if npcSex[11] = 0:npcSex[11] = 1 & guy += 1 if npcSex[9] = 0:npcSex[9] = 1 & guy += 1 gs'stat' '
' '-"Once lost, Then let`s get undressed, look, what can be done", He says with a grin <<$rnd_cgd_win_npc>>' act 'Further': cls minut += 3 horny += 10 gs'stat' '
' '<<$rnd_cgd_win_npc>> speaks: -"I`ve thought about it and decided to, I would share your body with all the guys and we`ll fuck you good!"' '-"As well?, you win, and to fuck all?, how-It does not add up", with which-then you say a weak perturbation, still understanding, that vyebut.' '-"And this is my dear, I won, my desire, and you need not to talk, and perform!", stroking your chest says <<$rnd_cgd_win_npc>>.' act 'Further': cls minut += 10 horny += 10 bj +=1 gs'stat' '
' 'You lay on your back. <<$shulga_name_rnd>> and Dan went to close on the sides of your body and started to give your mouth, Vitek and is located between the legs. He immediately fell to burrow your lips and began to lick the clitoris. He then introduced his finger. You suck a thick head of Vaska, Dan and his hand jerked off. Then you moved your hands both members and began to fondle them simultaneously. Then he took two terms in the mouth so deep, as far as possible. And guys stroking your hair and breasts. It was something! You were so excited, We could not tolerate, and you really wanted to finish.' if horny >= 70: orgasm += 1 horny = 0 manna += 35 mastr += 1 'To finish it take you a minute and a half. It was such a huge wave of orgasm, you moaned in a voice chat, in spite of the penis into the mouth.' 'You fought in convulsions, just not afraid to tear Vitka`s head, you squeezed his legs, he continued to lick you, until you have calmed down a little.' end act 'Further': cls minut += 10 horny += 10 sex += 1 gs'stat' '
' 'Then you turned on his stomach and put on her knees. And so, Dan became <<$gop_sextext1>> I have cancer, but this time you suck Shulga and Vitka. Do you like it when you <<$gop_sextext3>> behind. Therefore, you are very excited and moaning, I do not hesitate one, showing it.' act 'Further': cls minut += 10 horny += 10 gs'stat' '
' 'First you tried simultaneously podmahivat booty and gently suck. But then Dan is no longer restrained and vigorously began to press your body to yourself. Your priest shuddered and flapped, when it hits the groin You are fully surrendered to him and so only had time to lick a member of the Victor, then Shulga.' act 'Further': cls minut += 10 horny += 20 throat += 1 gs'stat' '
' 'Dan hands clenched cheeks and you force your head planted on his dick because, you rested his nose in his hairy scrotum. From surprise you coughing. Convulsively swallowing, zahripev, twitched in all directions, trying to break free. He pulled out a member of your mouth. You gasped, but you do not inhale given, right there in the vacant throat he puts his penis Vitek. You, choking, hiccupped, sobbing, like a child. Vitka felt sorry for you, and he loosened pressure. You rate this, gratefully looked him in the eye, become, smacking carefully handle <<$liptalk>> head and tongue. Without stopping to jump on a limb Shulga, only increasing the pace, We tried to sit down faster and deeper.' if horny >= 70: orgasm += 1 horny = 0 manna += 35 'You groaned aloud. Your face broke into a pained-the sweet grimace. Shaking his head from side to side, You looked around half-closed, unseeing eyes. you <<$gop_sextext2>> more than an hour, and you are the first time in the evening was ending.' end act 'Further': cls minut += 5 spafinloc = 12 gs 'cum_manage' spafinloc = 11 gs 'cum_manage' facial += 1 gs'stat' '
' 'You put on the floor and surrounded with different sides, boys began to pour cum on your face. You were so long, without giving any signs of life. Then stir, rose heavily and, He came to the couch, flopped on him, stretching her legs. What do you look-the detachment. uncombed <<$hair2>>. Looking Away. Face, wreathed smeared makeup mixed with sperm.' act 'Escape': gt 'shulga_room' end end end end end end } !when years lost cards (turnip GorSlut >= 3), rough sex $card_game_rough_sex = { cls minut += 5 bj += 1 throat += 1 horny += 5 sub += 1 if npcSex[10] = 0:npcSex[10] = 1 & guy += 1 if npcSex[11] = 0:npcSex[11] = 1 & guy += 1 if npcSex[9] = 0:npcSex[9] = 1 & guy += 1 gs'stat' '
' '<<$rnd_cgd_win_npc>> unceremoniously, I ran up to you and prisunul his dick in your mouth.' '-"This is for all you damn garbage", I mumbled <<$rnd_cgd_win_npc>> and grab your head with your arms, I began to hammer away your hard-throat.' act 'Further': cls minut +=10 anal += 1 spafinloc = 3 gs 'cum_manage' horny += 10 gs'stat' '
' '-"Quickly I got cancer promiscuous bitch, your ass will develop", said <<$rnd_cgd_win_npc>>' 'You obeyed' if analplugin = 1: analplugin = 0 '<<$rnd_cgd_win_npc>> said: -"It does not need you now", and with a loud chpok pulled out of ass plug.' end if lubri > 0: agape = 2 agapetime = totminut horny += 10 'You are asked to get out of your handbag lubricant and lubricate the ass, but <<$rnd_cgd_win_npc>> with said slostyu:' '-"You are my thing, fuck how I want, and I want to dry, realized blyadina!?"' 'You will only remain as humbly point to relax' end 'He brazenly stuck your dick in the ass and tore up your hole is not the jelly of his forces.' 'You were hurt, but you obediently endured a couple of minutes and a member of the free entrance, without causing discomfort.' 'After finishing you in the ass <<$rnd_cgd_win_npc>> He said with a grin: -"Next, the hollow of our slut need to develop specific!"' act 'Further': cls minut +=20 horny += 10 guy += 2 gang +=1 spafinloc = 7 gs 'cum_manage' spafinloc = 4 gs 'cum_manage' gs'stat' '
' 'You understand your position, you <<$rnd_cgd_win_npc>> how fucked 50 ruble whore, but you are so damn them, what can I resent.' 'For this you stood humbly cancer, relaxed and waited for a point "next".' 'Guys use the rear hole davalki their turns as they wanted, paying no attention to your feelings.' if horny >=70: orgasm += 1 horny = 0 manna += 35 mastr +=1 'You pussy flowed from, that you do not ask, just rude <<$gop_sextext3>> lithe body as they want, Bud-then you are not a living person, a rubber doll.' 'You greatly excited the role of the litter and you lowered yourself rubbing pussy hand, We managed to finish a couple of times for all the time until your body <<$gop_sextext2>> turns guys.' end 'Then they wanted, look at your designed hollow.' act 'Show': cls minut +=5 gs'stat' '
' 'The boys watched a few minutes and discuss how they have developed good your hole' 'Then you were allowed to go to the bathroom, freshen up.' act 'Escape': gt 'shulgahome', 'bath' end end end } $card_game_casual_sex = { cls minut +=5 sub += 1 gs'stat' '-"All <<$gop_name_gg>> lost, now you will be answerable for all the garbage that you invented us", speaks <<$rnd_cgd_win_npc>>''' '-"Come guessing, anyway but to fuck me you have more desires can not be", snidely say you.' '-"But you`re wrong!, my desire is: Now you go out on the street, We`ll find you something of an unknown man, and given it to him right there!"' '-"Whore, and if you do not ahuel hour?, I suggested that you do not fuck anyone or..."' '-"You`re still the same damn, garbage all we invented, Now rap, and indeed what you`re here for me vyebyvaeshsya go Accomplish!"' 'You had no choice, have to go to fulfill.' act 'Further': cls minut +=10 horny += 5 guy += 1 bj +=1 gs'stat' '
' 'The boys pointed out to that guy. You came up to him, offered to have sex and not strange, he quickly agreed...' 'You will quickly find secluded, the man took out his dick and said,, that from the beginning it is necessary to suck. You squatted and took the dick in your mouth.' '-"Great suck, It seems often practicing?", He asks you a man.' '-"Yes, every day", honestly you answer.' '-"Damn good I got today, Become let cancer", commanded by a man.' act 'Further': cls minut +=10 horny += 15 sex += 1 gs'stat' '
' 'You got cancer came up against the wall, a man fell in behind and start from the beginning is not fast, then speeding up the pace <<$gop_sextext1>> you' '-"And you fuck the same every day?", he asks accelerating pace.' 'Do you understand, that it give birth to these talks and decided to play along: -"Yes, every day I use my body, almost everyone who popodya, I davalka yard, passage do not give, fuck several times a day"' if horny >=70: orgasm += 1 horny = 0 manna += 25 mastr +=1 'The abundance of surging emotions you with a loud groan finished.' 'The guy did not expect, and with a grin said,: -"Ends like a machine gun, I like these nymphomaniac. Can you leave your telefonchik?"' '-"Everything can be, Let`s Stop faster", You answer with a smirk.' end 'A few minutes later a man pulls a dick, He pulls a condom and ends on the wall. You pulled shorts running away, a man even did not have time to blink an eye.' 'The boys all the time was not far away and shoot everything on a mobile phone.' act 'Escape': gt 'shulga_room' end end } !-------------------! !gg won cards! !===================! !When the years won, make a wish (turnip GorSlut < 3) (clothing stall) $card_game_ggwin_clother = { cls minut +=3 gs'stat' if cgd_loss_vasya = 1: $loss_npc_name = 'Bob' $loss_npc_name2 = 'Vasily' $loss_npc_img = '
' elseif cgd_loss_den = 1: $loss_npc_name = 'Dan' $loss_npc_name2 = 'Dan' $loss_npc_img = '
' elseif cgd_loss_vitek = 1: $loss_npc_name = 'Cats' $loss_npc_name2 = 'Vitek' $loss_npc_img = '
' end '<<$loss_npc_img>>' 'You grin on his lips say: -"<<$loss_npc_name>> You blew today, Now you will carry out my desire!"' '-"You start it with NARRATION, but we`ll see", speaks <<$loss_npc_name>>' 'You voiced their desire: -"So so, go to the street, you will find a beautiful girl and you pick it from the top or bottom part of the dress!, and we all zasnimem to mobile!"' '<<$loss_npc_name>> Frustrated says: -"Nihuya you desire, but by simply could not think of anything?"' 'The boys did not give you a personal reply, desire kid liked and popular explained <<$loss_npc_name2>>, card debt that must be fulfilled.' act 'Further': cls minut +=15 gs'stat' '
The loser had to fulfill your desire.
' '<<$loss_npc_name2>> We show the guys that have done on your mobile phone:' '
' '-"And then the camera shakes so, even normally can not remove!?", a frustrated asked <<$loss_npc_name>>' 'The boys responded: -"You`re five minutes out there stalking his prey, all did not dare to attack, or waiting for the right moment, fuck you know. But we just do not drop dead with laughter while watching, this and the camera shaking.' act 'Escape': gt 'shulga_room' end } !When the years won, make a wish (turnip GorSlut < 3) (shake genitals) $card_game_ggwin_penis = { cls minut +=5 gs'stat' if cgd_loss_vasya = 1: $loss_npc_name = 'Bob' $loss_npc_name2 = 'Vasily' $loss_npc_img = '
' elseif cgd_loss_den = 1: $loss_npc_name = 'Dan' $loss_npc_name2 = 'Dan' $loss_npc_img = '
' elseif cgd_loss_vitek = 1: $loss_npc_name = 'Cats' $loss_npc_name2 = 'Vitek' $loss_npc_img = '
' end '<<$loss_npc_img>>' 'You grin on his lips say: -"<<$loss_npc_name>> You blew, Now you will carry out my desire!"' '-"You start it with NARRATION, but we`ll see", speaks <<$loss_npc_name>>' 'You voiced their desire: -"So so, you will need to run to some sort of a girl in front of her and twist her pussy!, and we all zasnimem to mobile!"' '<<$loss_npc_name>> Frustrated says: -"Nihuya you desire, but by simply could not think of anything?"' 'The boys did not give you a personal reply, desire kid liked and popular explained <<$loss_npc_name2>>, card debt that must be fulfilled.' act 'Further': cls minut +=15 gs'stat' '
The loser had to fulfill your desire.
' '<<$loss_npc_name2>> We show the guys that have done on your mobile phone:' '
' '-"And then the camera shakes so, normally can not remove!?", a frustrated asked <<$loss_npc_name>>' 'The boys responded: -"You`re there so defiantly twisted his genitals in front of Baba, that we`re just laughing are dead is not observed, this and the camera shaking.' act 'Escape': gt 'shulga_room' end } !When the years won, make a wish (turnip GorSlut > 3) (cum on the victim) $card_game_ggwin_clothercum = { cls minut +=5 cg_clother_cum +=1 gs'stat' if cgd_loss_vasya = 1: $loss_npc_name = 'Bob' $loss_npc_name2 = 'Vasily' $loss_npc_img = '
' elseif cgd_loss_den = 1: $loss_npc_name = 'Dan' $loss_npc_name2 = 'Dan' $loss_npc_img = '
' elseif cgd_loss_vitek = 1: $loss_npc_name = 'Vitya' $loss_npc_name2 = 'Vitek' $loss_npc_img = '
' end '<<$loss_npc_img>>' 'You barely-simmer, say: -"<<$loss_npc_name>> you lose nothing, ahah, my desire is not easy!"' '-"Let`s not Tom, voiced, time lost to fulfill", said <<$loss_npc_name>>' 'You voiced their desire: -"Let`s go all the street, we`ll find you a nice sacrifice, and you`ll have to run up and finish it, and we all zasnimem to mobile!"' '<<$loss_npc_name>> already ahuel: -"Pizdec! <<$nickname>> You are friends with the head? and generally how you represent yourself, Do you think I`m here so I can finish in a second?"' '-"<<$loss_npc_name>>, Do not worry you so, I thought of everything, help your Elephant finish", licking <<$liptalk3>>, you say.' 'Guys neighing, but the desire they liked and you hop in unison throughout the company went into the street to look for the victim.' act 'Further': cls minut +=10 horny += 5 bj +=1 gs'stat' 'You`re all together for about five minutes looking for the victim. Then a couple of minutes looking for a quiet place, both found quickly and skillfully began to suck dick <<$loss_npc_name2>>' 'Guys acne and went commenting filmed on camera:' '
' 'When <<$loss_npc_name>> he was about to finish, He ran to the victim.' act 'Further': cls minut +=5 gs'stat' '
' 'The boys did not stop to shoot everything to mobile.' 'But because of your comments and vulgar jokes, quality turned lousy, as all could not help but laugh and operator MOBILE shaking hands.' 'Returning red as a lobster <<$loss_npc_name>> said: -"<<$nickname>> the next time you lose, fuck you so, that would be more of these stupid and ridiculous desire in your brain did not arise!"' 'You guys and neighing loudly.' act 'Escape': gt 'shulga_room' end end } !When the years won, make a wish (turnip GorSlut >= 3), lick $card_game_gg_lick = { cls minut +=1 gs'stat' if cgd_loss_vasya = 1: $lick_name_npc = 'Vasya' '
' 'You voice your desire, "I want you to lick my pussy"' 'Vaska did not want to fulfill that desire, But the guys liked it and Vasily kicks sent him to perform.' elseif cgd_loss_den = 1: $lick_name_npc = 'Dan' '
' 'You voice your desire, "You must lick my pussy"' 'Dan did not want to fulfill this wish, but again lost, it is necessary to perform.' elseif cgd_loss_vitek = 1: $lick_name_npc = 'Vitek' '
' 'You voice your desire, "Lick my pussy"' 'Vitek gladly began to fulfill that desire.' end act 'Further': cls horny += 15 minut +=10 gs'stat' '
' 'Minutes 10 I worked <<$lick_name_npc>>, I am trying to bring you to orgasm.' if horny >= 70: orgasm += 1 horny = 0 'The abundance of surging emotions you with a loud groan finished.' elseif horny < 70: '<<$lick_name_npc>> like doing things right, you excited, But the end you can not.' end act 'Escape': gt 'shulga_room' end } !When the years won, make a wish (turnip GorSlut >= 3), sex $card_game_gg_sex = { cls minut +=1 gs'stat' if cgd_loss_vasya = 1: $lick_name_npc = 'Vasya' '
' 'You voice your desire, "I want you to fuck me thoroughly!"' 'Vaska`s eyes lit up, he liked your desire, grab you by the arm dragged him to the couch.' elseif cgd_loss_den = 1: $lick_name_npc = 'Dan' '
' 'You voice your desire, "Well fuck me"' '-"That I can", Dan responds with joy and begins to undress you' elseif cgd_loss_vitek = 1: $lick_name_npc = 'Vitek' '
' 'You voice your desire, "Fuck me properly"' 'Witek grabbed you by the arm and dragged her to the bed.' end act 'Further': cls horny += 15 minut += 10 sex += 1 gs'stat' '
' 'Without any sentimentality <<$lick_name_npc>> You straightened and took a measured <<$gop_sextext1>>.' dynamic $gg_sex_orgasm act 'Further': cls minut += 5 spafinloc = 14 gs 'cum_manage' spafinloc = 7 gs 'cum_manage' gs'stat' '
' 'For a long time he could not tolerate, and ended on you' act 'Escape': gt 'shulga_room' end end } --- cardgame_durak ---------------------------------