Newer
Older
:: RESS [nobr]
/* This is one of several files that contains and organizes many different events. */
/* genericPlotEvents.tw */
/* PESS.tw: Player Event, Single Slave */
/* PETS.tw: Player Event, Two Slaves */
/* RECI.tw: Random Event, Check In */
/* REFI.tw: Random Event, Fetish Interest */
/* REFS.tw: Random Event, Future Societies */
/* RESS.tw: Random Event, Single Slave */
/* RESSTR.tw: Random Event, Single Slave (Test Realm, for debugging events) */
/* RETS.tw: Random Event, Two Slaves */
/* */
/* Events can also be in a dedicated *.tw file, formatted as follows: */
/* jeXXXXX.tw: Justice Event */
/* pXXXXXX.tw: Player event */
/* peXXXXX.tw: Player Event focused on a slave */
/* reXXXXX.tw: Random Event */
/* resXXXX.tw: Random Event, School */
/* seXXXXX.tw: Slave Event, focuses on slaves coming or going */
/* securityForceXXXXX.tw: Special (Security) Force event */
/* */
/* Some scenes are also stored in useGuard.tw, walkPast.tw, and toychest.tw */
<<set $activeSlave = $eventSlave>>
<<if $cheatMode == 1>>
<<set $nextButton = "Back", $nextLink = "Nonrandom Event", $returnTo = "Nonrandom Event">> /* if user just clicks spacebar */
''A random single slave event would have been selected from the following:''
<<for _i = 0; _i < $RESSevent.length; _i++>>
<<print "[[$RESSevent[_i]|RESS][$RESSevent = $RESSevent[" + _i + "]]]">>
<br>
<</for>>
<br><br>[[Go Back to Random Individual Event|Random Individual Event][$activeSlave = 0]]
<<else>>
<<set $RESSevent = $RESSevent.random()>>
<<goto "RESS">>
<</if>>
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week", _didAnal = 0, _didVaginal = 0>>
<<set _clothesTemp = $activeSlave.clothes>>
<<switch $RESSevent>>
/*Some events start with the slave naked (any event that starts with the daily inspection, for example). Here we switch their clothing just for the image to load, then switch it back quickly so the player's choice is not messed up.*/
<<case "age implant" "ara ara" "ass fitting" "back stretch" "bad dream" "bed snuggle" "bondage gear" "bonded love" "breast expansion blues" "cockfeeder resistance" "confident tanning" "devoted educated slave" "devoted exhibition" "devoted lotion" "desperate null" "devoted nympho" "devoted shortstack" "devoted waist" "extreme aphrodisiacs" "fearful balls" "fucktoy tribbing" "gaped asshole" "happy dance" "heavy piercing" "huge naturals" "huge tits" "hugely pregnant" "ignorant horny" "im scared" "implant inspection" "kitchen molestation" "language lesson" "mindbroken morning" "modest clothes" "mods please" "moist pussy" "muscles" "obedient girlish" "obedient idiot" "old PC age difference" "orchiectomy please" "PA flirting" "penitent" "permitted masturbation" "plimb help" "rebellious arrogant" "resistant gelding" "resistant shower" "resting amp" "restricted profession" "restricted smart" "retching cum feeding" "sexy succubus" "shaped areolae" "shift masturbation" "shift sleep" "shower slip" "slave clit on slave" "slave dick huge" "slave dick on slave" "sleeping ambivalent" "sore shoulders" "spa boobs" "subjugation blues" "suppository resistance" "tendon fall" "terrified inspection" "tittymonster inspection" "torpedo squeeze" "transition anxiety" "trusting HG" "unhappy virgin" "used whore" "vocal disobedience" "young PC age difference">>
<<set $activeSlave.clothes = "no clothing">>
<<case "whore rebellious">>
/* this scene states they are wearing "thick, durable latex with temperature regulation and anchor points for restraint" no matter what they are assigned to wear. */
<<set $activeSlave.clothes = "restrictive latex">>
<<case "inconvenient labia">>
/* "pulling down the compression shorts $he was wearing" */
<<if isItemAccessible("sport shorts")>>
<<if $activeSlave.boobs >= 650>>
<<set $activeSlave.clothes = "sport shorts and a sports bra">>
<<set _newSlaves = []>>
<<for _ress = 0; _ress < 3; _ress++>>
<<set $oneTimeDisableDisability = 1>>
<<if $arcologies[0].FSSupremacistLawME == 1>>
<<set $fixedRace = $arcologies[0].FSSupremacistRace>>
<<elseif $arcologies[0].FSSubjugationistLawME == 1>>
<<set _races = setup.filterRacesLowercase.filter(race => race !== $arcologies[0].FSSubjugationistRace)>>
<<set $fixedRace = _races.random()>>
<</if>>
<<set $fixedNationality = "American">>
<<set _meanGirl = GenerateNewSlave("XX")>>
<<set _meanGirl.origin = "You enslaved her for abusing " + $eventSlave.slaveName + " while " + $he + " was serving the public.">>
<<set _meanGirl.career = "a student">>
<<set _meanGirl.markings = "none", _meanGirl.weight = -20>>
<<set _meanGirl.devotion = random(-80,-60)>>
<<set _meanGirl.trust = random(-20,-10)>>
<<set _meanGirl.muscles = random(0,15)>>
<<set _meanGirl.boobsImplant = 200*random(0,3)>>
<<set _meanGirl.boobs += _meanGirl.boobsImplant>>
<<set _meanGirl.buttImplant = random(0,2)>>
<<set _meanGirl.butt += _meanGirl.buttImplant>>
<<set _meanGirl.butt += 1>>
<<set _meanGirl.vagina = random(1,2)>>
<<set _meanGirl.anus = 1>>
<<set _meanGirl.face = random(20,60)>>
<<set _meanGirl.actualAge = random(18,19)>>
<<set _meanGirl.visualAge = _meanGirl.actualAge>>
<<set _meanGirl.physicalAge = _meanGirl.actualAge>>
<<set _meanGirl.ovaryAge = _meanGirl.actualAge>>
<<set _meanGirl.health = random(30,50)>>
<<set _meanGirl.attrXY = random(60,90)>>
<<set _meanGirl.attrXX = random(10,20)>>
<<set _meanGirl.behavioralFlaw = either("arrogant", "bitchy")>>
<<set _meanGirl.clothes = either("conservative clothing", "a mini dress", "sport shorts and a t-shirt", "a t-shirt and jeans")>>
<<set _newSlaves.push(_meanGirl)>>
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageColumn">
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt _newSlaves[0] 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt _newSlaves[1] 2 0>>
</div>
<div class="imageRef medImg">
<<SlaveArt _newSlaves[2] 2 0>>
</div>
</div>
<</if>>
/* 000-250-006 */
<<elseif $RESSevent == "PA flirting">>
<span id="artFrame">
/* 000-250-006 */
<<if $seeImages == 1>>
<div class="imageColumn">
<div class="imageRef medImg">
<<SlaveArt $activeSlave 2 0>>
</div>
<div class="imageRef medImg">
<<= assistantArt(2)>>
</div>
/* 000-250-006 */
<<if $seeImages == 1>>
<<if $imageChoice == 1>>
<div class="imageRef lrgVector"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div>
<<else>>
<div class="imageRef lrgRender"><div class="mask"> </div><<SlaveArt $activeSlave 2 0>></div>
<</if>>
<<set $desc = SlaveTitle($activeSlave)>>
<<switch $RESSevent>>
<<case "first period">>
<<EventNameLink>> appears in the door of your office, uncertain if $he should disturb you. $He stumbles through the doorway, hands on $his <<if $activeSlave.weight >= 95>>fat belly<<elseif $activeSlave.belly >= 2000>>bloated belly<<elseif $activeSlave.weight >= 30>>chubby belly<<else>>flat belly<</if>>, before stepping forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor $girl is terrified for some reason.
$He uses gestures to point to $his stomach, and explains that $he is feeling an unusual pain.
"My belly, <<Master>>," $he <<say>>s apologetically. "It hurt<<s>> and I don't know why. It ju<<s>>t <<s>>tarted re<<c>>ently."
You check $his records and discover $he has very likely just become a woman.
<<set $activeSlave.pubertyXX = 1>>
<<case "wet dreams">>
<<EventNameLink>> appears in the door of your office early in the morning, hesitating before stepping in. You question why $he has come to see you and $he gingerly approaches your desk.
$He uses gestures to point to $his crotch, and explains that $he has accidentally started wetting $his bed.
"I'm <<s>>orry, <<Master>>," $he <<say>>s apologetically. "I keep wetting my bed at night, and it feel<<s>> <<s>>o good too."
You check $his records for any potential health issues that could be causing this annoyance when it dawns on you. $activeSlave.slaveName is likely becoming potent, and now is the perfect time to cement $his sexuality.
<<set $activeSlave.pubertyXY = 1>>
You are awakened from a sound sleep by someone eagerly <<if $PC.dick == 1>>sucking your dick<<else>>eating you out<</if>>. Your slaves know better than to disturb you, let alone take the initiative, but you are shocked when you pull back the sheets and reveal the smiling <<EventNameLink>>.
$He promptly stops, flashes you an appreciative smile and goes right back to pleasing you.
$He pulls off you with a frown. "I'm <<s>>orry, <<Master>>," $he <<say>>s apologetically. "It'<<s>> ju<<s>>t, you've been <<s>>o nice to me. Thi<<s>> felt like the right thing to do." $He lowers $his head back to your crotch.
$He was mindbroken, but seems to have snapped out of it due to a deep love of you.
Loading
Loading full blame...