# saunawhore if moodTypeRand <= 0: $moodType = 'bad' elseif moodTypeRand >= 1 and moodTypeRand <= 3: $moodType = 'fairly normal' elseif moodTypeRand >= 4: $moodType = 'good' end if $ARGS[0] = 'clientGate': moodTypeRand = rand(-3, 3) ! customer body type ! -1=skinny, 3-4=regular, 5-6=muscular, 7+=fat bodyTypeRand = 3 ! customer height type ! -1=small, 3-4=regular, 5+=tall heightTypeRand = 3 ! customer age customerAge = rand(15, 90) gs 'npcgeneratec', 0, 'client', customerAge gs 'boyStat', $npclastgenerated ! customer race, racial modifiers, dick modifiers raceRand = rand(1, 10) if RaceRand <= 7: $raceType = 'white' dickChance = 30 bodyTypeRand += rand(-2, 8) heightTypeRand += rand(-1, 6) elseif RaceRand <= 9: $raceType = 'asian' dickChance = 20 bodyTypeRand += rand(-6, 2) heightTypeRand += rand(-4, 1) else $raceType = 'black' dickChance = 40 bodyTypeRand += rand(0, 6) heightTypeRand += rand(0, 6) end dickRand = rand(1, 100) if dickRand <= dickChance: dick = rand(15, 30) elseif dickRand <= (dickChance * 2): dick = rand(10, 20) else dick = rand(8, 12) end ! customer dick size if dick >= 24: $dick_girth = 'a monstrous' cumVol = rand(4, 5) elseif dick >= 24: $dick_girth = 'a huge' cumVol += 1 cumVol = rand(3, 5) elseif dick >= 20: $dick_girth = 'a very big' cumVol = rand(2, 5) elseif dick >= 16: $dick_girth = 'a big' cumVol = rand(2, 4) elseif dick >= 12: $dick_girth = 'a regular' cumVol -= 1 cumVol = rand(1, 4) else $dick_girth = 'a tiny' cumVol -= 2 cumVol = rand(1, 3) end ! customer cum volume if cumVol <= 1: $cumType = 'a bit of' cumVolMl = 10 elseif cumVol = 2: $cumType = 'some' cumVolMl = 20 elseif cumVol = 3: $cumType = 'his warm' cumVolMl = 40 elseif cumVol = 4: $cumType = 'a lot of' cumVolMl = 60 elseif cumVol >= 5: $cumType = 'an enormous amount of' cumVolMl = 100 end if bodyTypeRand <= 1: $bodyType = 'thin' elseif bodyTypeRand >= 2 and bodyTypeRand <= 4: $bodyType = 'athletic' elseif bodyTypeRand >= 5 and bodyTypeRand <= 6: $bodyType = 'stout' elseif bodyTypeRand >= 7: $bodyType = 'fat' end if heightTypeRand <= 1: $heightType = 'short' elseif heightTypeRand >= 2 and heightTypeRand <= 4: $heightType = 'average height' elseif heightTypeRand >= 5: $heightType = 'tall' end if customerAge <= 18: $ageType = 'a teenage' elseif customerAge > 18 and customerAge <= 30: $ageType = 'a young' elseif customerAge > 30 and customerAge <= 45: $ageType = 'a middle-aged' elseif customerAge > 45 and customerAge <= 60: $ageType = 'a late middle-aged' elseif customerAge > 60 and customerAge <= 80: $ageType = 'an elderly' elseif customerAge > 80: $ageType = 'a very old' end durr = 5 minut += durr '
' 'You lead the client into your room, closing the door behind him.' 'He sits down in the chair and stares at you with obvious lust.' 'He is <<$ageType>> <<$raceType>> man, and he is <<$heightType>> and <<$bodyType>>.' if dick >= 16:'From the bulge in his pants, you can tell he probably has <<$dick_girth>> dick.' 'He seems to be in a <<$moodType>> mood.' gs 'stat' act 'Take off your clothes':gt 'saunawhore', 'simplystrip' if pcs_dancero >= 10:act 'Do a little striptease':gt 'saunawhore', 'striptease' end if $ARGS[0] = 'striptease': if pcs_dancero < 20:pcs_dancero += rand(1,3) '
' 'Hoping to please the customer, you decide to give him a little show. You count a beat in your head and begin dancing, slowly stripping away your clothes, one piece at a time. It would probably be better if you had actual music, but the client smirks and seems to enjoy it nonetheless.' moodTypeRand += 1 gs 'arousal', 'foreplay', 5, 'prostitution' gs 'stat' act 'Continue':gt 'saunawhore', 'strippedGate' end if $ARGS[0] = 'simplystrip': if pcs_dancero < 10: pcs_dancero += rand(0,2) '
' 'You remove your clothes and toss them aside, mentally preparing for the task ahead. The client looks vaguely irritated - perhaps he expected something a bit more provacative?' moodTypeRand -= 1 gs 'arousal', 'foreplay', 2, 'prostitution' gs 'stat' act 'Continue':gt 'saunawhore', 'strippedGate' end if $ARGS[0] = 'strippedGate': minut += 2 '
' 'You are now fully naked in front of the client, his eyes devouring every inch of your young body.' if pcs_dancero >= 20:act 'Dance naked':gt 'saunawhore', 'nakeddance' act 'Kneel and open your mouth':gt 'saunawhore', 'blowjob' if guy >= 20:act 'Present him your holes':gt 'saunawhore', 'holeshow' end if $ARGS[0] = 'nakeddance': '
' 'You walk towards the client, straddle his legs, and begin to dance. He leans back and you proceed to give him the best lapdance you can muster. You alternate between rubbing your breasts in his face and turning around to grind your ass on his crotch. Judging from the hardness in his pants, it seems that he is pleased with your efforts.' moodTypeRand += 1 gs 'arousal', 'foreplay', 5, 'prostitution' gs 'stat' act 'Continue':gt 'saunawhore', 'blowjob' end if $ARGS[0] = 'holeshow': '
' 'You decide to tease him further, so you lean closer to him and open your mouth, sticking your tongue out as far as possible and then sucking your fingers.' 'Then you turn around, bend over, and grab your ass with both hands.' 'You pull your ass cheeks apart, giving him a great view of both of your holes.' moodTypeRand += 1 gs 'arousal', 'foreplay', 5, 'prostitution' gs 'stat' act 'Continue':gt 'saunawhore', 'blowjob' end if $ARGS[0] = 'blowjob': minut += 5 'You kneel in front of him and bite your lip, caressing his cock through his pants with your hands.' if $moodType = 'fairly normal': '
' 'He pulls out his <<$dick_girth>> dick and brings it to your <<$liptalk>>.' 'You start kissing the tip, licking it all around and putting it a bit inside your mouth and sucking the head.' gs 'arousal', 'bj', 5, 'prostitution' gs 'stat' act 'Suck it':gt 'saunawhore', 'blowjobGate' elseif $moodType = 'good': '
' 'He comes close to you, fondles your hair and face and takes you gently by your arm, raising you up from the floor.' 'He directs you to the bed, undresses and both of you lie down.' act 'Embrace him':gt 'saunawhore', 'fuckGate' elseif $moodType = 'bad': '
' 'He comes close to you and suddenly slaps your face hard.' 'You are caught by surprise and tears well up in your eyes.' 'He seems very angry and even aroused by your misfortune.' 'As you kneel in front of him in tears, he grabs you roughly by your arms, painfully twisting them behind your back, and slams you down on the bed.' gs 'pain', 1, 'cheeks', 'slap' if slutty < 10: Manna -= 50 else Manna -= 10 end gs 'pain', 2, 'armL', 'twist' gs 'pain', 2, 'armR', 'twist' act 'Brace yourself':gt 'saunawhore', 'fuckRoughGate' end gs 'stat' end if $ARGS[0] = 'blowjobGate': 'You begin to suck his cock in earnest, bobbing your head back and forth while you work it, running your tongue along the underside of his shaft.' gs 'arousal', 'bj', 5, 'prostitution' 'He is rock hard now and you can see his <<$dick_girth>> <>cm member in all its glory.' 'Client seems to be so far content with your performance, but you think it may be time to switch to efficient approach:' gs 'stat' if dick > pcs_throat: 'There''s no way you''ll be able to fit the entire thing in your mouth.' act 'Try to deepthroat him':gt 'saunawhore', 'blowjobCaress' else act 'Deepthroat him':gt 'saunawhore', 'blowjobDeepthroat' end end if $ARGS[0] = 'blowjobCaress': 'You try to deepthroat him, but his <<$dick_girth>> cock is just too big for you to handle, and you end up gagging yourself and coughing.' gs 'arousal', 'bj', 5, 'prostitution' '' moodChange = rand (-2, 0) moodTypeRand += moodChange if $moodType = 'good': '
' 'He seems to enjoy your efforts anyway, and signals to you that he''s ready to move on to the next stage.' act 'Continue':gt 'saunawhore', 'fuckGate' elseif $moodType = 'fairly normal': '
' 'He seem to have enough of this. He takes your hand and directs you towards the bed.' act 'Continue':gt 'saunawhore', 'fuckGate' elseif $moodType = 'bad': '
' 'He scowls at your pathetic attempt and pulls his cock out of your mouth.' question = rand (1, 3) if question = 1: 'He slaps your face hard and shouts: "What the hell is wrong with you? What kind of a whore is this bad at sucking cock?"' elseif question = 2: 'He slaps your face hard and shouts: "My cock isn''t tasty enough for you to suck on properly, bitch?"' elseif question = 3: 'He slaps your face hard and shouts: "Christ, what kind of a good-for-nothing whore are you?"' end gs 'pain', 1, 'cheeks', 'slap' 'Furious, he grabs you roughly by your arms, painfully twisting them behind your back, and slams you down on the bed.' act 'Continue':gt 'saunawhore', 'fuckRoughGate' end gs 'stat' end if $ARGS[0] = 'blowjobDeepthroat': moodChange += rand (-1, 2) moodTypeRand += moodChange '
' 'The client groans as you take him all the way to the hilt - his <<$dick_girth>> <>cm member is buried all the way inside your throat.' 'You try to hold it as long as possible, while teasing his balls with your tongue, your nose pressed against his pubic area.' if $moodType = 'bad': 'He gets a sadistic look in his eye, and then grabs the back of your head and holds you down, not letting you escape.' 'You feel yourself beginning to suffocate and panic, trying to get away from him, but he is much stronger than you and holds you tightly in place. Your eyes begin to roll back and you feel your conciousness fading when he finally releases you. You hack and sputter, thick strands of saliva hanging from his cock to your mouth. He seems to have enjoyed that quite a bit.' end gs 'arousal', 'bj', 5, 'prostitution', 'deepthroat' 'Finally he seems to have had enough of oral sex and signals you that he wants some more.' gs 'stat' act 'Continue':gt 'saunawhore', 'fuckGate' end if $ARGS[0] = 'fuckGate': minut += 2 noCondChance = rand(1, 100) if noCondChance < 40: 'He leers at you lustfully and asks, "So baby, how much for not using a condom?"' 'When you hesitate, he adds, "C''mon, I''ll pay you double."' act 'Let him fuck you without a condom':gt 'saunawhore', 'fuckGateCondomNo' act 'Insist on using a condom':gt 'saunawhore', 'fuckGateCondomYes' else gs 'saunawhore', 'fuckGateCondomYes' end gs 'stat' end if $ARGS[0] = 'fuckGateCondomYes': useCondom = 1 moodTypeRand -= 2 gs 'saunawhore', 'fuckGateGo' end if $ARGS[0] = 'fuckGateCondomNo': useCondom = 2 moodTypeRand += 1 gs 'saunawhore', 'fuckGateGo' end if $ARGS[0] = 'fuckGateGo': durr = 2 minut += durr '
' 'You lie back on the bed in front of the client.' '"How do you want me?" you ask him.' if $moodType = 'bad': '"How do I want you whore? I want you screaming!"' forced = 1 act 'Continue':gt 'saunawhore', 'fuckRoughGate' else forced = 2 holeType = rand(1, 2) if holeType = 1: '"I want some pussy."' act 'Spread your legs':gt 'saunawhore', 'fuckVaginal' elseif holeType = 2: '"I want to fuck your ass."' act 'Turn around and spread your ass':gt 'saunawhore', 'fuckAnal' end end gs 'stat' end if $ARGS[0] = 'fuckVaginal': '
' 'He climbs on top of you and pushes his member inside of you.' if dick > pcs_vag: 'His <<$dick_girth>> <>cm cock is too big for your pussy and causes you intense pain, stretching you past your limit and bringing tears to your eyes. At least he isn''t too rough.' 'He thrusts his <<$dick_girth>> <>cm cock in you over and over, seeming to enjoy the tightness and not caring much about your own pain.' DMG = (dick - pcs_vag) / 2 gs 'pain', 1, 'vaginal', 'stretch' pcs_mood -= (DMG * 5) gs 'arousal', 'vaginal', 10, 'prostitution', 'rough' else 'He thrusts his <<$dick_girth>> <>cm cock in you over and over, not caring much about technique or your own pleasure.' gs 'arousal', 'vaginal', 10, 'prostitution' end '' 'After a while, you can sense that he is almost ready to come.' gs 'stat' if useCondom = 2: act 'Ask him not to cum inside of you': not_inside = 1 gt 'saunawhore', 'cumClientGate' end end act 'Let him cum wherever he wants': not_inside = 2 gt 'saunawhore', 'cumClientGate' end end if $ARGS[0] = 'fuckAnal': stat['anal'] += 1 '
' 'He climbs on the bed behind you and presses the tip of his dick against your asshole. After waiting a moment, he begins to push it in.' if dick > pcs_anus: 'His <> cm <<$dick_girth>> cock is too big for your ass and causes you intense pain as it stretches you out painfully and presses deep inside of you.' 'He thrusts his <<$dick_girth>> <>cm cock in your ass over and over, seeming to enjoy the tightness and not caring much about your own pain.' DMG = (dick - pcs_anus) / 2 gs 'pain', 1, 'asshole', 'stretch' pcs_mood -= (DMG * 5) gs 'arousal', 'anal', 10, 'prostitution', 'rough' else 'He thrusts his <<$dick_girth>> <>cm cock in your ass over and over, not caring much about technique or whether or not you''re enjoying it.' gs 'arousal', 'anal', 10, 'prostitution' end '' 'After a while, you can sense that he is almost ready to come.' gs 'stat' act 'Let him cum wherever he wants': not_inside = 2 gt 'saunawhore', 'cumClientGate' end end if $ARGS[0] = 'fuckRoughGate': durr = 5 minut += durr '
' 'The man is much stronger than you, and you are completely overpowered, entirely at his will.' 'He keeps your arms pinned painfully behind your back.' pcs_mood -= 50 useCondom = rand(1,2) forced = 1 gs 'pain', 2, 'armL', 'twist' gs 'pain', 2, 'armR', 'twist' holeType = rand(1, 2) if holeType = 1 and useCondom = 1: 'You feel the tip of his cock against your pussy... at least it feels like he''s using a condom.' act 'Continue':gt 'saunawhore', 'fuckRoughVaginal' elseif holeType = 1 and useCondom = 2: 'You feel the tip of his cock against your pussy... and it feels like he''s not wearing a condom!' act 'Continue':gt 'saunawhore', 'fuckRoughVaginal' elseif holeType = 2: 'You feel the tip of his cock pressing against your asshole... this is probably not going to be pleasant.' act 'Continue':gt 'saunawhore', 'fuckRoughAnal' end gs 'stat' end if $ARGS[0] = 'fuckRoughVaginal': '
' 'He forces his dick inside of you, and begins to fuck your tender pussy furiously.' 'You cannot help but scream in pain, which seems to arouse him even more and makes him push even harder and deeper.' if dick > pcs_vag: 'His <<$dick_girth>> <>cm is too big for your pussy and causes you intense pain, stretching you horribly and slamming against your cervix.' DMG = (dick - pcs_vag) gs 'pain', 2, 'vaginal', 'stretch' !gs 'pain', 2, 'cervix', 'pinch' pcs_mood -= (DMG * 5) end gs 'arousal', 'vaginal', 10, 'prostitution', 'rough', 'bound' '' 'After seemingly endless fucking, you can finally sense that he is almost ready to come.' gs 'stat' if useCondom = 2: act 'Beg him not to cum inside of you': not_inside = 1 gt 'saunawhore', 'cumClientGate' end end act 'Let him cum wherever he wants': not_inside = 2 gt 'saunawhore', 'cumClientGate' end end if $ARGS[0] = 'fuckRoughAnal': '
' 'He roughly shoves his entire cock up your ass, and begins to fuck it furiously.' 'You cannot help but scream in agony, which arouses him even more and makes him push even harder and deeper.' if dick > pcs_anus: 'His <<$dick_girth>> <>cm is too big for your ass and causes you intense pain, stretching you out and making it feel like you''re being ripped open.' DMG = (dick - pcs_anus) gs 'pain', 2, 'asshole', 'stretch' pcs_mood -= (DMG * 5) end not_inside = 2 gs 'arousal', 'anal', 10, 'prostitution', 'rough', 'bound' '' 'After seemingly endless assfucking, you can finally sense that he is almost ready to come.' gs 'stat' act 'Let him cum wherever he wants':gt 'saunawhore', 'cumClientGate' end if $ARGS[0] = 'cumClientGate': if $moodType = 'bad': if not_inside = 2: cumRand = rand(1, 10) if cumRand <= 9 and holeType = 1: 'You feel his cock twitch and realize he is about to cum inside of you.' act 'Continue':gt 'saunawhore', 'cumVaginal' elseif cumRand <= 9 and holeType = 2: 'You feel his cock twitch and realize he is about to cum in your ass.' act 'Continue':gt 'saunawhore', 'cumAnal' else 'He pulls out and brings his cock up in front of your face.' act 'Continue':gt 'saunawhore', 'cumFace' end else cumRand = rand(1, 2) if cumRand = 1 and holeType = 1: 'He just laughs and you realize he is going to cum inside of you anyway.' act 'Continue':gt 'saunawhore', 'cumVaginal' elseif cumRand = 2: 'He smirks and says "Fine, how about in your eyes then, whore?"' gs 'pain', 1, 'eyes', 'burn' act 'Continue':gt 'saunawhore', 'cumFace' end end else if not_inside = 2: cumRand = rand(1, 5) if cumRand = 1 and holeType = 1: 'You feel his cock twitch and realize he is about to cum inside of you.' act 'Continue':gt 'saunawhore', 'cumVaginal' elseif cumRand = 1 and holeType = 2: 'You feel his cock twitch and realize he is about to cum in your ass.' act 'Continue':gt 'saunawhore', 'cumAnal' elseif cumRand = 2: 'He pulls out and brings his cock up in front of your face.' act 'Continue':gt 'saunawhore', 'cumFace' elseif cumRand = 3: 'He pulls out and brings his cock up in front of your face.' act 'Continue':gt 'saunawhore', 'cumMouth' elseif cumRand = 4: 'He pulls out and holds his cock over your body.' act 'Continue':gt 'saunawhore', 'cumBelly' elseif cumRand = 5: 'He pulls out and holds his cock over your body.' act 'Continue':gt 'saunawhore', 'cumTits' end else cumRand = rand(1, 9) if cumRand <= 2: 'He nods, pulls out, and brings his cock up in front of your face.' act 'Continue':gt 'saunawhore', 'cumFace' elseif cumRand <= 4: 'He nods, pulls out, and brings his cock up in front of your face.' act 'Continue':gt 'saunawhore', 'cumMouth' elseif cumRand <= 6: 'He nods, pulls out, and holds his cock over your body.' act 'Continue':gt 'saunawhore', 'cumBelly' elseif cumRand <= 8: 'He nods, pulls out, and holds his cock over your body.' act 'Continue':gt 'saunawhore', 'cumTits' else 'He shakes his head and says "Sorry, I can''t stop now!" and you realize he''s going to cum in you anyway!' act 'Continue':gt 'saunawhore', 'cumVaginal' end end end end if $ARGS[0] = 'cumVaginal': minut += 5 if useCondom = 1: '
' 'The client''s cock twitches several more times as he cums into the condom inside of you.' 'He strips the condom from his dick, and you see that it has <<$cumType>> cum in it.' moodTypeRand += rand (-2, 2) if $moodType = 'bad': '
' 'Suddenly he grabs your head and pours the contents all over your face.' gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl gs 'cum_call', 'face', 'sauna client', 0, 0, 0, cumVolMl elseif $moodType = 'fairly normal': 'He throws it away on the floor, not caring about spilling the fluids around.' gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl elseif $moodType = 'good': 'He throws it in the waste bin and gently caresses your hair afterwards.' gs 'cum_call', '', 'sauna client', 0, 3, 0, cumVolMl end else '
' 'The client''s cock twitches several more times, and you feel a warmth spreading inside of you as he pumps <<$cumType>> cum deep inside your pussy.' gs 'cum_call', '', 'sauna client', 0, 0, 0, cumVolMl if rand(1,100) >= 70:dynamic $venerasiak end gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'cumAnal': if useCondom = 1: '
' 'The client''s cock twitches several more times as he cums into the condom inside of your ass.' 'He strips the condom from his dick, and you see that it has <<$cumType>> cum in it.' moodTypeRand += rand (-2, 2) if $moodType = 'bad': '
' 'Suddenly he grabs your head and pours the contents all over your face.' gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl gs 'cum_call', 'face', 'sauna client', 0, 0, 0, cumVolMl elseif $moodType = 'fairly normal': 'He throws it away on the floor, not caring about spilling the fluids around.' gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl elseif $moodType = 'good': 'He throws it in the waste bin and gently caresses your hair afterwards.' gs 'cum_call', 'anus', 'sauna client', 0, 3, 0, cumVolMl end else '
' 'The client''s cock twitches several more times, and you feel a warmth spreading inside of you as he pumps <<$cumType>> cum deep inside your gut.' if rand(1,100) >= 70:dynamic $venerasiak gs 'cum_call', 'anus', 'sauna client', 0, 0, 0, cumVolMl end gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'cumFace': facial += 1 '
' if useCondom = 1: 'The client strips the condom from his dick and blows <<$cumType>> cum all over your face.' else 'The client finishes himself off and blows <<$cumType>> cum all over your face.' end gs 'cum_call', 'face', 0, 0, 0, cumVolMl gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'cumMouth': '
' if useCondom = 1: 'The client strips the condom from his dick and shoots <<$cumType>> cum inside your mouth.' else 'The client stuffs his dick back inside your mouth, and as you suck it, he shoots <<$cumType>> cum inside your mouth.' end gs 'cum_call', 'mouth', 0, 0, 0, cumVolMl gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'cumBelly': '
' if useCondom = 1: 'The client strips the condom from his dick and shoots <<$cumType>> cum all over your belly.' else 'The client finishes himself off and shoots <<$cumType>> cum all over your belly.' end gs 'cum_call', 'stomach', 0, 0, 0, cumVolMl gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'cumTits': '
' 'You kneel down infront of him, raising your breasts higher for him to shoot his cum on them.' if useCondom = 1: 'The client strips the condom from his dick and shoots <<$cumType>> cum all over your tits.' else 'The client finishes himself off and shoots <<$cumType>> cum all over your tits.' end gs 'cum_call', 'breasts', 0, 0, 0, cumVolMl gs 'stat' act 'Continue':gt 'saunawhore', 'clientLeave' end if $ARGS[0] = 'clientLeave': basePay = (10 * rand(75,125)) if prezik = 0: condomPrice = 50 elseif prezik > 0: dynamic $prezik condomPrice = 0 end if forced = 2: payment = (basePay * useCondom) - condomPrice else payment = (basePay / 2) - condomPrice end '
' if workDolg > 0: workDolg -= payment 'Having finished with you, the client gets dressed, leaves the room, and pays the sauna <> for your services.' gs 'arousal', 'end' gs 'stat' act 'Head back to the main area':gt 'saunawork' else money += payment 'Having finished with you, the client gets dressed, takes his wallet and hands you <> .' gs 'arousal', 'end' gs 'stat' act 'Take the money and see him out':gt 'saunawork' end end --- saunawhore ---------------------------------