Skip to content
Snippets Groups Projects
RESS.tw 1.49 MiB
Newer Older
pregmodfan's avatar
pregmodfan committed

/* This is one of several files that contains and organizes many different events.	*/
klorpa's avatar
klorpa committed
/*	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:				*/
klorpa's avatar
klorpa committed
/*	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			*/

Pregmodder's avatar
Pregmodder committed
<<if Array.isArray($RESSevent)>>
klorpa's avatar
klorpa committed
	<<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:''
klorpa's avatar
klorpa committed
		<<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>>
Pregmodder's avatar
Pregmodder committed
<<set $nextButton = "Continue", $nextLink = "AS Dump", $returnTo = "Next Week", _didAnal = 0, _didVaginal = 0>>
lowercasedonkey's avatar
lowercasedonkey committed
<<set _clothesTemp = $activeSlave.clothes>>
<<switch $RESSevent>>
klorpa's avatar
klorpa committed
/*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.*/
klorpa's avatar
klorpa committed
<<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">>
klorpa's avatar
klorpa committed
	<<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">>
lowercasedonkey's avatar
lowercasedonkey committed
		<<else>>
klorpa's avatar
klorpa committed
			<<set $activeSlave.clothes = "sport shorts">>
lowercasedonkey's avatar
lowercasedonkey committed
		<</if>>
klorpa's avatar
klorpa committed
	<<else>>
klorpa's avatar
klorpa committed
		<<set $activeSlave.clothes = "spats and a tank top">>
klorpa's avatar
klorpa committed
	<</if>>
<<case "mean girls">>

lowercasedonkey's avatar
lowercasedonkey committed
<</switch>>
klorpa's avatar
klorpa committed
<<if $RESSevent == "mean girls">>
	<<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">>
klorpa's avatar
klorpa committed
		<<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)>>
	<</for>>
	<span id="artFrame">
klorpa's avatar
klorpa committed
		/* 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">
klorpa's avatar
klorpa committed
		/* 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>
			</div>
klorpa's avatar
klorpa committed
		<</if>>
		/* 000-250-006 */
	</span>
<<else>>
	<span id="artFrame">
klorpa's avatar
klorpa committed
		/* 000-250-006 */
		<<if $seeImages == 1>>
			<<if $imageChoice == 1>>
				<div class="imageRef lrgVector"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
			<<else>>
				<div class="imageRef lrgRender"><div class="mask">&nbsp;</div><<SlaveArt $activeSlave 2 0>></div>
			<</if>>
klorpa's avatar
klorpa committed
		/* 000-250-006 */
Pregmodder's avatar
Pregmodder committed
<</if>>
lowercasedonkey's avatar
lowercasedonkey committed
<<set $activeSlave.clothes = _clothesTemp>>
<<set $desc = SlaveTitle($activeSlave)>>
<<run Enunciate($activeSlave)>>
Pregmodder's avatar
Pregmodder committed
<<set _belly = bellyAdjective($activeSlave)>>
klorpa's avatar
klorpa committed
<<setLocalPronouns $activeSlave>>
klorpa's avatar
klorpa committed
<<setPlayerPronouns>>
<<setAssistantPronouns>>

<<switch $RESSevent>>

<<case "first period">>

lowercasedonkey's avatar
lowercasedonkey committed
<<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.
klorpa's avatar
klorpa committed
You press $him on why $he is acting this way.
Pregmodder's avatar
Pregmodder committed
<<if !canTalk($activeSlave)>>
klorpa's avatar
klorpa committed
	$He uses gestures to point to $his stomach, and explains that $he is feeling an unusual pain.
klorpa's avatar
klorpa committed
	"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."
klorpa's avatar
klorpa committed
You check $his records and discover $he has very likely just become a woman.
<<set $activeSlave.pubertyXX = 1>>
lowercasedonkey's avatar
lowercasedonkey committed
<<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.
Pregmodder's avatar
Pregmodder committed
<<if !canTalk($activeSlave)>>
klorpa's avatar
klorpa committed
	$He uses gestures to point to $his crotch, and explains that $he has accidentally started wetting $his bed.
klorpa's avatar
klorpa committed
	"I'm <<s>>orry, <<Master>>," $he <<say>>s apologetically. "I keep wetting my bed at night, and it feel<<s>> <<s>>o good too."
klorpa's avatar
klorpa committed
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>>
Pregmodder's avatar
Pregmodder committed
<<case "surprising wakeup">>

lowercasedonkey's avatar
lowercasedonkey committed
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>>.
Pregmodder's avatar
Pregmodder committed
<<if !canTalk($activeSlave)>>
klorpa's avatar
klorpa committed
	$He promptly stops, flashes you an appreciative smile and goes right back to pleasing you.
Pregmodder's avatar
Pregmodder committed
<<else>>
klorpa's avatar
klorpa committed
	$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.
Pregmodder's avatar
Pregmodder committed
<</if>>
<br><br>
Pregmodder's avatar
Pregmodder committed
$He was mindbroken, but seems to have snapped out of it due to a deep love of you.
Pregmodder's avatar
Pregmodder committed

Pregmodder's avatar
Pregmodder committed
<<case "mutinery attempt">>

Loading
Loading full blame...