diff --git a/devNotes/AnatomyOfAFreeCitiesEvent.txt b/devNotes/AnatomyOfAFreeCitiesEvent.txt index 8bf208cfb0dd97f69a7af49fde7ea1048d2cc284..d7585446903c2203e442590c217cf08d5a1d4f8e 100644 --- a/devNotes/AnatomyOfAFreeCitiesEvent.txt +++ b/devNotes/AnatomyOfAFreeCitiesEvent.txt @@ -53,7 +53,8 @@ Main event text The bulk of the writing will be in the main event text. There are quite a few rules to deal with here. The PC is referred to in the second person singular ("you"), everyone else in third person. The PC has no direct speech. All the things "you" say are described, not quoted. -A slave can be linked with the macro <<EventNameLink _Slave>>. This allows the player to click on the slave name and view their description, then go back to the event. WARNING: Going back triggers the event passage again, so if your event has immediate effects (see above), make sure to NOT repeat them by setting corresponding flags (this is harder than it sounds in general). +A slave's description can be linked from an event by replacing thier name with <<= App.UI.slaveDescriptionDialog(_Slave)>>. This allows the player to click on the slave name and view their description, then go back to the event. This is not a passage transition so you don't need to worry about preserving temporary state. +If you want to introduce a new actor by their relationship to another actor, use <<= contextualIntro(_firstSlave, _newSlave)>>. You can pass a third parameter of "true" if you want the new actor's name to be linked to their description dialog. <<SlaveTitle _Slave>> sets $desc (which ends up being a string like "slavegirl", "MILF", "futanari" and so on, depending on slave). diff --git a/devTools/FC.d.ts b/devTools/FC.d.ts index 46779cb572d3dcc6ea6f0322200434680a81b0e5..ba1ec2ce3a402bfd5001a1b0d38d1824160e5c42 100644 --- a/devTools/FC.d.ts +++ b/devTools/FC.d.ts @@ -16,9 +16,7 @@ interface Window { rulesAutosurgery: any; ruleApplied: any; - clearSummaryCache: any; SlaveSummary: any; - SlaveSummaryUncached: any; } declare namespace App { diff --git a/js/002-config/fc-js-init.js b/js/002-config/fc-js-init.js index c3a378971a317816924c8ba2f1e11da0f662b2c0..c1925ba032bc87ab8266d871aafdb382f069d1f1 100644 --- a/js/002-config/fc-js-init.js +++ b/js/002-config/fc-js-init.js @@ -18,6 +18,7 @@ App.MainView = {}; App.UI = {}; App.UI.DOM = {}; App.UI.View = {}; +App.UI.SlaveInteract = {}; App.Update = {}; App.Utils = {}; App.Interact = {}; diff --git a/js/003-data/gameVariableData.js b/js/003-data/gameVariableData.js index dd9c612b8d74ce14e53433185823569e7c1e7459..11ad8ce4e16b1618500c9708c8657caa4a5b50ef 100644 --- a/js/003-data/gameVariableData.js +++ b/js/003-data/gameVariableData.js @@ -1,177 +1,172 @@ // A whitelist for ingame variables. Used to init the game or fill in gaps. Also used as a whitelist. Anything not on this list will be removed on BC. App.Data.defaultGameStateVariables = { + // Page returnTo: "init", nextButton: "Continue", nextLink: "Alpha disclaimer", storedLink: "", + + // Version ver: 0, pmodVer: 0, releaseID: 0, + + // Slaves slaveIndices: 0, genePool: [], geneMods: {NCS: 0, rapidCellGrowth: 0}, missingTable: {}, slaves: [], - showMissingSlaves: false, - showMissingSlavesSD: false, - marrying: [], - // array of slave being married this week - organs: [], - ArcadeiIDs: [], - BrothiIDs: [], - CellBiIDs: [], - CliniciIDs: [], - ClubiIDs: [], - DairyiIDs: [], - FarmyardiIDs: [], - HGSuiteiIDs: [], - MastSiIDs: [], - SchlRiIDs: [], - ServQiIDs: [], - SpaiIDs: [], - NurseryiIDs: [], - saveImported: 0, + + // PC PC: {}, freshPC: 0, + IsInPrimePC: 3, + IsPastPrimePC: 5000, + PCTitle: "", + + // Save + saveImported: 0, + + // Other cheater: 0, cash: 0, cashLastWeek: 0, - autosave: 1, - useFSNames: 1, + + // UI content FSNamePref: 0, - seeDetails: 1, - seeDesk: 1, + HGFormality: 1, + HGSeverity: 0, + abbreviateClothes: 2, + abbreviateDevotion: 2, + abbreviateDiet: 2, + abbreviateDrugs: 2, + abbreviateGenitalia: 2, + abbreviateHealth: 2, + abbreviateMental: 2, + abbreviateNationality: 2, + abbreviateOrigins: 2, + abbreviatePhysicals: 2, + abbreviateRace: 2, + abbreviateRules: 2, + abbreviateRulesets: 2, + abbreviateSidebar: 2, + abbreviateSkills: 2, + adamPrinciple: 0, + allowFamilyTitles: 0, + allowMaleSlaveNames: false, + autosave: 1, + baseDifficulty: 3, + dangerousPregnancy: 0, + debugMode: 0, + debugModeCustomFunction: 0, + difficultySwitch: 0, + disableLisping: 0, + displayAssignments: 1, + economy: 100, + expansionRequestsAllowed: 1, + extremeUnderage: 0, + familyTesting: 0, + formatNumbers: 1, + fucktoyInteractionsPosition: 1, + headGirlSoftensFlaws: 1, + headGirlTrainsFlaws: 1, + headGirlTrainsHealth: 1, + headGirlTrainsObedience: 1, + headGirlTrainsParaphilias: 1, + headGirlTrainsSkills: 1, + imageChoice: 1, + inbreeding: 1, + killChoice: -1, + lineSeparations: 1, + makeDicks: 0, + modRequestsAllowed: 1, + neighboringArcologies: 3, + newDescriptions: 0, newModelUI: 1, + nicknamesAllowed: 1, + positionMainLinks: -1, + profiler: 0, + realRoyalties: 0, + retainCareer: 1, + rulesAssistantAuto: 0, + rulesAssistantMain: 1, + seeAge: 1, seeArcology: 1, - seeFCNN: 1, - useSummaryCache: true, - seeExtreme: 0, + seeAvatar: 1, seeBestiality: 0, - seePee: 1, - seeIncest: 1, - extremeUnderage: 0, - seeHyperPreg: 0, - seePreg: 1, - dangerousPregnancy: 0, - adamPrinciple: 0, seeCircumcision: 1, - seeAge: 1, + seeDesk: 1, + seeDetails: 1, seeDicks: 25, seeDicksAffectsPregnancy: 1, - seeRace: 1, - seeNationality: 1, - realRoyalties: 0, - seeIllness: 1, - seeImages: 0, + seeExtreme: 0, + seeFCNN: 1, seeFaces: 1, - seeAvatar: 1, seeHeight: 0, - imageChoice: 1, - seeVectorArtHighlights: 1, + seeHyperPreg: 0, + seeIllness: 1, + seeImages: 0, + seeIncest: 1, seeMainFetishes: 0, - seeSummaryImages: 1, + seeNationality: 1, + seePee: 1, + seePreg: 1, + seeRace: 1, seeReportImages: 1, - lineSeparations: 1, - slavePanelStyle: 1, - showSexualHistory: 1, - showBodyMods: 1, - showImplantEffects: 1, - showClothing: 1, + seeSummaryImages: 1, + seeVectorArtHighlights: 1, showAgeDetail: 1, + showAppraisal: 1, + showAssignToScenes: 1, + showBodyMods: 1, showBoobCCs: 1, - showHeightCMs: 1, + showClothing: 1, showDickCMs: 1, + showDistantRelatives: 0, + showEWD: 1, + showEWM: 1, + showEconomicDetails: 0, + showHeightCMs: 1, + showImplantEffects: 1, showInches: 1, + showMissingSlaves: false, + showMissingSlavesSD: false, + showNeighborDetails: 1, showNumbers: 2, showNumbersMax: 20, showScores: 1, - showAssignToScenes: 1, - showEWD: 1, - showEWM: 1, - showVignettes: 1, - showAppraisal: 1, - verticalizeArcologyLinks: 0, - positionMainLinks: -1, + showSexualHistory: 1, showTipsFromEncy: 1, - displayAssignments: 1, + showVignettes: 1, + slavePanelStyle: 1, sortSlavesBy: "devotion", - sortSlavesOrder: "descending", sortSlavesMain: 1, - HGSeverity: 0, - HGFormality: 1, + sortSlavesOrder: "descending", + summaryStats: 0, + surnameOrder: 0, + tabChoice: {Main: "all"}, + universalRulesAssignsSelfFacility: 0, + universalRulesBirthing: 0, + universalRulesCSec: 0, + universalRulesChildrenBecomeBreeders: 0, universalRulesConsent: 0, - universalRulesRest: 0, universalRulesFacilityWork: 1, + universalRulesImmobileSlavesMaintainMuscles: 0, universalRulesImpregnation: "none", - universalRulesBirthing: 0, - universalRulesCSec: 0, universalRulesNewSlavesRA: 1, - universalRulesAssignsSelfFacility: 0, - universalRulesImmobileSlavesMaintainMuscles: 0, - universalRulesChildrenBecomeBreeders: 0, - slaveDead: 0, - rulesAssistantMain: 1, - rulesAssistantAuto: 0, - abbreviateDevotion: 2, - abbreviateRules: 2, - abbreviateClothes: 2, - abbreviateOrigins: 2, - abbreviateRulesets: 2, - abbreviateNationality: 2, - abbreviateHealth: 2, - abbreviateDiet: 2, - abbreviateDrugs: 2, - abbreviateRace: 2, - abbreviateGenitalia: 2, - abbreviatePhysicals: 2, - abbreviateSkills: 2, - abbreviateMental: 2, - abbreviateSidebar: 2, - summaryStats: 0, - nicknamesAllowed: 1, - modRequestsAllowed: 1, - expansionRequestsAllowed: 1, - plot: 1, - continent: "North America", - terrain: "rural", - language: "English", - headGirlTrainsSkills: 1, - headGirlTrainsHealth: 1, - headGirlTrainsObedience: 1, - headGirlTrainsFlaws: 1, - headGirlSoftensFlaws: 1, - headGirlTrainsParaphilias: 1, - retainCareer: 1, - useSlaveSummaryTabs: 0, - useSlaveSummaryOverviewTab: 0, - useSlaveListInPageJSNavigation: 0, - fucktoyInteractionsPosition: 1, - killChoice: -1, - assignmentRecords: {}, - verboseDescriptions: 0, + universalRulesRest: 0, useAccordion: 0, - debugMode: 0, - showNeighborDetails: 1, + useFSNames: 1, + useSlaveListInPageJSNavigation: 0, + useSlaveSummaryOverviewTab: 0, + useSlaveSummaryTabs: 0, useTabs: 0, - tabChoice: {Main: "all"}, - formatNumbers: 1, - makeDicks: 0, - showEconomicDetails: 0, - allowMaleSlaveNames: false, - profiler: 0, - economy: 100, - baseDifficulty: 3, - difficultySwitch: 0, - neighboringArcologies: 3, - newDescriptions: 0, - familyTesting: 0, - showDistantRelatives: 0, - inbreeding: 1, - allowFamilyTitles: 0, - surnameOrder: 0, - disableLisping: 0, + verboseDescriptions: 0, + verticalizeArcologyLinks: 0, weightAffectsAssets: 1, curativeSideEffects: 1, + // eslint-disable-next-line camelcase pedo_mode: 0, minimumSlaveAge: 16, @@ -183,100 +178,53 @@ App.Data.defaultGameStateVariables = { retirementAge: 45, customRetirementAge: 45, customMenialRetirementAge: 65, - FSCreditCount: 5, - corpAssetsDev: 0, - corpAssetsDevOld: 0, - corpAssetsSlave: 0, - corpAssetsSlaveOld: 0, - corpCash: 0, - corpDivArcadeFromMarket: 0, - corpDivArcadeSlaves: 0, - corpDivBreakFromMarket: 0, - corpDivBreakSlaves: 0, - corpDivBreakSlaves2: 0, - corpDivBreakToMarket: 0, - corpDivBreakToMenial: 0, - corpDivBreakToSurgery: 0, - corpDivBreakToTrain: 0, - corpDivDairyFromMarket: 0, - corpDivDairySlaves: 0, - corpDivExtraSlaves: 0, - corpDivExtraToArcade: 0, - corpDivExtraToBreak: 0, - corpDivExtraToMarket: 0, - corpDividend: 0, - corpDivLegalSlaves: 0, - corpDivLegalToMarket: 0, - corpDivLegalToMenial: 0, - corpDivLegalToSurgery: 0, - corpDivLegalToTrain: 0, - corpDivMenialFromMarket: 0, - corpDivMenialSlaves: 0, - corpDivSurgeryFromMarket: 0, - corpDivSurgerySlaves: 0, - corpDivSurgerySlaves2: 0, - corpDivSurgeryToDairy: 0, - corpDivSurgeryToMarket: 0, - corpDivSurgeryToTrain: 0, - corpDivTrainFromMarket: 0, - corpDivTrainSlaves: 0, - corpDivTrainSlaves2: 0, - corpDivTrainToMarket: 0, - corpDivTrainToWhore: 0, - corpDivWhoreFromMarket: 0, - corpDivWhoreSlaves: 0, - corpOpCostOld: 0, - corpOverheadOld: 0, - corpProfitOld: 0, - corpRev: 0, - corpRevOld: 0, - corpSpecAccent: 0, - corpSpecAge: 0, - corpSpecAmputee: 0, - corpSpecBalls: 0, - corpSpecDevotion: 0, - corpSpecDick: 0, - corpSpecEducation: 0, - corpSpecGender: 0, - corpSpecGenitalia: 0, - corpSpecHeight: 0, - corpSpecHormones: 0, - corpSpecImplants: 0, - corpSpecInjection: 0, - corpSpecIntelligence: 0, - corpSpecMilk: 0, - corpSpecMuscle: 0, - corpSpecPussy: 0, - corpSpecSexEd: 0, - corpSpecTrust: 0, - corpSpecVirgin: 0, - corpSpecWeight: 0, - dividendTimer: 0, - personalShares: 0, - publicShares: 0, - sortIncubatorList: "Unsorted", - SF: {}, - // Misc mod variables AgeEffectOnTrainerPricingPC: 1, AgeEffectOnTrainerEffectivenessPC: 1, AgeTrainingUpperBoundPC: 14, AgeTrainingLowerBoundPC: 12, - IsInPrimePC: 3, - IsPastPrimePC: 5000, + childSex: 0, + showClothingErection: true, + masturbationAllowed: 0, - // END OLD INIT VARIABLES SECTION, after this, variables were being created in other places in the game + // Default location + continent: "North America", + terrain: "rural", + language: "English", - shelterGirlsIDs: [], // Only needed in endweek loop AProsperityCapModified: 0, - PCTitle: "", - Sweatshops: 0, - thisWeeksFSWares: 0, - thisWeeksIllegalWares: 0, - milkTap: 0, - corpSpecTimer: 0, - debugModeCustomFunction: 0, - active: 0, + secExpEnabled: 0, +}; + +// The other half of the above whitelist. However, entries in this array will be forced to the values set here upon starting NG+. +App.Data.resetOnNGPlus = { + targetArcology: {type: "New"}, + readySlaves: 0, + + slaveDead: 0, + plot: 1, + assignmentRecords: {}, + marrying: [], // array of slave being married this week + organs: [], + ArcadeiIDs: [], + BrothiIDs: [], + CellBiIDs: [], + CliniciIDs: [], + ClubiIDs: [], + DairyiIDs: [], + FarmyardiIDs: [], + HGSuiteiIDs: [], + MastSiIDs: [], + SchlRiIDs: [], + ServQiIDs: [], + SpaiIDs: [], + NurseryiIDs: [], + corp: {}, + dividendTimer: 0, + personalShares: 0, + publicShares: 0, + SF: {}, + shelterGirlsIDs: [], // Only needed in endweek loop recuriterOffice: 0, campaign: 0, miniTruth: 0, @@ -286,9 +234,12 @@ App.Data.defaultGameStateVariables = { marketInfiltration: 0, blackOps: 0, focus: "social engineering", + thisWeeksFSWares: 0, + thisWeeksIllegalWares: 0, + Sweatshops: 0, + milkTap: 0, militiaRecruitmen: 0, - corpSpecCosmetics: 0, rivalID: 0, eventDescription: 0, eliteAuctioned: 0, @@ -296,7 +247,6 @@ App.Data.defaultGameStateVariables = { subSlaves: 0, PopCap: 0, - masturbationAllowed: 0, HGtraining: "", mercenariesTitle: "", milk: 0, @@ -319,7 +269,6 @@ App.Data.defaultGameStateVariables = { PCvictoryStreak: 0, PClossStreak: 0, foughtThisWeek: 0, - /* edicts */ alternativeRents: 0, enslavementRights: 0, @@ -530,6 +479,7 @@ App.Data.defaultGameStateVariables = { SFGear: 0, SavedLeader: 0, SavedSFI: 0, + sectionInFirebase: 0, /* base vars */ secExp: {}, @@ -580,8 +530,6 @@ App.Data.defaultGameStateVariables = { DJignoresFlaws: 0, slaveFightingBG: 0, SecExp: {}, - secExpEnabled: 0, - childSex: 0, HGSlaveSuccess: 0, unMadam: 0, madamCashBonus: 0, @@ -599,15 +547,7 @@ App.Data.defaultGameStateVariables = { fluid: 0, cumSale: 0, - showClothingErection: true, revivalistLanguage: 0, - corpOpCost: 0, - corpNeighborBonus: 0, - corpOverhead: 0, - corpEconBonus: 0, - corpNeighborBonusOld: 0, - corpEconBonusOld: 0, - corpEconOld: 0, assistant: {}, localEcon: 0, econRate: 0, @@ -630,11 +570,6 @@ App.Data.defaultGameStateVariables = { enduringTrust: 0, enduringDevotion: 0, defaultRules: [], -}; - -// The other half of the above whitelist. However, entries in this array will be forced to the values set here upon starting NG+. -App.Data.resetOnNGPlus = { - targetArcology: {type: "New"}, REFeminizationCheckinIDs: [], REMILFCheckinIDs: [], @@ -821,6 +756,8 @@ App.Data.resetOnNGPlus = { cribs: [], /* array of children in the nursery */ cribsFreed: [], /* array of children that have been freed */ childToSlave: -1, /* number of total children that have become slaves */ + sortNurseryList: "Unsorted", + targetAgeNursery: 18, // Farmyard Subsection %/ farmyard: 0, @@ -899,6 +836,7 @@ App.Data.resetOnNGPlus = { FSAnnounced: 0, FSCredits: 0, FSGotRepCredits: 0, + FSCreditCount: 5, FSSingleSlaveRep: 10, FSSpending: 0, FSLockinLevel: 100, @@ -910,35 +848,6 @@ App.Data.resetOnNGPlus = { // new corporation variables newCorp: 1, vanillaShareSplit: 1, - corpEcon: 0, - corpCashDividend: 0, - corpDiv: 0, - corpExpandToken: 0, - corpSpec: 0, - corpSpecToken: 0, - corpDivExtra: 0, - corpDivLegal: 0, - corpDivBreak: 0, - corpDivSurgery: 0, - corpDivTrain: 0, - corpDivArcade: 0, - corpDivMenial: 0, - corpDivDairy: 0, - corpDivWhore: 0, - corpDivExtraDev: 0, - corpDivLegalDev: 0, - corpDivBreakDev: 0, - corpDivSurgeryDev: 0, - corpDivTrainDev: 0, - corpDivArcadeDev: 0, - corpDivMenialDev: 0, - corpDivDairyDev: 0, - corpDivWhoreDev: 0, - corpSpecRaces: [], - - corpAnnounced: 0, - corpIncorporated: 0, - corpMarket: 0, /* Slave sexual services and goods variables */ publicFuckdolls: 0, @@ -1053,6 +962,7 @@ App.Data.resetOnNGPlus = { eliteVegetable: 0, eliteFate: 0, swanSong: 0, + swanSongWeek: 99999, failedElite: 0, eugenicsFullControl: 0, badC: 0, @@ -1402,6 +1312,9 @@ App.Data.resetOnNGPlus = { nicaeaInvolvement: -2, nicaeaPower: 0, nicaeaHeld: 0, + nicaeaFocus: "", + nicaeaAssignment: "", + nicaeaAchievement: "", peacekeepers: 0, peacekeepersFate: 0, mercRomeo: 0, @@ -1491,7 +1404,56 @@ App.Data.resetOnNGPlus = { DefaultBirthDestination: "individually decided fates", abbreviateHormoneBalance: 2, legendaryFacility: 0, - fcnn: [], + fcnn: [ + ("...coming up at the top of the hour: Catgirl slaves, science fact or science fiction..."), + ("...coming up at the top of the hour: Malnockestivi Smith, Free Cities' first MtFtMtFtH transgendered person..."), + ("...new arcology construction up 23% worldwide this year, according to..."), + ("...United States Congress spends 1,264th consecutive day gridlocked over post office..."), + ("...coming up at the top of the hour: Arcology owners: oversexed oligarchs or attractive, oversexed oligarchs?..."), + ("...coming up at the top of the hour: Anal sex: not just for sex any more..."), + ("...coming up at the top of the hour: Oral sex: the new hello..."), + ("...new book by prominent feminist suggests that women should not be used as sexual appliances..."), + ("...just ahead, interview with Desha Moore, prominent advocate for compulsory female enslavement..."), + ("...just ahead, Slave Market Trends: will the pierced anus be in again this year..."), + ("...just ahead, Slave Market Trends: upstart slave trainers avoid implants..."), + ("...implant technology firm BusTech notches successful initial public offering..."), + ("...the upcoming shortage of authentic leather and what it means for the whip industry..."), + ("...dairy conglomerate Creem Inc. denies allegations of adulterating breast milk with..."), + ("...two-time award-winning actress Linda Loveless debuted new implants on the red carpet this..."), + ("...dick size: are your slaves lying to you when they tell you you're too big..."), + ("...just ahead, slave expert's opinion on best shemale slaves to use for double penetration..."), + ("...Free Cities social conservatives criticize marriage, say your slaves should be enough..."), + ("...councilman Taggart suggested in a public address that involuntary enslavement..."), + ("...councilman Taggart denies allegations that he has remained faithful to his wife..."), + ("...councilman Taggart presented evidence that regulation of the sex slave market would..."), + ("...after a word from our sponsors. Creem Inc.: for all your dairy needs..."), + ("...after a word from our sponsors. Horstmann Ltd, Free Cities' finest whipmakers..."), + ("...after a word from our sponsors. Coming soon to theaters, Quintuple, the musical..."), + ("...critical of low-end slave training corporation Wallerson & Sons for practices that they say..."), + ("...training corporation Wallerson & Sons called a study on slave illness rates 'ludicrous,' but..."), + ("...our tech correspondent: the possibilities of virally-administered gene therapy..."), + ("...our tech correspondent: breakthrough in in-vitro drug treatments that promise to..."), + ("...our tech correspondent: next year to see release of two competing aphrodisiacs..."), + ("...our tech correspondent: the coming permanent aphrodisiac implants, and what they mean..."), + ("...Sex Slaves in Space: what it takes to keep a mining crew happy for an 18-month contract..."), + ("...the implant-drug balance: how much tissue growth is necessary to support larger..."), + ("...the actress stated that the cut to full nudity in the script violated contractual..."), + ("...doping scandal as Slave Games watchdog alleges champion used internal reservoir of lube..."), + ("...next on Extreme Surgery: the mouthpussy experimenters and what they..."), + ("...'A hole's a hole,' said CEO of upstart budget glory hole franchise..."), + ("...underground slave pit fights step into the light this evening as..."), + ("...underground slave pit fight champion, freed yesterday, sells herself back into..."), + ("...with the lead designer of the MP17, the new machine pistol marketed specifically for bodyguards..."), + ("...the new Aegis drone series: because your arcology's security is your most important possession..."), + ("...the BAe Goshawk: because you deserve to travel at twice the speed of sound in the finest style..."), + ("...this year's Goat.cx award for outstanding orifice innovation goes to..."), + ("...public controversy over cannibalism. Decadence taken too far or an acceptable next step..."), + ("...sixth day of street cleaners' strike. Spokesman for the strikers: 'It's getting too nasty..."), + ("...debuts new book, 'So Long, And Thanks For All The Dicks', in which the recently retired sex slaves tell-all about..."), + ("...cure for lactose intolerance, for which he was awarded the International Association of Pastoralist..."), + ("...from the Free Cities have become increasingly common clientele for the black market..."), + ("...a risky gamble on the three-hour-long hardcore sex scene, but the box office figures for just..."), + ], }; App.Data.ignoreGameStateVariables = [ diff --git a/js/003-data/miscData.js b/js/003-data/miscData.js index 95b68abe80333c7d1db1520a455b6e117cff0422..ced713ff44c579972f3dab97a53b8c4dc8d473ba 100644 --- a/js/003-data/miscData.js +++ b/js/003-data/miscData.js @@ -475,8 +475,6 @@ App.Data.misc = { /* END Custom Nationalities region filter */ - summaryCache: {}, - /** * pregmod exclusive end ***/ /* Nationality-to-race weighted objects */ diff --git a/src/004-base/arcologyBuilding.js b/src/004-base/arcologyBuilding.js index ba1f746564abc68335c11bbca038c708fc1d3c9d..19b278a22ed77fba3c461d4a72f73ce412647953 100644 --- a/src/004-base/arcologyBuilding.js +++ b/src/004-base/arcologyBuilding.js @@ -10,6 +10,20 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable { * @type {number} */ this.owner = owner; + /** + * List of classes this cell can be converted to. + * Format: "BaseCell" stands for App.Arcology.Cell.BaseCell + * Note: The current class needs to be included as well, otherwise converting back is not possible. + * @type {string[]} + */ + this.allowedConversions = []; + } + + /** + * @returns {string} + */ + static get cellName() { + return "baseCell"; } /** @@ -26,6 +40,13 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable { return 1; } + /** + * @returns {boolean} + */ + isBaseType() { + return true; + } + /** * @param {Array<number>} path * @returns {Node} @@ -35,9 +56,10 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable { } /** + * @param {App.Arcology.Building} containingBuilding * @returns {Node} */ - cellPassage() { + cellPassage(containingBuilding) { const fragment = document.createDocumentFragment(); const scene = document.createElement("p"); @@ -56,6 +78,25 @@ App.Arcology.Cell.BaseCell = class extends App.Entity.Serializable { fragment.append(upgrades); } + if (this.allowedConversions.length > 0 && this.isBaseType()) { + const p = document.createElement("p"); + if (V.rep < 5000) { + fragment.append(App.UI.DOM.makeElement("p", "You don't have the reputation required to convert the sector base type.")); + } else { + for (const ac of this.allowedConversions) { + const cellClass = eval(`App.Arcology.Cell.${ac}`); + if (!(this instanceof cellClass)) { + p.append(this._makeUpgrade(`Convert sector to ${cellClass.cellName}.`, () => { + containingBuilding.replaceCell(this, new cellClass(1)); + repX(-5000, "capEx"); + }, 50000, "and 5000 reputation as many citizens will lose most of what they own.")); + } + } + } + fragment.append(p); + } + + return fragment; /** diff --git a/src/Corporation/corporate-divisionAcquiring.js b/src/Corporation/corporate-divisionAcquiring.js index 9b3dea70ccf085f5e0351c62e1b60f99d6b17362..145c9a3bc16bcf6f611a03f27999bc8126e83fe1 100644 --- a/src/Corporation/corporate-divisionAcquiring.js +++ b/src/Corporation/corporate-divisionAcquiring.js @@ -51,7 +51,7 @@ App.Corporate.Init_DivisionAcquiring = function(shared) { dissolve() { App.Corporate.sellSlaves(this, this.heldSlaves); super.dissolve(); - delete V[`${this._const.corpId}Slaves`]; + delete V.corp[`${this._const.corpId}Slaves`]; } getAutoBuyFromMarket() { return false; diff --git a/src/Corporation/corporate-divisionBase.js b/src/Corporation/corporate-divisionBase.js index 40246376635fef45b628f107292691f69c9ff261..9239a9a4297959f00236e7d3d881a1aa4c393a81 100644 --- a/src/Corporation/corporate-divisionBase.js +++ b/src/Corporation/corporate-divisionBase.js @@ -3,7 +3,7 @@ App.Corporate.Init_DivisionBase = function(shared) { constructor({id, name, focusDescription, sizeCost, maintenance, founding, merger}) { this._const = {}; this._const.id = id; - this._const.corpId = `corpDiv${capFirstChar(id)}`; + this._const.corpId = `Div${capFirstChar(id)}`; this._const.cost = sizeCost; this._const.name = name; this._const.focusDescription = focusDescription; @@ -189,11 +189,11 @@ App.Corporate.Init_DivisionBase = function(shared) { this.setStored('', 0); App.Corporate.sellDevelopment(this); App.Corporate.dissolvedDivision(); - this.relatedDivisions.to.forEach(nextDep => delete V[`${this._const.corpId}To${nextDep.id}`]); + this.relatedDivisions.to.forEach(nextDep => delete V.corp[`${this._const.corpId}To${nextDep.id}`]); } // private helpers - getStored(key ) { return V[this._const.corpId + key]; } - setStored(key, value) { V[this._const.corpId + key] = value; } + getStored(key ) { return V.corp[this._const.corpId + key]; } + setStored(key, value) { V.corp[this._const.corpId + key] = value; } }; }; diff --git a/src/Corporation/corporate-divisionProcessing.js b/src/Corporation/corporate-divisionProcessing.js index f42cdd67f953a6c5dd150f5729883e1e6a0a020b..368a8f5f010a74833c8cc6d29d13c5fabc27c9de 100644 --- a/src/Corporation/corporate-divisionProcessing.js +++ b/src/Corporation/corporate-divisionProcessing.js @@ -71,8 +71,8 @@ App.Corporate.Init_DivisionProcessing = function(shared) { dissolve() { App.Corporate.sellSlaves(this, this.heldSlaves); super.dissolve(); - delete V[this._const.corpId + "Slaves"]; - delete V[this._const.corpId + "Slaves2"]; + delete V.corp[this._const.corpId + "Slaves"]; + delete V.corp[this._const.corpId + "Slaves2"]; } diff --git a/src/Corporation/corporate-divisionWorking.js b/src/Corporation/corporate-divisionWorking.js index f51f5ea2c0e915a8924d0419034c86119b085227..2cfbd382f0ce6d1d2a97c3a1561aa0ecbae9ceed 100644 --- a/src/Corporation/corporate-divisionWorking.js +++ b/src/Corporation/corporate-divisionWorking.js @@ -56,7 +56,7 @@ App.Corporate.Init_DivisionWorking = function(shared) { } dissolve() { super.dissolve(); - delete V[this._const.corpId + "Slaves"]; + delete V.corp[this._const.corpId + "Slaves"]; } getAutoSendToMarket() { return false; diff --git a/src/Corporation/corporate.js b/src/Corporation/corporate.js index 91e06546f4486908a6ec52a416d2bdc793db16f4..ef172bbb480b83e538b9d941a56128e9e2f2cb69 100644 --- a/src/Corporation/corporate.js +++ b/src/Corporation/corporate.js @@ -452,6 +452,7 @@ App.Corporate.Init = function() { App.Corporate.Init_DivisionWorking(shared); App.Corporate.InitConstants(); + if (!V.corp) { V.corp = {}; } let divisions = App.Corporate.divisions = mapIdList(App.Corporate.divisionList); App.Corporate.maintenance.divisionCategories = mapIdList(App.Corporate.maintenance.divisionCategoriesList); @@ -467,9 +468,9 @@ App.Corporate.Init = function() { if(_.isObject(division)) { return division; } return App.Corporate.divisions[division]; }; - App.Corporate.getStored = function(key ) { return V[`corp${key}`]; }; - App.Corporate.setStored = function(key, value) { V[`corp${key}`] = value; }; - App.Corporate.deleteStored = function(key ) { delete V[`corp${key}`]; }; + App.Corporate.getStored = function(key ) { return V.corp[key]; }; + App.Corporate.setStored = function(key, value) { V.corp[key] = value; }; + App.Corporate.deleteStored = function(key ) { delete V.corp[key]; }; // Integer properties starting with corp const propertyToStoryInt = { @@ -597,35 +598,38 @@ App.Corporate.Init = function() { this.ledger.release(); // Some of these will need to be refactored into App.Corporate.Specialization - const toDelete = [ - "corpCash", + const toDeleteGlobal = [ "personalShares", "publicShares", - "corpDividend", "dividendTimer", - "corpSpecAccent", - "corpSpecAge", - "corpSpecAmputee", - "corpSpecBalls", - "corpSpecDevotion", - "corpSpecDick", - "corpSpecEducation", - "corpSpecGender", - "corpSpecGenitalia", - "corpSpecWeight", - "corpSpecHeight", - "corpSpecHormones", - "corpSpecImplants", - "corpSpecInjection", - "corpSpecIntelligence", - "corpSpecMilk", - "corpSpecMuscle", - "corpSpecPussy", - "corpSpecSexEd", - "corpSpecTrust", - "corpSpecVirgin" ]; - toDelete.forEach(id => delete V[id]); + toDeleteGlobal.forEach(id => delete V[id]); + const toDeleteCorp = [ + "Cash", + "Dividend", + "SpecAccent", + "SpecAge", + "SpecAmputee", + "SpecBalls", + "SpecDevotion", + "SpecDick", + "SpecEducation", + "SpecGender", + "SpecGenitalia", + "SpecWeight", + "SpecHeight", + "SpecHormones", + "SpecImplants", + "SpecInjection", + "SpecIntelligence", + "SpecMilk", + "SpecMuscle", + "SpecPussy", + "SpecSexEd", + "SpecTrust", + "SpecVirgin" + ]; + toDeleteCorp.forEach(id => delete V.corp[id]); if(this.hasMarket) { App.Arcology.cellUpgrade(V.building, App.Arcology.Cell.Market, "Corporate Market", "Markets"); @@ -899,11 +903,11 @@ App.Corporate.Init = function() { } }; - if(V.corpDivTrainSurgeryTimer !== undefined) { - let timer = V.corpDivTrainSurgeryTimer; + if(V.corp.DivTrainSurgeryTimer !== undefined) { + let timer = V.corp.DivTrainSurgeryTimer; // Note: originally the timer was capped at 20, so the founding week isn't guaranteed to be correct. - V.corpDivSurgeryFounded = V.week - timer; - delete V.corpDivTrainSurgeryTimer; + V.corp.DivSurgeryFounded = V.week - timer; + delete V.corp.DivTrainSurgeryTimer; } }; @@ -912,7 +916,7 @@ App.Corporate.Init = function() { // A positive q means adding shares to the market, negative means removing them window.corpSharePrice = function(q = 0, personalShares = null, publicShares = null) { - if (V.corpIncorporated === 0) { + if (V.corp.Incorporated === 0) { return 0; } personalShares = personalShares || V.personalShares; diff --git a/src/Corporation/corporateMarket.tw b/src/Corporation/corporateMarket.tw index ad09776c085bc8050e971f2e022e0407e13fc4bb..67bd1920e83947b08b5d990ab1004274f1e66411 100644 --- a/src/Corporation/corporateMarket.tw +++ b/src/Corporation/corporateMarket.tw @@ -7,9 +7,9 @@ <<set $nextButton = "Continue", $nextLink = "Bulk Slave Intro", $slaveMarket = "corporate", $returnTo = "Main", $newSlaveIndex = 0>> <</if>> -<<if $corpSpecGender == 2>> +<<if $corp.SpecGender == 2>> <<setNonlocalPronouns 100>> -<<elseif $corpSpecGender == 1>> +<<elseif $corp.SpecGender == 1>> <<setNonlocalPronouns 0>> <<else>> <<setNonlocalPronouns $seeDicks>> @@ -18,44 +18,44 @@ You're in your corporation's flagship slave market. The corporation pays you only nominal rent for this space, but will offer you a discount on slaves here based on your shares in it. Additionally, having the corporation's premiere products sold here in $arcologies[0].name will associate them with you, allowing your reputation to improve the corporate brand. A pretty -<<if $corpSpecDick == 1 && $corpSpecPussy == 1>>futanari<<elseif $corpSpecGender == 2>><<if $corpSpecBalls == -1>>clipped<<else>>shemale<</if>><</if>> -sales<<if $corpSpecAge == 3>>_womanU<<else>>_girlU<</if>> in a slutty suit greets you properly. _HeU's a corporate slave chosen for loyalty and intelligence, and to physically represent the brand. -<<if $corpSpecHeight == 5>> +<<if $corp.SpecDick == 1 && $corp.SpecPussy == 1>>futanari<<elseif $corp.SpecGender == 2>><<if $corp.SpecBalls == -1>>clipped<<else>>shemale<</if>><</if>> +sales<<if $corp.SpecAge == 3>>_womanU<<else>>_girlU<</if>> in a slutty suit greets you properly. _HeU's a corporate slave chosen for loyalty and intelligence, and to physically represent the brand. +<<if $corp.SpecHeight == 5>> Even before _heU engaged with you _hisU towering height made _himU stand out and caught your eye, from up close _heU's even more impressive. -<<elseif $corpSpecHeight == 1>> +<<elseif $corp.SpecHeight == 1>> _HeU's so short you have to physically look down on _himU. <</if>> -<<if $corpSpecInjection == 4>> +<<if $corp.SpecInjection == 4>> _HeU has awe-inspiring breasts which _hisU suit jacket helps support; even so, their bottoms reach past _hisU navel. -<<elseif $corpSpecInjection == 5>> +<<elseif $corp.SpecInjection == 5>> _HeU has gigantic, milk-swollen breasts almost spilling out of _hisU suit. -<<elseif $corpSpecImplants == 2>> +<<elseif $corp.SpecImplants == 2>> _HeU has enormous fake tits that ride inhumanly high on _hisU chest. -<<elseif $corpSpecInjection == 3>> +<<elseif $corp.SpecInjection == 3>> _HeU has huge tits and a nice broad butt which _hisU tight skirt hugs closely. -<<elseif $corpSpecImplants == 1>> +<<elseif $corp.SpecImplants == 1>> _HeU has nice fake bimbo tits and a silicone bubble butt. -<<elseif $corpSpecInjection == 2>> +<<elseif $corp.SpecInjection == 2>> _HeU's nice and curvy, with nice breasts and a lovely ass. -<<elseif $corpSpecInjection == 1>> +<<elseif $corp.SpecInjection == 1>> _HeU has cute little breasts and a petite rump. <</if>> -<<if $corpSpecCosmetics == 1>>_HisU face is flawless.<</if>> -<<if ($corpSpecRaces.length == 1)>> - <<set _corpSpecRace = $corpSpecRaces.random()>> - _HeU's <<print _corpSpecRace>>, of course<<if $corpSpecAccent == 1>>, and has a cute accent<</if>>. +<<if $corp.SpecCosmetics == 1>>_HisU face is flawless.<</if>> +<<if ($corp.SpecRaces.length == 1)>> + <<set _corpSpecRace = $corp.SpecRaces.random()>> + _HeU's <<print _corpSpecRace>>, of course<<if $corp.SpecAccent == 1>>, and has a cute accent<</if>>. <</if>> -<<if $corpSpecHormones == 1>> +<<if $corp.SpecHormones == 1>> _HisU voice is soft and feminine, and _heU bats _hisU eyes at you. -<<elseif $corpSpecHormones == 2>> +<<elseif $corp.SpecHormones == 2>> _HeU has a deep voice, and speaks assertively. <</if>> -<<if $corpSpecMuscle == 4>> +<<if $corp.SpecMuscle == 4>> _HisU hot body is perfectly toned under _hisU suit. -<<elseif $corpSpecMuscle == 5>> +<<elseif $corp.SpecMuscle == 5>> _HisU suit is specially tailored to flatter _hisU visible musculature. <</if>> -Of course, you know all about the corporation, but sales<<if $corpSpecAge == 3>>_womenU<<else>><<= _girlU>>s<</if>> here have standing orders to treat you like any other customer, so you can review the market properly. The slave turns to <<if $corpSpecAmputee != 1>>a multimedia presentation on<<else>>a rack of<</if>> your corporation's slaves. +Of course, you know all about the corporation, but sales<<if $corp.SpecAge == 3>>_womenU<<else>><<= _girlU>>s<</if>> here have standing orders to treat you like any other customer, so you can review the market properly. The slave turns to <<if $corp.SpecAmputee != 1>>a multimedia presentation on<<else>>a rack of<</if>> your corporation's slaves. <br><br> @@ -65,12 +65,12 @@ _HeU explains that the corporation captures many people, so it only retains and <br><br> _HisU presentation done, the -<<if $corpSpecDick == 1 && $corpSpecPussy == 1>>futanari<<elseif $corpSpecGender == 2>><<if $corpSpecBalls == -1>>clipped<<else>>shemale<</if>><</if>> -sales<<if $corpSpecAge == 3>>_womanU<<else>>_girlU<</if>> directs you to the inventory interface that will allow you to peruse the corporation's slaves, and moves over to stand next to it, ready to answer any questions. +<<if $corp.SpecDick == 1 && $corp.SpecPussy == 1>>futanari<<elseif $corp.SpecGender == 2>><<if $corp.SpecBalls == -1>>clipped<<else>>shemale<</if>><</if>> +sales<<if $corp.SpecAge == 3>>_womanU<<else>>_girlU<</if>> directs you to the inventory interface that will allow you to peruse the corporation's slaves, and moves over to stand next to it, ready to answer any questions. <<if $PC.dick != 0>> _HeU positions _himselfU facing away from you and hikes up _hisU skirt to bare _hisU - <<if $corpSpecInjection > 4>>gigantic ass<<elseif $corpSpecImplants > 0>>fake ass<<elseif $corpSpecInjection == 3>>big butt<<elseif $corpSpecInjection == 2>>cute butt<<else>>little behind<</if>> - and cocks _hisU hips<<if $corpSpecBalls == -1>>, keeping _hisU soft cock demurely out of sight<</if>>, if you feel like <<if $corpSpecGender == 2 && $corpSpecPussy != 1>>sodomizing<<else>>fucking<</if>> _himU + <<if $corp.SpecInjection > 4>>gigantic ass<<elseif $corp.SpecImplants > 0>>fake ass<<elseif $corp.SpecInjection == 3>>big butt<<elseif $corp.SpecInjection == 2>>cute butt<<else>>little behind<</if>> + and cocks _hisU hips<<if $corp.SpecBalls == -1>>, keeping _hisU soft cock demurely out of sight<</if>>, if you feel like <<if $corp.SpecGender == 2 && $corp.SpecPussy != 1>>sodomizing<<else>>fucking<</if>> _himU <<else>> _HeU gets down on _hisU knees right there, making _hisU mouth available if you feel like riding _hisU face <</if>> @@ -79,7 +79,7 @@ while you browse. <<link "Use _himU">> <<replace "#result">> <<if $PC.dick != 0>> - _HisU <<if $corpSpecGender == 2 && $corpSpecPussy != 1>>asshole is thoughtfully pre-lubed, and your cock slides easily up it<<else>>pussy is nice and wet, and your cock slides inside _himU easily<</if>> as you consider the slaves on offer. _HeU's well trained, and uses _hisU <<if $corpSpecGender == 2 && $corpSpecPussy != 1>>sphincter<<else>>womanly muscles<</if>> to please your member expertly as _heU ruts _himselfU gently back against you, doing almost all the work. When you orgasm, _heU retains the load carefully, keeping your cum inside _himU and away from _hisU nice clothes. + _HisU <<if $corp.SpecGender == 2 && $corp.SpecPussy != 1>>asshole is thoughtfully pre-lubed, and your cock slides easily up it<<else>>pussy is nice and wet, and your cock slides inside _himU easily<</if>> as you consider the slaves on offer. _HeU's well trained, and uses _hisU <<if $corp.SpecGender == 2 && $corp.SpecPussy != 1>>sphincter<<else>>womanly muscles<</if>> to please your member expertly as _heU ruts _himselfU gently back against you, doing almost all the work. When you orgasm, _heU retains the load carefully, keeping your cum inside _himU and away from _hisU nice clothes. <<else>> _HeU's very well trained, and does all the work. Once you move in and straddle _himU, _heU gets right down to it, or in this case, up to it. _HisU clever tongue runs gently along your labia to build anticipation before starting a delightful dance around and then atop your clitoris. You orgasm in no time at all, a climax which _heU carefully prolongs by kissing you full on the pussy in just the right way, only breaking the oral embrace when you've ridden it as far as you'll go. <</if>> @@ -92,7 +92,7 @@ while you browse. <<set _slaveCost = slaveCost($activeSlave)>> <<if $slavesSeen > $slaveMarketLimit>><<set _slaveCost += _slaveCost*(($slavesSeen-$slaveMarketLimit)*0.1)>><</if>> -<<if $corpMarket == 1>> +<<if $corp.Market == 1>> Your own local franchise of your corporation allows you to enjoy a discount. <<set _slaveCost *= 0.9>> <</if>> @@ -104,7 +104,7 @@ The offered price is <<print cashFormat(_slaveCost)>>.<<if $slavesSeen > $slaveM <<buyingFromMarketControls>> <<link "End corporate slave sales here and return this sector to standard markets">> - <<set $corpMarket = 0>> + <<set $corp.Market = 0>> <<run App.Arcology.cellUpgrade($building, App.Arcology.Cell.Market, "Corporate Market", "Markets")>> <<goto "Main">> <</link>> diff --git a/src/Corporation/manageCorporation.tw b/src/Corporation/manageCorporation.tw index cf323237e68e08be19d98567dd930c913994cb92..21a37b48a918f05674605ef1f32de606363036d7 100644 --- a/src/Corporation/manageCorporation.tw +++ b/src/Corporation/manageCorporation.tw @@ -93,7 +93,7 @@ <<run _buySlaveArray.push({ 'name': 'Fill' , 'count':_fillSlaveCount})>> <</if>> <<set _singleSlaveCost = App.Corporate.slaveMarketPurchaseValue(_div, 1)>> - <<if $corpCash > _singleSlaveCost>> + <<if $corp.Cash > _singleSlaveCost>> <div> The corporation can purchase slaves directly from the market for about <<=cashFormatColor(_singleSlaveCost)>> </div> @@ -101,7 +101,7 @@ <<set _sepObj.need = false>> <<for _slaveNum range _buySlaveArray.filter(num => _div.availableRoom > num.count)>> <<set _slaveSetCost = App.Corporate.slaveMarketPurchaseValue(_div, _slaveNum.count)>> - <<if $corpCash < _slaveSetCost>> + <<if $corp.Cash < _slaveSetCost>> <<continue>> <</if>> <<= Seperator(_sepObj) >> @@ -299,28 +299,28 @@ <h2>Shares</h2> You own <<print num($personalShares)>> shares while another <<print num($publicShares)>> shares are traded publicly. The going rate on the market for 1000 shares is currently @@.yellowgreen;<<print cashFormat(corpSharePrice())>>.@@ <br>The corporation can buyback 1000 shares for @@.red;<<print cashFormat(corpSharePrice(-1000))>>@@ or issue 1000 shares and net @@.yellowgreen;<<print cashFormat(corpSharePrice(1000))>>.@@ The corporation will prefer to round shares to the nearest 1000 and will issue or buy shares toward that goal first. -<<if $corpCash > corpSharePrice(-1000)>> +<<if $corp.Cash > corpSharePrice(-1000)>> <<if $publicShares <= $personalShares - 2000 && $publicShares > 0>> /*It won't buy back player shares if the corporation is entirely owned by the player*/ <<set _persExtraShares = $personalShares % 1000 || 1000>> <br>The corporation can buyback some of your shares. - <<= "[[Buyback "+ _persExtraShares + "|Manage Corporation][cashX(corpSharePrice(-"+_persExtraShares+"), 'stocksTraded'), $corpCash -= corpSharePrice(-"+_persExtraShares+"), $personalShares -= "+_persExtraShares+"]]">> + <<= "[[Buyback "+ _persExtraShares + "|Manage Corporation][cashX(corpSharePrice(-"+_persExtraShares+"), 'stocksTraded'), $corp.Cash -= corpSharePrice(-"+_persExtraShares+"), $personalShares -= "+_persExtraShares+"]]">> <</if>> <<if $publicShares >= 1000>> <<set _pubExtraShares = $publicShares % 1000 || 1000>> <br>The corporation can buyback some of the public shares. - <<= "[[Buyback "+ _pubExtraShares + "|Manage Corporation][$corpCash -= corpSharePrice(-"+_pubExtraShares+"), $publicShares -= "+_pubExtraShares+"]]">> + <<= "[[Buyback "+ _pubExtraShares + "|Manage Corporation][$corp.Cash -= corpSharePrice(-"+_pubExtraShares+"), $publicShares -= "+_pubExtraShares+"]]">> <</if>> <</if>> <<set _persLeftoverShares = 1000 - ($personalShares % 1000)>> <<if $cash > corpSharePrice(_persLeftoverShares)>> <br>The corporation can issue <<=_persLeftoverShares>> shares to you. - <<= "[[Issue " + _persLeftoverShares + "|Manage Corporation][cashX(forceNeg(corpSharePrice("+_persLeftoverShares+")), 'stocksTraded'), $corpCash += corpSharePrice("+_persLeftoverShares+"), $personalShares += "+_persLeftoverShares+"]]">> + <<= "[[Issue " + _persLeftoverShares + "|Manage Corporation][cashX(forceNeg(corpSharePrice("+_persLeftoverShares+")), 'stocksTraded'), $corp.Cash += corpSharePrice("+_persLeftoverShares+"), $personalShares += "+_persLeftoverShares+"]]">> <</if>> <<set _pubLeftoverShares = 1000 - ($publicShares % 1000)>> <<if $publicShares <= $personalShares - 2000>> <br>The corporation can issue <<=_pubLeftoverShares>> shares onto the stock market. - <<= "[[Issue " + _pubLeftoverShares + "|Manage Corporation][$corpCash += corpSharePrice("+_pubLeftoverShares+"), $publicShares += "+_pubLeftoverShares+"]]">> + <<= "[[Issue " + _pubLeftoverShares + "|Manage Corporation][$corp.Cash += corpSharePrice("+_pubLeftoverShares+"), $publicShares += "+_pubLeftoverShares+"]]">> <</if>> <<if $publicShares <= $personalShares - 3000>> <br>You can sell some of your shares on the stock market. [[Sell 1000|Manage Corporation][cashX(corpSharePrice(), "stocksTraded"), $personalShares -= 1000, $publicShares += 1000]] @@ -339,7 +339,7 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <<if _splitFeeValue < _splitFeeInitial>> //You negotiated lower fees due to your @@.springgreen;business acumen@@.// <</if>> -<<if $corpSpecTimer > 0>> +<<if $corp.SpecTimer > 0>> <br>//The corporation has restructured too recently.// <</if>> <ul> @@ -354,11 +354,11 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS <li><<= _splitNumerator >>-for-<<= _splitDenom>> <<if _splitDenom > _splitNumerator>>inverse<</if>> stock split at @@.red;<<= cashFormat(_splitValue) >>@@ per share. Including market fees, this will cost the corporation a total of @@.red;<<= cashFormat(_splitTotal)>>@@, leaving the going rate for stock at @@.yellowgreen;<<= cashFormat(Math.floor(corpSharePrice(0, $personalShares * _splitMultiplier, $publicShares * _splitMultiplier))) >>@@ per 1000 shares. - <<if $corpSpecTimer == 0>> + <<if $corp.SpecTimer == 0>> <<if $publicShares % _splitDenom != 0 || $personalShares % _splitDenom != 0>> //The number of shares cannot be evenly split// - <<elseif $corpCash > _splitTotal>> - <<= "[[Split Shares|Manage Corporation][$corpCash -= " + _splitTotal + ", $publicShares *= " + _splitMultiplier + ", $personalShares *= " + _splitMultiplier + ", $corpSpecTimer="+_splitWeek+"]]" >> + <<elseif $corp.Cash > _splitTotal>> + <<= "[[Split Shares|Manage Corporation][$corp.Cash -= " + _splitTotal + ", $publicShares *= " + _splitMultiplier + ", $personalShares *= " + _splitMultiplier + ", $corp.SpecTimer="+_splitWeek+"]]" >> <<else>> //The corporation cannot afford the fees.// <</if>> @@ -368,765 +368,765 @@ You own <<print num($personalShares)>> shares while another <<print num($publicS </ul> <h2>Slave specialization</h2> -<<if $corpSpecToken > 0>> /*Spending tokens on new specializations*/ - <<if $corpSpecToken > 1>> - Your corporation has $corpSpecToken specializations left. +<<if $corp.SpecToken > 0>> /*Spending tokens on new specializations*/ + <<if $corp.SpecToken > 1>> + Your corporation has $corp.SpecToken specializations left. <<else>> Your corporation has one specialization left. <</if>> - <<if $corpSpecTimer > 0>> - You have recently changed specializations and the corporation needs <<if $corpSpecTimer > 1>>$corpSpecTimer more weeks<<else>>another week<</if>> before it can comply with another directive. + <<if $corp.SpecTimer > 0>> + You have recently changed specializations and the corporation needs <<if $corp.SpecTimer > 1>>$corp.SpecTimer more weeks<<else>>another week<</if>> before it can comply with another directive. <<else>> <br>Choosing to specialize your corporation uses a specialization. The corporation can be directed to focus on the following: - <<if $corpSpecRaces.length == 0 && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This used to be $captureUpgradeRace, it is a general acquisition specialization*/ + <<if $corp.SpecRaces.length == 0 && ($corp.DivExtra > 0 || $corp.DivLegal > 0)>> /*This used to be $captureUpgradeRace, it is a general acquisition specialization*/ <br>Slaves who are not - <<if $arcologies[0].FSSubjugationistRace != "amerindian" || $arcologies[0].FSSubjugationist == "unset">>[[Amerindian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "asian" || $arcologies[0].FSSubjugationist == "unset">>[[Asian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "black" || $arcologies[0].FSSubjugationist == "unset">>[[Black|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "indo-aryan" || $arcologies[0].FSSubjugationist == "unset">>[[Indo-aryan|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "latina" || $arcologies[0].FSSubjugationist == "unset">>[[Latina|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "malay" || $arcologies[0].FSSubjugationist == "unset">>[[Malay|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]] | <</if>> - <<if $arcologies[0].FSSubjugationistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white", 1), $corpSpecToken -= 1, $corpSpecTimer = 1]]<</if>> + <<if $arcologies[0].FSSubjugationistRace != "amerindian" || $arcologies[0].FSSubjugationist == "unset">>[[Amerindian|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "asian" || $arcologies[0].FSSubjugationist == "unset">>[[Asian|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "black" || $arcologies[0].FSSubjugationist == "unset">>[[Black|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "indo-aryan" || $arcologies[0].FSSubjugationist == "unset">>[[Indo-aryan|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "latina" || $arcologies[0].FSSubjugationist == "unset">>[[Latina|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "malay" || $arcologies[0].FSSubjugationist == "unset">>[[Malay|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] | <</if>> + <<if $arcologies[0].FSSubjugationistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white", 1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]]<</if>> — //additional races can be excluded. 4 races per token.// - <<if $corpSpecToken >= 3>> + <<if $corp.SpecToken >= 3>> <br>Only slaves who are - <<if $arcologies[0].FSSupremacistRace != "amerindian" || $arcologies[0].FSSubjugationist == "unset">>[[Amerindian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "asian" || $arcologies[0].FSSubjugationist == "unset">>[[Asian|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "black" || $arcologies[0].FSSubjugationist == "unset">>[[Black|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "indo-aryan" || $arcologies[0].FSSubjugationist == "unset">>[[Indo-aryan|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "latina" || $arcologies[0].FSSubjugationist == "unset">>[[Latina|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "malay" || $arcologies[0].FSSubjugationist == "unset">>[[Malay|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]] | <</if>> - <<if $arcologies[0].FSSupremacistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white", 0), $corpSpecToken -= 3, $corpSpecTimer = 2]]<</if>> + <<if $arcologies[0].FSSupremacistRace != "amerindian" || $arcologies[0].FSSubjugationist == "unset">>[[Amerindian|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "asian" || $arcologies[0].FSSubjugationist == "unset">>[[Asian|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "black" || $arcologies[0].FSSubjugationist == "unset">>[[Black|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "indo-aryan" || $arcologies[0].FSSubjugationist == "unset">>[[Indo-aryan|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "latina" || $arcologies[0].FSSubjugationist == "unset">>[[Latina|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "malay" || $arcologies[0].FSSubjugationist == "unset">>[[Malay|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "middle eastern" || $arcologies[0].FSSubjugationist == "unset">>[[Middle Eastern|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "mixed race" || $arcologies[0].FSSubjugationist == "unset">>[[Mixed Race|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "pacific islander" || $arcologies[0].FSSubjugationist == "unset">>[[Pacific Islander|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "semitic" || $arcologies[0].FSSubjugationist == "unset">>[[Semitic|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "southern european" || $arcologies[0].FSSubjugationist == "unset">>[[Southern European|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]] | <</if>> + <<if $arcologies[0].FSSupremacistRace != "white" || $arcologies[0].FSSubjugationist == "unset">>[[White|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white", 0), $corp.SpecToken -= 3, $corp.SpecTimer = 2]]<</if>> <<else>> <br>Only slaves of a particular race requires 3 tokens. <</if>> <</if>> - <<if $seeDicks != 0 && ndef $corpSpecGender && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This used to be $captureUpgradeGender, it is a general acquisition specialization*/ - <br>Train only slaves with [[Pussies|Manage Corporation][$corpSpecGender = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Dicks|Manage Corporation][$corpSpecGender = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if $seeDicks != 0 && ndef $corp.SpecGender && ($corp.DivExtra > 0 || $corp.DivLegal > 0)>> /*This used to be $captureUpgradeGender, it is a general acquisition specialization*/ + <br>Train only slaves with [[Pussies|Manage Corporation][$corp.SpecGender = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Dicks|Manage Corporation][$corp.SpecGender = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecHeight && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This is a general acquisition specialization*/ - <br>Slaves that are [[Short|Manage Corporation][$corpSpecHeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tall|Manage Corporation][$corpSpecHeight = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecHeight && ($corp.DivExtra > 0 || $corp.DivLegal > 0)>> /*This is a general acquisition specialization*/ + <br>Slaves that are [[Short|Manage Corporation][$corp.SpecHeight = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Tall|Manage Corporation][$corp.SpecHeight = 4, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecVirgin && ($corpDivExtra > 0 || $corpDivLegal > 0)>> /*This is a general acquisition specialization*/ - <br>Slaves that are [[Virgins|Manage Corporation][$corpSpecVirgin = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecVirgin && ($corp.DivExtra > 0 || $corp.DivLegal > 0)>> /*This is a general acquisition specialization*/ + <br>Slaves that are [[Virgins|Manage Corporation][$corp.SpecVirgin = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecIntelligence && $corpDivLegal > 0 >> /*This used to be $entrapmentUpgradeIntelligence, it is a legal enslavement specialization*/ - <br>Slaves who are [[Stupid|Manage Corporation][$corpSpecIntelligence = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Intelligent|Manage Corporation][$corpSpecIntelligence = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] --//Further specializations possible// + <<if ndef $corp.SpecIntelligence && $corp.DivLegal > 0 >> /*This used to be $entrapmentUpgradeIntelligence, it is a legal enslavement specialization*/ + <br>Slaves who are [[Stupid|Manage Corporation][$corp.SpecIntelligence = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Intelligent|Manage Corporation][$corp.SpecIntelligence = 3, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] --//Further specializations possible// <</if>> - <<if ndef $corpSpecAge && $corpDivExtra > 0>> /*This used to be $captureUpgradeAge, it is the extralegal enslavement specialization*/ - <br>Slaves who are [[Younger|Manage Corporation][$corpSpecAge = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Older|Manage Corporation][$corpSpecAge = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecAge && $corp.DivExtra > 0>> /*This used to be $captureUpgradeAge, it is the extralegal enslavement specialization*/ + <br>Slaves who are [[Younger|Manage Corporation][$corp.SpecAge = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Older|Manage Corporation][$corp.SpecAge = 3, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecWeight && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $generalUpgradeWeight, it is a general improvement specialization*/ - <br>Managing slaves' diets to achieve [[Thin Slaves|Manage Corporation][$corpSpecWeight = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat nor Thin Slaves|Manage Corporation][$corpSpecWeight = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Fat Slaves|Manage Corporation][$corpSpecWeight = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecWeight && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $generalUpgradeWeight, it is a general improvement specialization*/ + <br>Managing slaves' diets to achieve [[Thin Slaves|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Fat nor Thin Slaves|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Fat Slaves|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecDevotion && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $entrapmentUpgradeDevotionOne/Two, it is a general improvement specialization*/ - <br>Slaves who are [[Reluctant|Manage Corporation][$corpSpecDevotion = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Obedient|Manage Corporation][$corpSpecDevotion = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecDevotion && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $entrapmentUpgradeDevotionOne/Two, it is a general improvement specialization*/ + <br>Slaves who are [[Reluctant|Manage Corporation][$corp.SpecDevotion = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Obedient|Manage Corporation][$corp.SpecDevotion = 4, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecAccent && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $trainingUpgradeAccent, it is a general improvement specialization*/ - <br>Slaves are taught to [[Speak the Language|Manage Corporation][$corpSpecAccent = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Speak without Accent|Manage Corporation][$corpSpecAccent = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecAccent && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $trainingUpgradeAccent, it is a general improvement specialization*/ + <br>Slaves are taught to [[Speak the Language|Manage Corporation][$corp.SpecAccent = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Speak without Accent|Manage Corporation][$corp.SpecAccent = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecHormones && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $drugUpgradeHormones, it is a general improvement specialization*/ - <br>Slaves are given hormones to [[Feminize|Manage Corporation][$corpSpecHormones = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Masculinize|Manage Corporation][$corpSpecHormones = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecHormones && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $drugUpgradeHormones, it is a general improvement specialization*/ + <br>Slaves are given hormones to [[Feminize|Manage Corporation][$corp.SpecHormones = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Masculinize|Manage Corporation][$corp.SpecHormones = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecInjection && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $drugUpgradeInjectionOne, it is a general improvement specialization*/ - <br>Slave assets are made to be [[Petite|Manage Corporation][$corpSpecInjection = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Tasteful|Manage Corporation][$corpSpecInjection = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Huge|Manage Corporation][$corpSpecInjection = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecInjection && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $drugUpgradeInjectionOne, it is a general improvement specialization*/ + <br>Slave assets are made to be [[Petite|Manage Corporation][$corp.SpecInjection = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Tasteful|Manage Corporation][$corp.SpecInjection = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Huge|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecCosmetics && ($corpDivBreak > 0 || $corpDivSurgery > 0 || $corpDivTrain > 0)>> /*This used to be $surgicalUpgradeCosmetics, it is a general improvement specialization*/ - <br>Straightforward cosmetic procedures are [[Applied|Manage Corporation][$corpSpecCosmetics = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Not Applied|Manage Corporation][$corpSpecCosmetics = 0, $corpSpecTimer = 2]] + <<if ndef $corp.SpecCosmetics && ($corp.DivBreak > 0 || $corp.DivSurgery > 0 || $corp.DivTrain > 0)>> /*This used to be $surgicalUpgradeCosmetics, it is a general improvement specialization*/ + <br>Straightforward cosmetic procedures are [[Applied|Manage Corporation][$corp.SpecCosmetics = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Not Applied|Manage Corporation][$corp.SpecCosmetics = 0, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecEducation && $corpDivTrain > 0>> /*This used to be $trainingUpgradeEducation, it is the training specialization*/ - <br>Slaves are given [[No Education|Manage Corporation][$corpSpecEducation == 0, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Basic Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecEducation && $corp.DivTrain > 0>> /*This used to be $trainingUpgradeEducation, it is the training specialization*/ + <br>Slaves are given [[No Education|Manage Corporation][$corp.SpecEducation == 0, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecImplants && $corpDivSurgery > 0>> /*This used to be $surgicalUpgradeImplants, it is the surgery specialization*/ - <br>Slave implants are [[Applied|Manage Corporation][$corpSpecImplants = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Not Applied|Manage Corporation][$corpSpecImplants = 0, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecImplants && $corp.DivSurgery > 0>> /*This used to be $surgicalUpgradeImplants, it is the surgery specialization*/ + <br>Slave implants are [[Applied|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Not Applied|Manage Corporation][$corp.SpecImplants = 0, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecGenitalia && $corpDivSurgeryDev > 100>> /*This used to be $surgicalUpgradeGenitalia, it is the surgery specialization*/ - <br>Slaves get their genitalia reconfigured [[Add Pussy|Manage Corporation][$corpSpecPussy = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corpSpecPussy = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Dick|Manage Corporation][$corpSpecDick = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corpSpecDick = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Add Balls|Manage Corporation][$corpSpecBalls = 1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corpSpecBalls = -1, $corpSpecGenitalia = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecGenitalia && $corp.DivSurgeryDev > 100>> /*This used to be $surgicalUpgradeGenitalia, it is the surgery specialization*/ + <br>Slaves get their genitalia reconfigured [[Add Pussy|Manage Corporation][$corp.SpecPussy = 1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corp.SpecPussy = -1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Add Dick|Manage Corporation][$corp.SpecDick = 1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corp.SpecDick = -1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Add Balls|Manage Corporation][$corp.SpecBalls = 1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corp.SpecBalls = -1, $corp.SpecGenitalia = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecTrust && $corpDivBreak > 0>> /*This used to be $generalUpgradeBreaking, it is the slave breaking specific specialization*/ - <br>Breaking slaves with [[Brutality|Manage Corporation][$corpSpecTrust = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Care|Manage Corporation][$corpSpecTrust = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecTrust && $corp.DivBreak > 0>> /*This used to be $generalUpgradeBreaking, it is the slave breaking specific specialization*/ + <br>Breaking slaves with [[Brutality|Manage Corporation][$corp.SpecTrust = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Care|Manage Corporation][$corp.SpecTrust = 4, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecAmputee && $corpDivArcade > 0 && $corpDivSurgeryDev > 100>> /*This is the arcade specialization*/ - <br>Slave limbs are categorically [[Removed|Manage Corporation][$corpSpecAmputee = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecAmputee && $corp.DivArcade > 0 && $corp.DivSurgeryDev > 100>> /*This is the arcade specialization*/ + <br>Slave limbs are categorically [[Removed|Manage Corporation][$corp.SpecAmputee = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecMuscle && $corpDivMenial > 0>> /*This used to be $generalUpgradeMuscle, it is the Menial division's specialization*/ - <br>Slaves with muscles that are <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | <</if>>[[Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecMuscle && $corp.DivMenial > 0>> /*This used to be $generalUpgradeMuscle, it is the Menial division's specialization*/ + <br>Slaves with muscles that are <<if $arcologies[0].FSPhysicalIdealist == "unset">> [[Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>>[[Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> - <<if ndef $corpSpecMilk && $corpDivDairy > 0>> /*This is the dairy specialization*/ - <br>Slaves are made to be lactating [[Naturally|Manage Corporation][$corpSpecMilk = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | [[Through Implant|Manage Corporation][$corpSpecMilk = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if ndef $corp.SpecMilk && $corp.DivDairy > 0>> /*This is the dairy specialization*/ + <br>Slaves are made to be lactating [[Naturally|Manage Corporation][$corp.SpecMilk = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | [[Through Implant|Manage Corporation][$corp.SpecMilk = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if ndef $corpSpecSexEd && $corpDivWhore > 0>> /*This used to be $trainingUpgradeSexEd, it is the escort division specialization*/ - <br>Slaves are sexually [[Clueless|Manage Corporation][$corpSpecSexEd = 0, $corpSpecToken -= 0, $corpSpecTimer = 2]] | [[Competent|Manage Corporation][$corpSpecSexEd = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] -- //Further specializations possible// + <<if ndef $corp.SpecSexEd && $corp.DivWhore > 0>> /*This used to be $trainingUpgradeSexEd, it is the escort division specialization*/ + <br>Slaves are sexually [[Clueless|Manage Corporation][$corp.SpecSexEd = 0, $corp.SpecToken -= 0, $corp.SpecTimer = 2]] | [[Competent|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] -- //Further specializations possible// <</if>> <</if>> <<else>> <br>Your corporation cannot pick a new specialization at this time. <</if>> -<<if $corpSpec > $corpSpecToken>> /*Modifying specializations*/ +<<if $corp.Spec > $corp.SpecToken>> /*Modifying specializations*/ <br><br>You have chosen the following specializations; <br>//You can choose to specialize further with additional tokens, specialize less, end the specialization or sometimes tweak them for free.// - <<if $corpSpecRaces.length == 12>> - <<set $corpSpecRaces = []>> + <<if $corp.SpecRaces.length == 12>> + <<set $corp.SpecRaces = []>> <</if>> - <<if $corpSpecRaces.length > 0>> + <<if $corp.SpecRaces.length > 0>> <br>The corporation enslaves people of the following race(s); - <<if $corpSpecRaces.includes("amerindian")>> + <<if $corp.SpecRaces.includes("amerindian")>> <br>Amerindian <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "amerindian")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Amerindian== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("amerindian",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("amerindian",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("asian")>> + <<if $corp.SpecRaces.includes("asian")>> <br>Asian <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "asian")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Asian== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("asian",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("asian",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("black")>> + <<if $corp.SpecRaces.includes("black")>> <br>Black <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "black")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Black== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("black",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("black",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("indo-aryan")>> + <<if $corp.SpecRaces.includes("indo-aryan")>> <br>Indo-Aryan <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "indo-aryan")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Indo-Aryan== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("indo-aryan",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("indo-aryan",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("latina")>> + <<if $corp.SpecRaces.includes("latina")>> <br>Latina <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "latina")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Latina== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("latina",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("latina",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("malay")>> + <<if $corp.SpecRaces.includes("malay")>> <br>Malay <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "malay")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Malay== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("malay",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("malay",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("middle eastern")>> + <<if $corp.SpecRaces.includes("middle eastern")>> <br>Middle Eastern <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "middle eastern")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Middle Eastern== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("middle eastern",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("middle eastern",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("mixed race")>> + <<if $corp.SpecRaces.includes("mixed race")>> <br>Mixed Race <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "mixed race")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Mixed Race== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("mixed race",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("mixed race",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("pacific islander")>> + <<if $corp.SpecRaces.includes("pacific islander")>> <br>Pacific Islander <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "pacific islander")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Pacific Islander== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("pacific islander",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("pacific islander",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("semitic")>> + <<if $corp.SpecRaces.includes("semitic")>> <br>Semitic <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "semitic")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Semitic== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("semitic",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("semitic",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("southern european")>> + <<if $corp.SpecRaces.includes("southern european")>> <br>Southern European <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace != "southern european")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european",1)]] <</if>> <</if>> <</if>> <<else>> <br>==Southern European== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("southern european",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("southern european",0)]] <</if>> <</if>> <</if>> - <<if $corpSpecRaces.includes("white")>> + <<if $corp.SpecRaces.includes("white")>> <br>White <<if !($arcologies[0].FSSubjugationist != "unset" && $arcologies[0].FSSubjugationistRace == "white")>> - <<if $corpSpecRaces.length > 1 && $corpSpecTimer == 0>> - <<if ($corpSpecRaces.length == 4 || $corpSpecRaces.length == 8) && $corpSpecToken > 0>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white",1), $corpSpecToken -= 1, $corpSpecTimer = 1]] - <<elseif ($corpSpecRaces.length != 4 || $corpSpecRaces.length != 8)>> - [[Blacklist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white",1)]] + <<if $corp.SpecRaces.length > 1 && $corp.SpecTimer == 0>> + <<if ($corp.SpecRaces.length == 4 || $corp.SpecRaces.length == 8) && $corp.SpecToken > 0>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white",1), $corp.SpecToken -= 1, $corp.SpecTimer = 1]] + <<elseif ($corp.SpecRaces.length != 4 || $corp.SpecRaces.length != 8)>> + [[Blacklist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white",1)]] <</if>> <</if>> <</if>> <<else>> <br>==White== - <<if $corpSpecTimer == 0>> - <<if $corpSpecRaces.length == 3 || $corpSpecRaces.length == 7 || $corpSpecRaces.length == 11>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white",0), $corpSpecToken += 1, $corpSpecTimer = 1]] + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecRaces.length == 3 || $corp.SpecRaces.length == 7 || $corp.SpecRaces.length == 11>> + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white",0), $corp.SpecToken += 1, $corp.SpecTimer = 1]] <<else>> - [[Whitelist|Manage Corporation][$corpSpecRaces = corpBlacklistRace("white",0)]] + [[Whitelist|Manage Corporation][$corp.SpecRaces = corpBlacklistRace("white",0)]] <</if>> <</if>> <</if>> <</if>> - <<if $corpSpecGender == 1>> + <<if $corp.SpecGender == 1>> <br>The corporation trains slaves with pussies. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecGender>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecGender == 2>> + <<elseif $corp.SpecGender == 2>> <br>The corporation trains slaves with dicks. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecGender>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecGender>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecHeight == 1>> + <<if $corp.SpecHeight == 1>> <br>The corporation is targeting tiny slaves. - <<if $corpSpecTimer == 0>> - [[Short Slaves|Manage Corporation][$corpSpecHeight = 2, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecHeight>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Short Slaves|Manage Corporation][$corp.SpecHeight = 2, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecHeight == 2>> + <<elseif $corp.SpecHeight == 2>> <br>The corporation is targeting short slaves. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && ($corpDivExtraDev + $corpDivLegalDev) > 50>> - [[Tiny Slaves|Manage Corporation][$corpSpecHeight = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && ($corp.DivExtraDev + $corp.DivLegalDev) > 50>> + [[Tiny Slaves|Manage Corporation][$corp.SpecHeight = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecHeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecHeight == 4>> + <<elseif $corp.SpecHeight == 4>> <br>The corporation is targeting tall slaves. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && ($corpDivExtraDev + $corpDivLegalDev) > 50>> - [[Giant Slaves|Manage Corporation][$corpSpecHeight = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && ($corp.DivExtraDev + $corp.DivLegalDev) > 50>> + [[Giant Slaves|Manage Corporation][$corp.SpecHeight = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecHeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecHeight == 5>> + <<elseif $corp.SpecHeight == 5>> <br>The corporation is targeting giant slaves. - <<if $corpSpecTimer == 0>> - [[Tall Slaves|Manage Corporation][$corpSpecHeight = 4, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecHeight>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Tall Slaves|Manage Corporation][$corp.SpecHeight = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecVirgin == 1>> + <<if $corp.SpecVirgin == 1>> <br>The corporation is ensuring slaves remain virgins. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecVirgin>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecVirgin>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecTrust == 1>> + <<if $corp.SpecTrust == 1>> <br>The corporation is breaking slaves with extreme brutality. - <<if $corpSpecTimer == 0>> - [[Apply Less Brutality|Manage Corporation][$corpSpecTrust = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecTrust>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Apply Less Brutality|Manage Corporation][$corp.SpecTrust = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Don't think this deserves the added cost of a token, unlike the 'utmost care' one*/ - <<elseif $corpSpecTrust == 2>> + <<elseif $corp.SpecTrust == 2>> <br>The corporation is breaking slaves with brutality. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $arcologies[0].FSDegradationist > 20 && $corpDivBreakDev > 50>> - [[Apply Extreme Brutality|Manage Corporation][$corpSpecTrust = 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $arcologies[0].FSDegradationist > 20 && $corp.DivBreakDev > 50>> + [[Apply Extreme Brutality|Manage Corporation][$corp.SpecTrust = 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecTrust>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecTrust == 4>> + <<elseif $corp.SpecTrust == 4>> <br>The corporation is breaking slaves with care. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $arcologies[0].FSPaternalist > 20 && $corpDivBreakDev > 50>> - [[Use the Utmost Care|Manage Corporation][$corpSpecTrust = 5, $corpSpecToken += 1, $corpSpecTimer == 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $arcologies[0].FSPaternalist > 20 && $corp.DivBreakDev > 50>> + [[Use the Utmost Care|Manage Corporation][$corp.SpecTrust = 5, $corp.SpecToken += 1, $corp.SpecTimer == 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecTrust>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecTrust == 5>> + <<elseif $corp.SpecTrust == 5>> <br>The corporation is breaking slaves with the utmost care. - <<if $corpSpecTimer == 0>> - [[Use Less Care|Manage Corporation][$corpSpecTrust = 4, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecTrust>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Use Less Care|Manage Corporation][$corp.SpecTrust = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecTrust>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecWeight == 1>> + <<if $corp.SpecWeight == 1>> <br>The corporation makes slaves follow incredibly strict diets. - <<if $corpSpecTimer == 0>> - [[Apply Looser Diet|Manage Corporation][$corpSpecWeight = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Apply Looser Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecWeight == 2>> + <<elseif $corp.SpecWeight == 2>> <br>The corporation makes slaves diet. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $arcologies[0].FSHedonisticDecadence == "unset">> - [[Apply Strict Diet|Manage Corporation][$corpSpecWeight = 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $arcologies[0].FSHedonisticDecadence == "unset">> + [[Apply Strict Diet|Manage Corporation][$corp.SpecWeight = 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Healthy Weight|Manage Corporation][$corpSpecWeight = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecWeight == 3>> + <<elseif $corp.SpecWeight == 3>> <br>The corporation is aiming for slaves with a healthy weight. - <<if $corpSpecTimer == 0>> - [[Apply Diet|Manage Corporation][$corpSpecWeight = 2, $corpSpecTimer = 2]] | [[Plump up Slaves|Manage Corporation][$corpSpecWeight = 5, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Apply Diet|Manage Corporation][$corp.SpecWeight = 2, $corp.SpecTimer = 2]] | [[Plump up Slaves|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Perhaps 'plump up' is not the right phrase*/ - <<elseif $corpSpecWeight == 5>> + <<elseif $corp.SpecWeight == 5>> <br>The corporation aims for plump slaves. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $arcologies[0].FSPhysicalIdealist == "unset">> - [[Fatten Slaves|Manage Corporation][$corpSpecWeight = 6, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $arcologies[0].FSPhysicalIdealist == "unset">> + [[Fatten Slaves|Manage Corporation][$corp.SpecWeight = 6, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Healthy Weight|Manage Corporation][$corpSpecWeight = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Healthy Weight|Manage Corporation][$corp.SpecWeight = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecWeight == 6>> + <<elseif $corp.SpecWeight == 6>> <br>The corporation aims for fat slaves. - <<if $corpSpecTimer == 0>> - [[Settle for Plump|Manage Corporation][$corpSpecWeight = 5, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Settle for Plump|Manage Corporation][$corp.SpecWeight = 5, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecMuscle == 1>> + <<if $corp.SpecMuscle == 1>> <br>The corporation aims to have frail slaves. - <<if $corpSpecTimer == 0>> - [[Aim for Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecMuscle>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Aim for Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMuscle>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecMuscle == 2>> /*Don't think this deserves the added cost of a token, unlike slaves getting ripped*/ + <<elseif $corp.SpecMuscle == 2>> /*Don't think this deserves the added cost of a token, unlike slaves getting ripped*/ <br>The corporation aims to have weak slaves. - <<if $corpSpecTimer == 0>> + <<if $corp.SpecTimer == 0>> <<if $arcologies[0].FSPhysicalIdealist == "unset">> - [[Aim for Frail|Manage Corporation][$corpSpecMuscle = 1, $corpSpecTimer = 2]] | + [[Aim for Frail|Manage Corporation][$corp.SpecMuscle = 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecMuscle == 3>> + <<elseif $corp.SpecMuscle == 3>> <br>The corporation is aiming for slaves with soft muscles. - <<if $corpSpecTimer == 0>> + <<if $corp.SpecTimer == 0>> <<if $arcologies[0].FSPhysicalIdealist == "unset">> - [[Aim for Weak|Manage Corporation][$corpSpecMuscle = 2, $corpSpecTimer = 2]] | + [[Aim for Weak|Manage Corporation][$corp.SpecMuscle = 2, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecMuscle == 4>> + <<elseif $corp.SpecMuscle == 4>> <br>The corporation aims for toned muscles. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && ($corpDivBreakDev + $corpDivSurgeryDev + $corpDivTrainDev > 100)>> - [[Aim for Ripped|Manage Corporation][$corpSpecMuscle = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && ($corp.DivBreakDev + $corp.DivSurgeryDev + $corp.DivTrainDev > 100)>> + [[Aim for Ripped|Manage Corporation][$corp.SpecMuscle = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - [[Aim for Soft|Manage Corporation][$corpSpecMuscle = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[Aim for Soft|Manage Corporation][$corp.SpecMuscle = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecMuscle == 5>> + <<elseif $corp.SpecMuscle == 5>> <br>The corporation aims for ripped slaves. - <<if $corpSpecTimer == 0>> - [[Aim for Toned|Manage Corporation][$corpSpecMuscle = 4, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecWeight>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Aim for Toned|Manage Corporation][$corp.SpecMuscle = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecWeight>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecDevotion == 1>> + <<if $corp.SpecDevotion == 1>> <br>The corporation keeps slaves extremely defiant. - <<if $corpSpecTimer == 0>> - [[Less Defiant|Manage Corporation][$corpSpecDevotion = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecDevotion>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Less Defiant|Manage Corporation][$corp.SpecDevotion = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> /*Don't think this deserves the added cost of a token, unlike the 'devoted' one*/ - <<elseif $corpSpecDevotion == 2>> + <<elseif $corp.SpecDevotion == 2>> <br>The corporation keeps slaves reluctant. - <<if $corpSpecTimer == 0>> - [[Make them Defiant|Manage Corporation][$corpSpecDevotion = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecDevotion>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Make them Defiant|Manage Corporation][$corp.SpecDevotion = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecDevotion == 4>> + <<elseif $corp.SpecDevotion == 4>> <br>The corporation is fostering obedience. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $corpDivTrainDev > 100>> - [[Foster Devotion|Manage Corporation][$corpSpecDevotion = 5, $corpSpecToken += 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $corp.DivTrainDev > 100>> + [[Foster Devotion|Manage Corporation][$corp.SpecDevotion = 5, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecDevotion>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecDevotion == 5>> + <<elseif $corp.SpecDevotion == 5>> <br>The corporation is fostering devotion. - <<if $corpSpecTimer == 0>> - [[Settle for Obedience|Manage Corporation][$corpSpecDevotion = 4, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecDevotion>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Settle for Obedience|Manage Corporation][$corp.SpecDevotion = 4, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecDevotion>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecIntelligence == 1>> + <<if $corp.SpecIntelligence == 1>> <br>The corporation keeps stupid slaves. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecIntelligence>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecIntelligence == 3>> + <<elseif $corp.SpecIntelligence == 3>> <br>The corporation keeps intelligent slaves. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecIntelligence>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecIntelligence>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecAge == 1>> + <<if $corp.SpecAge == 1>> <br>The corporation focuses on young slaves. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecAge>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecAge == 3>> + <<elseif $corp.SpecAge == 3>> <br>The corporation focuses on older slaves. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecAge>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecAge>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecAccent == 1>> + <<if $corp.SpecAccent == 1>> <br>The corporation teaches slaves to speak the lingua franca. - <<if $corpSpecTimer == 0>> - [[Eliminate Accents|Manage Corporation][$corpSpecAccent = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecAccent>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Eliminate Accents|Manage Corporation][$corp.SpecAccent = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecAccent == 2>> + <<elseif $corp.SpecAccent == 2>> <br>The corporation teaches slaves to speak the lingua franca without an accent. - <<if $corpSpecTimer == 0>> - [[Just Teach Language|Manage Corporation][$corpSpecAccent = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecAccent>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Just Teach Language|Manage Corporation][$corp.SpecAccent = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecAccent>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecEducation == 0>> + <<if $corp.SpecEducation == 0>> <br>The corporation focuses on uneducated slaves. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0>> - [[Basic Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0>> + [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecEducation>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecEducation == 1>> + <<elseif $corp.SpecEducation == 1>> <br>The corporation makes sure all slaves have a basic education. - <<if $corpSpecTimer == 0>> - <<if $corpDivTrainDev > 200 && $corpSpecToken > 0>> - [[Advanced Education|Manage Corporation][$corpSpecEducation = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.DivTrainDev > 200 && $corp.SpecToken > 0>> + [[Advanced Education|Manage Corporation][$corp.SpecEducation = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - [[No Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecEducation>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + [[No Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecEducation == 2>> + <<elseif $corp.SpecEducation == 2>> <br>The corporation makes sure all slaves have an advanced education. - <<if $corpSpecTimer == 0>> - [[Basic Education|Manage Corporation][$corpSpecEducation = 1, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecEducation>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Basic Education|Manage Corporation][$corp.SpecEducation = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecEducation>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecCosmetics == 1>> + <<if $corp.SpecCosmetics == 1>> <br>The corporation applies straightforward cosmetic procedures. - <<if $corpSpecTimer == 0>> - <<link "No Focus">><<unset $corpSpecCosmetics>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "No Focus">><<unset $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecCosmetics == 0>> + <<elseif $corp.SpecCosmetics == 0>> <br>The corporation doesn't apply cosmetic procedures. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0>> - [[Applied|Manage Corporation][$corpSpecCosmetics = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0>> + [[Applied|Manage Corporation][$corp.SpecCosmetics = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecCosmetics>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecCosmetics>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecImplants == 1>> + <<if $corp.SpecImplants == 1>> <br>The corporation applies tasteful implants to all slaves. - <<if $corpSpecTimer == 0>> - <<if $corpDivSurgeryDev > 100 && $corpSpecToken > 0>> - [[Absurd Implants|Manage Corporation][$corpSpecImplants = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.DivSurgeryDev > 100 && $corp.SpecToken > 0>> + [[Absurd Implants|Manage Corporation][$corp.SpecImplants = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecImplants>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecImplants == 2>> + <<elseif $corp.SpecImplants == 2>> <br>The corporation applies absurd implants to all slaves. - <<if $corpSpecTimer == 0>> - [[Tasteful Implants|Manage Corporation][$corpSpecImplants = 1, $corpSpecToken += 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecImplants>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Tasteful Implants|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecImplants == 0>> + <<elseif $corp.SpecImplants == 0>> <br>The corporation keeps their slaves entirely implant free. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0>> - [[Tasteful Implants|Manage Corporation][$corpSpecImplants = 1, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0>> + [[Tasteful Implants|Manage Corporation][$corp.SpecImplants = 1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecImplants>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecImplants>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if ndef $corpSpecPussy && ndef $corpSpecDick && ndef $corpSpecBalls && $corpSpecGenitalia == 1>> - <<set ndef $corpSpecGenitalia, - $corpSpecToken += 1>> + <<if ndef $corp.SpecPussy && ndef $corp.SpecDick && ndef $corp.SpecBalls && $corp.SpecGenitalia == 1>> + <<set ndef $corp.SpecGenitalia, + $corp.SpecToken += 1>> <</if>> - <<if $corpSpecGenitalia == 1>> - <<if $corpSpecPussy == 1>> + <<if $corp.SpecGenitalia == 1>> + <<if $corp.SpecPussy == 1>> <br>The corporation adds a pussy to all slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecPussy>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecPussy == -1>> + <<elseif $corp.SpecPussy == -1>> <br>The corporation removes pussies from all slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecPussy>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecPussy>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> <br>The corporation has no plans for pussies. - <<if $corpSpecTimer == 0>> - [[Add Pussy|Manage Corporation][$corpSpecPussy = 1, $corpSpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corpSpecPussy = -1, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if $corp.SpecTimer == 0>> + [[Add Pussy|Manage Corporation][$corp.SpecPussy = 1, $corp.SpecTimer = 2]] | [[Remove Pussy|Manage Corporation][$corp.SpecPussy = -1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> <</if>> - <<if $corpSpecDick == 1>> + <<if $corp.SpecDick == 1>> <br>The corporation adds a dick to all slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecDick>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecDick == -1>> + <<elseif $corp.SpecDick == -1>> <br>The corporation removes dicks from all slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecDick>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecDick>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> <br>The corporation has no plans for dicks. - <<if $corpSpecTimer == 0>> - [[Add Dick|Manage Corporation][$corpSpecDick = 1, $corpSpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corpSpecDick = -1, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if $corp.SpecTimer == 0>> + [[Add Dick|Manage Corporation][$corp.SpecDick = 1, $corp.SpecTimer = 2]] | [[Remove Dick|Manage Corporation][$corp.SpecDick = -1, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> <</if>> - <<if $corpSpecBalls == 1>> + <<if $corp.SpecBalls == 1>> <br>The corporation adds balls to all slaves (penis required). - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecBalls>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecBalls == -1>> + <<elseif $corp.SpecBalls == -1>> <br>The corporation removes balls from all slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecBalls>><<set $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecBalls>><<set $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <<else>> <br>The corporation has no plans for balls. - <<if $corpSpecTimer == 0>> - [[Add Balls|Manage Corporation][$corpSpecBalls = 1, $corpSpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corpSpecBalls = -1, $corpSpecTimer = 2]] + <<if $corp.SpecTimer == 0>> + [[Add Balls|Manage Corporation][$corp.SpecBalls = 1, $corp.SpecTimer = 2]] | [[Remove Balls|Manage Corporation][$corp.SpecBalls = -1, $corp.SpecTimer = 2]] <</if>> <</if>> <</if>> - <<if $corpSpecInjection == 1>> + <<if $corp.SpecInjection == 1>> <br>The corporation aims for petite assets. - <<if $corpSpecTimer == 0>> - [[Tasteful Size|Manage Corporation][$corpSpecInjection = 2, $corpSpecTimer = 2]] | [[Huge Size|Manage Corporation][$corpSpecInjection = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecInjection>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Tasteful Size|Manage Corporation][$corp.SpecInjection = 2, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecInjection == 2>> + <<elseif $corp.SpecInjection == 2>> <br>The corporation aims for tasteful assets. - <<if $corpSpecTimer == 0>> - [[Small Size|Manage Corporation][$corpSpecInjection = 1, $corpSpecTimer = 2]] | [[Huge Size|Manage Corporation][$corpSpecInjection = 3, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecInjection>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Small Size|Manage Corporation][$corp.SpecInjection = 1, $corp.SpecTimer = 2]] | [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecInjection == 3>> + <<elseif $corp.SpecInjection == 3>> <br>The corporation aims for huge assets. - <<if $corpSpecTimer == 0>> - [[Small Size|Manage Corporation][$corpSpecInjection = 1, $corpSpecTimer = 2]] | [[Tasteful Size|Manage Corporation][$corpSpecInjection = 2, $corpSpecTimer = 2]] | - <<if $corpDivSurgeryDev > 100 && $corpSpecToken > 0>> - [[Supermassive Size|Manage Corporation][$corpSpecInjection = 4, $corpSpecToken -= 1, $corpSpecTimer = 2]] + <<if $corp.SpecTimer == 0>> + [[Small Size|Manage Corporation][$corp.SpecInjection = 1, $corp.SpecTimer = 2]] | [[Tasteful Size|Manage Corporation][$corp.SpecInjection = 2, $corp.SpecTimer = 2]] | + <<if $corp.DivSurgeryDev > 100 && $corp.SpecToken > 0>> + [[Supermassive Size|Manage Corporation][$corp.SpecInjection = 4, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] <</if>> - <<if $corpDivDairyDev > 200 && $corpSpecToken > 0>> | - [[Pastoral Size|Manage Corporation][$corpSpecInjection = 5, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.DivDairyDev > 200 && $corp.SpecToken > 0>> | + [[Pastoral Size|Manage Corporation][$corp.SpecInjection = 5, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecInjection>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecInjection == 4>> + <<elseif $corp.SpecInjection == 4>> <br>The corporation aims for supermassive assets. - <<if $corpSpecTimer == 0>> - [[Huge Size|Manage Corporation][$corpSpecInjection = 3, $corpSpecToken += 1, $corpSpecTimer = 2]] | - <<if $corpDivDairyDev > 200>> - [[Pastoral Size|Manage Corporation][$corpSpecInjection = 5, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | + <<if $corp.DivDairyDev > 200>> + [[Pastoral Size|Manage Corporation][$corp.SpecInjection = 5, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecInjection>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecInjection == 5>> + <<elseif $corp.SpecInjection == 5>> <br>The corporation aims for pastoral assets. - <<if $corpSpecTimer == 0>> - [[Huge Size|Manage Corporation][$corpSpecInjection = 3, $corpSpecToken += 1, $corpSpecTimer = 2]] | - <<if $corpDivSurgeryDev > 50>> - [[Supermassive Size|Manage Corporation][$corpSpecInjection = 4, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + [[Huge Size|Manage Corporation][$corp.SpecInjection = 3, $corp.SpecToken += 1, $corp.SpecTimer = 2]] | + <<if $corp.DivSurgeryDev > 50>> + [[Supermassive Size|Manage Corporation][$corp.SpecInjection = 4, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecInjection>><<set $corpSpecToken += 2, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecInjection>><<set $corp.SpecToken += 2, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecHormones == 1>> + <<if $corp.SpecHormones == 1>> <br>The corporation feminizes slaves with hormones. - <<if $corpSpecTimer == 0>> - [[Masculinize|Manage Corporation][$corpSpecHormones = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecHormones>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Masculinize|Manage Corporation][$corp.SpecHormones = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecHormones == 2>> + <<elseif $corp.SpecHormones == 2>> <br>The corporation masculinize slaves with hormones. - <<if $corpSpecTimer == 0>> - [[Feminize|Manage Corporation][$corpSpecHormones = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecHormones>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Feminize|Manage Corporation][$corp.SpecHormones = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecHormones>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecAmputee == 1>> + <<if $corp.SpecAmputee == 1>> <br>The corporation removes all limbs from its slaves. - <<if $corpSpecTimer == 0>> - <<link "Stop">><<unset $corpSpecAmputee>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + <<link "Stop">><<unset $corp.SpecAmputee>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecMilk == 1>> + <<if $corp.SpecMilk == 1>> <br>The corporation makes sure all slaves are naturally lactating. - <<if $corpSpecTimer == 0>> - [[Lactation Implant|Manage Corporation][$corpSpecMilk = 2, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecMilk>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Lactation Implant|Manage Corporation][$corp.SpecMilk = 2, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecMilk == 2>> + <<elseif $corp.SpecMilk == 2>> <br>The corporation equips all slaves with lactation implants. - <<if $corpSpecTimer == 0>> - [[Natural Lactation|Manage Corporation][$corpSpecMilk = 1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecMilk>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Natural Lactation|Manage Corporation][$corp.SpecMilk = 1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecMilk>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> - <<if $corpSpecSexEd == 1>> + <<if $corp.SpecSexEd == 1>> <br>The corporation familiarizes slaves with sexual service. - <<if $corpSpecTimer == 0>> - <<if $corpSpecToken > 0 && $corpDivWhoreDev > 200>> - [[Advanced Training|Manage Corporation][$corpSpecSexEd = 2, $corpSpecToken -= 1, $corpSpecTimer = 2]] | + <<if $corp.SpecTimer == 0>> + <<if $corp.SpecToken > 0 && $corp.DivWhoreDev > 200>> + [[Advanced Training|Manage Corporation][$corp.SpecSexEd = 2, $corp.SpecToken -= 1, $corp.SpecTimer = 2]] | <</if>> - <<link "No Focus">><<unset $corpSpecSexEd>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecSexEd == 2>> + <<elseif $corp.SpecSexEd == 2>> <br>The corporation teaches advanced sexual techniques to its slaves. - <<if $corpSpecTimer == 0>> - [[Basic Training|Manage Corporation][$corpSpecSexEd = 1, $corpSpecToken +=1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecSexEd>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken +=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> - <<elseif $corpSpecSexEd == 0>> + <<elseif $corp.SpecSexEd == 0>> <br>The corporation teaches no sexual techniques to its slaves. - <<if $corpSpecTimer == 0>> - [[Basic Training|Manage Corporation][$corpSpecSexEd = 1, $corpSpecToken -=1, $corpSpecTimer = 2]] | <<link "No Focus">><<unset $corpSpecSexEd>><<set $corpSpecToken += 1, $corpSpecTimer = 2>><<goto "Manage Corporation">><</link>> + <<if $corp.SpecTimer == 0>> + [[Basic Training|Manage Corporation][$corp.SpecSexEd = 1, $corp.SpecToken -=1, $corp.SpecTimer = 2]] | <<link "No Focus">><<unset $corp.SpecSexEd>><<set $corp.SpecToken += 1, $corp.SpecTimer = 2>><<goto "Manage Corporation">><</link>> <</if>> <</if>> <</if>> /*End of activated specializations*/ diff --git a/src/Mods/DinnerParty/dinnerPartyExecution.tw b/src/Mods/DinnerParty/dinnerPartyExecution.tw index 4e6c863d5ad70d2f9e9bd1e057bdebdb698d393f..72b03b3cccf44a2620a07e5f96575a4a1f7ad727 100644 --- a/src/Mods/DinnerParty/dinnerPartyExecution.tw +++ b/src/Mods/DinnerParty/dinnerPartyExecution.tw @@ -470,42 +470,35 @@ <<setLocalPronouns $slaves[_dpe] 2>> <<if $activeSlave.mother == $slaves[_dpe].ID>> $slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate _his2 $daughter. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>> <</if>> <<if $activeSlave.father == $slaves[_dpe].ID>> $slaves[_dpe].slaveName is @@.mediumorchid;distraught@@ that you ate _his2 $daughter. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>> <</if>> <<if $activeSlave.ID == $slaves[_dpe].father>> $slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate _his2 father. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>> <</if>> <<if $activeSlave.ID == $slaves[_dpe].mother>> $slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate _his2 mother. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>> <</if>> <<switch areSisters($activeSlave, $slaves[_dpe])>> <<case 1>> $slaves[_dpe].slaveName is @@.mediumorchid;devastated@@ that you ate _his2 twin. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 30, $slaves[_dpe].trust -= 30>> <<case 2>> $slaves[_dpe].slaveName is @@.mediumorchid;grieved@@ that you ate _his2 $sister. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 20, $slaves[_dpe].trust -= 20>> <<case 3>> $slaves[_dpe].slaveName is @@.mediumorchid;disheartened@@ that you ate _his2 half-<<= $sister>>. _He2 also @@.gold;fears@@ that _he2 will be next. - <<run clearSummaryCache($slaves[_dpe])>> <br><br> <<set $slaves[_dpe].devotion -= 10, $slaves[_dpe].trust -= 10>> <</switch>> diff --git a/src/arcologyBuilding/apartments.js b/src/arcologyBuilding/apartments.js index 6be9ace631281a075679b0f355ac5302cd33225f..a49011743047ec78c4343550dc06dfd1c81d247d 100644 --- a/src/arcologyBuilding/apartments.js +++ b/src/arcologyBuilding/apartments.js @@ -8,6 +8,11 @@ App.Arcology.Cell.Apartment = class extends App.Arcology.Cell.BaseCell { this.type = type; } + + static get cellName() { + return "Apartments"; + } + /** * @returns {string} */ diff --git a/src/arcologyBuilding/base.js b/src/arcologyBuilding/base.js index 122de2a776d637e09d56417026eb5b684a5fb761..5ff00d496b1d427d4e3fc2a0996b7392e20e29d7 100644 --- a/src/arcologyBuilding/base.js +++ b/src/arcologyBuilding/base.js @@ -69,7 +69,13 @@ App.Arcology.Section = class extends App.Entity.Serializable { */ constructor(id, rows) { super(); + /** + * @type {string} + */ this.id = id; + /** + * @type {Array<Array<App.Arcology.Cell.BaseCell>>} + */ this.rows = rows; } @@ -159,6 +165,25 @@ App.Arcology.Section = class extends App.Entity.Serializable { return cells; } + /** + * Replaces the first occurrence of oldCell with newCell + * + * @param {App.Arcology.Cell.BaseCell} oldCell + * @param {App.Arcology.Cell.BaseCell} newCell + * @returns {boolean} + */ + replaceCell(oldCell, newCell) { + for (const row of this.rows) { + for (let i = 0; i < row.length; i++) { + if (row[i] === oldCell) { + row[i] = newCell; + return true; + } + } + } + return false; + } + static _cleanupConfigScheme(config) { super._cleanupConfigScheme(config); // BC code @@ -177,6 +202,9 @@ App.Arcology.Building = class extends App.Entity.Serializable { */ constructor(sections) { super(); + /** + * @type {Array<App.Arcology.Section>} + */ this.sections = sections; } @@ -221,6 +249,20 @@ App.Arcology.Building = class extends App.Entity.Serializable { }, []); } + /** + * @param {App.Arcology.Cell.BaseCell} oldCell + * @param {App.Arcology.Cell.BaseCell} newCell + * @returns {boolean} + */ + replaceCell(oldCell, newCell) { + for (let section of this.sections) { + if (section.replaceCell(oldCell, newCell)) { + return true; + } + } + return false; + } + static _cleanupConfigScheme(config) { super._cleanupConfigScheme(config); // BC code diff --git a/src/arcologyBuilding/cell.tw b/src/arcologyBuilding/cell.tw index c65be545db4e3ce0a983f384d196079138d619cf..36d29b76af5ab96a4619b6a7b00d9bfc74f5f555 100644 --- a/src/arcologyBuilding/cell.tw +++ b/src/arcologyBuilding/cell.tw @@ -2,11 +2,4 @@ <<set $nextButton = "Back", $nextLink = "Main">> -<span id="content"></span> -<<script>> - $(document).one(':passageend', () => { - $('#content').append( - V.building.cellByPath(V.cellPath).cellPassage() - ); - }); -<</script>> +<<print App.UI.DOM.includeDOM(V.building.cellByPath(V.cellPath).cellPassage(V.building))>> diff --git a/src/arcologyBuilding/manufacturing.js b/src/arcologyBuilding/manufacturing.js index 545bb65e7e5c2f98876d2da271f22c9b4cb5953f..8c71a05c843f916fb572e887916d555481d8438a 100644 --- a/src/arcologyBuilding/manufacturing.js +++ b/src/arcologyBuilding/manufacturing.js @@ -8,6 +8,10 @@ App.Arcology.Cell.Manufacturing = class extends App.Arcology.Cell.BaseCell { this.type = type; } + static get cellName() { + return "Manufacturing"; + } + /** * @returns {string} */ @@ -32,6 +36,13 @@ App.Arcology.Cell.Manufacturing = class extends App.Arcology.Cell.BaseCell { } } + /** + * @returns {boolean} + */ + isBaseType() { + return this.type === "Manufacturing"; + } + /** * @param {Array<number>} path * @returns {Node} diff --git a/src/arcologyBuilding/markets.js b/src/arcologyBuilding/markets.js index ac6c74bb9edc24a1d94c12b653ffb10b7c2d6332..676201285007219c83212c34a7278ed83b572b3a 100644 --- a/src/arcologyBuilding/markets.js +++ b/src/arcologyBuilding/markets.js @@ -8,6 +8,10 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell { this.type = type; } + static get cellName() { + return "Markets"; + } + /** * @returns {string} */ @@ -28,6 +32,10 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell { } } + isBaseType() { + return this.type === "Markets"; + } + /** * @param {Array<number>} path * @returns {Node} @@ -113,13 +121,13 @@ App.Arcology.Cell.Market = class extends App.Arcology.Cell.BaseCell { } const corpCost = Math.trunc(10000 * V.upgradeMultiplierArcology); - if (V.corpMarket === 0 && V.corpIncorporated === 1) { + if (V.corp.Market === 0 && V.corp.Incorporated === 1) { fragment.append(this._makeUpgrade( "Create a flagship slave market for your corporation here", () => { this.type = "Corporate Market"; - V.corpMarket = 1; - V.corpCash -= corpCost; + V.corp.Market = 1; + V.corp.Cash -= corpCost; }, 0, `Costs ${cashFormat(corpCost)} of the corporation's money` )); } diff --git a/src/arcologyBuilding/shops.js b/src/arcologyBuilding/shops.js index 3d2d7cd3da8f08a2b206997cbaab4bf3a68c38f7..136879908be7af2d46dbb98d90998651cacef771 100644 --- a/src/arcologyBuilding/shops.js +++ b/src/arcologyBuilding/shops.js @@ -8,6 +8,10 @@ App.Arcology.Cell.Shop = class extends App.Arcology.Cell.BaseCell { this.type = type; } + static get cellName() { + return "Shops"; + } + /** * @returns {string} */ @@ -24,6 +28,10 @@ App.Arcology.Cell.Shop = class extends App.Arcology.Cell.BaseCell { } } + isBaseType() { + return this.type === "Shops"; + } + /** * @param {Array<number>} path * @returns {Node} diff --git a/src/data/backwardsCompatibility/backwardsCompatibility.js b/src/data/backwardsCompatibility/backwardsCompatibility.js index c3dee04d55d8abafb1bc6348247f313e845af509..5344f3b4a5e70af740a2c8334bf61aa94fd6aa2e 100644 --- a/src/data/backwardsCompatibility/backwardsCompatibility.js +++ b/src/data/backwardsCompatibility/backwardsCompatibility.js @@ -895,16 +895,30 @@ App.Update.globalVariables = function() { // Corp { + // move from "V.corpDivArcade" format to "V.corp.DivArcade" (put corp into one object) + for (let variable in State.variables) { + if (variable.startsWith('corp') && variable !== "corp") { + console.log ("Corp: moving V." + variable, V[variable], "to V.corp." + variable.slice(4)); + if (Array.isArray(V[variable])){ + V.corp[variable.slice(4)] = Array.from(V[variable]); + } else if (typeof V[variable] === "object" && typeof V[variable] !== undefined) { + V.corp[variable.slice(4)] = {}; + Object.assign(V.corp[variable.slice(4)], V[variable]); + } else { + V.corp[variable.slice(4)] = V[variable]; + } + } + } App.Corporate.Backcompat(); /* Corporation variables added*/ - if (V.corpExpandToken > 1) { - V.corpExpandToken = 1; + if (V.corp.ExpandToken > 1) { + V.corp.ExpandToken = 1; } V.dividendTimer = V.dividendTimer || 13; /* Removing the old Corp from save*/ - if (V.corpValue) { - cashX(Math.min(Math.trunc((V.corpValue / (V.publicShares + V.personalShares)) * V.personalShares), 1000000), "stocksTraded"); + if (V.corp.Value) { + cashX(Math.min(Math.trunc((V.corp.Value / (V.publicShares + V.personalShares)) * V.personalShares), 1000000), "stocksTraded"); /* Paying the player for his old corporation, so they can get the new one started with haste. It should perhaps have a message going with it*/ if (typeof V.sectors !== "undefined") { for (let i = 0; i < V.sectors.length; i++) { diff --git a/src/debugging/debugJS.js b/src/debugging/debugJS.js index 5fb2964a99ef4d86903c32a6888da6606a5d68c9..d2c4dabc29c39f9086ba2f7c25c9ad1f57d7eda9 100644 --- a/src/debugging/debugJS.js +++ b/src/debugging/debugJS.js @@ -121,6 +121,6 @@ App.Debug.dumpGameState = function() { App.Debug.slaveSummaryText = function(idx) { let span = document.createElement("span"); - span.appendChild(SlaveSummaryUncached(State.variables.slaves[idx])); + span.appendChild(SlaveSummary(State.variables.slaves[idx])); return span.outerHTML; }; diff --git a/src/events/reSnatchAndGrabFollowup.tw b/src/events/reSnatchAndGrabFollowup.tw index f315fd2e66e5ea7c403170a7a11783158c0905a8..91ef361a54df3d32408896f7c736df4b164c3a65 100644 --- a/src/events/reSnatchAndGrabFollowup.tw +++ b/src/events/reSnatchAndGrabFollowup.tw @@ -17,7 +17,7 @@ </span> <<set _slave.clothes = _clothesTemp>> -<p><<EventNameLink _slave>> is next on your inspection schedule this morning, and you've finished with the previous slave more quickly than expected, so you find yourself thinking about the circumstances of $his acquisition.</p> +<p><<= App.UI.slaveDescriptionDialog(_slave)>> is next on your inspection schedule this morning, and you've finished with the previous slave more quickly than expected, so you find yourself thinking about the circumstances of $his acquisition.</p> <p>The laboratory $he was recovered from was performing illegal genetic experiments...something with which you now also have some personal experience. It occurs to you that there might be something interesting left unexplored in $his genome, so when $he arrives, you inform $him that you're going to the surgery together. <<if _slave.trust < 50>> diff --git a/src/facilities/nursery/scenes/fChildWidgets.js b/src/facilities/nursery/scenes/fChildWidgets.js index 52794541a83e1d671470f50c91c656bb5aff6b3f..19d35a36c41f61801b6f1f125c5a1934cdf39827 100644 --- a/src/facilities/nursery/scenes/fChildWidgets.js +++ b/src/facilities/nursery/scenes/fChildWidgets.js @@ -4,7 +4,6 @@ App.Facilities.Nursery.fChildOral = function fChildOral(child) { let r = ``; actX(child, "oral");// TODO: will this counts towards the total count? - clearSummaryCache(child); // TODO: all of this @@ -17,7 +16,6 @@ App.Facilities.Nursery.fChildVaginal = function fChildVaginal(child) { let r = ``; actX(child, "vaginal");// TODO: will this counts towards the total count? - clearSummaryCache(child); // TODO: all of this @@ -30,7 +28,6 @@ App.Facilities.Nursery.fChildAnal = function fChildAnal(child) { let r = ``; actX(child, "anal"); - clearSummaryCache(child); // TODO: all of this @@ -44,7 +41,6 @@ App.Facilities.Nursery.fChildImpreg = function fChildImpreg(child) { let r = ``; - clearSummaryCache(child); if (child.mpreg) { actX(child, "anal", (bonus + 1)); } else { diff --git a/src/gui/storyCaption.tw b/src/gui/storyCaption.tw index ad3ad382ad90670992a6d88097ae84e2c0cb9c06..1789dc6fdb3bddb9805cd4271774c12c44ae41cd 100644 --- a/src/gui/storyCaption.tw +++ b/src/gui/storyCaption.tw @@ -337,11 +337,11 @@ <<link [[Manage Personal Affairs]]>><</link>> </span> @@.cyan;[X]@@ <</if>> - <<if $corpAnnounced == 1 && _Pass != "Manage Corporation">> + <<if $corp.Announced == 1 && _Pass != "Manage Corporation">> <span id="manageCorporation"> <br> <<link [[Manage Corporation][$nextButton = "Back", $nextLink = _Pass]]>><</link>> </span> - <<if ($corpSpecToken > 0) && ($corpSpecTimer == 0)>>@@.yellow;[!]@@<</if>> + <<if ($corp.SpecToken > 0) && ($corp.SpecTimer == 0)>>@@.yellow;[!]@@<</if>> <</if>> <<if _Pass == "Main">> diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw index 7b76246a5d1b4148256bd3050607239a0a4d164e..a36abd7abc2be900d5ee1e186b4b3a59dd3cc402 100644 --- a/src/init/storyInit.tw +++ b/src/init/storyInit.tw @@ -98,7 +98,7 @@ You should have received a copy of the GNU General Public License along with thi <</if>> /*Undefining corporation variables*/ - <<unset $corpAssetsDev, $corpAssetsDevOld, $corpAssetsSlave, $corpAssetsSlaveOld, $corpCash, $corpDiv, $corpDivArcadeFromMarket, $corpDivArcadeSlaves, $corpDivBreakFromMarket, $corpDivBreakSlaves, $corpDivBreakSlaves2, $corpDivBreakToMarket, $corpDivBreakToMenial, $corpDivBreakToSurgery, $corpDivBreakToTrain, $corpDivDairyFromMarket, $corpDivDairySlaves, $corpDivExtraSlaves, $corpDivExtraToArcade, $corpDivExtraToBreak, $corpDivExtraToMarket, $corpDividend, $corpDivLegalSlaves, $corpDivLegalToMarket, $corpDivLegalToMenial, $corpDivLegalToSurgery, $corpDivLegalToTrain, $corpDivMenialFromMarket, $corpDivMenialSlaves, $corpDivSurgeryFromMarket, $corpDivSurgerySlaves, $corpDivSurgerySlaves2, $corpDivSurgeryToDairy, $corpDivSurgeryToMarket, $corpDivSurgeryToTrain, $corpDivTrainFromMarket, $corpDivTrainSlaves, $corpDivTrainSlaves2, $corpDivTrainToMarket, $corpDivTrainToWhore, $corpDivWhoreFromMarket, $corpDivWhoreSlaves, $corpOpCostOld, $corpOverheadOld, $corpProfitOld, $corpRev, $corpRevOld, $corpSpecAccent, $corpSpecAge, $corpSpecAmputee, $corpSpecBalls, $corpSpecDevotion, $corpSpecDick, $corpSpecEducation, $corpSpecGender, $corpSpecGenitalia, $corpSpecHeight, $corpSpecHormones, $corpSpecImplants, $corpSpecInjection, $corpSpecIntelligence, $corpSpecMilk, $corpSpecMuscle, $corpSpecPussy, $corpSpecSexEd, $corpSpecTrust, $corpSpecVirgin, $corpSpecWeight, $dividendTimer, $personalShares, $publicShares>> + <<unset $corp.AssetsDev, $corp.AssetsDevOld, $corp.AssetsSlave, $corp.AssetsSlaveOld, $corp.Cash, $corp.Div, $corp.DivArcadeFromMarket, $corp.DivArcadeSlaves, $corp.DivBreakFromMarket, $corp.DivBreakSlaves, $corp.DivBreakSlaves2, $corp.DivBreakToMarket, $corp.DivBreakToMenial, $corp.DivBreakToSurgery, $corp.DivBreakToTrain, $corp.DivDairyFromMarket, $corp.DivDairySlaves, $corp.DivExtraSlaves, $corp.DivExtraToArcade, $corp.DivExtraToBreak, $corp.DivExtraToMarket, $corp.Dividend, $corp.DivLegalSlaves, $corp.DivLegalToMarket, $corp.DivLegalToMenial, $corp.DivLegalToSurgery, $corp.DivLegalToTrain, $corp.DivMenialFromMarket, $corp.DivMenialSlaves, $corp.DivSurgeryFromMarket, $corp.DivSurgerySlaves, $corp.DivSurgerySlaves2, $corp.DivSurgeryToDairy, $corp.DivSurgeryToMarket, $corp.DivSurgeryToTrain, $corp.DivTrainFromMarket, $corp.DivTrainSlaves, $corp.DivTrainSlaves2, $corp.DivTrainToMarket, $corp.DivTrainToWhore, $corp.DivWhoreFromMarket, $corp.DivWhoreSlaves, $corp.OpCostOld, $corp.OverheadOld, $corp.ProfitOld, $corp.Rev, $corp.RevOld, $corp.SpecAccent, $corp.SpecAge, $corp.SpecAmputee, $corp.SpecBalls, $corp.SpecDevotion, $corp.SpecDick, $corp.SpecEducation, $corp.SpecGender, $corp.SpecGenitalia, $corp.SpecHeight, $corp.SpecHormones, $corp.SpecImplants, $corp.SpecInjection, $corp.SpecIntelligence, $corp.SpecMilk, $corp.SpecMuscle, $corp.SpecPussy, $corp.SpecSexEd, $corp.SpecTrust, $corp.SpecVirgin, $corp.SpecWeight, $dividendTimer, $personalShares, $publicShares>> <</if>> /* Porn star counts (prestige 1) and ID's (prestige 3) */ diff --git a/src/interaction/main/mainLinks.js b/src/interaction/main/mainLinks.js index 8515e1c1e0d1d4045f8875ad9875001aa20adb7d..a41eff26a9c25f0eebc58391665fbfcca9973862 100644 --- a/src/interaction/main/mainLinks.js +++ b/src/interaction/main/mainLinks.js @@ -159,7 +159,7 @@ App.UI.View.mainLinks = function() { div.append('an organ'); } div.append(" for ", - App.UI.DOM.makeElement("span", App.UI.DOM.link(V.slaves[i].slaveName, () => { V.activeSlave = V.slaves[i]; }, [], "Slave Interact"), "clear-formatting"), + App.UI.DOM.makeElement("span", App.UI.DOM.link(V.slaves[i].slaveName, () => { V.activeSlave = V.slaves[i], V.tabChoice.RemoteSurgery = "Structural"; }, [], "Remote Surgery"), "clear-formatting"), " which "); if (slaveOrgans > 1) { div.append('are'); diff --git a/src/interaction/main/walkPast.js b/src/interaction/main/walkPast.js index 6388d242fa156eac4175d9f7dded08001984b4c0..517c347277b5f70bd4121365de55e682f6b49b0a 100644 --- a/src/interaction/main/walkPast.js +++ b/src/interaction/main/walkPast.js @@ -204,14 +204,14 @@ window.walkPast = (function() { } else { switch (V.target) { case "FVagina": - output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<FFuckdollVaginal>><</replace>><</link>></span>`; + output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<include "FFuckdollVaginal">><</replace>><</link>></span>`; break; case "FButt": case "FAnus": - output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<FFuckdollAnal>><</replace>><</link>></span>`; + output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<include "FFuckdollAnal">><</replace>><</link>></span>`; break; default: - output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<FFuckdollOral>><</replace>><</link>></span>`; + output += ` <span id="walkpast"><<link "Fuck ${him}">><<replace "#walk">><<include "FFuckdollOral">><</replace>><</link>></span>`; } } return output; diff --git a/src/interaction/slaveInteract.js b/src/interaction/slaveInteract.js index 093c31365a108a29a78cb974793d58493009e902..af1583ff70cb2808becc3bc6e8fdabdba9863b21 100644 --- a/src/interaction/slaveInteract.js +++ b/src/interaction/slaveInteract.js @@ -1,8 +1,6 @@ /* eslint-disable no-unused-vars */ // TODO: remove after testing -App.UI.SlaveInteract = {}; - App.UI.SlaveInteract.placeInLine = function(slave) { - V.slavesInLine = []; + let slavesInLine = []; let activeSlaveIndex = V.slaveIndices[slave.ID]; let SL = V.slaves.length; @@ -14,7 +12,7 @@ App.UI.SlaveInteract.placeInLine = function(slave) { continue; } if (assignmentVisible(V.slaves[pil])) { - V.slavesInLine.push(pil); /* index of the previous slave in line */ + slavesInLine.push(pil); /* index of the previous slave in line */ break; } } @@ -25,7 +23,7 @@ App.UI.SlaveInteract.placeInLine = function(slave) { continue; } if (assignmentVisible(V.slaves[pil])) { - V.slavesInLine.push(pil); /* index of the next slave in line */ + slavesInLine.push(pil); /* index of the next slave in line */ break; } } @@ -37,7 +35,7 @@ App.UI.SlaveInteract.placeInLine = function(slave) { continue; } if (V.slaves[pil].assignment === slave.assignment) { - V.slavesInLine.push(pil); /* index of the previous slave in line */ + slavesInLine.push(pil); /* index of the previous slave in line */ break; } } @@ -48,18 +46,18 @@ App.UI.SlaveInteract.placeInLine = function(slave) { continue; } if (V.slaves[pil].assignment === slave.assignment) { - V.slavesInLine.push(pil); /* index of the next slave in line */ + slavesInLine.push(pil); /* index of the next slave in line */ break; } } } - if (V.slavesInLine.length === 0) { + if (slavesInLine.length === 0) { /* if there are no other slaves available, set previous/next slave to self */ - V.slavesInLine[0] = activeSlaveIndex; - V.slavesInLine[1] = activeSlaveIndex; + slavesInLine[0] = activeSlaveIndex; + slavesInLine[1] = activeSlaveIndex; } - return; + return slavesInLine; }; App.UI.SlaveInteract.fucktoyPref = function(slave) { @@ -884,9 +882,6 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { Object.assign(V, sexOption.update); } - // Update activeSlave to be used in scene - V.activeSlave = V.slaves[V.slaveIndices[slave.ID]]; - // Scene if (sexOption.scene) { App.UI.replace('#miniscene', `<<include "${sexOption.scene}">>`); @@ -894,9 +889,6 @@ App.UI.SlaveInteract.useSlaveDisplay = function(slave) { App.UI.replace('#miniscene', `<<goto "${sexOption.goto}">>`); } - // Record scene results in slave array - V.slaves[V.slaveIndices[V.activeSlave.ID]] = V.activeSlave; - App.UI.SlaveInteract.refreshAll(V.slaves[V.slaveIndices[V.activeSlave.ID]]); return; } diff --git a/src/js/economyJS.js b/src/js/economyJS.js index 33dd17c38561cd5e5f42ab228e331309dbe4df04..b608fd49b91a5f1884f41020cf0e3f4d242f57ca 100644 --- a/src/js/economyJS.js +++ b/src/js/economyJS.js @@ -2087,17 +2087,36 @@ window.SectorCounts = function() { } }); - const apartments = V.building.findCells(cell => cell instanceof App.Arcology.Cell.Apartment); - apartments.forEach(a => { - if (a.type === 2) { - V.AProsperityCap += 10; - } else if (a.type === 1) { - V.AProsperityCap += 15; - } - }); - - const sweatshops = V.building.findCells(cell => cell instanceof App.Arcology.Cell.Manufacturing && cell.type === "Sweatshops"); - V.Sweatshops = sweatshops.length; + // The idea is that cells used for your private benefit contribute less to the economy as they cannot be used by + // others to generate revenue and therefore increase total cash flow. Can be offset by more luxury apartments. + V.Sweatshops = 0; + V.building.findCells(cell => !(cell instanceof App.Arcology.Cell.Penthouse)) + .forEach(cell => { + if (cell instanceof App.Arcology.Cell.Apartment) { + if (cell.type === 1) { + V.AProsperityCap += 10; + } else if (cell.type === 0) { + V.AProsperityCap += 5; + } + } else if (cell instanceof App.Arcology.Cell.Shop) { + if (cell.type !== "Club" && cell.type !== "Brothel") { + V.AProsperityCap += 10; + } + } else if (cell instanceof App.Arcology.Cell.Market) { + if (cell.type === "Transport Hub") { + V.AProsperityCap += 15; + } else if (cell.type !== "Pit" && cell.type !== "Arcade") { + V.AProsperityCap += 10; + } + } else if (cell instanceof App.Arcology.Cell.Manufacturing) { + if (cell.type !== "Dairy" && cell.type !== "Farmyard" && cell.type !== "Barracks") { + V.AProsperityCap += 10; + if (cell.type === "Sweatshops") { + V.Sweatshops++; + } + } + } + }); V.AProsperityCap += V.AProsperityCapModified; }; @@ -2176,7 +2195,7 @@ window.supplyPoliciesReport = function(NPCclass) { if (overSupply > 0) { r += ` and the arcology provides ${overSupply/10}% more sexual services than required which <span class='red'>drives prices down</span>`; } - r += `, ${V.NPCMarketShare[varName]/10 === V.sexDemandResult[varName]/10 ? `the entire` : `${V.NPCMarketShare[varName]/10}% of the`} market is serviced by other suppliers operating inside your arcology.<br></i>`; + r += `, ${V.NPCMarketShare[varName]/10 === V.sexDemandResult[varName]/10 ? `the entire` : `${V.NPCMarketShare[varName]/10}% of the`} market is serviced by other suppliers operating inside your arcology.</i><br>`; // charge supply barriers (unreported, since it's a flat amount that you were told when you enacted the policy) const supplyCosts = [0, 1000, 5000, 20000, 60000]; @@ -2186,14 +2205,14 @@ window.supplyPoliciesReport = function(NPCclass) { if (V.sexSubsidies[varName] > 0) { const severity = ["none", "minor", "moderate", "substantial", "gratuitous"]; const subsidyCost = forceNeg(Math.trunc(V.NPCSexSupply[varName] * Math.pow(V.sexSubsidies[varName], 2) * 0.25)); - r += `Your ${severity[V.sexSubsidies[varName]]} subsidies of ${NPCclass} class sex supply cost you ${cashFormatColor(subsidyCost)} this week. `; + r += `<i> Your ${severity[V.sexSubsidies[varName]]} subsidy costs ${cashFormatColor(subsidyCost)} this week</i>`; cashX(subsidyCost, "policies"); // warn about conflicting policies if (V.sexSupplyBarriers[varName] > 0) { - r += `The supply barriers you are imposing on ${NPCclass} class sex supply <span class="red">reduce the effectiveness</span> of your subsidies and <span class="red">increase your costs.</span>`; + r += `<i>, however the barriers that are also in place <span class="red">reduce its effectiveness and increase</span> your costs</i>`; } - r += `<br>`; + r += `.<br>`; } return r; diff --git a/src/js/food.js b/src/js/food.js index 48c5019685b1a9e3839b19476463d0bc5192e352..cabebceceab65b0fb7f5b9961c33f674c3ee0532 100644 --- a/src/js/food.js +++ b/src/js/food.js @@ -3,9 +3,9 @@ * @returns {number} */ App.Facilities.Farmyard.foodAmount = function(slave) { - if (!slave) { + if (!slave) { return `Current slave is not valid. Please report this`; - } + } let food = 150; // kg of food produced per week by slave, before upgrades if (V.farmyardUpgrade.pump === 1) { food += 15; // pump upgrade for farmyard @@ -19,7 +19,7 @@ App.Facilities.Farmyard.foodAmount = function(slave) { if (V.farmyardUpgrade.machinery === 1) { food += 65; // machinery upgrade for farmyard } - if (V.Farmer !== 0) { + if (V.Farmer === 0) { return null; } else { if (V.Farmer !== 0) { // if a farmer is assigned diff --git a/src/js/generateMarketSlave.js b/src/js/generateMarketSlave.js index c913c2818f3c27eb92fdad41ea29132fc5863998..962e07422a0e205c3791bab97ff3bdee12d018a1 100644 --- a/src/js/generateMarketSlave.js +++ b/src/js/generateMarketSlave.js @@ -10,11 +10,11 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { switch (market) { case "corporate": - if (V.corpSpecAge === 1) { + if (V.corp.SpecAge === 1) { r += `Teenage slaves are strongly favored for training. `; V.activeSlaveOneTimeMinAge = V.minimumSlaveAge; V.activeSlaveOneTimeMaxAge = 19; - } else if (V.corpSpecAge === 3) { + } else if (V.corp.SpecAge === 3) { r += `Newly enslaved MILFs are strongly favored for training. `; if (V.pedo_mode === 1) { V.activeSlaveOneTimeMinAge = 24; @@ -27,13 +27,13 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { r += `Promising slaves are trained without special sorting based on age. `; } V.one_time_age_overrides_pedo_mode = 1; - if (V.corpSpecRaces.length > 0) { - V.fixedRace = jsEither(V.corpSpecRaces); + if (V.corp.SpecRaces.length > 0) { + V.fixedRace = jsEither(V.corp.SpecRaces); } - if (V.corpSpecGender === 1) { + if (V.corp.SpecGender === 1) { r += `Slaves without pussies are not trained. `; V.activeSlave = GenerateNewSlave("XX"); - } else if (V.corpSpecGender === 2) { + } else if (V.corp.SpecGender === 2) { r += `Slaves without dicks are not trained. `; V.activeSlave = GenerateNewSlave("XY"); } else { @@ -44,43 +44,43 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.devotion = jsRandom(-30, 0); V.activeSlave.trust = jsRandom(-45, -25); setHealth(V.activeSlave, jsRandom(25, 50), Math.max(normalRandInt(0, 4), 0), Math.max(normalRandInt(0, 4), 0), Math.max(normalRandInt(0, 0.5), 0), jsRandom(10, 40)); - if (V.corpSpecDevotion > 0) { - V.activeSlave.devotion = jsRandom(-120, -90) + V.corpSpecDevotion * 30; - if (V.corpSpecDevotion === 1) { + if (V.corp.SpecDevotion > 0) { + V.activeSlave.devotion = jsRandom(-120, -90) + V.corp.SpecDevotion * 30; + if (V.corp.SpecDevotion === 1) { r += `It does everything it can to make trainees furious. `; - } else if (V.corpSpecDevotion === 2) { + } else if (V.corp.SpecDevotion === 2) { r += `It makes no effort to tame trainees. `; - } else if (V.corpSpecDevotion === 4) { + } else if (V.corp.SpecDevotion === 4) { r += `It focuses on selecting trainees predisposed towards obedience. `; - } else if (V.corpSpecDevotion === 5) { + } else if (V.corp.SpecDevotion === 5) { r += `It focuses on selecting trainees predisposed towards devotion to their owner. `; } } else { r += `It does not select trainees based on their initial feelings about slavery. `; } - if (V.corpSpecIntelligence === 3) { + if (V.corp.SpecIntelligence === 3) { r += `Intelligent slaves have a high priority for training. `; V.activeSlave.intelligence = Intelligence.random({limitIntelligence: [30, 100]}); - } else if (V.corpSpecIntelligence === 1) { + } else if (V.corp.SpecIntelligence === 1) { r += `Stupid slaves have a high priority for training. `; V.activeSlave.intelligence = Intelligence.random({limitIntelligence: [-100, -30]}); } else { r += `Slaves' intelligence is not given special consideration. `; } - if (V.corpSpecRaces.length === 0 || V.corpSpecRaces.length === 12) { + if (V.corp.SpecRaces.length === 0 || V.corp.SpecRaces.length === 12) { r += `There is no racial element to trainee selection. `; - } else if (V.corpSpecRaces.length === 1) { - r += `The corporation specializes in ${V.corpSpecRaces[0]} slaves. `; + } else if (V.corp.SpecRaces.length === 1) { + r += `The corporation specializes in ${V.corp.SpecRaces[0]} slaves. `; } else { r += `The corporation selects slaves based on race. `; /* getting into the specifics of which races exactly is a hellhole I'd rather not jump into*/ } - if (V.corpSpecTrust > 0) { - V.activeSlave.trust = jsRandom(-105, -85) + V.corpSpecTrust * 20; - if (V.corpSpecTrust === 1) { + if (V.corp.SpecTrust > 0) { + V.activeSlave.trust = jsRandom(-105, -85) + V.corp.SpecTrust * 20; + if (V.corp.SpecTrust === 1) { r += `The corporation applies extremely brutal slave breaking techniques, uncontrollable sobbing and bloodcurdling screams are heard around the clock. `; - } else if (V.corpSpecTrust === 2) { + } else if (V.corp.SpecTrust === 2) { r += `The corporation applies brutal slave breaking techniques. `; - } else if (V.corpSpecTrust === 4) { + } else if (V.corp.SpecTrust === 4) { r += `The corporation applies caring slave breaking techniques. `; } else { r += `The corporation applies surprisingly caring slave breaking techniques that sometimes convince refugees and similar downtrodden people that slavery is a step up for them. `; @@ -88,34 +88,34 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `The corporation applies standard slave breaking techniques. `; } - if (V.corpSpecHeight > 0) { - V.activeSlave.height = Math.trunc(Height.random(V.activeSlave, {limitMult: [V.corpSpecHeight - 4, V.corpSpecHeight - 2]})); - if (V.corpSpecHeight === 1) { + if (V.corp.SpecHeight > 0) { + V.activeSlave.height = Math.trunc(Height.random(V.activeSlave, {limitMult: [V.corp.SpecHeight - 4, V.corp.SpecHeight - 2]})); + if (V.corp.SpecHeight === 1) { r += `The corporation specifically targets very short slaves. `; - } else if (V.corpSpecHeight === 2) { + } else if (V.corp.SpecHeight === 2) { r += `The corporation targets short slaves. `; - } else if (V.corpSpecHeight === 4) { + } else if (V.corp.SpecHeight === 4) { r += `The corporation targets tall slaves. `; - } else if (V.corpSpecHeight === 5) { + } else if (V.corp.SpecHeight === 5) { r += `The corporation specifically targets incredibly tall slaves. `; } } - if (V.corpSpecVirgin === 1) { + if (V.corp.SpecVirgin === 1) { r += `The corporation ensures its slaves are virgins. `; V.activeSlave.anus = 0; if (V.activeSlave.vagina > 0) { V.activeSlave.vagina = 0; } } - if (V.corpSpecWeight > 0) { - V.activeSlave.weight = jsRandom(-85 + V.corpSpecWeight * 20, -65 + V.corpSpecWeight * 30); - if (V.corpSpecWeight === 1) { + if (V.corp.SpecWeight > 0) { + V.activeSlave.weight = jsRandom(-85 + V.corp.SpecWeight * 20, -65 + V.corp.SpecWeight * 30); + if (V.corp.SpecWeight === 1) { r += `Trainees are practically starved through a rigorous diet. `; - } else if (V.corpSpecWeight === 2) { + } else if (V.corp.SpecWeight === 2) { r += `Trainees are put on a diet to get them nice and thin. `; - } else if (V.corpSpecWeight === 3) { + } else if (V.corp.SpecWeight === 3) { r += `Thin trainees are fattened up; fat trainees are slimmed down. `; - } else if (V.corpSpecWeight === 5) { + } else if (V.corp.SpecWeight === 5) { r += `Trainees are fattened until they're nice and curvy. `; } else { r += `Trainees are fed as much as they can stomach. `; @@ -123,64 +123,64 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `Only the unhealthiest trainees are fed special diets. `; } - if (V.corpSpecMuscle > 0) { - V.activeSlave.muscles = jsRandom(-85, -65) + V.corpSpecMuscle * 25; - if (V.corpSpecMuscle === 1) { + if (V.corp.SpecMuscle > 0) { + V.activeSlave.muscles = jsRandom(-85, -65) + V.corp.SpecMuscle * 25; + if (V.corp.SpecMuscle === 1) { r += `Trainees are kept physically inactive and frail. `; - } else if (V.corpSpecMuscle === 2) { + } else if (V.corp.SpecMuscle === 2) { r += `Trainees are kept physically weak. `; - } else if (V.corpSpecMuscle === 3) { + } else if (V.corp.SpecMuscle === 3) { r += `Trainees' muscles are kept soft. `; - } else if (V.corpSpecMuscle === 4) { + } else if (V.corp.SpecMuscle === 4) { r += `Trainees are brought up to a good state of physical fitness. `; - } else if (V.corpSpecMuscle === 5) { + } else if (V.corp.SpecMuscle === 5) { r += `Trainees are subjected to punishing workout routines and only sold when ripped. `; } } else { r += `Trainees are not subjected to any special workout routine. `; } - if (V.corpSpecAccent === 1) { + if (V.corp.SpecAccent === 1) { r += `The corporation teaches its trainees the lingua franca but allows them to retain distinctive accents. `; V.activeSlave.accent = Math.clamp(V.activeSlave.accent, 0, 1); - } else if (V.corpSpecAccent === 2) { + } else if (V.corp.SpecAccent === 2) { r += `The corporation teaches its trainees to speak the lingua franca without accent. `; V.activeSlave.accent = 0; } else { r += `The corporation does not expend any special effort teaching language. `; } - if (V.corpSpecEducation > 0) { - V.activeSlave.intelligenceImplant = 15 * V.corpSpecEducation; - V.activeSlave.skill.whoring = Math.clamp(V.activeSlave.skill.whoring, 15 * V.corpSpecEducation, 100); - V.activeSlave.skill.entertainment = Math.clamp(V.activeSlave.skill.entertainment, 15 * V.corpSpecEducation, 100); - if (V.corpSpecEducation === 1) { + if (V.corp.SpecEducation > 0) { + V.activeSlave.intelligenceImplant = 15 * V.corp.SpecEducation; + V.activeSlave.skill.whoring = Math.clamp(V.activeSlave.skill.whoring, 15 * V.corp.SpecEducation, 100); + V.activeSlave.skill.entertainment = Math.clamp(V.activeSlave.skill.entertainment, 15 * V.corp.SpecEducation, 100); + if (V.corp.SpecEducation === 1) { r += `Its slave students receive basic slave educations. `; - } else if (V.corpSpecEducation === 2) { + } else if (V.corp.SpecEducation === 2) { r += `Its slave students receive advanced slave educations. `; } } else { r += `Its slaves are not given special educational attention. `; } - if (V.corpSpecSexEd > 0) { - V.activeSlave.skill.oral = Math.clamp(V.activeSlave.skill.oral, 15 * V.corpSpecSexEd, 100); + if (V.corp.SpecSexEd > 0) { + V.activeSlave.skill.oral = Math.clamp(V.activeSlave.skill.oral, 15 * V.corp.SpecSexEd, 100); if (V.activeSlave.anus > 0) { - V.activeSlave.skill.anal = Math.clamp(V.activeSlave.skill.anal, 15 * V.corpSpecSexEd, 100); + V.activeSlave.skill.anal = Math.clamp(V.activeSlave.skill.anal, 15 * V.corp.SpecSexEd, 100); } else if (V.activeSlave.anus === 0) { V.activeSlave.skill.anal = Math.clamp(V.activeSlave.skill.anal, 15, 100); } if (V.activeSlave.vagina > 0) { - V.activeSlave.skill.vaginal = Math.clamp(V.activeSlave.skill.vaginal, 15 * V.corpSpecSexEd, 100); + V.activeSlave.skill.vaginal = Math.clamp(V.activeSlave.skill.vaginal, 15 * V.corp.SpecSexEd, 100); } else if (V.activeSlave.vagina === 0) { V.activeSlave.skill.vaginal = Math.clamp(V.activeSlave.skill.vaginal, 15, 100); } - if (V.corpSpecSexEd === 1) { + if (V.corp.SpecSexEd === 1) { r += `Trainees spend many hours learning sexual competence. `; - } else if (V.corpSpecSexEd === 2) { + } else if (V.corp.SpecSexEd === 2) { r += `Trainees spend days learning sexual skills. `; } } else { r += `No special sexual training is applied. `; } - if (V.corpSpecCosmetics === 1) { + if (V.corp.SpecCosmetics === 1) { r += `The corporation uses subtle cosmetic surgery to improve its slaves for sale. `; if ((V.activeSlave.anus > 3)) { V.activeSlave.anus = 3; @@ -222,37 +222,37 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `The corporation does not use cosmetic surgery to improve its slaves for sale. `; } - if (V.corpSpecPussy === 1) { + if (V.corp.SpecPussy === 1) { r += `The corporation adds pussies where needed. `; V.activeSlave.vagina = 0; V.activeSlave.ovaries = 1; - } else if (V.corpSpecPussy === -1) { + } else if (V.corp.SpecPussy === -1) { r += `The corporation removes pussies where possible. `; V.activeSlave.vagina = -1; V.activeSlave.ovaries = 0; } - if (V.corpSpecDick === 1) { + if (V.corp.SpecDick === 1) { r += `The corporation adds dicks where needed. `; V.activeSlave.dick = 2; V.activeSlave.prostate = 1; - } else if (V.corpSpecDick === -1) { + } else if (V.corp.SpecDick === -1) { r += `The corporation removes dicks where possible. `; V.activeSlave.dick = 0; V.activeSlave.prostate = 0; } - if (V.corpSpecBalls === 1 && V.activeSlave.dick > 0) { + if (V.corp.SpecBalls === 1 && V.activeSlave.dick > 0) { r += `The corporation adds balls where needed. `; V.activeSlave.balls = 2; V.activeSlave.scrotum = 2; - } else if (V.corpSpecBalls === -1) { + } else if (V.corp.SpecBalls === -1) { r += `The corporation removes balls where possible. `; V.activeSlave.balls = 0; V.activeSlave.scrotum = 0; } - if (typeof V.corpSpecPussy === "undefined" && typeof V.corpSpecDick === "undefined" && typeof V.corpSpecBalls === "undefined") { + if (typeof V.corp.SpecPussy === "undefined" && typeof V.corp.SpecDick === "undefined" && typeof V.corp.SpecBalls === "undefined") { r += `The corporation does not reconfigure slave genitalia. `; } - if (V.corpSpecHormones === 1) { + if (V.corp.SpecHormones === 1) { r += `It applies almost universal female hormone therapy. `; if ((V.activeSlave.dick > 0)) { V.activeSlave.dick = Math.clamp(V.activeSlave.dick-1, 1, 6); @@ -299,7 +299,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.devotion += jsRandom(5, 10); V.activeSlave.trust += jsRandom(5, 10); V.activeSlave.attrXY = Math.clamp(V.activeSlave.attrXY+jsRandom(5, 10), 0, 100); - } else if (V.corpSpecHormones === 2) { + } else if (V.corp.SpecHormones === 2) { r += `It applies almost universal male hormone therapy. `; if ((V.activeSlave.dick > 0)) { V.activeSlave.dick = Math.clamp(V.activeSlave.dick+1, 1, 6); @@ -345,8 +345,8 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `It does not use hormones on a systematic level. `; } - if (V.corpSpecInjection > 0) { - if (V.corpSpecInjection === 1) { + if (V.corp.SpecInjection > 0) { + if (V.corp.SpecInjection === 1) { r += `If anything, hormones are used to reduce asset sizes. `; V.activeSlave.lips = jsRandom(0, 20); V.activeSlave.butt = jsRandom(1, 2); @@ -358,7 +358,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { if (V.activeSlave.balls > 0) { V.activeSlave.balls = jsRandom(1, 2); } - } else if (V.corpSpecInjection === 2) { + } else if (V.corp.SpecInjection === 2) { r += `Growth hormones are used to correct flat chests and butts. `; V.activeSlave.lips = jsRandom(25, 45); V.activeSlave.butt = jsRandom(3, 4); @@ -370,7 +370,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { if (V.activeSlave.balls > 0) { V.activeSlave.balls = jsRandom(3, 4); } - } else if (V.corpSpecInjection === 3) { + } else if (V.corp.SpecInjection === 3) { r += `Growth hormones are used throughout slave training to ensure expansion. `; V.activeSlave.lips = jsRandom(35, 55); V.activeSlave.butt = jsRandom(4, 5); @@ -382,7 +382,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { if (V.activeSlave.balls > 0) { V.activeSlave.balls = jsRandom(4, 5); } - } else if (V.corpSpecInjection === 4) { + } else if (V.corp.SpecInjection === 4) { r += `Advanced growth hormones are applied on a grand scale. `; V.activeSlave.lips = jsRandom(55, 85); V.activeSlave.butt = jsRandom(6, 8); @@ -394,7 +394,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { if (V.activeSlave.balls > 0) { V.activeSlave.balls = jsRandom(5, 6); } - } else if (V.corpSpecInjection === 5) { + } else if (V.corp.SpecInjection === 5) { r += `Advanced growth hormones are applied with total focus on increasing slaves' productiveness. `; V.activeSlave.lips = jsRandom(35, 65); V.activeSlave.butt = jsRandom(4, 6); @@ -410,7 +410,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `Growth hormones are not applied. `; } - if (V.corpSpecImplants === 1) { + if (V.corp.SpecImplants === 1) { r += `Slaves are given tasteful breast, butt, and lip implants. `; V.activeSlave.buttImplant = 1; V.activeSlave.butt = Math.clamp(V.activeSlave.butt+V.activeSlave.buttImplant, 0, 10); @@ -420,7 +420,7 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { V.activeSlave.boobsImplantType = "normal"; V.activeSlave.lipsImplant = 20; V.activeSlave.lips = Math.clamp(V.activeSlave.lips+V.activeSlave.lipsImplant, 0, 55); - } else if (V.corpSpecImplants === 2) { + } else if (V.corp.SpecImplants === 2) { r += `Slaves are given absurd breast, butt, and lip implants. `; V.activeSlave.buttImplant = 4; V.activeSlave.buttImplantType = "fillable"; @@ -433,16 +433,16 @@ window.generateMarketSlave = function(market = "kidnappers", numArcology = 1) { } else { r += `Slaves are not given breast, butt, or lip implants. `; } - if (V.corpSpecAmputee === 1) { + if (V.corp.SpecAmputee === 1) { r += `The corporation removes all limbs from its slaves. `; removeLimbs(V.activeSlave, "all"); } - if (V.corpSpecMilk === 1) { + if (V.corp.SpecMilk === 1) { r += `The corporation provides naturally lactating slaves `; V.activeSlave.lactation = 1; V.activeSlave.lactationDuration = 2; V.activeSlave.lactationAdaptation = 15; - } else if (V.corpSpecMilk === 2) { + } else if (V.corp.SpecMilk === 2) { r += `The corporation provides slaves with chemically induced lactation. `; V.activeSlave.lactation = 2; V.activeSlave.lactationDuration = 2; diff --git a/src/js/relationshipChecks.js b/src/js/relationshipChecks.js index 754618b2dd0a69e210a1c86193907bc859b11c30..127a392ae788cfe292b9df08a970e70f5e040218 100644 --- a/src/js/relationshipChecks.js +++ b/src/js/relationshipChecks.js @@ -68,10 +68,11 @@ window.PCrelationshipTerm = function(id) { * even though it's not going to have any mechanical impact on the scene. * @param {App.Entity.SlaveState|App.Entity.PlayerState} context * @param {App.Entity.SlaveState|App.Entity.PlayerState} actor + * @param {boolean} [asLink=false] - when true, instead of using the slave's first name, use their full name with a (SC Markup) link to the slave description dialog. * @param {boolean} [insertComma=false] - when true, if a relationship is found, it will be separated from the actor's name by a comma ("her father, Dave" instead of "her father Dave") * @returns {string} */ -window.contextualIntro = function(context, actor, insertComma=false) { +window.contextualIntro = function(context, actor, asLink=false, insertComma=false) { let first = true; let r = ``; const firstPreamble = (context === V.PC) ? "your" : getPronouns(context).possessive; @@ -99,6 +100,7 @@ window.contextualIntro = function(context, actor, insertComma=false) { if (r !== ``) { r += (insertComma || actor === V.PC) ? ", " : " "; } - r += actor === V.PC ? "you" : actor.slaveName; + const namePart = asLink ? App.UI.slaveDescriptionDialog(actor) : actor.slaveName; + r += actor === V.PC ? "you" : namePart; return r; }; diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index a37c8a59993005033ada61f50e3d366cfe438465..b3ebda2ff95cd6b59ad565540231ef99daf9e2b4 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -1114,7 +1114,6 @@ window.rulesAssistantOptions = (function() { render() { const elem = document.querySelector("#application-log") || document.createElement("div"); elem.id = "application-log"; - clearSummaryCache(); elem.innerHTML = V.slaves.map(slave => DefaultRules(slave)).join(""); return elem; } diff --git a/src/js/slaveListing.js b/src/js/slaveListing.js index 276c717bc823749b585a3b7896d33a57b691d35c..355e40192e03eefc913518d304699558159878e6 100644 --- a/src/js/slaveListing.js +++ b/src/js/slaveListing.js @@ -326,7 +326,7 @@ App.UI.SlaveList.render = function() { res.appendChild(App.UI.jobLinks.transfersFragment(index, (slave, assignment) => { App.UI.SlaveList.ScrollPosition.record(); assignJob(slave, assignment); })); } - res.appendChild(SlaveSummaryUncached(slave)); + res.appendChild(SlaveSummary(slave)); if (postNote !== undefined) { const pn = postNote(slave, index); diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js index 463eb130351ec6279e5df7d37fd89ac383a901f4..82c096685c2a0bac0f86ed80d24a98dd5b786646 100644 --- a/src/js/slaveSummaryWidgets.js +++ b/src/js/slaveSummaryWidgets.js @@ -1,42 +1,13 @@ /* eslint-disable camelcase */ -/** - * @param {App.Entity.SlaveState | number} slave - */ -window.clearSummaryCache = function clearSummaryCache(slave) { - if (!slave) { - setup.summaryCache = {}; - } else if (slave instanceof Object && slave.ID !== Infinity && slave.ID !== -Infinity) { - setup.summaryCache[slave.ID] = undefined; - } else { - setup.summaryCache[slave] = undefined; - } -}; - -/** - * @param {App.Entity.SlaveState} slave - * @returns {object} - */ -window.SlaveSummary = function SlaveSummary(slave) { - if (V.useSummaryCache) { - if (setup.summaryCache[slave.ID] === undefined) { - setup.summaryCache[slave.ID] = SlaveSummaryUncached(slave); - } - // this.output.appendChild(setup.summaryCache[State.temporary.Slave.ID].cloneNode(true)) - return setup.summaryCache[slave.ID]; - } - return SlaveSummaryUncached(slave); -}; - -window.SlaveSummaryUncached = (function() { - "use strict"; +window.SlaveSummary = (function() { /** @type {DocumentFragment} */ let res; /** * @param {App.Entity.SlaveState} slave * @returns {DocumentFragment} */ - function SlaveSummaryUncached(slave) { + function SlaveSummary(slave) { res = document.createDocumentFragment(); let para = makeParagraph(res); @@ -4615,19 +4586,5 @@ window.SlaveSummaryUncached = (function() { return r; } - /** - * @param {Node} container - * @param {string} name - * @param {string} content - */ - function tag(container, name, content) { - let r = document.createElement(name); - r.textContent = content; - if (container) { - container.appendChild(r); - } - return r; - } - - return SlaveSummaryUncached; + return SlaveSummary; })(); diff --git a/src/js/utilsFC.js b/src/js/utilsFC.js index 8e368ddc3bf3d08551656bf06d62bba81e4704d3..983f7919da47f9a7e9b48d55d53ca65c0fb8a3da 100644 --- a/src/js/utilsFC.js +++ b/src/js/utilsFC.js @@ -2878,6 +2878,5 @@ window.ASDump = function() { V.slaves[V.i] = V.activeSlave; } } - clearSummaryCache(V.activeSlave); } }; diff --git a/src/js/utilsSC.js b/src/js/utilsSC.js index 5e1e5008faf948cbb7dfed1f6c0bb62c6a2ee708..c25ceb4cf6a800de58595e40b43ff64045adacbd 100644 --- a/src/js/utilsSC.js +++ b/src/js/utilsSC.js @@ -270,3 +270,25 @@ App.UI.disabledLink = function(link, reasons) { `<div class="tooltip"><ul>${reasons.map(e => `<li>${e}</li>`).join('')}</ul></div>`; return `<span class="textWithTooltip">${link}${tooltips}</span>`; }; + +/** + * Generates a link which shows a slave description dialog for a specified slave. + * Do not call from within another dialog. + * @param {App.Entity.SlaveState} slave + * @returns {string} link (in SC markup) + */ +App.UI.slaveDescriptionDialog = function(slave) { + function showDialog() { + const oldEventDescription = V.eventDescription; + V.eventDescription = 1; // should be easy enough to use this for non-event cases too, but you'll need to fix the art display + const oldActiveSlave = V.activeSlave; + V.activeSlave = slave; + Dialog.setup(SlaveFullName(slave)); + Dialog.wiki('<div class="imageRef medImg"><<= SlaveArt($activeSlave, 2, 0)>></div><<include "Long Slave Description">>'); + Dialog.open(); + V.activeSlave = oldActiveSlave; + V.eventDescription = oldEventDescription; + } + + return App.UI.link(SlaveFullName(slave), showDialog, []); +}; diff --git a/src/npc/abort.tw b/src/npc/abort.tw index b32c95ed0b95dd3055900f696266e8c1b2920f27..7eaded2a507a14f6bb13e006d3dea1d9edbdd404 100644 --- a/src/npc/abort.tw +++ b/src/npc/abort.tw @@ -1,7 +1,6 @@ :: Abort [nobr] <<set $nextButton = "Back", $nextLink = "Slave Interact">> -<<run clearSummaryCache($activeSlave)>> The remote surgery makes aborting a pregnancy quick and efficient. diff --git a/src/npc/asDump.tw b/src/npc/asDump.tw index d30230405a7fc013b718271714f13e55213133be..53e23167d226133b5a0afb078d0306344d404705 100644 --- a/src/npc/asDump.tw +++ b/src/npc/asDump.tw @@ -23,8 +23,6 @@ <</if>> <</if>> - <<run clearSummaryCache($activeSlave)>> - <</silently>> <<goto $returnTo>> diff --git a/src/npc/descriptions/fButt.tw b/src/npc/descriptions/fButt.tw deleted file mode 100644 index 0a2346130998cbbdad7dc9865fb8a8a2d465b51d..0000000000000000000000000000000000000000 --- a/src/npc/descriptions/fButt.tw +++ /dev/null @@ -1,250 +0,0 @@ -:: FButt [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -You call $him over so you can -<<if !canDoVaginal($activeSlave)>> - use $his sole fuckhole. -<<elseif ($activeSlave.vagina > 3)>> - fuck $his gaping holes. -<<elseif ($activeSlave.vagina > 2)>> - fuck $his loose holes. -<<elseif ($activeSlave.vagina == 2)>> - use $his whorish holes. -<<elseif ($activeSlave.vagina == 1)>> - use $his tight holes. -<<elseif ($activeSlave.vagina == 0) || ($activeSlave.anus == 0)>> - take $his virginity. -<</if>> - -<<if ($activeSlave.vagina !== -1)>> - <<if ($activeSlave.vaginaTat == "tribal patterns")>> - The tattoos on $his abdomen certainly draw attention there. - <<elseif ($activeSlave.vaginaTat == "scenes")>> - The tattoos on $his abdomen nicely illustrate what you mean to do to $him. - <<elseif ($activeSlave.vaginaTat == "degradation")>> - The tattoos on $his abdomen are asking you to, after all. - <</if>> -<</if>> - -<<if ($activeSlave.vaginaPiercing > 1)>> - $His pierced lips and clit have $him nice and wet. - <<if ($activeSlave.dick !== 0)>> - Metal glints all up and down $his cock. - <</if>> -<<elseif ($activeSlave.vaginaPiercing == 1)>> - $His pierced clit has $his nice and moist. - <<if ($activeSlave.dick !== 0)>> - Metal glints at the head of $his cock. - <</if>> -<</if>> - -<<if ($activeSlave.anusPiercing > 1)>> - The ring of stud piercings around $his anus should massage you delightfully as you sodomize $him. -<<elseif ($activeSlave.anusPiercing == 1)>> - $His perineum piercing has a big ring in it, which you should be able to feel when you hilt yourself in $his ass. -<</if>> - -<<if ($activeSlave.anusTat !== 0) && ($activeSlave.anusTat !== 4)>> - $His anus is invitingly bleached, - <<if ($activeSlave.vagina > -1)>> - which is appropriate: rather than looking like $he has a hole for fucking and an ass, it looks like $he has two fuckholes. - <<else>> - making $his sole fuckable hole look nice and natural. - <</if>> -<</if>> - -<<if ($activeSlave.vagina == 0) && ($activeSlave.anus == 0) && canDoVaginal($activeSlave)>> - <<if ($PC.dick == 0)>> - You step into a strap-on, lubricate it, and break in $his holes in quick succession. - <<else>> - Brooking no resistance, you take $his virginity and then break in $his virgin butt. - <</if>> - <<if ($activeSlave.devotion > 50)>> - You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He <span class="devotion inc">submits utterly</span> to your spoilage of $his innocence and thanks you meekly for introducing $him to proper sexual slavery. <span class="virginity loss">$His holes have been broken in.</span> - <<set $activeSlave.devotion += 10>> - <<elseif ($activeSlave.devotion > 20)>> - You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He's so bewildered by the pain and novelty that all $he feels is <span class="trust dec">a little fear</span> of further use. <span class="virginity loss">$His holes have been broken in.</span> - <<set $activeSlave.trust -= 5>> - <<else>> - You force yourself into $his pussy before gradually working your way into $his ass. $He sobs and cries with disgust while you alternate between the two holes. In just a few minutes, $he has lost $his virginity to rape and $his anal virginity to a rough buttfuck. To say $he @@.devotion.dec;resents you@@ and <span class="trust dec">fears further abuse</span> would be an understatement. <span class="virginity loss">$His holes have been broken in.</span> - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> - <</if>> - <<set $activeSlave.vagina++, $activeSlave.anus++>> - <<= VCheck.Both()>> -<<elseif ($activeSlave.vagina == 0) && canDoVaginal($activeSlave)>> - <<if ($activeSlave.devotion > 20)>> - $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeSlave)>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in.</span> - <<set $activeSlave.devotion += 10>> - <<elseif ($activeSlave.devotion >= -20)>> - $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster($activeSlave)>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in,</span> and $he is <span class="trust dec">fearful</span> that sex will continue to be painful. - <<set $activeSlave.devotion += 5>> - <<set $activeSlave.trust -= 5>> - <<else>> - As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His pussy has been broken in,</span> and $he <span class="trust dec">fears further abuse.</span> - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 15>> - <</if>> - <<set $activeSlave.vagina++>> - <<= VCheck.Vaginal()>> -<<elseif ($activeSlave.anus == 0)>> - <<if ($activeSlave.devotion > 20)>> - $He accepts your orders without comment and presents $his virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize $him. You gently ease yourself into $his butthole and gradually speed up your thrusts while $he slowly learns to move $his hips along with you. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeSlave)>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His tight little ass has been broken in.</span> - <<set $activeSlave.devotion += 4>> - <<elseif ($activeSlave.devotion >= -20)>> - $He is clearly unhappy at the idea of taking a dick up $his butt. $He obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck $his ass. <span class="virginity loss">$His tight little ass has been broken in,</span> and $he <span class="trust dec">fears further anal pain.</span> - <<set $activeSlave.trust -= 5>> - <<else>> - $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if hasAnyArms($activeSlave)>> while you hold $his arm<<if hasBothArms($activeSlave)>>s<</if>> behind $him<</if>>. You force yourself into $his butthole. $He sobs and cries with disgust while you continue thrusting into $his ass. The painful anal rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His tight little ass has been broken in,</span> and $he is <span class="trust dec">terrified of further anal pain.</span> - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <</if>> - <<set $activeSlave.anus++>> - <<= VCheck.Anal()>> -<<elseif $activeSlave.devotion < -20>> - <<if ($PC.dick == 0)>>You don a cruelly large strap-on, and you do it so $he can <<if canSee($activeSlave)>>see<<elseif canHear($activeSlave)>>hear<<else>>notice<</if>> it. <</if>>$He tries to refuse you, so you throw $him across the back of the couch next to your desk with $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass in the air. You finger $his anus<<if ($activeSlave.vagina != -1)>> while fucking $his pussy<<elseif hasBothLegs($activeSlave)>> while frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. $He sobs as you penetrate $his rectum. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if $activeSlave.prostate == 0>> - $He lacks a prostate, denying $him any real pleasure. $His dick stays flaccid as you rape $him. - <<elseif ($activeSlave.chastityPenis == 1)>> - Despite $his unwillingness to be sodomized, the prostate stimulation starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his asshole spasming delightfully. - <<else>> - Despite $his unwillingness to be sodomized, the prostate stimulation gives $him an erection. $He's mortified that $he would get hard while being anally raped. - <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> - $His dick chastity keeps $his bitch cock hidden away while you use $his anus like a pussy. - <<elseif ($activeSlave.dick !== 0)>> - $His flaccid dick is ground into the back of the couch as you rape $him. - <</if>> - <<= VCheck.Both()>> -<<elseif $activeSlave.devotion <= 50>> - You throw $him across the back of the couch next to your desk with $his ass in the air<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass while <<if ($activeSlave.vagina !== -1)>>fucking $his pussy<<else>>frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. <<if ($activeSlave.anus == 1)>>$His ass is so tight that you have to work yourself in.<<elseif ($activeSlave.anus == 2)>>Your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> slides easily up $his ass.<<else>>You slide into $his already-gaping asspussy with ease.<</if>> $He gasps as you penetrate $his rectum, but you timed the switch so that $he was on the verge of orgasm, and $he comes immediately. - <<if ($activeSlave.dick !== 0) && canAchieveErection($activeSlave)>> - <<if $activeSlave.chastityPenis>> - $He managed to stay soft within $his dick chastity, but $he dribbled a lot of precum onto the couch. You make $his lick it up, and $he obeys, shuddering with unsatisfied arousal. - <<else>> - $His cock spatters the couch with cum, and you make $his lick it up. - <</if>> - <<elseif ($activeSlave.clit > 2)>> - $His clit is so large that it bobs slightly with each thrust. - <</if>> - <<= VCheck.Both()>> -<<else>> - <<if hasAnyLegs($activeSlave)>>$He kneels on the floor<<else>>You lay $him on the floor<</if>> so you can take $him at will<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass while - <<if canDoVaginal($activeSlave)>> - fucking $his pussy - <<else>> - frotting $his - <</if>> - for a bit and then switch to $his now-ready anus. - <<if ($activeSlave.anus == 1)>> - $His ass is so tight that you have to work yourself in. - <<elseif ($activeSlave.anus == 2)>> - Your cock slides easily up $his ass. - <<else>> - You slide into $his already-gaping asspussy with ease. - <</if>> - You fuck $him there for a while before repeatedly pulling out and stuffing yourself back in. $He moans each time you fill <<if canDoVaginal($activeSlave)>>a<<else>>$his<</if>> waiting hole. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if ($activeSlave.chastityPenis == 1)>> - Whenever $he starts to get hard, $his dick chastity gives $him an awful twinge of pain. You do your best to be up $his butt when this happens so you can experience the resulting spasm. - <<else>> - Every time you penetrate, $his erect dick jerks up and slaps $his stomach. - <</if>> - <<elseif ($activeSlave.dick !== 0)>> - <<if ($activeSlave.chastityPenis == 1)>> - $His dick chastity keeps $his girly bitchclit hidden, just like it belongs. - <<else>> - Every time you penetrate, $his limp dick flops around lamely. - <</if>> - <<elseif ($activeSlave.clit > 2)>> - $His clit is so large that it bobs slightly with each thrust. - <</if>> - <<= VCheck.Both()>> -<</if>> - -<<if ($activeSlave.bellyPreg >= 1500)>> - The poor $girl's pregnant belly makes taking a rough fuck in both $his holes uncomfortable for $him. -<<elseif ($activeSlave.bellyImplant >= 1500)>> - The poor $girl's implant filled belly makes taking a rough fuck in both $his holes uncomfortable for $him. -<<elseif ($activeSlave.bellyFluid >= 1500)>> - The poor $girl's sloshing belly makes taking a rough fuck in both $his holes uncomfortable for $him, though the lewd jiggling the pounding sends through it is quite a sight. -<</if>> - -<<if ($activeSlave.anusTat == "scenes") && ($activeSlave.anus == 1)>> - As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his momentary gape closes the pattern up quickly. -<<elseif ($activeSlave.anusTat == "scenes")>> - As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his gape leaves the pattern distorted. -<<elseif ($activeSlave.anusTat == "degradation")>> - As you fucked $his butt, the offensive language around $his ass stretched and distorted. -<</if>> - -<<if (random(1,100) > (100+$activeSlave.devotion))>> - <<if ($activeSlave.fetish !== "buttslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw !== "hates penetration")>> - Being brutally used has given $him a @@.flaw.gain;hatred of penetration.@@ - <<set $activeSlave.sexualFlaw = "hates penetration">> - <</if>> -<<elseif (random(1,100) > (110-$activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw !== "hates penetration")>> - Orgasming to your use of $his fuckhole @@.fetish.gain;has $him eager for more buttsex.@@ - <<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1>> - <</if>> -<</if>> - -<<if ($PC.dick != 0)>> - -<<if $activeSlave.cervixImplant == 2 || $activeSlave.cervixImplant == 3>> - <<set $activeSlave.bellyImplant += random(10,20)>> -<</if>> - -<<if ($activeSlave.anus > 3)>> - $His gaping hole drips your cum right out again. -<<elseif ($activeSlave.anus > 2)>> - Cum drips out of $his loose hole. -<<elseif ($activeSlave.anus == 2)>> - Cum drips out of $his loosened anus. -<<elseif ($activeSlave.anus == 1)>> - $His still-tight ass keeps your load inside $him. -<</if>> - -<<if canWalk($activeSlave) && $postSexCleanUp > 0>> -<<switch $activeSlave.assignment>> -<<case "whore">> - $He heads to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes before returning to selling them publicly.<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole before returning to selling it publicly.<<else>>face before returning to selling $his mouth publicly.<</if>> -<<case "serve the public">> - $He heads to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes before returning to offering it for free.<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole before returning to offering it for free.<<else>>face before returning to offering $his mouth for free.<</if>> -<<case "rest">> - $He stumbles to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> before crawling back into bed. -<<case "train slaves">> - $He heads to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> before $he returns to teaching $his classes. -<<case "get milked">> - $He hurries to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. -<<case "please you">> - $He hurries to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> before returning to await your next use of $his body, as though nothing had happened. -<<case "be a subordinate slave">> - $He moves to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>>, though it's only a matter of time before another slave decides to play with $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>pussy or asshole<<elseif canDoVaginal($activeSlave)>>pussy<<elseif canDoAnal($activeSlave)>>asshole<<else>>face<</if>>. -<<case "be a servant">> - $He hurries to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>>, since $his chores didn't perform themselves while you used $him. -<<case "be your Head Girl">> - $He hurries to the bathroom to clean $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>>, worried that $his charges got up to trouble while you had your cock in $him. -<<case "guard you">> - $He hurries off to wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> so you'll be unguarded for as little time as possible. -<<case "work in the brothel">> - $He goes to wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> so $his next customer can have the illusion that he's the first to use it today. -<<case "serve in the club">> - $He goes to wash and delicately perfume $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes so they<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole so it<<else>>face so it<</if>> can gratify the finest citizen. -<<case "work in the dairy">> - $He goes off to carefully wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> to avoid besmirching the nice clean dairy. -<<case "work as a farmhand">> - $He goes off to wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>> to avoid tainting the food in $farmyardName. -<<case "work as a servant">> - $He rushes to wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>>, impatient to get back to $his undiminished chores. -<<case "work as a nanny">> - $He rushes to wash $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>>holes<<elseif canDoVaginal($activeSlave) || canDoAnal($activeSlave)>>fuckhole<<else>>face<</if>>, before hurrying to continue taking care of the children in $nurseryName. -<</switch>> -<</if>> - -<</if>> - -<<if passage() !== "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> -<</if>> diff --git a/src/npc/descriptions/fFuckdollWidgets.tw b/src/npc/descriptions/fFuckdollWidgets.tw deleted file mode 100644 index 179a8356b538c989aec86a07205f2a5713f225d8..0000000000000000000000000000000000000000 --- a/src/npc/descriptions/fFuckdollWidgets.tw +++ /dev/null @@ -1,243 +0,0 @@ -:: FFuckdoll [nobr widget] - -<<widget "FFuckdollOral">> - -<<set $activeSlave.counter.oral++, $oralTotal++>> -<<run clearSummaryCache($activeSlave)>> -You decide to use the Fuckdoll's <<if $activeSlave.lips > 95>>facepussy<<else>>face hole<</if>>. -<<if $activeSlave.fuckdoll <= 10>> - Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasBothLegs($activeSlave)>>shove $him into a kneeling position<<else>>set $him on the couch<</if>> and straddle $his face. -<<elseif $activeSlave.fuckdoll <= 80>> - $He can follow intermediate commands, so you order $him into a position for use of $his face hole. $He obediently <<if hasBothLegs($activeSlave)>>gets to $his knees<<else>>cranes $his neck up<</if>> and sticks $his tongue out as far as it will go, wiggling it invitingly. You straddle $his face. -<<else>> - $He can follow advanced commands, so you order $him into a position for use of $his face hole. $He instantly <<if hasAnyLegs($activeSlave)>><<if $PC.dick != 0>>bends at the waist and turns $his head upward, placing $his throat horizontally and at waist height.<<else>>gets to $his knees and turns $his head upward at just the right angle for a pussy to ride $his face hole.<</if>><<else>>cranes $his neck up and sticks $his tongue out as far as it will go, wiggling it invitingly.<</if>> You straddle $his face. -<</if>> -<<if $activeSlave.fuckdoll <= 20>> - $He's not fully used to being surprised with face rape, so $he struggles, and $his difficulty breathing <<if $PC.dick != 0>>makes $his throat spasm around your dickhead<<else>>feels lovely on your cunt<</if>>. -<<elseif $activeSlave.fuckdoll <= 50>> - Aware that $he is supposed to relax and let you rape $his face, $he does $his best to let you <<if $PC.dick != 0>>fuck $his throat<<else>>ride $his face<</if>>. -<<else>> - You command $him to <<if $PC.dick != 0>>milk your dick, and $he begins to suck with almost frightening force<<else>>pleasure your cunt, and $he begins to eat you out with almost frightening hunger<</if>>. -<</if>> -<<if $activeSlave.fuckdoll <= 60>> - <<if $activeSlave.energy > 80>>Denied any other outlet for $his extreme sex drive, $he orgasms from nothing more than oral stimulation.<</if>> -<<else>> - $He's so perfectly tuned that $he begins to orgasm from nothing more than oral stimulation, and $he continues to shiver with repeated orgasms as $he sucks. -<</if>> -You climax, <<if $PC.dick != 0>>blowing your load down $his throat<<else>>giving $him a good amount of femcum to swallow<</if>>, and return $him to <<if hasAnyLegs($activeSlave)>>a standing position<<else>>where $he was resting<</if>>. -<<if $PC.dick != 0>> - <<if $activeSlave.lips > 95>>$He gives sloppy blowjobs, $his lips being too big for much control, and strings of your cum beribbon $his suit. The Fuckdoll will be cleaned by another slave. - <<else>>$He swallows repeatedly as $he returns to $his resting posture. - <</if>> -<</if>> - -<<if passage() != "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> -<</if>> - -<</widget>> - -<<widget "FFuckdollVaginal">> - -<<set $activeSlave.counter.vaginal++, $vaginalTotal++>> -<<run clearSummaryCache($activeSlave)>> -You decide to use the Fuckdoll's <<if $activeSlave.vagina > 3>>cavernous<<elseif $activeSlave.vagina == 3>>soft<<elseif $activeSlave.vagina == 2>>inviting<<elseif $activeSlave.vagina == 1>>tight<</if>> front hole. -<<if $activeSlave.fuckdoll <= 10>> - Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs($activeSlave)>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> inside $his vagina. -<<elseif $activeSlave.fuckdoll <= 70>> - $He can follow intermediate commands, so you order $him into a position for use of $his front hole. $He obediently <<if hasAllLimbs($activeSlave)>>gets down on all fours and <<elseif hasAnyLegs($activeSlave)>>bends over and <</if>>cocks $his hips, offering $his cunt until you insert <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> into $his wet channel. -<<else>> - $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs($activeSlave)>>and order $him to squat down onto your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> and ride.<<else>>and impale $him on <<if $PC.dick != 0>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>> -<</if>> -<<if $activeSlave.fuckdoll <= 20>> - $He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully. -<<elseif $activeSlave.fuckdoll <= 40>> - Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance. -<<else>> - You command $him to milk your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> with $his vaginal walls, and $he obediently starts to flex $his well-developed cunt muscles, squeezing <<if $PC.dick != 0>>you<<else>>your strap-on<</if>> from base to tip. -<</if>> -<<if $activeSlave.fuckdoll <= 60>> - <<if $activeSlave.energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>> -<<else>> - $He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned. -<</if>> -<<if $activeSlave.voice == 0>> - Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. -<<else>> - $He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. -<</if>> -You climax<<if $PC.dick != 0>>, your cum shooting forward to splash against $his womb,<</if>> and return $him to <<if hasAnyLegs($activeSlave)>>a standing position<<else>>where $he was resting<</if>>. -<<if $PC.dick != 0>> - <<if $activeSlave.vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit. - <<elseif $activeSlave.vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit. - <<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit. - <</if>> - <<if canImpreg($activeSlave, $PC)>> - <<= knockMeUp($activeSlave, 5, 1, -1)>> - <</if>> - The Fuckdoll will be cleaned by another slave. -<</if>> -<<if $activeSlave.vagina == 0>> - <<if $activeSlave.fetish != "mindbroken">> - As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity. - <<else>> - $He gives no external indication that $he's aware that $he's just lost $his virginity. - <</if>> - In any case, @@.lime;$his front hole has been broken in.@@ - <<set $activeSlave.vagina = 1>> -<</if>> - -<<if passage() != "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> -<</if>> - -<</widget>> - -<<widget "FFuckdollImpreg">> - -<<run clearSummaryCache($activeSlave)>> -<<set _bonus = random(6,20)>> - -<<if $activeSlave.mpreg == 1>> - <<set $activeSlave.counter.anal += _bonus+1, $analTotal += _bonus+1>> -<<else>> - <<set $activeSlave.counter.vaginal += _bonus+1, $vaginalTotal += _bonus+1>> -<</if>> - -You decide to use the Fuckdoll's fertile womb to grow a child. -<<if $activeSlave.fuckdoll <= 10>> - Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs($activeSlave)>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> inside $his <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>. -<<elseif $activeSlave.fuckdoll <= 70>> - $He can follow intermediate commands, so you order $him into a position for use of $his <<if $activeSlave.mpreg == 1>>rear<<else>>front<</if>> hole. $He obediently <<if hasAllLimbs($activeSlave)>>gets down on all fours and <</if>>cocks $his hips, offering $his <<if $activeSlave.mpreg == 1>>asspussy<<else>>cunt<</if>> until you insert your - <<if $PC.dick > 0>> - cock - <<else>> - strap-on - <</if>> - into $his <<if $activeSlave.mpreg == 1>>winking<<else>>wet<</if>> channel. -<<else>> - $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs($activeSlave)>>and order $him to squat down onto your cock and ride.<<else>>and impale $him on your cock, ordering $him to do $his feeble best to bounce.<</if>> -<</if>> -<<if $activeSlave.fuckdoll <= 20>> - $He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully. -<<elseif $activeSlave.fuckdoll <= 40>> - Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance. -<<else>> - You command $him to milk your cock with $his <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> walls, and $he obediently starts to flex $his well-developed <<if $activeSlave.mpreg == 1>>cunt<<else>>anal<</if>> muscles, squeezing you from base to tip. -<</if>> -<<if $activeSlave.fuckdoll <= 60>> - <<if $activeSlave.energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>> -<<else>> - $He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned. -<</if>> -<<if $activeSlave.voice == 0>> - Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. -<<else>> - $He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. -<</if>> -You climax, your cum shooting forward to splash against $his womb, and return $he to <<if hasAnyLegs($activeSlave)>>a standing position<<else>>where $he was resting<</if>> to allow your seed to find $his mark. -<<if $activeSlave.mpreg == 1>> - <<if $activeSlave.anus > 2>>Your cum flows out of $his gaping rear hole and down the material of $his suit. - <<elseif $activeSlave.anus == 2>>Your cum drips out of $his well-fucked rear hole and down the material of $his suit. - <<else>>$His tight rear hole retains almost every drop of your cum. A few escape and run down the material of $his suit. - <</if>> - The Fuckdoll will be cleaned by another slave. - <<if $activeSlave.anus == 0>> - <<if $activeSlave.fetish != "mindbroken">> - As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity. - <<else>> - $He gives no external indication that $he's aware that $he's just lost $his virginity. - <</if>> - In any case, <span class="virginity loss">$his rear hole has been broken in.</span> - <<set $activeSlave.anus = 1>> - <</if>> -<<else>> - <<if $activeSlave.vagina >= 10>>Your cum steadily flows from its prolapsed front hole and down the material of $his suit. - <<elseif $activeSlave.vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit. - <<elseif $activeSlave.vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit. - <<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit. - <</if>> - The Fuckdoll will be cleaned by another slave. - <<if $activeSlave.vagina == 0>> - <<if $activeSlave.fetish != "mindbroken">> - As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity. - <<else>> - $He gives no external indication that $he's aware that $he's just lost $his virginity. - <</if>> - In any case, <span class="virginity loss">$his front hole has been broken in.</span> - <<set $activeSlave.vagina = 1>> - <</if>> -<</if>> - -You repeat this ritual throughout the week, ensuring that $he will be an @@.pregnant;incubator for your child.@@ - -<<= knockMeUp($activeSlave, 100, 2, -1, 1)>> - -<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> - <<if $activeSlave.breedingMark != 1 || $propOutcome == 0>> - Rumors spread about you knocking up your playthings; the Societal Elite are @@.elites.loss; very displeased@@ by these rumors. - <<set $failedElite += 5>> - <</if>> -<</if>> - -<<if passage() != "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> -<</if>> - -<</widget>> - -<<widget "FFuckdollAnal">> - -<<set $activeSlave.counter.anal++, $analTotal++>> -<<run clearSummaryCache($activeSlave)>> -You decide to use the Fuckdoll's <<if $activeSlave.anus > 3>>gaping<<elseif $activeSlave.anus == 3>>loose<<elseif $activeSlave.anus == 2>>relaxed<<elseif $activeSlave.anus == 1>>tight<</if>> rear hole. -<<if $activeSlave.fuckdoll <= 10>> - Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs($activeSlave)>>walk over to $him<<else>>flip $him over<</if>> and ram <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> up $his rear hole. -<<elseif $activeSlave.fuckdoll <= 80>> - $He can follow intermediate commands, so you order $him to present $his rear hole. $He obediently <<if hasAnyLegs($activeSlave)>>bends over, arches $his back, and<<else>>flips over and<</if>> winks $his anus until you insert <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>>. -<<else>> - $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs($activeSlave)>>and order $him to squat down onto your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> and slide $his anus up and down <<if $PC.dick != 0>>your<<else>>the<</if>> shaft.<<else>>and impale $him on <<if $PC.dick != 0>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>> -<</if>> -<<if $activeSlave.fuckdoll <= 20>> - $He's not fully used to having things suddenly forced up $his ass, so $he struggles, and $his sphincter spasms deliciously. -<<elseif $activeSlave.fuckdoll <= 40>> - Aware that $he is supposed to relax and accept anal rape, $he does $his best to accommodate the sodomy. -<<else>> - You command $him to milk your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> with $his asshole, and $he obediently tightens $his sphincter against the invading phallus rhythmically. -<</if>> -<<if $activeSlave.fuckdoll <= 60>> - <<if $activeSlave.energy > 60>>Denied any other outlet for $his powerful sex drive, $he orgasms.<</if>> -<<else>> - Tuned to enjoy any use by total denial of all other stimulation, $he orgasms repeatedly as you fuck $his anus. -<</if>> -<<if $activeSlave.voice == 0>> - Though $he is mute, $his breath hisses loudly <<if $activeSlave.lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. -<<else>> - $He moans, <<if $activeSlave.lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. -<</if>> -You climax<<if $PC.dick != 0>>, filling $his rectum with your cum,<</if>> and return $him to <<if hasAnyLegs($activeSlave)>>a standing position<<else>>where $he was resting<</if>>. -<<if $PC.dick != 0>> - <<if $activeSlave.anus > 2>>Your cum flows out of $his gaped rear hole and down the material of $his suit. - <<elseif $activeSlave.anus == 2>>Your cum drips out of $his loosened rear hole and down the material of $his suit. - <<else>>$His tight rear hole retains every drop of your cum. - <</if>> - <<if canImpreg($activeSlave, $PC)>> - <<= knockMeUp($activeSlave, 5, 0, -1)>> - <</if>> - The Fuckdoll will be cleaned by another slave. -<</if>> -<<if $activeSlave.anus == 0>> - <<if $activeSlave.fetish != "mindbroken">> - As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity. - <<else>> - $He gives no external indication that $he's aware that $he's just lost $his anal virginity. - <</if>> - In any case, <span class="virginity loss">$his rear hole has been broken in.</span> - <<set $activeSlave.anus = 1>> -<</if>> - -<<if passage() != "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> -<</if>> - -<</widget>> diff --git a/src/npc/descriptions/fLips.tw b/src/npc/descriptions/fLips.tw deleted file mode 100644 index c7ce0b49808bd05174a729a06c84c3574bafb3a7..0000000000000000000000000000000000000000 --- a/src/npc/descriptions/fLips.tw +++ /dev/null @@ -1,181 +0,0 @@ -:: FLips [nobr] - -<<set $activeSlave.counter.oral++, $oralTotal++>> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -You tell $activeSlave.slaveName to -<<if ($PC.dick != 0)>> - blow you with $his -<<else>> - please your pussy with $his -<</if>> -<<if ($activeSlave.lips > 95)>> - facepussy. -<<elseif ($activeSlave.lips > 70)>> - cartoonish lips. -<<elseif ($activeSlave.lips > 20)>> - dick-sucking lips. -<<elseif ($activeSlave.lips > 10)>> - pretty mouth. -<<else>> - whore mouth. -<</if>> - -<<if ($activeSlave.fetish == "cumslut") && ($activeSlave.devotion >= -20)>> - $He's delighted at the prospect of $his favorite activity. -<</if>> - -<<switch $activeSlave.collar>> -<<case "dildo gag">> - <<if hasAnyArms($activeSlave)>> - $He removes the dildo from $his throat, leaving the ring gag in place. - <<else>> - As an amputee, $he requires your assistance to get the dildo out of $his throat. - <</if>> - Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. -<<case "massive dildo gag">> - <<if hasAnyArms($activeSlave)>> - $He struggles to remove the dildo from $his throat, leaving $his mouth agape. - <<else>> - As an amputee, $he requires your assistance to get the dildo out of $his throat. - <</if>> - Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. -<<case "ball gag" "bit gag">> - <<if hasAnyArms($activeSlave)>> - $He unfastens $his gag and pulls it from $his mouth. - <<else>> - As an amputee, $he requires your assistance to get the gag unfastened. - <</if>> - Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. -<</switch>> - -<<if ($activeSlave.lipsTat == "tribal patterns")>> - The tribal patterns on $his face enhance $his beauty. -<<elseif ($activeSlave.lipsTat == "permanent makeup")>> - $His tattooed-on makeup encourages it. -<<elseif ($activeSlave.lipsTat == "degradation")>> - The tattoos on $his face are asking for it, after all. -<</if>> - -<<if ($activeSlave.lipsPiercing + $activeSlave.tonguePiercing > 2)>> - The stimulation from $his many oral piercings should be great. -<<elseif ($activeSlave.lipsPiercing + $activeSlave.tonguePiercing > 0)>> - The sensation of $his oral piercings should be quite nice. -<</if>> - -<<if ($activeSlave.teeth == "removable")>> - <<if ($activeSlave.devotion <= 20)>> - You pull $his prosthetic teeth out of $his mouth so you can enjoy an extra-soft throatfuck. - <<else>> - $He slides $his prosthetic teeth out of $his mouth so $he can give you an extra-soft suck. - <</if>> -<</if>> - -<<if isAmputee($activeSlave)>> - You set $his limbless torso on the - <<if ($PC.dick != 0)>> - edge of your desk with $him on $his back. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth at the perfect angle for use. As an amputee $he has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeSlave.skin throat bulging. Eventually you shoot your load directly down $his gullet. - <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> - <<else>> - floor next to your desk and kneel on $him with your legs on either side of $him, so your pussylips are hard against $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. - <</if>> -<<elseif tooBigBelly($activeSlave)>> - You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his belly stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth at the perfect angle for use. - <<if ($PC.dick != 0)>> - <<if $activeSlave.bellyImplant >= 1500>> - $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. - <<else>> - $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeSlave.skin throat bulging and every movement within $his overstuffed womb as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. - <</if>> - <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> - <<else>> - <<if $activeSlave.bellyImplant >= 1500>> - $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeSlave)>>taste<<else>>dose<</if>> of your femcum. - <<else>> - $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the movement within $his overstuffed womb as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeSlave)>>taste<<else>>dose<</if>> of your femcum. - <</if>> - <</if>> -<<elseif tooBigBreasts($activeSlave)>> - You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his tits stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth at the perfect angle for use. - $He has absolutely no control over - <<if ($PC.dick != 0)>> - the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeSlave.skin throat bulging and $his absurd boobs jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. - <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> - <<else>> - how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd boobs jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeSlave)>>taste<<else>>dose<</if>> of your femcum. - <</if>> -<<elseif tooBigButt($activeSlave)>> - You get $him situated on the edge of your desk, on $his back. This anchors $him, the massive weight of $his ass stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth at the perfect angle for use. - <<if ($PC.dick != 0)>> - $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his $activeSlave.skin throat bulging and $his absurd rear jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. - <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> - <<else>> - $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd rear jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste($activeSlave)>>taste<<else>>dose<</if>> of your femcum. - <</if>> -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.dick != 0) && ($PC.dick != 0)>> - $He comes over eagerly, with hunger <<if canSee($activeSlave)>>in $his eyes<<else>>on $his face<</if>>. $He gets to $his knees, hurriedly takes you into $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and <<if ($activeSlave.chastityPenis == 1)>>(since $his cock is off limits) frantically rubs $his nipples and asspussy<<elseif canAchieveErection($activeSlave)>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation.<<if $PC.vagina != -1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his $activeSlave.skin hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>> - $He comes over eagerly, with hunger <<if canSee($activeSlave)>>in $his eyes<<else>>on $his face<</if>>. $He gets to <<if hasAnyLegs($activeSlave)>>$his knee<<if hasBothLegs($activeSlave)>>s<</if>><<else>>the ground<</if>>, hurriedly takes you into $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and rubs $himself in anticipation.<<if $PC.vagina != -1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes. -<<elseif $activeSlave.devotion < -20>> - $He tries to back away, so you - <<if ($PC.dick != 0)>> - <<if $activeSlave.collar == "dildo gag">> - grab $him; $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth is already held invitingly open by $his gag, and $he's prevented from biting. You push $him down to <<if hasAnyLegs($activeSlave)>>$his knee<<if hasBothLegs($activeSlave)>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeSlave.skin throat $he retches through $his tears. - <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> - <<elseif $activeSlave.collar == "massive dildo gag">> - grab $him; $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth is left agape, unable to close after being forced so widely open for so long, so $he is unlikely to bite. You push $him down to <<if hasAnyLegs($activeSlave)>>$his knee<<if hasBothLegs($activeSlave)>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeSlave.skin throat $he retches through $his tears. - <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> - <<else>> - grab $him and force a ring gag into $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth. Once you have the straps secured behind $his head, $he's prevented from biting. You push $him down to <<if hasAnyLegs($activeSlave)>>$his knee<<if hasBothLegs($activeSlave)>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his $activeSlave.skin throat $he retches through $his tears. - <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> - <</if>> - <<else>> - seize $him and throw $him onto the couch face-up, and then kneel on $him with your legs on either side of $his crying body, so your pussylips are hard against $his <<if $seeRace == 1>>$activeSlave.race <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. - <</if>> -<<elseif $activeSlave.devotion <= 20>> - $He comes over reluctantly and begins to - <<if ($PC.dick != 0)>> - give you a blowjob. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and fuck $his <<if $seeRace == 1>>$activeSlave.race <</if>>face instead<<if $PC.vagina != -1>>, occasionally jerking your dick free to shove your pussy against $his face instead<</if>>. $He does $his best to follow your motions but still splutters and gags. You pull free to cum across $his $activeSlave.skin face and hair. - <<else>> - eat you out. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and grind your pussy against $his <<if $seeRace == 1>>$activeSlave.race <</if>>face instead. $He does $his best to follow your motions but still splutters and gasps for air. You climax quickly and haul $him <<if hasBothLegs($activeSlave)>>to $his feet<<else>>upright<</if>>, kissing the bewildered $girl full on the mouth. You can taste yourself on $his lips. - <</if>> -<<else>> - $He licks $his lips <<if canSee($activeSlave)>>and looks you in the eyes <</if>>as $he gets to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the floor<</if>>. $He - <<if ($PC.dick != 0)>> - gives you a long, deep blowjob. $He massages your balls<<if $PC.vagina != -1>> and pussy<</if>> with one hand and $his breasts with the other, giving you a show. $He sucks your head until you climax, letting your cock pop free of $his mouth to shoot pearly cum all across $his $activeSlave.skin face. - <<else>> - eats you out like $he's starving, moaning into your pussy to show off $his arousal and add to your pleasure. $He massages your perineum with one hand and $his breasts with the other, giving you a show. $He slowly concentrates more and more attention on your clit until you climax convulsively. You pull $him <<if hasBothLegs($activeSlave)>>to $his feet<<else>>upright<</if>>, kissing the compliant $girl full on the mouth. You can taste yourself on $his lips. - <</if>> -<</if>> - -<<if ($activeSlave.teeth == "pointy") || ($activeSlave.teeth == "straightening braces") || ($activeSlave.teeth == "cosmetic braces")>> - <<if ($activeSlave.skill.oral >= 100)>> - $He's so orally skilled that $he had the confidence to lightly graze you with $his <<if ($activeSlave.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> on occasion, a delightfully scary sensation. - <<elseif ($activeSlave.skill.oral > 30)>> - $He's sufficiently orally skilled that $he managed to accomplish all that without $his <<if ($activeSlave.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> contacting your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> once. - <<elseif ($activeSlave.skill.oral > 10)>> - With $his basic oral skills, $he accidentally grazed you with $his <<if ($activeSlave.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> a few times, leaving your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> slightly the worse for wear. - <<else>> - Since $he is orally unskilled, you were sporting with your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> by using $his mouth. $He did $his best to keep $his <<if ($activeSlave.teeth == "pointy")>>sharp teeth<<else>>braces<</if>> off you, but you're bleeding a bit down there. - <</if>> -<</if>> - -<<if (random(1,100) > (100 + $activeSlave.devotion))>> - <<if ($activeSlave.fetish != "cumslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates oral")>> - Being facefucked by force has given $him a @@.flaw.gain;hatred of oral sex.@@ - <<set $activeSlave.sexualFlaw = "hates oral">> - <</if>> -<<elseif (random(1,100) > (110 - $activeSlave.devotion))>> - <<if ($PC.dick != 0) && ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw != "hates oral")>> - Consummating an enjoyable sexual encounter by drinking your cum has @@.fetish.gain;encouraged $him to focus on oral sex.@@ - <<set $activeSlave.fetish = "cumslut", $activeSlave.fetishKnown = 1>> - <</if>> -<</if>> - -<<if passage() != "Slave Interact">> - <<set _fl = $slaveIndices[$activeSlave.ID]>> - <<if def _fl>> - <<set $slaves[_fl] = $activeSlave>> - <</if>> -<</if>> diff --git a/src/npc/fPCImpreg.tw b/src/npc/fPCImpreg.tw deleted file mode 100644 index a08ff2f59e8aeb13ebda361a82d053d92b84ec31..0000000000000000000000000000000000000000 --- a/src/npc/fPCImpreg.tw +++ /dev/null @@ -1,183 +0,0 @@ -:: FPCImpreg [nobr] - -/* TODO: add reactions for incest */ - -<<run clearSummaryCache($activeSlave)>> -<<set _bonus = random(6,20)>> -<<set _belly = bellyAdjective($activeSlave)>> -<<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> - -<<if $activeSlave.mpreg == 1>> - <<set $activeSlave.counter.anal += _bonus+1, $analTotal += _bonus+1>> -<<else>> - <<set $activeSlave.counter.vaginal += _bonus+1, $vaginalTotal += _bonus+1>> -<</if>> - -You call $him over so you can -<<if $activeSlave.mpreg == 1>> - <<if ($activeSlave.anus > 2)>> - fuck $his gaping, fertile - <<elseif ($activeSlave.anus == 2)>> - use $his whorish, fertile - <<elseif ($activeSlave.anus == 1)>> - use $his tight, fertile - <<elseif ($activeSlave.anus == 0)>> - take $his fertile, virgin - <</if>> - <<if _superfetation == 1>> - asshole and put another baby in $him. - <<else>> - asshole. - <</if>> -<<else>> - <<if ($activeSlave.vagina > 2)>> - fuck $his gaping, fertile cunt. - <<elseif ($activeSlave.vagina == 2)>> - use $his whorish, fertile cunt. - <<elseif ($activeSlave.vagina == 1)>> - use $his tight, fertile cunt. - <<elseif ($activeSlave.vagina == 0)>> - take $his fertile, virgin pussy. - <</if>> - <<if _superfetation == 1>> - You plan on putting another baby in $him. - <</if>> - - <<if ($activeSlave.vaginaTat == "tribal patterns")>> - The tattoos on $his abdomen certainly draw attention there. - <<elseif ($activeSlave.vaginaTat == "scenes")>> - The tattoos on $his abdomen nicely illustrate what you mean to do to $him. - <<elseif ($activeSlave.vaginaTat == "degradation")>> - The tattoos on $his abdomen ask you to, after all. - <</if>> - - <<if $activeSlave.clit == 1>> - $His big clit <<if $activeSlave.foreskin > 0>>peeks out from under its hood<<else>>can't be missed<</if>>. - <<elseif $activeSlave.clit > 2>> - $His huge clit is impossible to miss. - <</if>> - - <<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.vagina != -1)>> - $His pierced lips and clit have $him nice and wet. - <<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.vagina != -1)>> - $His pierced clit has $him nice and moist. - <</if>> -<</if>> - -<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He cries with joy and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He sobs with happiness when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, knowing that $his first time will always be special to $him. $He spends the rest of the day cherishing $his _belly stomach. This new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 15>> -<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He cries with joy and presents $his fertile <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. $He sobs with happiness when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>. $He spends the rest of the day considering $his own _belly stomach with pride. This new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ - <<set $activeSlave.devotion += 10>> -<<elseif ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He accepts your orders without comment and presents $his virgin <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He gasps in shock when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>. $He spends the rest of the day struggling with roiling emotions. Since $he is already well broken<<if _superfetation == 1>> and pregnant<</if>>, this new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 10>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes - <<if _superfetation == 1>> - $his existing pregnancy is not going to stop you from adding another baby to $his womb. - <<else>> - $he'll likely get pregnant. - <</if>> - Nevertheless, this new connection with $his <<= WrittenMaster($activeSlave)>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 4>> -<<elseif ($activeSlave.vagina == 0 || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1))>> - As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as your cock opens $his fresh, tight hole. Afterwards, $he <<if hasAnyArms($activeSlave)>>clutches $his _belly stomach<<else>>lies there<</if>> and sobs, horrified by the knowledge that - <<if _superfetation == 1>> - $his unborn <<if $activeSlave.pregType == 1>>child is<<else>>children are<</if>> now sharing quarters with $his rapist's child. - <<else>> - $he's probably carrying $his rapist's child. - <</if>> - The rape @@.mediumorchid;decreases $his devotion to you@@ and @@.gold;fills $him with fear.@@ @@.lime;$His <<if $activeSlave.mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> -<<elseif isAmputee($activeSlave)>> - You have $his limbless torso set on the end of the couch, face-<<if _superfetation == 1>>up<<else>>down<</if>>, with $his hips up in the air. This way, you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> you can manage. $He moans <<if _superfetation == 1>>openly<<else>>into the cushions<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif tooBigBelly($activeSlave)>> - Since $he already has trouble moving with $his _belly belly, you just tip $him onto it; this leaves $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> exposed and vulnerable. $He moans<<if hasAnyArms($activeSlave)>> as $he clutches the sides of $his stomach<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his the pressure forces it to spray around your shaft<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably gotten <<if _superfetation == 1>> another bun added to the oven<<else>>pregnant<</if>>. -<<elseif tooFatSlave($activeSlave)>> - You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his own body, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>; after you push into $his soft folds enough to reach it, of course. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif tooBigBreasts($activeSlave)>> - You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his ridiculous tits, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif tooBigButt($activeSlave)>> - You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's stuck under $his ridiculous ass, you get an amazingly soft rear to pound, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif tooBigDick($activeSlave)>> - You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous cock, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif tooBigBalls($activeSlave)>> - You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous balls, and you get the greatest degree of penetration into $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He <<if $activeSlave.belly >= 10000>>waddles<<else>>comes<</if>> submissively over, smiling a little submissive smile, and spreads $himself for you. - <<if $activeSlave.belly < 5000>> - You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. - <<else>> - You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, - <</if>> - As the sex reaches its climax your semen<<if $PC.prostate >= 2>> fills $him until $his stomach is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pours into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pours into $him<<else>> jets into $his welcoming depths<</if>> as $he begs you to use $his unworthy body to make a new slave. -<<elseif $activeSlave.devotion < -20>> - $He tries to refuse, so you bend the disobedient slave over your desk and take $him hard from behind. $His breasts slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. $He begs you not to cum inside $him, knowing $he's fertile, and sobs when $he feels you<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<<else>> blow your load<</if>> despite $his pleas. -<<elseif $activeSlave.devotion <= 20>> - $He obeys, lying on the couch next to your desk<<if hasAnyLegs($activeSlave)>> with $his leg<<if hasBothLegs($activeSlave)>>s spread<<else>> moved aside<</if>><</if>>. You kneel on the ground and enter $him<<if hasAnyLegs($activeSlave)>>, a hand on <<if hasBothLegs($activeSlave)>>each of $his legs<<else>>$his leg<</if>> to give you purchase<</if>>. The pounding is hard and fast, and $he gasps and whines. - <<if $activeSlave.belly >= 100000>> - You reach a hand up to tease $his already taut dome of a pregnancy. - <<else>> - You reach a hand down to maul $his breasts. - <</if>> - $He begs you not to cum inside $him, knowing $he's fertile, but soon loses track of $his fears as $he enjoys $himself. $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole<<if $PC.prostate >= 2>> far beyond capacity<<elseif $PC.prostate >= 1>> beyond capacity<<elseif $PC.balls >= 9>> to capacity<</if>> with your cum; $he realizes what you've done with a gasp and a worried look. -<<else>> - <<if $activeSlave.belly < 5000>> - $He skips over smiling and gives you a quick kiss. You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. As the sex reaches its climax, $his kisses grow urgent and passionate. $He clings to you, - <<else>> - $He waddles over smiling and leans in to give you a quick kiss. You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, - <</if>> - your semen<<if $PC.prostate >= 2>> flowing into $him until $his stomach is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<<else>> jetting into $him<</if>> as $he rides the downslope of $his orgasm. $He kisses you and promises to do $his best to use $his womb to make <<if _superfetation == 1>>another<<else>>a<</if>> good slave for you. -<</if>> - -You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName -<<if _superfetation == 1>> - has @@.lime;added your child@@ to $his pregnancy. -<<else>> - is @@.lime;carrying your child.@@ -<</if>> - - -<<= knockMeUp($activeSlave, 100, 2, -1, 1)>> - -<<if $arcologies[0].FSRestart != "unset">> - <<if ($activeSlave.breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> - Rumors spread about you fucking your slaves pregnant; the Societal Elite are @@.red; very displeased@@ by these rumors. - <<set $failedElite += 5>> - <</if>> -<</if>> -<<if $arcologies[0].FSGenderRadicalist != "unset" && $activeSlave.mpreg == 1>> - Society @@.green;approves@@ of your fucking your slaves' asses pregnant; this advances the ideal all a slave needs is $his rear. - <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> -<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 1>> - Society @@.red;is disgusted@@ by this degenerate form of reproduction. - <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> -<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> - Society @@.green;approves@@ of your putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies. - <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> -<</if>> diff --git a/src/npc/fRelation.tw b/src/npc/fRelation.tw deleted file mode 100644 index 64c8b45022da3193d2dd7195e0a7c1d12a5aed96..0000000000000000000000000000000000000000 --- a/src/npc/fRelation.tw +++ /dev/null @@ -1,123 +0,0 @@ -:: FRelation [nobr] - -<<if ($partner == "mother")>> - <<set $partner = $slaveIndices[$activeSlave.mother]>> - <<set _activeSlaveRel = "daughter", _partnerRel = "mother">> -<<elseif ($partner == "father")>> - <<set $partner = $slaveIndices[$activeSlave.father]>> - <<set _activeSlaveRel = "daughter", _partnerRel = "father">> -<<elseif ($partner == "daughter")>> - <<set $partner = randomAvailableDaughter($activeSlave)>> - <<set $partner = $slaveIndices[$partner.ID]>> - <<if $activeSlave.ID == $slaves[$partner].father>> - <<set _activeSlaveRel = "father", _partnerRel = "daughter">> - <<elseif $activeSlave.ID == $slaves[$partner].mother>> - <<set _activeSlaveRel = "mother", _partnerRel = "daughter">> - <</if>> -<<elseif ($partner == "sister")>> - <<set $partner = randomAvailableSister($activeSlave)>> - <<set $partner = $slaveIndices[$partner.ID]>> - <<switch areSisters($activeSlave, $slaves[$partner])>> - <<case 3>> - <<set _activeSlaveRel = "half-sister", _partnerRel = "half-sister">> - <<case 2>> - <<set _activeSlaveRel = "sister", _partnerRel = "sister">> - <<case 1>> - <<set _activeSlaveRel = "twin", _partnerRel = "twin">> - <</switch>> -<<elseif ($partner == "relation")>> - <<set $partner = $slaveIndices[$activeSlave.relationTarget]>> - <<set _activeSlaveRel = $activeSlave.relation, _partnerRel = $slaves[$partner].relation>> -<<else>> - <<set $partner = $slaveIndices[$activeSlave.relationshipTarget]>> - <<switch $activeSlave.relationship>> - <<case 1>> - <<set _activeSlaveRel = "friend", _partnerRel = "friend">> - <<case 2>> - <<set _activeSlaveRel = "best friend", _partnerRel = "best friend">> - <<case 3>> - <<set _activeSlaveRel = "friend with benefits", _partnerRel = "friend with benefits">> - <<case 4>> - <<set _activeSlaveRel = "lover", _partnerRel = "lover">> - <<case 5>> - <<set _activeSlaveRel = "slave wife", _partnerRel = "slave wife">> - <</switch>> -<</if>> -<<run Enunciate($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -<<run clearSummaryCache($slaves[$partner])>> -<<setLocalPronouns $slaves[$partner] 2>> - -You call both $activeSlave.slaveName and $slaves[$partner].slaveName to your office. - -<<if canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 50) && canPenetrate($activeSlave) && canPenetrate($slaves[$partner]) && ($slaves[$partner].anus > 0) && ($activeSlave.anus > 0) && ($PC.dick != 0)>> - There are three stiff pricks available. Since $activeSlave.slaveName was already in your office, $he goes on the bottom. $He lies on the floor, spreads $his <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, relaxes $his anus, and then begs $his _partnerRel to buttfuck $him. $slaves[$partner].slaveName does, slipping _his2 cock into _his2 _activeSlaveRel's ass. _He2 then stops and waits for you to buttfuck _him2 in turn. It isn't a particularly convenient way to fuck, but it's got the virtue of being uncommon. $slaves[$partner].slaveName, both fucking and getting fucked, comes in _his2 _activeSlaveRel's rectum first. They switch places so $activeSlave.slaveName can have a turn in the middle, leaving you to finish into $activeSlave.slaveName's already cum-soaked hole. - <<set $activeSlave.counter.anal += 2, $activeSlave.counter.penetrative++, $slaves[$partner].counter.anal += 2, $slaves[$partner].counter.penetrative++, $analTotal += 4, $penetrativeTotal += 2>> -<<elseif ($slaves[$partner].devotion - $activeSlave.devotion > 20) && ($slaves[$partner].devotion <= 50)>> - $slaves[$partner].slaveName is a lot more ready and willing for this than $activeSlave.slaveName, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit _him2 on the couch and make $activeSlave.slaveName sit on _his2 lap, facing _him2. In this position, $slaves[$partner].slaveName can reach around and spread _his2 _activeSlaveRel's <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks for $him, controlling $him all the while in case $he has hesitations about this. $activeSlave.slaveName knows that $he's trapped, and lets $his _partnerRel hold $his ass wide so you can use $him. They're face to face, and it's not hard to tell that $activeSlave.slaveName is glaring daggers at $slaves[$partner].slaveName. You reward $slaves[$partner].slaveName for _his2 obedience and punish $activeSlave.slaveName for $his resistance by forcing $him to orally service $slaves[$partner].slaveName while you finish using $activeSlave.slaveName. - <<set $activeSlave.counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> - <<= VCheck.Both()>> -<<elseif ($activeSlave.devotion - $slaves[$partner].devotion > 20) && ($slaves[$partner].devotion <= 50)>> - $activeSlave.slaveName is a lot more ready and willing for this than $slaves[$partner].slaveName, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit $him on the couch and make $slaves[$partner].slaveName sit on $his lap, facing $him. In this position, $activeSlave.slaveName can reach around and spread $his _partnerRel's <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks for _him2, controlling _him2 all the while in case _he2 has hesitations about this. $slaves[$partner].slaveName knows that _he2's trapped, and lets _his2 _activeSlaveRel hold _his2 ass wide so you can use _him2. They're face to face, and it's not hard to tell that $slaves[$partner].slaveName is glaring daggers at $activeSlave.slaveName. You reward $activeSlave.slaveName for $his obedience and punish $slaves[$partner].slaveName for _his2 resistance by forcing _him2 to suck $activeSlave.slaveName off while you finish using $slaves[$partner].slaveName. - <<set $activeSlave.counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> - <<= VCheck.Partner()>> -<<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (hasAnyArms($activeSlave)) && (_activeSlaveRel == "mother" || _activeSlaveRel == "father")>> - $activeSlave.slaveName gives you a little smile when $he <<if canHear($activeSlave)>>hears<<else>>learns<</if>> you wish to fuck $him and $his _daughter2 $slaves[$partner].slaveName<<if ($PC.dick == 0)>> and <<if canSee($activeSlave)>>sees<<else>>acknowledges<</if>> your strap-on<</if>>. On your direction, $activeSlave.slaveName sits on the couch. When $slaves[$partner].slaveName enters, _his2 _activeSlaveRel spreads $his arms and tells _him2 to sit on $his lap. $slaves[$partner].slaveName gets the idea and straddles $him so they're face to face. You take $slaves[$partner].slaveName from behind; _he2 gasps as _he2 feels _his2 _activeSlaveRel's hand<<if (hasBothArms($slaves[$partner]))>>s<</if>> stimulate _him2 from the front. They make out shamelessly while you take your pleasure. When you finish, $activeSlave.slaveName lies down on the couch so $slaves[$partner].slaveName can ride $his <<if $seeRace == 1>>$activeSlave.race <</if>>face. As $he sucks the cum out of $his _daughter2's sopping fuckhole, $slaves[$partner].slaveName sucks you hard again. In the mood for something harder this time, you jam yourself into the older $activeSlave.slaveName. $slaves[$partner].slaveName gets off $activeSlave.slaveName's face so _he2 can offer _himself2 for fondling and groping while you pound $activeSlave.slaveName. After you're done, $slaves[$partner].slaveName returns _his2 _activeSlaveRel's affection and gives $him some gentle oral as the older slave lies there exhausted. - <<set $activeSlave.counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "daughter")>> - $activeSlave.slaveName is enthusiastic when $he <<if canHear($activeSlave)>>hears<<else>>notices<</if>> you order $slaves[$partner].slaveName to come over. $His total immersion in sexual slavery has clearly uncovered a willingness to get very close to $his _partnerRel. You<<if ($PC.dick == 0)>> don a strap-on,<</if>> lie on the floor and instruct $slaves[$partner].slaveName to ride you. _He2 complies, and finds _his2 $daughter $activeSlave.slaveName - <<if ($slaves[$partner].dick > 0)>> - stroking _his2 cock while _he2 humps _his2 <<if $seeRace == 1>>$activeSlave.race <</if>>butt up and down on your cock. - <<else>> - licking _his2 anus while _he2 humps _himself2 up and down on your cock. - <</if>> - Your use of $slaves[$partner].slaveName's <<if $slaves[$partner].physicalAge >= 24>>mature<<else>>surprisingly young<</if>> body is the focus. _He2 finds _himself2 caught up in a miasma of sexual pleasure and perversion, moaning and blushing as your <<if ($PC.dick == 0)>>strap-on and fingers<<else>>cock<</if>> and $activeSlave.slaveName's mouth tour _his2 body. When you finish in _his2 <<if ($slaves[$partner].dick > 0)>>asshole, _his2 $daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled butt.<<else>>pussy, _his2 $daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled cunt.<</if>> - <<set $activeSlave.counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> - <<= VCheck.Partner()>> -<<elseif canDoVaginal($activeSlave) && canDoVaginal($slaves[$partner]) && canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 50) && (_activeSlaveRel == "twin")>> - $activeSlave.slaveName and $slaves[$partner].slaveName are such devoted sex slaves that they've long since lost any hesitations about their partnership, and generally approach sex as though their bodies were interchangeable. (This means that they almost never masturbate, for one thing, preferring to have sex with each other, instead.) Giggling and kissing each other, they eagerly kneel before your chair and give you simultaneous oral sex, making an effort to play with their symmetry. They kiss around your <<if ($PC.dick == 0)>>pussy<<else>>cock, making a complete seal around you with their lips<</if>>, one on each side. Then they jump up on your desk and press their <<if ($activeSlave.dick > 0) && ($slaves[$partner].dick > 0)>>cocks<<elseif ($activeSlave.dick > 0) || ($slaves[$partner].dick > 0)>>cock and pussy<<else>>pussies<</if>> against one another<<if ($PC.dick == 0)>> while you don a strap-on<</if>>, spreading their legs to offer you everything. You switch back and forth, with the twin you're not in rubbing and grinding against their <<print relativeTerm($activeSlave, $slaves[$partner])>>, until both of $slaves[$partner].slaveName and $activeSlave.slaveName are lying on the desk<<if ($PC.dick != 0)>> with cum dripping out of them<</if>>, making out tiredly. - <<set $slaves[$partner].counter.oral++, $activeSlave.counter.oral++, $oralTotal++>> - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<elseif canWalk($activeSlave) && canWalk($slaves[$partner]) && ($activeSlave.devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "sister" || _activeSlaveRel == "half-sister")>> - You call $activeSlave.slaveName's _activeSlaveRel $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for _him2. When _he2 arrives, it's to the <<if canSee($slaves[$partner])>>sight<<else>>scene<</if>> of $activeSlave.slaveName sitting on the couch with $his legs spread with you <<if ($activeSlave.vagina > -1)>>gently fucking $his pussy<<else>>using $his asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service _his2 <<print relativeTerm($slaves[$partner], $activeSlave)>>. _He2 gets down before the spread-eagled slave $girl to get to work. After watching $activeSlave.slaveName enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull _him2 into a good position so you can fuck _him2 while _he2 sucks. After a few thrusts, $activeSlave.slaveName's eyes roll back. <<if ($activeSlave.voice == 0) || ($activeSlave.accent >= 3)>>$He gestures that it feels really good when you make $his <<print relativeTerm($activeSlave, $slaves[$partner])>> moan into $him.<<else>>"Oh <<Master>>," $he squeals, "it feel<<s>> <<s>>o good when you make _him2 moan into me!"<</if>> - <<set $slaves[$partner].counter.oral++, $activeSlave.counter.oral++, $oralTotal++>> - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<elseif ["daughter", "father", "half-sister", "mother", "sister", "twin"].includes(_activeSlaveRel)>> - Since between them they aren't able to enthusiastically perform an incestuous threesome, you simply line $activeSlave.slaveName and $slaves[$partner].slaveName up next to one another on the couch next to your desk,<<if ($PC.dick == 0)>> don a strap-on,<</if>> and fuck <<if $seeRace == 1>>$activeSlave.race holes <</if>>at will. Whenever a hole begins to pall you just switch to another. $activeSlave.slaveName tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the cock getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<elseif ((_activeSlaveRel == "friend") || (_activeSlaveRel == "best friend")) && ($activeSlave.devotion > 20) && ($slaves[$partner].devotion > 20)>> - $activeSlave.slaveName and $slaves[$partner].slaveName line up next to one another on the couch next to your desk<<if ($PC.dick == 0)>> while you don a strap-on,<</if>> and offer you their holes. They're just friends, but they're sex slaves and they see nothing wrong with enjoying sex with you, together. They keep up a constant stream of giggling, gasping, and smiling as each of them in turn feels a cock, warm and wet from their friend's body, transferred into them. Each of them does their best to help the other do well, even manually stimulating their friend when necessary<<if ($PC.boobs >= 300 || $PC.title == 0)>> and spinning around to lavish attention on your nipples<</if>>. - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<elseif ["friend with benefits", "lover", "slave wife"].includes(_activeSlaveRel) && ($activeSlave.devotion > 20) && ($slaves[$partner].devotion > 20)>> - $activeSlave.slaveName and $slaves[$partner].slaveName eagerly retire to the couch and arrange themselves face to face so they can make out and enjoy each other's bodies as you enjoy theirs. You decide not to set up an elaborate threesome, and just <<if ($PC.dick == 0)>>engage in a little tribadism with<<else>>fuck<</if>> whatever hole catches your eye next. They rarely break their intimate kissing, forming between the two of them a loving entity on the couch with all sorts of interesting parts to experience. They're sex slaves, and you're fucking them, but they're also lovers who are very comfortable in each others' - <<if ((hasBothArms($activeSlave)) && (hasBothArms($slaves[$partner])))>> - arms, - <<elseif ((hasAnyArms($activeSlave)) && (hasAnyArms($slaves[$partner])))>> - embrace, - <<else>> - presence, - <</if>> - kissing, fondling each other, and <<if ($PC.dick == 0)>>enjoying your pussy loving<<else>>taking your dick<</if>>. - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<<else>> - Since between them they aren't able to enthusiastically perform a threesome, you simply line $activeSlave.slaveName and $slaves[$partner].slaveName up next to one another on the couch next to your desk, and fuck <<if $seeRace == 1>>$activeSlave.race holes <</if>>at will. Whenever a hole begins to pall you just switch to another. $activeSlave.slaveName tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. - <<= VCheck.Both()>> - <<= VCheck.Partner()>> -<</if>> - -<<if passage() !== "Slave Interact">> - <<set $nextLink = "AS Dump">> -<</if>> - -<<set $partner = 0>> -<<set $relation = "">> -<<set $relationType = "">> diff --git a/src/npc/fRival.tw b/src/npc/fRival.tw deleted file mode 100644 index bd137878b15b5d42b822b3527425da600311df5c..0000000000000000000000000000000000000000 --- a/src/npc/fRival.tw +++ /dev/null @@ -1,59 +0,0 @@ -:: FRival [nobr] - -<<set $partner = $slaveIndices[$activeSlave.rivalryTarget]>> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<run clearSummaryCache($slaves[$partner])>> -<<setLocalPronouns $slaves[$partner] 2>> - -You call $activeSlave.slaveName to your office and let $him know you'll be abusing $slaves[$partner].slaveName together. - -<<if ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He looks overjoyed at the prospect of getting to hurt someone. -<</if>> - -$slaves[$partner].slaveName <<if canSee($slaves[$partner])>>sees<<else>>senses<</if>> $activeSlave.slaveName as _he2 enters and looks worried. - -<<if ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina < 0)>> - Since _he2's a sissy bitch and an anal virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeSlave.slaveName to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeSlave.slaveName administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time $activeSlave.slaveName decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's limp dick instead of _his2 ass. - <<set $slaves[$partner].counter.oral++, $oralTotal++>> -<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina == 0) && (hasAnyArms($activeSlave))>> - Since _he2's a virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeSlave.slaveName to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeSlave.slaveName administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time $activeSlave.slaveName decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's poor pussy instead of _his2 ass. - <<set $slaves[$partner].counter.oral++, $oralTotal++>> -<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && canPenetrate($activeSlave) && (hasAnyArms($activeSlave))>> - You tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell $activeSlave.slaveName to use the bitch. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. $activeSlave.slaveName lands a slap on the <<if $seeRace == 1>>$slaves[$partner].race <</if>>butt in front of $him as $he lines $his turgid dick up with $slaves[$partner].slaveName's pussy. $He sinks in with a sigh and begins to enjoy $himself, using slaps and pinches to ensure that of the two slaves, the fun is entirely on $his side. - <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.oral++, $activeSlave.counter.penetrative++, $vaginalTotal++, $oralTotal++, $penetrativeTotal++>> -<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && ($activeSlave.dick > 0)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place. Once _he2's humping away, you tell $activeSlave.slaveName to use _his2 face. $activeSlave.slaveName comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, $activeSlave.slaveName, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and $activeSlave.slaveName sighs in contentment. - <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, $activeSlave.counter.oral++, $vaginalTotal++, $oralTotal += 2>> -<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. $He does, not without trepidation, which increases when you hold $him securely in place. Once _he2's humping away, you tell $activeSlave.slaveName to ride _his2 face. $activeSlave.slaveName comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. - <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, $activeSlave.counter.oral++, $vaginalTotal++, $oralTotal += 2>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 0) && canPenetrate($activeSlave)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeSlave.slaveName to come over and join you. $activeSlave.slaveName comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes $activeSlave.slaveName a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. Of the three phalli present, $slaves[$partner].slaveName's is the only one that's soft as _he2 cries _his2 way through a brutal double anal rape. - <<set $slaves[$partner].counter.anal++, $activeSlave.counter.penetrative++, $analTotal++, $penetrativeTotal++>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina == 0) && canPenetrate($activeSlave)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeSlave.slaveName to come over and join you. $activeSlave.slaveName comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes $activeSlave.slaveName a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. $slaves[$partner].slaveName buys continued vaginal virginity by taking a brutal double anal rape. - <<set $slaves[$partner].counter.anal++, $activeSlave.counter.penetrative++, $analTotal++, $penetrativeTotal++>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1) && ($activeSlave.dick > 0)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell $activeSlave.slaveName to ride _his2 face. $activeSlave.slaveName comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, $activeSlave.slaveName, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and $activeSlave.slaveName sighs in contentment. - <<set $slaves[$partner].counter.anal++, $slaves[$partner].counter.oral++, $activeSlave.counter.oral++, $analTotal++, $oralTotal += 2>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell $activeSlave.slaveName to ride _his2 face. $activeSlave.slaveName comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. - <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.anal++, $activeSlave.counter.oral++, $analTotal++, $oralTotal += 2>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && canPenetrate($activeSlave)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeSlave.slaveName to come over and join you. $activeSlave.slaveName comes over, stroking $himself hard. You squeeze $slaves[$partner].slaveName's buttocks together and then spread them again, forcing _his2 anus to wink invitingly. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while $activeSlave.slaveName gets $his cock up $his ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. - <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeSlave.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && ($activeSlave.dick > 0) && (hasAnyArms($activeSlave))>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeSlave.slaveName to come over and join you. $activeSlave.slaveName comes over, stroking $himself hard, not certain what you mean, since $his cock is useless. To make it clear, you push two fingers into $slaves[$partner].slaveName's butt, finger fucking _his2 asshole until $activeSlave.slaveName takes over. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. $activeSlave.slaveName uses as many fingers as $he can, always at least one more than $slaves[$partner].slaveName would like. - <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeSlave.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> -<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0)>> - You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell $activeSlave.slaveName to come over and join you, indicating a strap-on for slave use, on a side shelf. $activeSlave.slaveName hurries into it and comes over. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while $activeSlave.slaveName gets $his fake cock up _his2 ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. $activeSlave.slaveName murmurs calumnies in $slaves[$partner].slaveName's ear, pinches _his2 nipples, and generally adds humiliation above and beyond being double penetrated by _his2 owner and _his2 rival. - <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, $activeSlave.counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> -<<else>> - Unforeseen combination of rival stats; yell at FC Dev to write a scene for these slaves. -<</if>> - -<<if passage() !== "Slave Interact">> - <<set $nextLink = "AS Dump">> -<</if>> diff --git a/src/npc/fSlaveImpregConsummate.tw b/src/npc/fSlaveImpregConsummate.tw deleted file mode 100644 index 0e69e7bff753481cf7d3d0b81d0a1bc29f381565..0000000000000000000000000000000000000000 --- a/src/npc/fSlaveImpregConsummate.tw +++ /dev/null @@ -1,395 +0,0 @@ -:: FSlaveImpreg Consummate [nobr] - -The first necessary step is to prepare the donatrix. - -<<set _belly = bellyAdjective($activeSlave)>> -<<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> -<<set _penCountBonus = random(6,20), _analCountBonus = _penCountBonus, _vagCountBonus = _penCountBonus>> -<<set $impregnatrix.counter.penetrative += _penCountBonus+1, $penetrativeTotal += _penCountBonus+1>> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<run clearSummaryCache($impregnatrix)>> -<<setLocalPronouns $impregnatrix 2>> -<<setPlayerPronouns>> - -<<if ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishKnown == 1) && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion >= -20)>> - This is very easy, since $impregnatrix.slaveName has an impregnation fetish. - <<if $impregnatrix.pregKnown == 1>> - _He2's pregnant, and as far as _he2's concerned, everyone should be pregnant. $He's @@.hotpink;happy to spread the love.@@ - <<elseif isFertile($impregnatrix)>> - _He2'd love to get pregnant _himself2, but as far as _he2's concerned, putting a baby in someone else is the @@.hotpink;next best thing.@@ - <<else>> - _He2's been deeply unhappy that there's no prospect of _him2 ever being able to carry a child, and this is the @@.hotpink;next best thing@@ for _him2. - <</if>> - <<set $impregnatrix.devotion += 4>> - <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of getting another slave pregnant, but a direct injection of vasodilators quickly fixes that for this special occasion. - <<else>>_His2 member springs instantly to attention at the prospect of getting another slave pregnant. - <</if>> - -<<elseif ($impregnatrix.attrXX > 65) && ($impregnatrix.attrKnown == 1) && ($impregnatrix.devotion >= -20)>> - Since $impregnatrix.slaveName likes sticking _his2 cock in girls, _he2 doesn't take much convincing. - <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>, but a direct injection of vasodilators quickly fixes that for this special occasion. - <<else>>_His2 member springs instantly to attention at the prospect of pussy. - <</if>> - -<<elseif ($impregnatrix.devotion > 50)>> - Since $impregnatrix.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. - <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, - <<else>>_He2 quickly gets _himself2 hard, - <</if>> - only a certain confusion in _his2 look betraying that _he2 realizes how special an occasion this is. - -<<elseif ($impregnatrix.devotion > 20)>> - Since $impregnatrix.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. - <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, - <<else>>_He2 hurriedly gets _himself2 hard, - <</if>> - only a slight hesitation betraying _his2 realization that this is a special occasion. - -<<elseif ($impregnatrix.devotion >= -20)>> - Since $impregnatrix.slaveName does not resist your will, _he2 should comply reasonably well. - <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, - <<else>>_He2 has to work to get _himself2 hard despite _his2 doubts, - <</if>> - fear and disgust showing on _his2 face as _he2 absorbs the perversion of the natural order of things _he2's about to experience. - -<<else>> - Since $impregnatrix.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $impregnatrix.slaveName writhes with the pain of the injection, which is compounded as _he2 springs agonizingly erect. - -<</if>> - -<br><br> - -Next, you see to $activeSlave.slaveName. - -<<if $activeSlave.mpreg == 1>> - <<set $activeSlave.counter.anal += _analCountBonus+1>> - <<set $analTotal += _analCountBonus+1>> -<<else>> - <<set $activeSlave.counter.vaginal += _vagCountBonus+1>> - <<set $vaginalTotal += _vagCountBonus+1>> -<</if>> - -<<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>> - $He cries with joy and presents $his virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>repeat <</if>>fertilization. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish and naturally @@.lime;will break in $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 10>> - -<<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He cries with joy and presents $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>further <</if>>breeding. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish. - <<set $activeSlave.devotion += 4>> - -<<elseif ($activeSlave.devotion > 20) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>> - $He accepts your orders without comment and presents $his virgin <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. $He gasps in shock when $he feels _his2 hot seed. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 10>> - -<<elseif ($activeSlave.devotion >= -20) && (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>> - $He is clearly unhappy at the idea of losing $his pearl of great price to $impregnatrix.slaveName; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes - <<if _superfetation == 1>> - $his existing pregnancy is of little concern to the new life likely to take root in $him. - <<else>> - $he'll likely get pregnant. - <</if>> - Nevertheless, @@.hotpink;$he is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<set $activeSlave.devotion += 4>> - -<<elseif (($activeSlave.vagina == 0) || (($activeSlave.anus == 0) && ($activeSlave.mpreg == 1)))>> - As you anticipated, $he refuses to give $impregnatrix.slaveName $his virginity. You restrain $him despite $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel tableau @@.lime;will break in $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>.@@ - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - -<<elseif isAmputee($activeSlave)>> - You set $his limbless torso up for $impregnatrix.slaveName. -<<elseif tooBigBelly($activeSlave)>> - You set $him up for $impregnatrix.slaveName, face-down so $he may rest helplessly against $his _belly belly. -<<elseif tooBigBreasts($activeSlave)>> - You set $him up for $impregnatrix.slaveName, face-<<if $activeSlave.belly >= 60000>>up<<else>>down<</if>> so the weight of $his tits pins $him helplessly in place. -<<elseif tooBigButt($activeSlave)>> - You set $him up for $impregnatrix.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $impregnatrix.slaveName a lovely cushion to thrust against. -<<elseif tooBigDick($activeSlave)>> - You set $him up for $impregnatrix.slaveName, face-up so $he is pinned under the weight of $his giant cock. -<<elseif tooBigBalls($activeSlave)>> - You set $him up for $impregnatrix.slaveName, face-<<if $activeSlave.belly >= 60000>>up<<else>>down<</if>> so the weight of $his giant balls anchor $him helplessly in place. -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He is accustomed to submit to you, but as a natural submissive $he doesn't have much trouble submitting to $impregnatrix.slaveName's seed instead. -<<elseif $activeSlave.devotion < -20>> - $He tries to refuse, so you restrain $him despite $his resistance to the idea of being made a breeder. -<<elseif $activeSlave.devotion <= 20>> - $He obeys your orders reluctantly, arranging $himself for <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his obvious hesitation to be made a breeder. -<<elseif $activeSlave.devotion < 10>> - $He obeys your orders, arranging $himself for <<if $activeSlave.mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his slight hesitation at the idea of being made a breeder. -<<else>> - $He happily obeys your orders, getting ready to serve $his <<= WrittenMaster($activeSlave)>> by making _himP another slave. -<</if>> - -<<= knockMeUp($activeSlave, 100, 2, $impregnatrix.ID, 1)>> - -<br><br> - -<<if ($activeSlave.devotion < -20) && ($impregnatrix.devotion < -20)>> - Since you have two restrained slaves, it's up to you to do all the work. You put $activeSlave.slaveName on the couch with $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> available, and then maneuver $impregnatrix.slaveName's dick into place. The two slaves make no further moves until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching them mechanically go at it for a while, you stop $impregnatrix.slaveName, insert an electrostimulator up _his2 rectum, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into $activeSlave.slaveName. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> - <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> - <<if ($impregnatrix.anus == 0)>> - $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. - <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> - <</if>> - -<<elseif ($impregnatrix.devotion < -20)>> - Since your semen donatrix is restrained, you order $activeSlave.slaveName to present $himself on the couch, and then maneuver $impregnatrix.slaveName's dick into place. $activeSlave.slaveName does $his best to hump $himself against the unwilling cock until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching _him2 mechanically fuck for a while, you stop _him2, push an electrostimulator up _his2 butt, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into $activeSlave.slaveName. $He @@.mediumorchid;resents@@ what you made _him2 do and @@.gold;fears you@@ as a result. Though $activeSlave.slaveName accepts the situation, $he looks into $impregnatrix.slaveName's eyes with obvious apology. - <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> - <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> - <<if ($impregnatrix.anus == 0)>> - $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. - <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> - <</if>> - -<<elseif ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion > 20) && ($activeSlave.devotion < -20)>> - You arrange $activeSlave.slaveName on the couch with $his fertile pussy defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, even more so since $he is already with child<</if>> to fulfill _his2 desire to reproduce. _He2 finishes with indecent speed and looks almost disappointed until you tell _him2 to take _his2 time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's _belly stomach and expresses the hope that $he'll produce a good new slave. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $impregnatrix.devotion += 4>> - -<<elseif ($impregnatrix.energy > 95) && ($impregnatrix.devotion > 20) && ($activeSlave.devotion < -20)>> - You arrange $activeSlave.slaveName on the couch with $his fertile <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, especially since $he is already with child<</if>>, just for the perverted novelty of the act. _He2 blows _his2 load with indecent speed and looks crushed until you tell _him2 to take _his2 time and be thorough. By the end of the day $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>anus<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses $activeSlave.slaveName's _belly stomach and expresses the hope that you'll let _him2 do this again <<if _superfetation == 1>>soon<<else>>sometime<</if>>. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $impregnatrix.devotion += 4>> - -<<elseif ($activeSlave.devotion <= 20) || ($impregnatrix.devotion <= 20)>> - You order $activeSlave.slaveName onto the couch and tell $impregnatrix.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves, with $impregnatrix.slaveName's rapidly softening dick slipping easily out of $activeSlave.slaveName's cum-filled <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. - -<<elseif ($activeSlave.devotion <= 50) || ($impregnatrix.devotion <= 50)>> - You order $activeSlave.slaveName and $impregnatrix.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the extreme intimacy of the act, finding between themselves a hint of a life before slavery, when men and women had sex within the bonds of marriage for the purpose of procreation<<if _superfetation == 1>>, even though one of them is already heavy with child<</if>>. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $impregnatrix.slaveName's dick and dripping away with the contents of $activeSlave.slaveName's cum-filled <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>>. - -<<elseif $activeSlave.mpreg == 1>> - The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of anal sex in <<if $activeSlave.belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> cowgirl position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, $activeSlave.slaveName turns around on $impregnatrix.slaveName's cock and opens wide for you. You and $impregnatrix.slaveName enjoy the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, $his eager oral reaching a fever pitch, bringing you to your own climax. - <<if $PC.dick != 0>> - <<if canDoVaginal($impregnatrix)>> - Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 pussy instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. - <<if ($impregnatrix.vagina == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> - <</if>> - <<if canImpreg($impregnatrix, $PC)>> - <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> - <</if>> - <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> - <<elseif canDoAnal($impregnatrix)>> - Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. - <<if ($impregnatrix.anus == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> - <</if>> - <<if canImpreg($impregnatrix, $PC)>> - <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> - <</if>> - <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> - <<else>> - The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. - <</if>> - <<else>> - <<if canDoVaginal($impregnatrix)>> - Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. - <<if ($impregnatrix.vagina == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> - <</if>> - <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> - <<elseif canDoAnal($impregnatrix)>> - Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into $activeSlave.slaveName's fertile <<if $activeSlave.mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. - <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> - <<if ($impregnatrix.anus == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> - <</if>> - <<else>> - The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. - <</if>> - <</if>> - <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> - <<set $activeSlave.devotion += 4>> - <<set $impregnatrix.devotion += 4>> - -<<else>> - <<set _didImpregnatrix = 0>> - The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of vanilla sex in <<if $activeSlave.belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> missionary position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, $activeSlave.slaveName looks over $impregnatrix.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to - <<if canDoAnal($activeSlave)>> - present $activeSlave.slaveName's butthole. - <<set $activeSlave.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> - <<else>> - invite you into $activeSlave.slaveName's crowded pussy. - <<set $activeSlave.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> - <</if>> - You and $impregnatrix.slaveName double penetrate the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, clenching you to orgasm in turn with $his spasms. Pulling out, you offer <<if $PC.dick != 0>>yourself<<else>>your strap-on<</if>> to $activeSlave.slaveName's gasping mouth so $he can <<if $PC.dick != 0>>suck you hard again<<else>>lube the phallus with some saliva<</if>> as $he continues riding cock. Once <<if $PC.dick != 0>>stiff<<else>>the strap-on is nice and wet<</if>>, you flip them again so that $impregnatrix.slaveName is back on top and switch to _his2 - <<if canDoVaginal($impregnatrix)>> - feminine slit instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a hard fucking - <<set _didImpregnatrix = 1>> - <<elseif canDoAnal($impregnatrix)>> - ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck - <<set _didImpregnatrix = 2>> - <<else>> - mouth instead, giving _him2 a good facefuck - <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> - <</if>> - until _he2 blows _his2 load into $activeSlave.slaveName's fertile cunt. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. - <<set $activeSlave.devotion += 4>> - <<set $impregnatrix.devotion += 4>> - <<if _didImpregnatrix == 1>> - <<if ($impregnatrix.vagina == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including losing _his2 @@.lime;virginity@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> - <</if>> - <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> - <<if canImpreg($impregnatrix, $PC)>> - <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> - <</if>> - <<elseif _didImpregnatrix == 2>> - <<if ($impregnatrix.anus == 0)>> - $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated $activeSlave.slaveName. - <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> - <</if>> - <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> - <<if canImpreg($impregnatrix, $PC)>> - <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> - <</if>> - <</if>> - <<if ($activeSlave.anus == 0) && canDoAnal($activeSlave)>> - $activeSlave.slaveName has been used as a slave in a truly thorough way today: $he has @@.hotpink;accepted@@ both $his @@.lime;first anal@@ and insemination by $impregnatrix.slaveName. - <<set $activeSlave.devotion += 4, $activeSlave.anus = 1>> - <</if>> - -<</if>> - -Throughout the week, you keep $activeSlave.slaveName's <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> intimate with $impregnatrix.slaveName's cock. In the end, you are certain $activeSlave.slaveName -<<if _superfetation == 1>> - has @@.lime;added $impregnatrix.slaveName's child@@ to $his pregnancy. -<<else>> - is @@.lime;carrying $impregnatrix.slaveName's child.@@ -<</if>> - - -<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> - Rumors spread about you breeding your slaves; the Societal Elite are @@.red;displeased@@ by these rumors. - <<set $failedElite += 1>> -<</if>> -<<if $arcologies[0].FSGenderRadicalist != "unset" && $activeSlave.mpreg == 1>> - Society @@.green;approves@@ of your breeding your slave's ass; this advances the ideal all a slave needs is their rear. - <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> -<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && $activeSlave.mpreg == 1>> - Society @@.red;is disgusted@@ by this degenerate form of reproduction. - <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> -<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> - Society @@.green;approves@@ of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves. - <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> -<</if>> - -<br><br> - -You prepare the necessary file on their possible offspring. Upon birth, it will be remanded to a slave orphanage to be raised to the age of $minimumSlaveAge and then sold, but its likely appearance and traits are already worth noting. - -$activeSlave.slaveName and $impregnatrix.slaveName are likely to produce - -<<if ($seeRace == 1)>> - - <<if ($activeSlave.race == "white") && ($impregnatrix.race == "white")>> - a pure white, - <<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "asian")>> - a pure Asian, - <<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "latina")>> - a pure latina, - <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "black")>> - a pure black, - <<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "middle eastern")>> - a pure Middle Eastern, - <<elseif ($activeSlave.race == "malay") && ($impregnatrix.race == "malay")>> - a pure malay, - <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "black")>> - a mulatto, - <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "white")>> - a mulatto, - <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "latina")>> - a mestizo, - <<elseif ($activeSlave.race == "latina") && ($impregnatrix.race == "white")>> - a mestizo, - <<elseif ($activeSlave.race == "asian") && ($impregnatrix.race == "black")>> - an Afro-Asian, - <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "asian")>> - an Afro-Asian, - <<elseif ($activeSlave.race == "middle eastern") && ($impregnatrix.race == "black")>> - an Afro-Arab, - <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "middle eastern")>> - an Afro-Arab, - <<elseif ($activeSlave.race == "indo-aryan") && ($impregnatrix.race == "black")>> - an Afro-Indian, - <<elseif ($activeSlave.race == "black") && ($impregnatrix.race == "indo-aryan")>> - an Afro-Indian, - <<elseif ($activeSlave.race == "amerindian") && ($impregnatrix.race == "white")>> - a mestizo, - <<elseif ($activeSlave.race == "white") && ($impregnatrix.race == "amerindian")>> - a mestizo, - <<elseif ($activeSlave.race == $impregnatrix.race) && ($activeSlave.race != "mixed race") && ($impregnatrix.race != "mixed race")>> - an ethnically pure, - <<elseif ($activeSlave.race != $impregnatrix.race) && ($activeSlave.race != "mixed race") && ($impregnatrix.race != "mixed race")>> - a biracial, - <<else>> - mixed ethnicity, - <</if>> - -<</if>> - -<<if (($activeSlave.intelligence+$impregnatrix.intelligence)/2 > 95)>> - brilliant, -<<elseif (($activeSlave.intelligence+$impregnatrix.intelligence)/2 > 15)>> - smart, -<<elseif (($activeSlave.intelligence+$impregnatrix.intelligence)/2 < -95)>> - cretinous, -<<elseif (($activeSlave.intelligence+$impregnatrix.intelligence)/2 < -15)>> - stupid, -<</if>> - -<<if (($activeSlave.height+$impregnatrix.height) > 185)>> - tall, -<<elseif (($activeSlave.height+$impregnatrix.height) < 160)>> - short, -<<else>> - middle height, -<</if>> - -<<if (($activeSlave.boobs+$impregnatrix.boobs-$activeSlave.boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) > 1500)>> - big-titted -<<elseif (($activeSlave.boobs+$impregnatrix.boobs-$activeSlave.boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) < 700)>> - flat-chested -<<else>> - moderately-breasted -<</if>> - -<<if (($activeSlave.butt+$impregnatrix.butt-$activeSlave.buttImplant-$impregnatrix.buttImplant) > 9)>> - slave with a huge ass. -<<elseif (($activeSlave.butt+$impregnatrix.butt-$activeSlave.buttImplant-$impregnatrix.buttImplant) < 5)>> - slave with a flat ass. -<<else>> - slave with a decent ass. -<</if>> - -<<set $slaves[$slaveIndices[$impregnatrix.ID]] = $impregnatrix>> /* save changes */ diff --git a/src/npc/interaction/FFuckdollAnal.tw b/src/npc/interaction/FFuckdollAnal.tw new file mode 100644 index 0000000000000000000000000000000000000000..994ab290ae448db3c6d3b5deb3890a353d6c6544 --- /dev/null +++ b/src/npc/interaction/FFuckdollAnal.tw @@ -0,0 +1,55 @@ +:: FFuckdollAnal [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +<<set getSlave($AS).counter.anal++, $analTotal++>> +You decide to use the Fuckdoll's <<if getSlave($AS).anus > 3>>gaping<<elseif getSlave($AS).anus == 3>>loose<<elseif getSlave($AS).anus == 2>>relaxed<<elseif getSlave($AS).anus == 1>>tight<</if>> rear hole. +<<if getSlave($AS).fuckdoll <= 10>> + Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs(getSlave($AS))>>walk over to $him<<else>>flip $him over<</if>> and ram <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> up $his rear hole. +<<elseif getSlave($AS).fuckdoll <= 80>> + $He can follow intermediate commands, so you order $him to present $his rear hole. $He obediently <<if hasAnyLegs(getSlave($AS))>>bends over, arches $his back, and<<else>>flips over and<</if>> winks $his anus until you insert <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>>. +<<else>> + $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs(getSlave($AS))>>and order $him to squat down onto your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> and slide $his anus up and down <<if $PC.dick != 0>>your<<else>>the<</if>> shaft.<<else>>and impale $him on <<if $PC.dick != 0>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>> +<</if>> +<<if getSlave($AS).fuckdoll <= 20>> + $He's not fully used to having things suddenly forced up $his ass, so $he struggles, and $his sphincter spasms deliciously. +<<elseif getSlave($AS).fuckdoll <= 40>> + Aware that $he is supposed to relax and accept anal rape, $he does $his best to accommodate the sodomy. +<<else>> + You command $him to milk your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> with $his asshole, and $he obediently tightens $his sphincter against the invading phallus rhythmically. +<</if>> +<<if getSlave($AS).fuckdoll <= 60>> + <<if getSlave($AS).energy > 60>>Denied any other outlet for $his powerful sex drive, $he orgasms.<</if>> +<<else>> + Tuned to enjoy any use by total denial of all other stimulation, $he orgasms repeatedly as you fuck $his anus. +<</if>> +<<if getSlave($AS).voice == 0>> + Though $he is mute, $his breath hisses loudly <<if getSlave($AS).lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. +<<else>> + $He moans, <<if getSlave($AS).lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. +<</if>> +You climax<<if $PC.dick != 0>>, filling $his rectum with your cum,<</if>> and return $him to <<if hasAnyLegs(getSlave($AS))>>a standing position<<else>>where $he was resting<</if>>. +<<if $PC.dick != 0>> + <<if getSlave($AS).anus > 2>>Your cum flows out of $his gaped rear hole and down the material of $his suit. + <<elseif getSlave($AS).anus == 2>>Your cum drips out of $his loosened rear hole and down the material of $his suit. + <<else>>$His tight rear hole retains every drop of your cum. + <</if>> + <<if canImpreg(getSlave($AS), $PC)>> + <<= knockMeUp(getSlave($AS), 5, 0, -1)>> + <</if>> + The Fuckdoll will be cleaned by another slave. +<</if>> +<<if getSlave($AS).anus == 0>> + <<if getSlave($AS).fetish != "mindbroken">> + As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity. + <<else>> + $He gives no external indication that $he's aware that $he's just lost $his anal virginity. + <</if>> + In any case, <span class="virginity loss">$his rear hole has been broken in.</span> + <<set getSlave($AS).anus = 1>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> +<</if>> diff --git a/src/npc/interaction/FFuckdollImpreg.tw b/src/npc/interaction/FFuckdollImpreg.tw new file mode 100644 index 0000000000000000000000000000000000000000..708b564b4f36fbc435658d872f567e3205bb9606 --- /dev/null +++ b/src/npc/interaction/FFuckdollImpreg.tw @@ -0,0 +1,91 @@ +:: FFuckdollImpreg [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set _bonus = random(6,20)>> + +<<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).counter.anal += _bonus+1, $analTotal += _bonus+1>> +<<else>> + <<set getSlave($AS).counter.vaginal += _bonus+1, $vaginalTotal += _bonus+1>> +<</if>> + +You decide to use the Fuckdoll's fertile womb to grow a child. +<<if getSlave($AS).fuckdoll <= 10>> + Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs(getSlave($AS))>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> inside $his <<if getSlave($AS).mpreg == 1>>asshole<<else>>vagina<</if>>. +<<elseif getSlave($AS).fuckdoll <= 70>> + $He can follow intermediate commands, so you order $him into a position for use of $his <<if getSlave($AS).mpreg == 1>>rear<<else>>front<</if>> hole. $He obediently <<if hasAllLimbs(getSlave($AS))>>gets down on all fours and <</if>>cocks $his hips, offering $his <<if getSlave($AS).mpreg == 1>>asspussy<<else>>cunt<</if>> until you insert your + <<if $PC.dick > 0>> + cock + <<else>> + strap-on + <</if>> + into $his <<if getSlave($AS).mpreg == 1>>winking<<else>>wet<</if>> channel. +<<else>> + $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs(getSlave($AS))>>and order $him to squat down onto your cock and ride.<<else>>and impale $him on your cock, ordering $him to do $his feeble best to bounce.<</if>> +<</if>> +<<if getSlave($AS).fuckdoll <= 20>> + $He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully. +<<elseif getSlave($AS).fuckdoll <= 40>> + Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance. +<<else>> + You command $him to milk your cock with $his <<if getSlave($AS).mpreg == 1>>anal<<else>>vaginal<</if>> walls, and $he obediently starts to flex $his well-developed <<if getSlave($AS).mpreg == 1>>cunt<<else>>anal<</if>> muscles, squeezing you from base to tip. +<</if>> +<<if getSlave($AS).fuckdoll <= 60>> + <<if getSlave($AS).energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>> +<<else>> + $He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned. +<</if>> +<<if getSlave($AS).voice == 0>> + Though $he is mute, $his breath hisses loudly <<if getSlave($AS).lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. +<<else>> + $He moans, <<if getSlave($AS).lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. +<</if>> +You climax, your cum shooting forward to splash against $his womb, and return $he to <<if hasAnyLegs(getSlave($AS))>>a standing position<<else>>where $he was resting<</if>> to allow your seed to find $his mark. +<<if getSlave($AS).mpreg == 1>> + <<if getSlave($AS).anus > 2>>Your cum flows out of $his gaping rear hole and down the material of $his suit. + <<elseif getSlave($AS).anus == 2>>Your cum drips out of $his well-fucked rear hole and down the material of $his suit. + <<else>>$His tight rear hole retains almost every drop of your cum. A few escape and run down the material of $his suit. + <</if>> + The Fuckdoll will be cleaned by another slave. + <<if getSlave($AS).anus == 0>> + <<if getSlave($AS).fetish != "mindbroken">> + As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his anal virginity. + <<else>> + $He gives no external indication that $he's aware that $he's just lost $his virginity. + <</if>> + In any case, <span class="virginity loss">$his rear hole has been broken in.</span> + <<set getSlave($AS).anus = 1>> + <</if>> +<<else>> + <<if getSlave($AS).vagina >= 10>>Your cum steadily flows from its prolapsed front hole and down the material of $his suit. + <<elseif getSlave($AS).vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit. + <<elseif getSlave($AS).vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit. + <<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit. + <</if>> + The Fuckdoll will be cleaned by another slave. + <<if getSlave($AS).vagina == 0>> + <<if getSlave($AS).fetish != "mindbroken">> + As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity. + <<else>> + $He gives no external indication that $he's aware that $he's just lost $his virginity. + <</if>> + In any case, <span class="virginity loss">$his front hole has been broken in.</span> + <<set getSlave($AS).vagina = 1>> + <</if>> +<</if>> + +You repeat this ritual throughout the week, ensuring that $he will be an @@.pregnant;incubator for your child.@@ + +<<= knockMeUp(getSlave($AS), 100, 2, -1, 1)>> + +<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> + <<if getSlave($AS).breedingMark != 1 || $propOutcome == 0>> + Rumors spread about you knocking up your playthings; the Societal Elite are @@.elites.loss; very displeased@@ by these rumors. + <<set $failedElite += 5>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> +<</if>> diff --git a/src/npc/interaction/FFuckdollOral.tw b/src/npc/interaction/FFuckdollOral.tw new file mode 100644 index 0000000000000000000000000000000000000000..f9947dffa02c7ce5509535971c580f842d171442 --- /dev/null +++ b/src/npc/interaction/FFuckdollOral.tw @@ -0,0 +1,36 @@ +:: FFuckdollOral [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +<<set getSlave($AS).counter.oral++, $oralTotal++>> +You decide to use the Fuckdoll's <<if getSlave($AS).lips > 95>>facepussy<<else>>face hole<</if>>. +<<if getSlave($AS).fuckdoll <= 10>> + Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasBothLegs(getSlave($AS))>>shove $him into a kneeling position<<else>>set $him on the couch<</if>> and straddle $his face. +<<elseif getSlave($AS).fuckdoll <= 80>> + $He can follow intermediate commands, so you order $him into a position for use of $his face hole. $He obediently <<if hasBothLegs(getSlave($AS))>>gets to $his knees<<else>>cranes $his neck up<</if>> and sticks $his tongue out as far as it will go, wiggling it invitingly. You straddle $his face. +<<else>> + $He can follow advanced commands, so you order $him into a position for use of $his face hole. $He instantly <<if hasAnyLegs(getSlave($AS))>><<if $PC.dick != 0>>bends at the waist and turns $his head upward, placing $his throat horizontally and at waist height.<<else>>gets to $his knees and turns $his head upward at just the right angle for a pussy to ride $his face hole.<</if>><<else>>cranes $his neck up and sticks $his tongue out as far as it will go, wiggling it invitingly.<</if>> You straddle $his face. +<</if>> +<<if getSlave($AS).fuckdoll <= 20>> + $He's not fully used to being surprised with face rape, so $he struggles, and $his difficulty breathing <<if $PC.dick != 0>>makes $his throat spasm around your dickhead<<else>>feels lovely on your cunt<</if>>. +<<elseif getSlave($AS).fuckdoll <= 50>> + Aware that $he is supposed to relax and let you rape $his face, $he does $his best to let you <<if $PC.dick != 0>>fuck $his throat<<else>>ride $his face<</if>>. +<<else>> + You command $him to <<if $PC.dick != 0>>milk your dick, and $he begins to suck with almost frightening force<<else>>pleasure your cunt, and $he begins to eat you out with almost frightening hunger<</if>>. +<</if>> +<<if getSlave($AS).fuckdoll <= 60>> + <<if getSlave($AS).energy > 80>>Denied any other outlet for $his extreme sex drive, $he orgasms from nothing more than oral stimulation.<</if>> +<<else>> + $He's so perfectly tuned that $he begins to orgasm from nothing more than oral stimulation, and $he continues to shiver with repeated orgasms as $he sucks. +<</if>> +You climax, <<if $PC.dick != 0>>blowing your load down $his throat<<else>>giving $him a good amount of femcum to swallow<</if>>, and return $him to <<if hasAnyLegs(getSlave($AS))>>a standing position<<else>>where $he was resting<</if>>. +<<if $PC.dick != 0>> + <<if getSlave($AS).lips > 95>>$He gives sloppy blowjobs, $his lips being too big for much control, and strings of your cum beribbon $his suit. The Fuckdoll will be cleaned by another slave. + <<else>>$He swallows repeatedly as $he returns to $his resting posture. + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> +<</if>> diff --git a/src/npc/interaction/FFuckdollVaginal.tw b/src/npc/interaction/FFuckdollVaginal.tw new file mode 100644 index 0000000000000000000000000000000000000000..e777d62585bca9a9b91b564f2a0defa5afb22fb9 --- /dev/null +++ b/src/npc/interaction/FFuckdollVaginal.tw @@ -0,0 +1,55 @@ +:: FFuckdollVaginal [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +<<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> +You decide to use the Fuckdoll's <<if getSlave($AS).vagina > 3>>cavernous<<elseif getSlave($AS).vagina == 3>>soft<<elseif getSlave($AS).vagina == 2>>inviting<<elseif getSlave($AS).vagina == 1>>tight<</if>> front hole. +<<if getSlave($AS).fuckdoll <= 10>> + Since $he is not well adapted to life as a living sex toy yet, $he won't respond to position commands. So, you simply <<if hasAnyLegs(getSlave($AS))>>push $him down to lie on the couch<<else>>set $him on your desk<</if>> and shove <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> inside $his vagina. +<<elseif getSlave($AS).fuckdoll <= 70>> + $He can follow intermediate commands, so you order $him into a position for use of $his front hole. $He obediently <<if hasAllLimbs(getSlave($AS))>>gets down on all fours and <<elseif hasAnyLegs(getSlave($AS))>>bends over and <</if>>cocks $his hips, offering $his cunt until you insert <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> into $his wet channel. +<<else>> + $He can follow advanced commands, so you bring $him over to your chair <<if hasAnyLegs(getSlave($AS))>>and order $him to squat down onto your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> and ride.<<else>>and impale $him on <<if $PC.dick != 0>>your cock<<else>>your strap-on<</if>>, ordering $him to do $his feeble best to bounce.<</if>> +<</if>> +<<if getSlave($AS).fuckdoll <= 20>> + $He's not fully used to being raped without warning, so $he struggles, $his muscles spasming delightfully. +<<elseif getSlave($AS).fuckdoll <= 40>> + Aware that $he is supposed to relax and accept rape, $he does $his best to let you take $him without resistance. +<<else>> + You command $him to milk your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> with $his vaginal walls, and $he obediently starts to flex $his well-developed cunt muscles, squeezing <<if $PC.dick != 0>>you<<else>>your strap-on<</if>> from base to tip. +<</if>> +<<if getSlave($AS).fuckdoll <= 60>> + <<if getSlave($AS).energy > 40>>Denied any other outlet for $his healthy sex drive, $he orgasms.<</if>> +<<else>> + $He orgasmed for the first time as you entered $him, and $he continues to do so as you fuck $him. $He's perfectly tuned. +<</if>> +<<if getSlave($AS).voice == 0>> + Though $he is mute, $his breath hisses loudly <<if getSlave($AS).lips > 95>>past the lips of $his facepussy<<else>>through $his mouth insert<</if>>. +<<else>> + $He moans, <<if getSlave($AS).lips > 95>>and the lips of $his facepussy quiver<<else>>struggling to force the sound past $his mouth insert<</if>>. +<</if>> +You climax<<if $PC.dick != 0>>, your cum shooting forward to splash against $his womb,<</if>> and return $him to <<if hasAnyLegs(getSlave($AS))>>a standing position<<else>>where $he was resting<</if>>. +<<if $PC.dick != 0>> + <<if getSlave($AS).vagina > 2>>Your cum flows out of $his gaping front hole and down the material of $his suit. + <<elseif getSlave($AS).vagina == 2>>Your cum drips out of $his well-fucked front hole and down the material of $his suit. + <<else>>$His tight front hole retains almost every drop of your cum. A few escape and run down the material of $his suit. + <</if>> + <<if canImpreg(getSlave($AS), $PC)>> + <<= knockMeUp(getSlave($AS), 5, 1, -1)>> + <</if>> + The Fuckdoll will be cleaned by another slave. +<</if>> +<<if getSlave($AS).vagina == 0>> + <<if getSlave($AS).fetish != "mindbroken">> + As you return to your business, $he shakes slightly in place, and a few low moans come out of $his face hole. This is probably a reaction to losing $his virginity. + <<else>> + $He gives no external indication that $he's aware that $he's just lost $his virginity. + <</if>> + In any case, @@.lime;$his front hole has been broken in.@@ + <<set getSlave($AS).vagina = 1>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> +<</if>> diff --git a/src/pregmod/FSuckle.tw b/src/npc/interaction/FSuckle.tw similarity index 75% rename from src/pregmod/FSuckle.tw rename to src/npc/interaction/FSuckle.tw index 1a28099cdf09be02d153cb06b3d1cedb632a063a..99e46e6725679c8e24d3b0366354475d0326564b 100644 --- a/src/pregmod/FSuckle.tw +++ b/src/npc/interaction/FSuckle.tw @@ -1,10 +1,10 @@ :: FSuckle [nobr] +<<set $AS = $activeSlave.ID>> <<run Enunciate($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> -<<set $activeSlave.counter.mammary++>> +<<set getSlave($AS).counter.mammary++>> <<set $mammaryTotal++>> <<if $PC.pregMood == 0 || $PC.preg < 28>> <<set _mood = 0>> @@ -16,43 +16,43 @@ /* still needed: breast implant support, nipple piercing support */ -You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to -<<if (!hasAnyLegs($activeSlave))>> +You <<if _mood == 2>>demand<<else>>beckon<</if>> <<= getSlave($AS).slaveName>> to +<<if (!hasAnyLegs(getSlave($AS)))>> have another slave set $him on the floor close to you. -<<elseif tooBigBreasts($activeSlave)>> +<<elseif tooBigBreasts(getSlave($AS))>> have another slave help $him heft $his tits so $he can take a seat on the floor close to you. -<<elseif tooBigBelly($activeSlave)>> +<<elseif tooBigBelly(getSlave($AS))>> have another slave help $him heft $his belly so $he can take a seat on the floor close to you. -<<elseif tooBigButt($activeSlave)>> +<<elseif tooBigButt(getSlave($AS))>> have another slave help $him heft $his ass cheeks so $he can take a seat on the floor close to you. -<<elseif tooBigDick($activeSlave)>> +<<elseif tooBigDick(getSlave($AS))>> have another slave help $him heft $his cock so $he can take a seat on the floor close to you. -<<elseif tooBigBalls($activeSlave)>> +<<elseif tooBigBalls(getSlave($AS))>> have another slave help $him heft $his balls so $he can take a seat on the floor close to you. -<<elseif tooFatSlave($activeSlave)>> +<<elseif tooFatSlave(getSlave($AS))>> have another slave help $him up so $he can take a seat on the floor close to you. <<else>> to take a seat on the floor close to you. <</if>> -<<if canWalk($activeSlave)>> - <<if $activeSlave.fetish == "mindbroken">> +<<if canWalk(getSlave($AS))>> + <<if getSlave($AS).fetish == "mindbroken">> $He complies without a thought. - <<elseif $activeSlave.devotion > 20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion > 20 && getSlave($AS).trust > 20>> $He complies, <<if _mood == 2>> knowing full well what you want. <<else>> giddy with anticipation of your plans for $him. <</if>> - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).trust < -20>> $He hurriedly complies, <<if _mood == 2>> fearful of the sudden shift in your demeanor. <<else>> aware of the consequences of disobedience. <</if>> - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> <<if _mood == 2>> $He is shaken by your tone, knowing that disobedience may lead to even worse matters for $him; $he complies without any further hassle. <<else>> @@ -66,22 +66,22 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> <</if>> <<else>> - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He pays no attention as $he is carefully positioned for your use. - <<elseif $activeSlave.devotion > 20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion > 20 && getSlave($AS).trust > 20>> Though $he has no agency over this, <<if _mood == 2>> $he is somewhat confused by your sudden aggressive posture. <<else>> $he is visibly giddy with anticipation for your next course of action as $he is helped into position. <</if>> - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).trust < -20>> <<if _mood == 2>> - $He knows better than to struggle as $he is helped into position, though $he dreads what $his pregnant <<= WrittenMaster($activeSlave)>> has planned. + $He knows better than to struggle as $he is helped into position, though $he dreads what $his pregnant <<= WrittenMaster(getSlave($AS))>> has planned. <<else>> $He knows better than to struggle as $he is helped into position, well aware of the consequences it would bring. <</if>> - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> Though $he is rebellious, <<if _mood == 2>> seeing such a gravid person take such a predatory stance shakes $him and $he becomes more compliant. @@ -97,14 +97,14 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> <</if>> -<<if $activeSlave.boobs >= 20000>> +<<if getSlave($AS).boobs >= 20000>> You <<if _mood == 1>>caress<<else>>take note of<</if>> $his massive udders, <<if _mood == 2>> - <<if $activeSlave.nipples == "puffy">> + <<if getSlave($AS).nipples == "puffy">> grabbing a puffy nipple, lifting it up and letting it drop back down with a loud plop and a spurt of milk. They are dripping with excess milk and the flurry of kicks in your middle tells you what you need to do. - <<elseif $activeSlave.nipples == "inverted">> + <<elseif getSlave($AS).nipples == "inverted">> prying an inverted nipple out of one of them before letting it slip back down with a loud plop and a gush of milk. A strong kick tells you that you are to take some of that cream for yourself. - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> using two fingers to pry a nippleslit open before letting it slip shut with a moist plop. A strong kick tells you that something good is hiding in there that you'll need to work out. <<else>> grabbing one by the nipple only to let it drop back down with a loud plop and a spurt of milk. A strong kick tells you that you are to take some of that cream for yourself. @@ -113,36 +113,36 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to dripping with excess milk and resting on $his legs, the very spot you plan to make your own, but it will take finesse. <</if>> You lift up $his hefty breasts and <<if $PC.belly >= 10000>>gently lower yourself<<else>>lay<</if>> down on $his lap, - <<if $activeSlave.belly >= 30000>> - <<if $activeSlave.bellyPreg > 1000>> + <<if getSlave($AS).belly >= 30000>> + <<if getSlave($AS).bellyPreg > 1000>> getting familiar with $his huge life swollen baby bump and <<else>> getting familiar with $his hugely swollen belly and <</if>> - <<elseif $activeSlave.belly >= 10000>> - <<if $activeSlave.bellyPreg >= 8000>> + <<elseif getSlave($AS).belly >= 10000>> + <<if getSlave($AS).bellyPreg >= 8000>> beside $his baby bump and - <<elseif $activeSlave.bellyImplant >= 8000>> + <<elseif getSlave($AS).bellyImplant >= 8000>> beside the swollen orb that is $his stomach and <<else>> - beside the bloated container of $activeSlave.inflationType that is $his middle and + beside the bloated container of <<= getSlave($AS).inflationType>> that is $his middle and <</if>> - <<elseif $activeSlave.belly >= 1000>> - <<if $activeSlave.bellyPreg >= 1000>> + <<elseif getSlave($AS).belly >= 1000>> + <<if getSlave($AS).bellyPreg >= 1000>> beside the life growing within $him and - <<elseif $activeSlave.bellyImplant >= 1000>> + <<elseif getSlave($AS).bellyImplant >= 1000>> beside the curve of $his stomach and <<else>> - beside the groaning container of $activeSlave.inflationType within $him and + beside the groaning container of <<= getSlave($AS).inflationType>> within $him and <</if>> - <<elseif $activeSlave.weight > 95>> + <<elseif getSlave($AS).weight > 95>> getting familiar with $his fat belly and <</if>> letting go so that $his tits cover your face and <<if $PC.belly >= 5000>>belly<<else>>torso<</if>> in heavenly softness, $his - <<if $activeSlave.nipples != "fuckable">> - <<if $activeSlave.nipples == "puffy">> + <<if getSlave($AS).nipples != "fuckable">> + <<if getSlave($AS).nipples == "puffy">> exceedingly soft nipple already brushing against your lips, covering your face with excess milk as if begging for you to empty $him. - <<elseif $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">> + <<elseif getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">> internally curved nipple providing an inviting hole for you to tease out with your tongue. <<else>> overly exertive nipple already prodding at your mouth, as if begging to be suckled on. @@ -150,70 +150,70 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to Though muffled, you <<if _mood == 2>> order $him to deal with <<if $PC.dick != 0>>the erect monster pressing uncomfortably against the underside of your belly<<else>>the needy hole leaking all over your floor<</if>>. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He obeys without question and mechanically begins to <<if $PC.dick != 0>>jerk you off<<else>>finger you<</if>>. - <<elseif $activeSlave.devotion >= -20>> - This proves unnecessary as, before you finish speaking, $he <<if $PC.dick != 0>>wraps $his fingers around your needy cock<<else>><<if canSmell($activeSlave)>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You buck to $his touch, forcing $him to try and steady $his breasts as your baby bump jumps with life. - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).devotion >= -20>> + This proves unnecessary as, before you finish speaking, $he <<if $PC.dick != 0>>wraps $his fingers around your needy cock<<else>><<if canSmell(getSlave($AS))>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You buck to $his touch, forcing $him to try and steady $his breasts as your baby bump jumps with life. + <<elseif getSlave($AS).trust < -20>> $He begins to question your order, but quickly realizes that was a mistake as you grab $his hand and force it to your crotch. Hastily, $he begins to stroke <<if $PC.dick != 0>>your dick<<else>>your pussy<</if>> until reassured that $he is pleasing you from your lusty moans and thrusting. $He does $his best, hoping to not anger you further as $he presses <<if $PC.dick != 0>>the head<<else>>your lower lips<</if>> against $his nearby nipple. <<else>> - Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand before $he is pinned in a much more compromising position by your pregnancy. $activeSlave.slaveName begins to <<if $PC.dick != 0>>tug at your penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand before $he is pinned in a much more compromising position by your pregnancy. <<= getSlave($AS).slaveName>> begins to <<if $PC.dick != 0>>tug at your penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. <</if>> <<else>> instruct $him to use $his hand to appease the evident arousal between your legs. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He obeys without question and mechanically begins to <<if $PC.dick != 0>>jerk you off<<else>>finger you<</if>>. - <<elseif $activeSlave.devotion >= -20>> - This proves unnecessary as, before you finish speaking, $he <<if $PC.dick != 0>>notices your hardening penis<<else>><<if canSmell($activeSlave)>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You respond further with a positive "Mmmhmm~", which calms $his worries as $he works on pleasuring you as much as $he can with one hand. - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).devotion >= -20>> + This proves unnecessary as, before you finish speaking, $he <<if $PC.dick != 0>>notices your hardening penis<<else>><<if canSmell(getSlave($AS))>>smells<<else>>recognizes<</if>> your arousal<</if>> and begins to apply $his ministrations to take care of you<<if getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">>, as the sensations to $his nipple add so much more to the already surrounding breastflesh<</if>>. You respond further with a positive "Mmmhmm~", which calms $his worries as $he works on pleasuring you as much as $he can with one hand. + <<elseif getSlave($AS).trust < -20>> $He begins to question your order, but quickly realizes <<if $PC.dick != 0>>your penis is at full mast and prodding $his breastflesh<<else>>you're soaking wet and quivering with desire<</if>>. Cautiously, $he begins to stroke <<if $PC.dick != 0>>it<<else>>your pussy<</if>> until reassured that $he is pleasing you with a positive "Mmmhmm~". $He does $his best, hoping to not anger you in any way or make a mistake as $he presses <<if $PC.dick != 0>>the head<<else>>your lower lips<</if>> against $his nearby nipple. <<else>> - Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. $activeSlave.slaveName begins to <<if $PC.dick != 0>>tug at your hardened penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. <<= getSlave($AS).slaveName>> begins to <<if $PC.dick != 0>>tug at your hardened penis, pressing the head against $his nearby nipple, hoping this doesn't<<else>>finger your quivering pussy, rubbing $his thumb against your clit, hoping this won't<</if>> take too long. <</if>> <</if>> <<else>> exotic nipple brushing across your lips, as if wanting to have your tongue inside it, while $his other nipple <<if _mood == 2>> brushes across your <<if $PC.dick != 0>>penis, just begging to be penetrated. You struggle to shift yourself in such a way to penetrate $his nipple, before finally managing to slip the tip into $him<<else>>clit, as if begging to join in. You struggle to shift yourself to an angle where you could attach your sex to<</if>> $his nippleslit. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> <<if $PC.dick != 0>>$He gasps in surprise as you force yourself all the way into $him and your gravid swell parts $his breasts.<<else>>$He fails to understand your efforts, leaving you humping against $his breast.<</if>> - <<elseif $activeSlave.devotion >= -20>> + <<elseif getSlave($AS).devotion >= -20>> $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick != 0>>ease $his breast into consuming the rest of your length. $He fails to do so fast enough and you force yourself upwards, your gravid swell parting $his breasts as your cock delves into the depths of $his tits<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).trust < -20>> $He begins to question your intent, but quickly realizes your <<if $PC.dick != 0>>penis is entering $his breastpussy by force and the $he'd better get used to it<<else>>pussy is rubbing against $his nippleslit. $He begins to jiggle $his breast in an attempt to add to your efforts<</if>>. <<else>> - Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. $activeSlave.slaveName <<if $PC.dick != 0>>shudders as the rest of your shaft forces its way into $his breastpussy<<else>>begins to jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. + Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. <<= getSlave($AS).slaveName>> <<if $PC.dick != 0>>shudders as the rest of your shaft forces its way into $his breastpussy<<else>>begins to jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. <</if>> You breathe in $his scent as you let out a moan, your child<<if $PC.pregType > 1>>ren<</if>> satisfied with the sensations of $his milky depths surrounding your crotch. <<else>> brushes across your hardening <<if $PC.dick != 0>>penis, as if begging to be penetrated. You shift to angle yourself just right before thrusting your hips upwards, inserting the tip of your shaft into<<else>>clit, as if begging to join in. You shift to angle yourself just right before thrusting your hips upwards in an attempt to attach your sex to<</if>> $his nippleslit. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> <<if $PC.dick != 0>>$He gasps in surprise as you push all the way into $him.<<else>>$He fails to understand your efforts, leaving you rubbing yourself against $his breast.<</if>> - <<elseif $activeSlave.devotion >= -20>> + <<elseif getSlave($AS).devotion >= -20>> $He gasps in surprise before understanding what you desire and begins to <<if $PC.dick != 0>>ease $his breast into consuming the rest of your length<<else>>jiggle $his breast in an attempt to add to your efforts<</if>>. - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).trust < -20>> $He begins to question your intent, but quickly realizes your <<if $PC.dick != 0>>penis is entering $his breastpussy one way or another and begins to ease it all the way in before you decide to force the matter<<else>>pussy is rubbing against $his nippleslit. $He begins to jiggle $his breast in an attempt to add to your efforts<</if>>. <<else>> - Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. $activeSlave.slaveName begins to <<if $PC.dick != 0>>ease the rest of your shaft into $his breastpussy<<else>>jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. + Though $he furrows $his brow, $he decides it's better to get it over with quickly rather than in worse circumstances. <<= getSlave($AS).slaveName>> begins to <<if $PC.dick != 0>>ease the rest of your shaft into $his breastpussy<<else>>jiggle $his breast in an attempt to get you off<</if>>, hoping this doesn't take too long. <</if>> You breathe in $his scent as you let out a sigh, content with the sensations of $his milky depths surrounding your crotch. <</if>> <</if>> -<<elseif $activeSlave.boobs >= 2000>> - You <<if _mood == 1>>caress<<elseif _mood == 2>>hungrily eye<<else>>eye<</if>> $his $activeSlave.nipples nipples, - <<if $activeSlave.nipples == "puffy">> +<<elseif getSlave($AS).boobs >= 2000>> + You <<if _mood == 1>>caress<<elseif _mood == 2>>hungrily eye<<else>>eye<</if>> $his getSlave($AS).nipples nipples, + <<if getSlave($AS).nipples == "puffy">> <<if _mood == 2>> gripping the nipple with your hand and squeezing hard enough to force out a spurt of milk. A flurry of kicks tells you that you are to take one of those swollen and dripping beauties and have a drink. <<else>> swollen and dripping with excess milk and calling on your instincts to suckle on them. <</if>> - <<elseif $activeSlave.nipples == "inverted">> + <<elseif getSlave($AS).nipples == "inverted">> <<if _mood == 2>> poking it with your finger as deep as you can. The inviting hole keeps all the delicious milk locked up, your instincts insisting that you pry out the flavor for yourself. The kicking in your middle settles it, you're taking a drink whether or not $his nipples agree. <<else>> the inviting hole keeping all the delicious milk locked up, your instincts insisting that you pry out the flavor for yourself. <</if>> - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> <<if _mood == 2>> using two fingers to penetrate and spread apart to appreciate the insides. They are dripping with excess milk and resemble a tiny pussy; a series of kicks insist that you have a taste<<if $PC.dick != 0>> and a little stress relief<</if>>. <<else>> @@ -227,55 +227,55 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> <</if>> Though you plan to sate those innate desires, you also plan to do so with finesse. You <<if $PC.belly >= 10000>>gently lower yourself<<else>>lay<</if>> down on $his lap and - <<if $activeSlave.nipples == "fuckable">> + <<if getSlave($AS).nipples == "fuckable">> ease your head onto <<else>> rest your head on <</if>> $his thigh, - <<if $activeSlave.belly >= 30000>> - <<if $activeSlave.bellyPreg > 1000>> + <<if getSlave($AS).belly >= 30000>> + <<if getSlave($AS).bellyPreg > 1000>> the huge life swollen orb that is $his middle brushing you and <<else>> the hugely swollen orb that is $his middle brushing you and <</if>> - <<elseif $activeSlave.belly >= 10000>> - <<if $activeSlave.bellyPreg >= 8000>> + <<elseif getSlave($AS).belly >= 10000>> + <<if getSlave($AS).bellyPreg >= 8000>> beside $his baby bump and - <<elseif $activeSlave.bellyImplant >= 8000>> + <<elseif getSlave($AS).bellyImplant >= 8000>> beside the swollen orb that is $his stomach and <<else>> - beside the bloated container of $activeSlave.inflationType that is $his middle and + beside the bloated container of <<= getSlave($AS).inflationType>> that is $his middle and <</if>> - <<elseif $activeSlave.belly >= 1000>> - <<if $activeSlave.bellyPreg >= 1000>> + <<elseif getSlave($AS).belly >= 1000>> + <<if getSlave($AS).bellyPreg >= 1000>> beside the life growing within $him and - <<elseif $activeSlave.bellyImplant >= 1000>> + <<elseif getSlave($AS).bellyImplant >= 1000>> beside the curve of $his stomach and <<else>> - beside the groaning container of $activeSlave.inflationType within $him and + beside the groaning container of <<= getSlave($AS).inflationType>> within $him and <</if>> - <<elseif $activeSlave.weight > 95>> + <<elseif getSlave($AS).weight > 95>> getting familiar with $his fat belly as <</if>> - $his over-productive bosoms drip sweet cream on your face<<if $activeSlave.nipples == "inverted">>, the milk waiting to be sucked from the tight inverted holes above you<</if>><<if $PC.belly >= 10000>> and your belly brushing the undersides of $his tits<</if>>. You + $his over-productive bosoms drip sweet cream on your face<<if getSlave($AS).nipples == "inverted">>, the milk waiting to be sucked from the tight inverted holes above you<</if>><<if $PC.belly >= 10000>> and your belly brushing the undersides of $his tits<</if>>. You <<if _mood == 2>> order $him to deal with <<if $PC.dick != 0>>the erect monster pressing uncomfortably against the underside of your belly<<else>>the needy hole leaking all over your floor<</if>>. <<else>> <<if _mood == 2>>invite<<else>>instruct<</if>> $him to use $his hand to appease the ever evident arousal between your legs. <</if>> - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He obeys without question and mechanically begins to <<if $PC.dick != 0>>jerk you off<<else>>finger you<</if>>. - <<elseif $activeSlave.devotion >= -20 || $activeSlave.trust < -20>> + <<elseif getSlave($AS).devotion >= -20 || getSlave($AS).trust < -20>> <<if $PC.dick != 0>>Though $he believes it would be better for you to use $his other slew of pleasurable orifices, $he does not question your decision<<else>>$He happily sets to work on your clit<</if>>. <<else>> - Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. $activeSlave.slaveName begins to <<if $PC.dick != 0>>tug at your hardened penis<<else>>stroke your quivering pussy as best as $he can<</if>>, hoping this doesn't take too long. + Though $he furrows $his brow, $he decides it's better to get it over with quickly and in $his hand rather than any other hole or in worse circumstances. <<= getSlave($AS).slaveName>> begins to <<if $PC.dick != 0>>tug at your hardened penis<<else>>stroke your quivering pussy as best as $he can<</if>>, hoping this doesn't take too long. <</if>> <</if>> -<<if $activeSlave.fetish == "mindbroken">> +<<if getSlave($AS).fetish == "mindbroken">> You <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, causing $him to shudder with arousal as the suction causes milk to gush into your mouth to sate your needs. -<<elseif $activeSlave.devotion <= 20 || $activeSlave.trust < -20>> +<<elseif getSlave($AS).devotion <= 20 || getSlave($AS).trust < -20>> $He braces $himself as you <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, cringing as the suction causes milk to gush into your mouth to sate your needs. <<else>> You <<if _mood == 1>>struggle to lean forward and wrap your lips gently around a nipple<<else>>lurch forward and engulf a nipple with your lips<</if>>, causing $him to coo with delight<<if _mood == 1>> and support your head<</if>> as the suction causes milk to gush into your mouth to sate your needs. @@ -289,41 +289,41 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <<if $PC.preg > 15>> A fluttering sensation in your womb tells you someone else also appreciates the drink.<</if>> <</if>> -<<if $activeSlave.boobs >= 20000>> +<<if getSlave($AS).boobs >= 20000>> Such sensations hasten your breath, making you take in more of $his womanly scent. You work with your lips and tongue to - <<if $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">> + <<if getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">> tease out $his nipple and suckle with newfound gusto, - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> explore the inner chambers of $his breasts and ease out more of $his cream in a lustful frenzy, <<else>> ease out more of $his cream in a lustful frenzy, <</if>> as though the rest of the world did not exist. It might as well not, given how the entirety of your upper body sees and feels nothing but $his mesmerizing mammaries and - <<if $activeSlave.nipples == "puffy">> + <<if getSlave($AS).nipples == "puffy">> $his soft nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. - <<elseif $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">> + <<elseif getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">> $his erect nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> your sex feeling nothing but the wet <<if $PC.dick != 0>>insides of $his breast<<else>>lips of $his breastpussy<</if>>. You feverishly thrash your tongue around inside of the bumpy enclosure, with each strong movement sending shivers through $him, forcing gasps, moans and milk out of $him. <<else>> $his milky nipple in your mouth, while your sex focuses on the soft hand diligently working it. You feverishly suckle on $his nipple as you thrash your tongue, your efforts rewarded with more milk. <</if>> You would worry about drowning if it didn't taste good enough for you to suckle ever harder with each spurt. -<<elseif $activeSlave.boobs >= 2000>> +<<elseif getSlave($AS).boobs >= 2000>> Such sensations bring your attention further to $his teat; as you - <<if $activeSlave.nipples == "inverted">> + <<if getSlave($AS).nipples == "inverted">> tease $his nipple - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> explore the depths of $his inner breast <<else>> roll and prod <</if>> - with your tongue, trying to get the most out of $his mammaries, you hasten $his breath and bring $him further pleasure<<if $activeSlave.nipples == "inverted">> as it slowly hardens and leaves its inverted state<</if>>. - <<if $activeSlave.nipples == "puffy">> + with your tongue, trying to get the most out of $his mammaries, you hasten $his breath and bring $him further pleasure<<if getSlave($AS).nipples == "inverted">> as it slowly hardens and leaves its inverted state<</if>>. + <<if getSlave($AS).nipples == "puffy">> You note the texture of $his nipple: soft, more so even than the rest of $his boob. Your constant efforts of sucking and tongueplay are rewarded - <<elseif $activeSlave.nipples == "fuckable">> + <<elseif getSlave($AS).nipples == "fuckable">> You feverishly thrash your tongue around in the bumpy enclosure, each strong movement sending shivers through $him, causing $him to gasp and moan, as well as rewarding you - <<elseif $activeSlave.nipples != "inverted">> + <<elseif getSlave($AS).nipples != "inverted">> You take in the texture of $his nipple: hard and bumpy, a stark contrast to the rest of $his boob — an undeniable ocean of softness. Your constant efforts of sucking and tongueplay are rewarded <<else>> Your constant efforts of sucking and tongueplay are rewarded @@ -332,11 +332,11 @@ You <<if _mood == 2>>demand<<else>>beckon<</if>> $activeSlave.slaveName to <</if>> Milk continues to spill into your mouth as you suckle away at the -<<if $activeSlave.nipples == "puffy">> +<<if getSlave($AS).nipples == "puffy">> softness, -<<elseif $activeSlave.nipples == "inverted" || $activeSlave.nipples == "partially inverted">> +<<elseif getSlave($AS).nipples == "inverted" || getSlave($AS).nipples == "partially inverted">> erect hardness, -<<elseif $activeSlave.nipples == "fuckable">> +<<elseif getSlave($AS).nipples == "fuckable">> at the milky slit, <<else>> hardness, @@ -350,8 +350,8 @@ relishing the delicious treat one could have only received from a mother's bosom You know that you'll soon have your own child<<if $PC.pregType > 1>>ren<</if>> to share this feeling with and deep down, you hope to enjoy it just as much as $he does. <</if>> -<<if $activeSlave.boobs >= 20000>> - <<if $activeSlave.nipples == "fuckable">> +<<if getSlave($AS).boobs >= 20000>> + <<if getSlave($AS).nipples == "fuckable">> $He <<if $PC.dick != 0>> holds $his breast and jiggles it in an attempt to compliment your thrusts, adding even more sensation alongside your own efforts. With the milk adding lubrication to the sensual hole of $his nipple and the enclosed nature of $his sopping wet breastpussy itself adding suction, it's like you were enveloped inside of a highly advanced cock milking machine, each bump sending thrums of pleasure as your dick brushed against them. @@ -361,33 +361,33 @@ relishing the delicious treat one could have only received from a mother's bosom <<else>> While you were busy suckling, $he was anything but idle, using $his hand as best as $he could to bring you the most pleasure $he is capable of. Though no lube was applied, $his ministrations were more than enough to take you to the knife's edge of orgasm more than once. In your <<if $PC.dick != 0>>already dazed state<<else>>lust addled haze<</if>>, $his fingers seem to send lightning along your nerves<<if $PC.dick != 0>>; the tips brushing across your shaft to tickle its head make you thrust instinctively. $His tugs, gentle yet firm<<else>>. $His fingertips brush across your labia to tickle your clit, making you buck instinctively. $His strokes, gentle yet decisive<</if>>, have an almost motherly feel to them. Such ministrations cannot help but prepare you to <<if $PC.dick != 0>>shoot your load<<else>>come<</if>> as hard as you can. <</if>> -<<elseif $activeSlave.boobs >= 2000>> +<<elseif getSlave($AS).boobs >= 2000>> While you were busy suckling, $he was anything but idle, using $his hand as best as $he could to bring you the most pleasure $he is is capable of. Though no lube was applied, $his ministrations were more than enough to take you to the knife's edge of orgasm more than once. $His hand continues to apply itself to your <<if $PC.dick != 0>>shaft, its fingertips brushing across your shaft to tickle its head and make you thrust instinctively. $His tugs<<else>>sex, $his fingertips seeming to send lightning along your nerves. As $he tickles your clit, you buck instinctively. $His strokes<</if>>, gentle yet firm, have an almost motherly feel to them. Such ministrations cannot help but prepare you to <<if $PC.dick != 0>>shoot your load<<else>>come<</if>> as hard as you can. <</if>> The two of you put so much into seeking pleasure in the act that you both cum at once, $his great gasp coinciding with your <<if $PC.dick != 0>><<if $PC.balls >= 10>>flood<<else>>jet<</if>> of jizz flying<<else>>own jet of pussy juice squirting<</if>> -<<if $activeSlave.boobs >= 20000 && $activeSlave.nipples == "fuckable">> +<<if getSlave($AS).boobs >= 20000 && getSlave($AS).nipples == "fuckable">> into <<else>> onto <</if>> $his other breast<<if $PC.dick != 0>><<if $PC.balls >= 10>> and backflowing hard from your sheer volume<</if>><</if>>. You release $his nipple with a loud pop and lick your lips in delight. -<<if $activeSlave.boobs >= 20000 && $activeSlave.nipples == "fuckable">> +<<if getSlave($AS).boobs >= 20000 && getSlave($AS).nipples == "fuckable">> Your <<if $PC.dick != 0>>dick slips out<<else>>pussy separates<</if>> from $his other breast with a delicate pop, followed by lewd dripping noises and the sight of <<if $PC.dick != 0>>semen<<else>>girlcum<</if>> and milk oozing from $his <<if $PC.dick != 0>>newly expanded hole<<else>>nippleslit<</if>>. <</if>> <<if _mood == 2>> For a moment, $he thought you were finished, but with your hormone fueled libido, $he'll be feeling a lot more than sore nipples but the time you tire of $his touch. <<elseif _mood == 1>> You cuddle up against $him, holding close to $him as you snooze off your milky meal. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He struggles in discomfort at your pregnancy weight pinning $him down until $he manages to rouse your child<<if $PC.pregType > 1>>ren<</if>> and get you to move. - <<elseif $activeSlave.devotion > 20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion > 20 && getSlave($AS).trust > 20>> $He holds you close, gently caressing your head and pregnancy as you rest it off. - <<elseif $activeSlave.trust < -20>> + <<elseif getSlave($AS).trust < -20>> $He freezes in fear, unsure of what to do other than let you rest. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> $He groans at the weight leaning against $him and begrudgingly rests $his arm atop your pregnant bulge. - <<if $PC.pregSource == $activeSlave.ID>> + <<if $PC.pregSource == getSlave($AS).ID>> $He takes a moment to appreciate the size of your stomach, knowing $he was the one that seeded you. $He admires $his work with pride. <<else>> $He knows $he has little choice but to put up with it. @@ -397,13 +397,13 @@ $his other breast<<if $PC.dick != 0>><<if $PC.balls >= 10>> and backflowing hard <</if>> <</if>> -<<if $activeSlave.lactation > 0>> - <<set $activeSlave.lactationDuration = 2>> - <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> +<<if getSlave($AS).lactation > 0>> + <<set getSlave($AS).lactationDuration = 2>> + <<set getSlave($AS).boobs -= getSlave($AS).boobsMilk, getSlave($AS).boobsMilk = 0>> <</if>> Once you <<if _mood == 1>>wake and slowly rise to your feet, you help $him clean up<<else>>are done, you allow $him to clean up<</if>> -<<switch $activeSlave.assignment>> +<<switch getSlave($AS).assignment>> <<case "work in the brothel">> before returning $his lovely tits to the brothel. <<case "serve in the club">> @@ -431,11 +431,11 @@ Once you <<if _mood == 1>>wake and slowly rise to your feet, you help $him clean <<case "be a subordinate slave">> though it's only a matter of time before another slave decides to play with $his tits. <<case "be your Head Girl">> - worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster($activeSlave)>>'s use. + worried that $his charges got up to trouble while $he enjoyed $his <<= WrittenMaster(getSlave($AS))>>'s use. <<case "guard you">> so $he can be fresh and ready for more sexual use even as $he guards your person. <<case "train slaves">> before $he returns to teaching $his classes. <<default>> - before $he returns to $activeSlave.assignment. + before $he returns to getSlave($AS).assignment. <</switch>> diff --git a/src/npc/fAbuse.tw b/src/npc/interaction/fAbuse.tw similarity index 67% rename from src/npc/fAbuse.tw rename to src/npc/interaction/fAbuse.tw index cc555d2733daa7d4d6fe4a01e4f729e9db263d33..e111159628637e985e12b605b0414774a44c57a9 100644 --- a/src/npc/fAbuse.tw +++ b/src/npc/interaction/fAbuse.tw @@ -1,95 +1,96 @@ :: FAbuse [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> -<<if ($activeSlave.ID == $Bodyguard.ID)>> - <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> +<<if (getSlave($AS).ID == $Bodyguard.ID)>> + <<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 95)>> Knowing how much your bodyguard likes being hurt, you decide to reward $him in $his own particular way. - <<elseif ($activeSlave.muscles < -5) && ($activeSlave.skill.combat == 0)>> + <<elseif (getSlave($AS).muscles < -5) && (getSlave($AS).skill.combat == 0)>> Looking at your bodyguard, you think $he doesn't seem that dangerous, as $he can barely hold a weapon up. You order $him to spar with you, and you quickly overpower $him without even breaking a sweat. Afterwards, you take the pretext of punishing $him to satisfy your urges. - <<elseif ($activeSlave.muscles >= -5 && $activeSlave.muscles <= 5) && ($activeSlave.skill.combat != 0)>> + <<elseif (getSlave($AS).muscles >= -5 && getSlave($AS).muscles <= 5) && (getSlave($AS).skill.combat != 0)>> You glance at your bodyguard. $He looks like $he can handle $himself, and you know $he does, but $his lack of musculature makes $him look somewhat frail. You inform $him that $he isn't muscular enough, and that you'll punish $him yourself for neglecting $his physique. - <<elseif ($activeSlave.muscles > 50) && ($activeSlave.skill.combat == 0)>> + <<elseif (getSlave($AS).muscles > 50) && (getSlave($AS).skill.combat == 0)>> Your bodyguard may look strong and powerful, you know $he can't really handle $his weapon. You order $him to spar with you, and you use $his own muscles against $him, winning easily. Afterwards, you take the pretext of punishing $him to satisfy your urges. - <<elseif ($activeSlave.muscles > 5) && ($activeSlave.skill.combat != 0)>> + <<elseif (getSlave($AS).muscles > 5) && (getSlave($AS).skill.combat != 0)>> Your bodyguard stands at your side. $He is definitely a force to be reckoned with. You know you'd have a hard time besting $him, and do not wish to get hurt, so you'll just inform $him $he'll be undertaking some particular training. - <<elseif ($activeSlave.muscles > 5) && ($activeSlave.skill.combat == 0)>> + <<elseif (getSlave($AS).muscles > 5) && (getSlave($AS).skill.combat == 0)>> Your bodyguard may look fit, you know $he can't really handle $his weapon. You order $him to spar with you; while $he may be quick, $he mostly just flails $his weapon around allowing you an easy win. Afterwards, you take the pretext of punishing $him to satisfy your urges. <</if>> <</if>> <<set _asspain = 0>> -<<if !hasAnyLegs($activeSlave)>> - You set $his helpless form down for abuse. Brutalizing $him is almost childishly easy; $his <<if hasAnyArms($activeSlave)>>leg<<else>>limb<</if>>less torso leaves $him at your mercy. +<<if !hasAnyLegs(getSlave($AS))>> + You set $his helpless form down for abuse. Brutalizing $him is almost childishly easy; $his <<if hasAnyArms(getSlave($AS))>>leg<<else>>limb<</if>>less torso leaves $him at your mercy. <<else>> - You call $him over so you can abuse the <<if $seeRace == 1>>$activeSlave.race <</if>>bitch. You get things started with an open-handed slap across the face<<if !canSee($activeSlave)>>; $he never saw it coming<</if>>. As $he reels in shock and pain, you follow up with - <<if $activeSlave.bellyPreg >= 600000>> + You call $him over so you can abuse the <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>bitch. You get things started with an open-handed slap across the face<<if !canSee(getSlave($AS))>>; $he never saw it coming<</if>>. As $he reels in shock and pain, you follow up with + <<if getSlave($AS).bellyPreg >= 600000>> a vicious slap across $his straining pregnancy, - <<elseif ($activeSlave.bellyFluid > 2000)>> + <<elseif (getSlave($AS).bellyFluid > 2000)>> a vicious punch into $his bloated belly, - <<elseif ($activeSlave.dick > 0)>> + <<elseif (getSlave($AS).dick > 0)>> a vicious slap to $his cock, - <<elseif ($activeSlave.clit > 0)>> + <<elseif (getSlave($AS).clit > 0)>> a vicious slap to $his exposed clit, - <<elseif ($activeSlave.nipples == "fuckable")>> + <<elseif (getSlave($AS).nipples == "fuckable")>> a vicious jab deep into $his nipplecunt, - <<elseif ($activeSlave.nipples == "huge")>> + <<elseif (getSlave($AS).nipples == "huge")>> a vicious jerk on $his big nipples, - <<elseif ($activeSlave.nipples == "inverted")>> + <<elseif (getSlave($AS).nipples == "inverted")>> a vicious pinch to each side of $his sensitive, fully inverted nipples, - <<elseif $activeSlave.bellyPreg >= 100000>> + <<elseif getSlave($AS).bellyPreg >= 100000>> a vicious slap across $his overfull pregnant belly, - <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> + <<elseif (getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4)>> a vicious slap across $his pregnant belly, - <<elseif ($activeSlave.heels > 0)>> + <<elseif (getSlave($AS).heels > 0)>> a vicious thrust to $his altered tendons, - <<elseif ($activeSlave.boobs >= 800)>> + <<elseif (getSlave($AS).boobs >= 800)>> a vicious slap across $his massive breasts, - <<elseif ($activeSlave.bellyImplant >= 1500)>> + <<elseif (getSlave($AS).bellyImplant >= 1500)>> a vicious slap across $his implant rounded belly, - <<elseif !($activeSlave.chastityVagina)>> + <<elseif !(getSlave($AS).chastityVagina)>> a vicious slap on the mons, <<else>> a vicious jerk on $his nipples, <</if>> - <<if $activeSlave.bellyFluid >= 10000>> - <<if $activeSlave.inflationMethod == 2>> - which causes $him to discharge $his contained $activeSlave.inflationType all over $himself before collapsing into $his puddle on the floor in agony. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.cumSource = 0, $activeSlave.milkSource = 0>> - <<run SetBellySize($activeSlave)>> + <<if getSlave($AS).bellyFluid >= 10000>> + <<if getSlave($AS).inflationMethod == 2>> + which causes $him to discharge $his contained <<= getSlave($AS).inflationType>> all over $himself before collapsing into $his puddle on the floor in agony. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).cumSource = 0, getSlave($AS).milkSource = 0>> + <<run SetBellySize(getSlave($AS))>> <<else>> - which causes $him to vomit up $his contained $activeSlave.inflationType all over $himself before collapsing into $his puddle on the floor in agony. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.cumSource = 0, $activeSlave.milkSource = 0>> - <<run SetBellySize($activeSlave)>> + which causes $him to vomit up $his contained <<= getSlave($AS).inflationType>> all over $himself before collapsing into $his puddle on the floor in agony. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).cumSource = 0, getSlave($AS).milkSource = 0>> + <<run SetBellySize(getSlave($AS))>> <</if>> - <<elseif $activeSlave.bellyFluid >= 5000>> - <<if random(1,100) > $activeSlave.devotion>> - which nearly forces $him to lose $his contained $activeSlave.inflationType, but $he controls $himself out of devotion to you as $he drops to the floor in agony. + <<elseif getSlave($AS).bellyFluid >= 5000>> + <<if random(1,100) > getSlave($AS).devotion>> + which nearly forces $him to lose $his contained <<= getSlave($AS).inflationType>>, but $he controls $himself out of devotion to you as $he drops to the floor in agony. <<else>> - <<if $activeSlave.inflationMethod == 2>> - which causes $him to discharge $his contained $activeSlave.inflationType all over $himself before collapsing into $his puddle on the floor in agony. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.cumSource = 0, $activeSlave.milkSource = 0>> - <<run SetBellySize($activeSlave)>> + <<if getSlave($AS).inflationMethod == 2>> + which causes $him to discharge $his contained <<= getSlave($AS).inflationType>> all over $himself before collapsing into $his puddle on the floor in agony. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).cumSource = 0, getSlave($AS).milkSource = 0>> + <<run SetBellySize(getSlave($AS))>> <<else>> - which causes $him to vomit up $his contained $activeSlave.inflationType all over $himself before collapsing into $his puddle on the floor in agony. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.cumSource = 0, $activeSlave.milkSource = 0>> - <<run SetBellySize($activeSlave)>> + which causes $him to vomit up $his contained <<= getSlave($AS).inflationType>> all over $himself before collapsing into $his puddle on the floor in agony. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).cumSource = 0, getSlave($AS).milkSource = 0>> + <<run SetBellySize(getSlave($AS))>> <</if>> <</if>> <<else>> which causes $him to collapse to the floor in agony. <</if>> - <<if !hasAnyArms($activeSlave)>> - <<if $activeSlave.clothes != "no clothing">> + <<if !hasAnyArms(getSlave($AS))>> + <<if getSlave($AS).clothes != "no clothing">> You don't have the patience for $him to squirm $his way out of $his clothing, so you roughly extract $him from it, making sure that to treat $his clothes better than you do $him. <</if>> <<else>> - <<if $activeSlave.clothes != "no clothing" || $activeSlave.bellyAccessory != "none">> + <<if getSlave($AS).clothes != "no clothing" || getSlave($AS).bellyAccessory != "none">> You tell $him $he has ten seconds to get naked. <</if>> - <<switch $activeSlave.bellyAccessory>> + <<switch getSlave($AS).bellyAccessory>> <<case "a support band">> $His fingers fumble desperately trying to grip the hook and loop of $his support band. <<case "a corset">> @@ -97,7 +98,7 @@ <<case "an extreme corset">> $His fingers fumble desperately with the bindings of $his corset, and $he hyperventilates within its embrace as $he works. <</switch>> - <<switch $activeSlave.clothes>> + <<switch getSlave($AS).clothes>> <<case "uncomfortable straps">> In $his haste to get out of $his straps $he trips and falls flat. <<case "clubslut netting">> @@ -125,7 +126,7 @@ <<case "attractive lingerie">> $He almost tears $his delicate lingerie in $his haste to avoid punishment. <<case "a succubus outfit">> - <<if !["a corset", "an extreme corest"].includes($activeSlave.bellyAccessory)>> + <<if !["a corset", "an extreme corest"].includes(getSlave($AS).bellyAccessory)>> $He struggles with $his leather corset. <<else>> Panic sets in as $he hastily sheds what's left of $his outfit. @@ -299,9 +300,9 @@ <<case "a Santa dress">> $He tears off some of $his dress's white fur trim in $his struggle to remove it. <<case "slutty jewelry">> - $He hurriedly strips fine jewelry from $his neck, wrist<<if hasBothArms($activeSlave)>>s<</if>> and ankle<<if hasBothLegs($activeSlave)>>s<</if>>. + $He hurriedly strips fine jewelry from $his neck, wrist<<if hasBothArms(getSlave($AS))>>s<</if>> and ankle<<if hasBothLegs(getSlave($AS))>>s<</if>>. <<case "a courtesan dress">> - <<if !["a corset", "an extreme corest"].includes($activeSlave.bellyAccessory)>> + <<if !["a corset", "an extreme corest"].includes(getSlave($AS).bellyAccessory)>> $His fingers fumble desperately with the straps of $his corset, knowing there is still a lot of dress left to remove after it. <<else>> Panic sets in as $he realizes just how much dress is left to remove. In $his haste, $he hooks a sleeve with $his foot and falls flat, exposing $his bare ass. @@ -312,106 +313,106 @@ <</if>> <</if>> -<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> +<<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> $He seems to be a bit expectant of what is to come. -<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> +<<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 95)>> The slap seems to have excited $him, seeing $his hard nipples and wet pussy, and $his eyes practically beg for more. <</if>> <<if ($PC.dick != 0)>> - <<if hasAnyArms($activeSlave) && ($activeSlave.clothes !== "no clothing")>>While $he strips, your<<else>>Your<</if>> stiffening cock rises<<if $PC.vagina != -1>>, revealing your pussy and<</if>> earning + <<if hasAnyArms(getSlave($AS)) && (getSlave($AS).clothes !== "no clothing")>>While $he strips, your<<else>>Your<</if>> stiffening cock rises<<if $PC.vagina != -1>>, revealing your pussy and<</if>> earning <<else>> - <<if hasAnyArms($activeSlave) && ($activeSlave.clothes !== "no clothing")>>While $he strips, you<<else>>You<</if>> don a cruelly large strap-on, earning + <<if hasAnyArms(getSlave($AS)) && (getSlave($AS).clothes !== "no clothing")>>While $he strips, you<<else>>You<</if>> don a cruelly large strap-on, earning <</if>> -<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> +<<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> a shy look -<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> +<<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 95)>> a sultry look <<else>> a frightened glance <</if>> from your victim. -<<if isAmputee($activeSlave)>> - <<if ($activeSlave.clothes !== "no clothing")>>Growing impatient, you rip the clothes off $his limbless torso<<else>>You walk up to $him<</if>> and spank $his brutally; spinning $him to present - <<if ($activeSlave.vagina > -1)>> +<<if isAmputee(getSlave($AS))>> + <<if (getSlave($AS).clothes !== "no clothing")>>Growing impatient, you rip the clothes off $his limbless torso<<else>>You walk up to $him<</if>> and spank $his brutally; spinning $him to present + <<if (getSlave($AS).vagina > -1)>> $his holes <<else>> $his hole <</if>> to you and - <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if canAchieveErection($activeSlave)>>making $his erect dick throb<<elseif $activeSlave.vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> + <<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if canAchieveErection(getSlave($AS))>>making $his erect dick throb<<elseif getSlave($AS).vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> <</if>> with anticipation. <<else>> - You order $him to present <<if ($activeSlave.vagina > -1)>>$his holes<<else>>$his hole<</if>> to you and spank $him brutally - <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if canAchieveErection($activeSlave)>>making $his erect dick throb<<elseif $activeSlave.vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> + You order $him to present <<if (getSlave($AS).vagina > -1)>>$his holes<<else>>$his hole<</if>> to you and spank $him brutally + <<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if canAchieveErection(getSlave($AS))>>making $his erect dick throb<<elseif getSlave($AS).vagina > -1>>making $his pussy throb<<else>>making $his butthole throb<</if>> <</if>> - <<if $activeSlave.devotion < -50>> + <<if getSlave($AS).devotion < -50>> until $he complies. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> as $he slowly complies. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> as $he fearfully complies. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> as $he rushes to comply. <<else>> as $he complies. <</if>> <</if>> -<<if (setup.dyedSkins.includes($activeSlave.skin))>> - $His $activeSlave.skin<<if $seeRace == 1>>, $activeSlave.race<</if>> ass barely shows the spanking. -<<elseif (skinToneLevel($activeSlave) < 5)>> - $His $activeSlave.skin<<if $seeRace == 1>>, $activeSlave.race<</if>> ass shows the spanking extremely well. -<<elseif (skinToneLevel($activeSlave) < 12)>> - $His $activeSlave.skin<<if $seeRace == 1>>, $activeSlave.race<</if>> ass shows the spanking well. -<<elseif (skinToneLevel($activeSlave) < 20)>> - $His $activeSlave.skin<<if $seeRace == 1>>, $activeSlave.race<</if>> ass barely shows the spanking. +<<if (setup.dyedSkins.includes(getSlave($AS).skin))>> + $His <<= getSlave($AS).skin>><<if $seeRace == 1>>, <<= getSlave($AS).race>><</if>> ass barely shows the spanking. +<<elseif (skinToneLevel(getSlave($AS)) < 5)>> + $His <<= getSlave($AS).skin>><<if $seeRace == 1>>, <<= getSlave($AS).race>><</if>> ass shows the spanking extremely well. +<<elseif (skinToneLevel(getSlave($AS)) < 12)>> + $His <<= getSlave($AS).skin>><<if $seeRace == 1>>, <<= getSlave($AS).race>><</if>> ass shows the spanking well. +<<elseif (skinToneLevel(getSlave($AS)) < 20)>> + $His <<= getSlave($AS).skin>><<if $seeRace == 1>>, <<= getSlave($AS).race>><</if>> ass barely shows the spanking. <<else>> - $His $activeSlave.skin<<if $seeRace == 1>>, $activeSlave.race<</if>> ass barely shows any marks from the spanking. + $His <<= getSlave($AS).skin>><<if $seeRace == 1>>, <<= getSlave($AS).race>><</if>> ass barely shows any marks from the spanking. <</if>> -<<if ($activeSlave.chastityPenis == 1)>> +<<if (getSlave($AS).chastityPenis == 1)>> You rip $his dick chastity off $him, though $he knows not to be relieved. $His cock is now vulnerable, not free. <</if>> -<<if ($activeSlave.anus == 0)>> +<<if (getSlave($AS).anus == 0)>> The bitch's still a butthole virgin and you don't mean to take that now, but you torture $him with the threat of raping $his virgin ass for a while before settling for $his gagging throat. - <<set $activeSlave.counter.oral++, $oralTotal++>> -<<elseif ($activeSlave.chastityVagina) && canDoAnal($activeSlave)>> + <<set getSlave($AS).counter.oral++, $oralTotal++>> +<<elseif (getSlave($AS).chastityVagina) && canDoAnal(getSlave($AS))>> The bitch's wearing a chastity belt, so $he isn't surprised when you shove <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> up $his butt. What surprises $him is when you slide a finger or two in alongside your dick to stretch $him to the point of pain. <<= VCheck.Anal()>> <<set _asspain = 1>> -<<elseif ($activeSlave.vagina == 0)>> +<<elseif (getSlave($AS).vagina == 0)>> The bitch's still a virgin and you don't mean to take that now, but you torture $him with the threat of raping $his virgin pussy for a while before settling for $his gagging throat. - <<set $activeSlave.counter.oral++, $oralTotal++>> -<<elseif $activeSlave.bellyPreg >= 600000>> + <<set getSlave($AS).counter.oral++, $oralTotal++>> +<<elseif getSlave($AS).bellyPreg >= 600000>> The bitch is on the brink of bursting, so hard intercourse will be painful and terrifying to $him. You thrust hard into $him causing $his taut belly to bulge and making $his children squirm within $his straining womb.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> You brutally fuck $him as $he pleads for you to stop until you're at your edge. More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VCheck.Vaginal()>> -<<elseif $activeSlave.bellyPreg >= 120000>> +<<elseif getSlave($AS).bellyPreg >= 120000>> The bitch is hugely pregnant, so hard intercourse will be uncomfortable and worrying for $him. You have hard intercourse. $He sobs as you rock the huge weight of $his belly back and forth without mercy, forcing $his already straining belly to bulge further, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VCheck.Vaginal()>> -<<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/2)>> +<<elseif (getSlave($AS).preg > getSlave($AS).pregData.normalBirth/2)>> The bitch is pregnant, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you saw the huge weight of $his belly back and forth without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VCheck.Vaginal()>> -<<elseif ($activeSlave.pregKnown == 1)>> +<<elseif (getSlave($AS).pregKnown == 1)>> The bitch knows $he is pregnant, even if it isn't obvious yet, so hard intercourse will be uncomfortable and even worrying for $him. You have hard intercourse. $He sobs as you pound $his vagina without mercy, and whines as $he feels your cockhead batter $his womb.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> More cum won't make the bitch more pregnant, but you cum inside $him anyway. <<= VCheck.Vaginal()>> -<<elseif ($activeSlave.vagina == 1)>> +<<elseif (getSlave($AS).vagina == 1)>> The bitch's pussy is tight, so you ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $him without preamble and fuck $him hard and fast.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $His cunt spasms with the pain of the rape. You cum in no time. <<= VCheck.Vaginal()>> -<<elseif ($activeSlave.anus == 1)>> +<<elseif (getSlave($AS).anus == 1)>> The bitch's butt is tight, so you ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $him without lubricant and sodomize $him as hard as you can without damaging your property.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $His asshole spasms with the pain of the rape. You cum explosively. <<= VCheck.Anal()>> <<set _asspain = 1>> -<<elseif ($activeSlave.dick > 0) && ($activeSlave.scrotum > 0)>> +<<elseif (getSlave($AS).dick > 0) && (getSlave($AS).scrotum > 0)>> You ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $his sissy butt without lubricant. As $he flinches you announce that $he'll be taking part in giving $himself anal pain. $He humps into you lamely, so you administer a truly agonizing slap to $his balls<<if ($PC.dick == 0)>><<else>> that makes $his anal ring stiffen deliciously around your dick<</if>>. To avoid further punishment $he fucks $himself against you almost hard enough to hurt $himself.<<if ($PC.vagina != -1) && ($PC.dick != 0)>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> You orgasm explosively. <<= VCheck.Anal()>> <<set _asspain = 1>> -<<elseif ($activeSlave.dick > 0)>> +<<elseif (getSlave($AS).dick > 0)>> You ram <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>> into $his gelded butt without lubricant and sodomize $him as hard as you can without damaging your property.<<if $PC.vagina != -1>> Fortunately for $him, this gets you so wet that some of your pussyjuice makes it down onto your shaft and serves as improvised lube.<</if>> $He's such a slut that $he shows signs of enjoyment, but you put a stop to that whenever it happens by slapping and flicking $his cock. You cum explosively. <<= VCheck.Anal()>> <<set _asspain = 1>> @@ -419,118 +420,114 @@ from your victim. $He's got no special physical targets for abuse, so you just rape $him hard and fast, raining stinging slaps down on $him as you do. $He cries and whimpers; you finish. <<= VCheck.Both()>> <</if>> -<<if ($activeSlave.ID !== $Bodyguard.ID)>> +<<if (getSlave($AS).ID !== $Bodyguard.ID)>> This leaves $him sobbing on the floor <<if ($PC.dick == 0)>>as you shuck off the strap-on and drop it on $his face<<else>>with cum dripping out of $him<</if>>. -<<elseif ($activeSlave.ID == $Bodyguard.ID) && ($activeSlave.fetish == "masochist") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 95)>> +<<elseif (getSlave($AS).ID == $Bodyguard.ID) && (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 95)>> $He thanks you rapidly, trying to break away from the pleasure of your reward. $He quickly gets back to $his feet and stumbles towards the shower, to make sure you won't stay unprotected too long. <<else>> Even though $he's in a somewhat bad shape, $he still jumps back to $his feet and stumbles towards the shower, to make sure you won't stay unprotected too long. <</if>> -<<if ($activeSlave.ID !== $Bodyguard.ID)>> - <<if $activeSlave.minorInjury == 0>> +<<if (getSlave($AS).ID !== $Bodyguard.ID)>> + <<if getSlave($AS).minorInjury == 0>> <<if _asspain == 1>> The anal rape leaves $him with a sore butthole. <<elseif random(1,100) > 50>> - <<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>> - Your abuse gave $him a $activeSlave.minorInjury. + <<set getSlave($AS).minorInjury = either("black eye", "bruise", "split lip")>> + Your abuse gave $him a <<= getSlave($AS).minorInjury>>. <</if>> <</if>> <</if>> -<<if $activeSlave.bellyPreg >= 600000>> +<<if getSlave($AS).bellyPreg >= 600000>> The rough fucking was @@.red;very unhealthy@@ for $his massive pregnancy. - <<run healthDamage($activeSlave, 40)>> + <<run healthDamage(getSlave($AS), 40)>> <</if>> -<<if ($activeSlave.ID == $Bodyguard.ID)>> - <<if ($activeSlave.muscles <= 5) && ($activeSlave.skill.combat == 0)>> +<<if (getSlave($AS).ID == $Bodyguard.ID)>> + <<if (getSlave($AS).muscles <= 5) && (getSlave($AS).skill.combat == 0)>> Your bodyguard accepts this as a punishment for $his uselessness. - <<elseif ($activeSlave.muscles <= 5) && ($activeSlave.skill.combat != 0)>> + <<elseif (getSlave($AS).muscles <= 5) && (getSlave($AS).skill.combat != 0)>> Your bodyguard accepts this as a punishment for $his lack of muscles - <<elseif ($activeSlave.muscles > 30) && ($activeSlave.skill.combat == 0)>> + <<elseif (getSlave($AS).muscles > 30) && (getSlave($AS).skill.combat == 0)>> Your bodyguard accepts this as a punishment for $his lack of combat skills - <<elseif ($activeSlave.muscles > 5) && ($activeSlave.skill.combat != 0)>> + <<elseif (getSlave($AS).muscles > 5) && (getSlave($AS).skill.combat != 0)>> Your bodyguard just admits it as a part of $his body training. - <<elseif ($activeSlave.muscles > 5) && ($activeSlave.skill.combat == 0)>> + <<elseif (getSlave($AS).muscles > 5) && (getSlave($AS).skill.combat == 0)>> Your bodyguard accepts this as a punishment for $his lack of expertise <</if>> - <<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> Though $he secretly got off on the pain and humiliation. <</if>> -<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> +<<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> $He secretly got off on the pain and humiliation. <<elseif $arcologies[0].FSDegradationist != "unset">> $He knew that a degradationist arcology wouldn't be easy on $him, so even if $he resents it, $he tries to accept it. -<<elseif $activeSlave.devotion < -50>> +<<elseif getSlave($AS).devotion < -50>> $His @@.mediumorchid;hatred@@ and @@.gold;fear@@ of you have increased. - <<set $activeSlave.devotion-=4, $activeSlave.trust-=4>> -<<elseif $activeSlave.devotion < -20>> + <<set getSlave($AS).devotion-=4, getSlave($AS).trust-=4>> +<<elseif getSlave($AS).devotion < -20>> $His @@.mediumorchid;resistance@@ to and @@.gold;fear@@ of you have increased. - <<set $activeSlave.devotion-=4, $activeSlave.trust-=4>> -<<elseif $activeSlave.devotion <= 20>> + <<set getSlave($AS).devotion-=4, getSlave($AS).trust-=4>> +<<elseif getSlave($AS).devotion <= 20>> $His @@.gold;fear@@ of you is tinged with @@.mediumorchid;hatred.@@ - <<set $activeSlave.devotion-=4, $activeSlave.trust-=4>> -<<elseif $activeSlave.devotion <= 50>> + <<set getSlave($AS).devotion-=4, getSlave($AS).trust-=4>> +<<elseif getSlave($AS).devotion <= 50>> $His @@.mediumorchid;obedience to you is reduced,@@ and $he @@.gold;fears@@ further abuse. - <<set $activeSlave.devotion-=4, $activeSlave.trust-=4>> + <<set getSlave($AS).devotion-=4, getSlave($AS).trust-=4>> <<else>> $He is so devoted to you that $he accepts your abuse as $his just due, but $he now @@.gold;fears@@ you more and trusts you less. - <<set $activeSlave.trust-=4>> + <<set getSlave($AS).trust-=4>> <</if>> -<<if (random(1,100) > (20+$activeSlave.devotion+$activeSlave.trust))>> - <<if ($activeSlave.fetish !== "submissive") && ($activeSlave.fetish !== "masochist") && ($activeSlave.ID != $Bodyguard.ID)>> +<<if (random(1,100) > (20+getSlave($AS).devotion+getSlave($AS).trust))>> + <<if (getSlave($AS).fetish !== "submissive") && (getSlave($AS).fetish !== "masochist") && (getSlave($AS).ID != $Bodyguard.ID)>> <<set _seed = random(1,8)>> Brutal abuse has left $him - <<if (_seed == 1) && ($activeSlave.behavioralFlaw !== "odd")>> + <<if (_seed == 1) && (getSlave($AS).behavioralFlaw !== "odd")>> @@.red;acting strangely.@@ - <<set $activeSlave.behavioralFlaw = "odd">> - <<elseif (_seed == 2) && ($activeSlave.behavioralFlaw !== "anorexic")>> + <<set getSlave($AS).behavioralFlaw = "odd">> + <<elseif (_seed == 2) && (getSlave($AS).behavioralFlaw !== "anorexic")>> @@.red;starving $himself@@ in a crippling attempt to be pretty. - <<set $activeSlave.behavioralFlaw = "anorexic">> - <<elseif (_seed == 3) && ($activeSlave.behavioralFlaw !== "gluttonous")>> + <<set getSlave($AS).behavioralFlaw = "anorexic">> + <<elseif (_seed == 3) && (getSlave($AS).behavioralFlaw !== "gluttonous")>> @@.red;stress eating@@ whenever $he can. - <<set $activeSlave.behavioralFlaw = "gluttonous">> - <<elseif (_seed == 4) && ($activeSlave.behavioralFlaw !== "devout")>> + <<set getSlave($AS).behavioralFlaw = "gluttonous">> + <<elseif (_seed == 4) && (getSlave($AS).behavioralFlaw !== "devout")>> @@.red;praying in private@@ whenever $he can. - <<set $activeSlave.behavioralFlaw = "devout">> - <<elseif (_seed == 5) && ($activeSlave.sexualFlaw !== "apathetic")>> + <<set getSlave($AS).behavioralFlaw = "devout">> + <<elseif (_seed == 5) && (getSlave($AS).sexualFlaw !== "apathetic")>> @@.red;sexually apathetic,@@ since $he feels it cannot go well for $him. - <<set $activeSlave.sexualFlaw = "apathetic">> - <<elseif (_seed == 6) && ($activeSlave.sexualFlaw !== "crude")>> + <<set getSlave($AS).sexualFlaw = "apathetic">> + <<elseif (_seed == 6) && (getSlave($AS).sexualFlaw !== "crude")>> @@.red;sexually crude,@@ out of an unconscious belief that sex is ugly and unworthy of effort. - <<set $activeSlave.sexualFlaw = "crude">> - <<elseif (_seed == 7) && ($activeSlave.sexualFlaw !== "judgemental")>> + <<set getSlave($AS).sexualFlaw = "crude">> + <<elseif (_seed == 7) && (getSlave($AS).sexualFlaw !== "judgemental")>> @@.red;sexually judgemental,@@ out of an unconscious desire to disqualify people from being good enough to have sex with $him. - <<set $activeSlave.sexualFlaw = "judgemental">> + <<set getSlave($AS).sexualFlaw = "judgemental">> <<elseif ($PC.dick != -1)>> @@.red;hating men,@@ since you forced your cock on $him. - <<set $activeSlave.behavioralFlaw = "hates men">> + <<set getSlave($AS).behavioralFlaw = "hates men">> <<else>> @@.red;hating women,@@ since you forced your cunt on $him. - <<set $activeSlave.behavioralFlaw = "hates women">> + <<set getSlave($AS).behavioralFlaw = "hates women">> <</if>> <</if>> <</if>> -<<if (random(1,100) > (50+$activeSlave.devotion+$activeSlave.trust)) && ($activeSlave.ID !== $Bodyguard.ID)>> - <<if ($activeSlave.fetish !== "mindbroken") && ($activeSlave.fetishKnown == 0) && ($activeSlave.clitSetting !== $activeSlave.fetish)>> +<<if (random(1,100) > (50+getSlave($AS).devotion+getSlave($AS).trust)) && (getSlave($AS).ID !== $Bodyguard.ID)>> + <<if (getSlave($AS).fetish !== "mindbroken") && (getSlave($AS).fetishKnown == 0) && (getSlave($AS).clitSetting !== getSlave($AS).fetish)>> $His acceptance of your abuse has twisted $his - <<if (random(1,2) == 1) && ($activeSlave.fetish !== "submissive")>> + <<if (random(1,2) == 1) && (getSlave($AS).fetish !== "submissive")>> @@.lightcoral;sexuality towards submissiveness.@@ - <<set $activeSlave.fetish = "submissive", $activeSlave.fetishKnown = 1>> - <<elseif ($activeSlave.fetish !== "masochism")>> + <<set getSlave($AS).fetish = "submissive", getSlave($AS).fetishKnown = 1>> + <<elseif (getSlave($AS).fetish !== "masochism")>> @@.lightcoral;sexuality towards masochism.@@ - <<set $activeSlave.fetish = "masochism", $activeSlave.fetishKnown = 1>> + <<set getSlave($AS).fetish = "masochism", getSlave($AS).fetishKnown = 1>> <</if>> <</if>> <</if>> -<<if $activeSlave.fetish == "mindbroken" && $activeSlave.relationship == -3>> - <<if def $activeSlave.kindness>> - <<set $activeSlave.kindness = 0>> +<<if getSlave($AS).fetish == "mindbroken" && getSlave($AS).relationship == -3>> + <<if def getSlave($AS).kindness>> + <<set getSlave($AS).kindness = 0>> <</if>> <</if>> - -<<if passage() !== "Slave Interact">> - <<set $nextLink = "AS Dump">> -<</if>> diff --git a/src/npc/descriptions/fAnus.tw b/src/npc/interaction/fAnus.tw similarity index 55% rename from src/npc/descriptions/fAnus.tw rename to src/npc/interaction/fAnus.tw index b099f212d96b7bd36944a38eff235fee1f5490d3..18266713c508064354faa141ff5663e1358584a1 100644 --- a/src/npc/descriptions/fAnus.tw +++ b/src/npc/interaction/fAnus.tw @@ -1,212 +1,212 @@ :: FAnus [nobr] -<<set $activeSlave.counter.anal++, $analTotal++>> -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> +<<set getSlave($AS).counter.anal++, $analTotal++>> You call $him over so you can -<<if ($activeSlave.anus > 3)>> +<<if (getSlave($AS).anus > 3)>> fuck $his gaping anus. -<<elseif ($activeSlave.anus == 3)>> +<<elseif (getSlave($AS).anus == 3)>> fuck $his loose butthole. -<<elseif ($activeSlave.anus == 2)>> +<<elseif (getSlave($AS).anus == 2)>> use $his whorish asshole. -<<elseif ($activeSlave.anus == 1)>> +<<elseif (getSlave($AS).anus == 1)>> use $his tight butt. <<else>> take $his anal virginity. <</if>> -<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.devotion >= -20)>> +<<if (getSlave($AS).fetish == "buttslut") && (getSlave($AS).devotion >= -20)>> $He's delighted at the prospect of $his favorite activity. -<<elseif ($activeSlave.fetish == "buttslut")>> +<<elseif (getSlave($AS).fetish == "buttslut")>> $He perks up at the prospect of $his favorite activity, but the idea of spending it with you instantly sours $his mood. <</if>> -<<if ($activeSlave.anusTat == "tribal patterns")>> +<<if (getSlave($AS).anusTat == "tribal patterns")>> $His bleached asshole is an inviting sight, after all. -<<elseif ($activeSlave.anusTat == "scenes")>> +<<elseif (getSlave($AS).anusTat == "scenes")>> $His tattooed asshole invites sodomy, after all. -<<elseif ($activeSlave.anusTat == "degradation")>> +<<elseif (getSlave($AS).anusTat == "degradation")>> The tattoos on $his asshole make it clear $he's an anal slut, after all. <</if>> -<<if ($activeSlave.heels == 1)>> - <<if !["flats", "flats with long stockings", "flats with short stockings", "none"].includes($activeSlave.shoes)>> +<<if (getSlave($AS).heels == 1)>> + <<if !["flats", "flats with long stockings", "flats with short stockings", "none"].includes(getSlave($AS).shoes)>> As $he went past your desk, $his high heels and surgically altered legs enforced a gait that presented $his butt enticingly. <<else>> - As $he crawls along on <<if hasAllLimbs($activeSlave)>>all fours<<else>>the ground<</if>>, $his anus is readily available. + As $he crawls along on <<if hasAllLimbs(getSlave($AS))>>all fours<<else>>the ground<</if>>, $his anus is readily available. <</if>> <</if>> -<<if ($activeSlave.anusPiercing > 1)>> +<<if (getSlave($AS).anusPiercing > 1)>> The ring of stud piercings around $his anus should massage you delightfully as you sodomize $him. -<<elseif ($activeSlave.anusPiercing == 1)>> +<<elseif (getSlave($AS).anusPiercing == 1)>> $His perineum piercing has a big ring in it, which you should be able to feel when you hilt yourself in $his ass. <</if>> -<<if ($activeSlave.anusTat !== 0) && ($activeSlave.anusTat !== 4)>> +<<if (getSlave($AS).anusTat !== 0) && (getSlave($AS).anusTat !== 4)>> $His anus is invitingly bleached, - <<if ($activeSlave.vagina > -1)>> + <<if (getSlave($AS).vagina > -1)>> which is appropriate: rather than looking like $he has a hole for fucking and an ass, it looks like $he has two fuckholes. <<else>> making $his sole fuckable hole look nice and natural. <</if>> <</if>> -<<if ($activeSlave.anus == 0)>> - <<if ($activeSlave.devotion > 20)>> +<<if (getSlave($AS).anus == 0)>> + <<if (getSlave($AS).devotion > 20)>> $He accepts your orders without comment and presents $his virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize $him. You gently ease into $his butthole and slowly accelerate your thrusting into $his ass. Since $he is already well broken, this new connection with $his <<= WrittenMaster()>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His tight little ass has been broken in.</span> $He looks forward to having $his asshole fucked by you again. - <<set $activeSlave.devotion += 4>> - <<elseif ($activeSlave.devotion >= -20)>> + <<set getSlave($AS).devotion += 4>> + <<elseif (getSlave($AS).devotion >= -20)>> $He is clearly unhappy at the idea of taking a dick up $his butt. $He obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck $his ass. You gently ease into $his butthole and slowly accelerate your thrusting into $his ass. However $he still squeals in pain as you continue pounding. <span class="virginity loss">$His tight little ass has been broken in,</span> and $he <span class="trust dec">fears further anal pain.</span> - <<set $activeSlave.trust -= 5>> + <<set getSlave($AS).trust -= 5>> <<else>> - $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if hasAnyArms($activeSlave)>> while you hold $his arm<<if hasBothArms($activeSlave)>>s<</if>> behind $him<</if>>. You force yourself into $his butthole and continue thrusting your member into $his ass. $He sobs and cries with disgust while you pump into $his rear. The painful anal rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His tight little ass has been broken in,</span> and $he is <span class="trust dec">terrified of further anal pain.</span> - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> + $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if hasAnyArms(getSlave($AS))>> while you hold $his arm<<if hasBothArms(getSlave($AS))>>s<</if>> behind $him<</if>>. You force yourself into $his butthole and continue thrusting your member into $his ass. $He sobs and cries with disgust while you pump into $his rear. The painful anal rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His tight little ass has been broken in,</span> and $he is <span class="trust dec">terrified of further anal pain.</span> + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> <</if>> - <<set $activeSlave.anus++>> -<<elseif $activeSlave.fetish == "mindbroken">> - <<if hasAnyArms($activeSlave)>> - You instruct $him to present $his anus. $He dully <<if hasBothLegs($activeSlave)>>kneels<<else>>bends over<</if>> and spreads $his buttocks<<if ($PC.dick == 0)>>as you don a strap-on<</if>>. You spit on $his hole and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his butt. + <<set getSlave($AS).anus++>> +<<elseif getSlave($AS).fetish == "mindbroken">> + <<if hasAnyArms(getSlave($AS))>> + You instruct $him to present $his anus. $He dully <<if hasBothLegs(getSlave($AS))>>kneels<<else>>bends over<</if>> and spreads $his buttocks<<if ($PC.dick == 0)>>as you don a strap-on<</if>>. You spit on $his hole and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his butt. <<else>> - Talking to a broken mind is pointless, so you simply set $him on the couch, spread $his buttocks with one hand, spit on $his hole, and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his <<if $seeRace == 1>>$activeSlave.race <</if>>butt. + Talking to a broken mind is pointless, so you simply set $him on the couch, spread $his buttocks with one hand, spit on $his hole, and ram <<if ($PC.dick == 0)>>it<<else>>your cock<</if>> up $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>butt. <</if>> $His butthole spasms as you assrape $him, <<if ($PC.dick == 0)>>an amusing sight<<else>>squeezing your dick nicely<</if>>. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if $activeSlave.chastityPenis == 1>> + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if getSlave($AS).chastityPenis == 1>> Automatic responses give $him an erection, which $his chastity makes so uncomfortable that $he spasms. This cycle continues repeatedly, $his rectum squeezing unconsciously each time. - <<elseif $activeSlave.prostate != 0>> + <<elseif getSlave($AS).prostate != 0>> Despite $his mental deficiency, the prostate stimulation gives $him an erection anyway. <<else>> Without a prostate, there's little stimulation to provoke an involuntary response, and $his cock stays limp. <</if>> - <<elseif $activeSlave.chastityPenis == 1>> + <<elseif getSlave($AS).chastityPenis == 1>> $His dick chastity keeps $his pointless cock hidden away while you use $his anus like a pussy. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> $His cock is totally flaccid throughout. <</if>> -<<elseif $activeSlave.devotion < -20>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. Horrified, $he tries to back away, but you catch $him and throw $him on the couch next to your desk. $He tries to <<if hasAnyArms($activeSlave)>>shield $his asshole<<else>>back away<</if>>, but you pin <<if hasAnyArms($activeSlave)>>$his hand<<if hasBothArms($activeSlave)>>s<</if>> behind $him with one hand<<else>>$him down<</if>>, spit on $his hole, and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his butt with the other hand. +<<elseif getSlave($AS).devotion < -20>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. Horrified, $he tries to back away, but you catch $him and throw $him on the couch next to your desk. $He tries to <<if hasAnyArms(getSlave($AS))>>shield $his asshole<<else>>back away<</if>>, but you pin <<if hasAnyArms(getSlave($AS))>>$his hand<<if hasBothArms(getSlave($AS))>>s<</if>> behind $him with one hand<<else>>$him down<</if>>, spit on $his hole, and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his butt with the other hand. <<else>> - You tell $him it's time for an assfuck. $He's horrified, but as an amputee can do nothing about it. You spit on $his hole and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his <<if $seeRace == 1>>$activeSlave.race <</if>>butt. + You tell $him it's time for an assfuck. $He's horrified, but as an amputee can do nothing about it. You spit on $his hole and ram your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> up $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>butt. <</if>> $His butthole spasms as you assrape $him, <<if ($PC.dick == 0)>>an amusing sight<<else>>squeezing your dick nicely<</if>>. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if $activeSlave.prostate == 0>> + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if getSlave($AS).prostate == 0>> $He lacks a prostate, denying $him any real pleasure from this. $His dick stays flaccid as you rape $him. - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> Despite $his unwillingness to be sodomized, the prostate stimulation starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his asshole spasming delightfully. <<else>> Despite $his unwillingness to be sodomized, the prostate stimulation gives $him an erection. $He's mortified that $he would get hard while being anally raped. <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> $His dick chastity keeps $his bitch cock hidden away while you use $his anus like a pussy. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> $His flaccid dick is ground into the back of the couch as you rape $him. <</if>> -<<elseif ($activeSlave.devotion <= 20) && ($activeSlave.vagina < 0)>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He knows a sissy slave takes it up the butt, and lies on the couch next to your desk with $his <<if !hasAnyLegs($activeSlave)>>hips<<else>>leg<<if hasBothLegs($activeSlave)>>s<</if>><</if>> in the air, spreading $his buttocks <<if !hasAnyArms($activeSlave)>>as best $he can<<else>>with $his hand<<if hasBothArms($activeSlave)>>s<</if>><</if>>. +<<elseif (getSlave($AS).devotion <= 20) && (getSlave($AS).vagina < 0)>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He knows a sissy slave takes it up the butt, and lies on the couch next to your desk with $his <<if !hasAnyLegs(getSlave($AS))>>hips<<else>>leg<<if hasBothLegs(getSlave($AS))>>s<</if>><</if>> in the air, spreading $his buttocks <<if !hasAnyArms(getSlave($AS))>>as best $he can<<else>>with $his hand<<if hasBothArms(getSlave($AS))>>s<</if>><</if>>. <<else>> You tell $him it's time for an assfuck. $He's hesitant, but as an amputee can do nothing about it. <</if>> - You take your time and fuck $his <<if $seeRace == 1>>$activeSlave.race <</if>>butthole for a good long while<<if ($activeSlave.chastityPenis != 1)>><<if ($activeSlave.dick != 0)>> so $his limp dick flops around<<elseif ($activeSlave.balls != 0)>> as $his erect dick waves in the air<</if>><</if>>. This gives you enough time to stroke $him until $he gets aroused despite $his discomfort with anal. $He doesn't orgasm, but $he's getting accustomed to $his asshole as a sexual organ. -<<elseif $activeSlave.devotion < 10>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He hesitates but eventually lies on the couch next to your desk with $his <<if !hasAnyLegs($activeSlave)>>hips<<else>>leg<<if hasBothLegs($activeSlave)>>s<</if>><</if>> in the air, spreading $his buttocks <<if !hasAnyArms($activeSlave)>>as best $he can<<else>>with $his hand<<if hasBothArms($activeSlave)>>s<</if>><</if>>. + You take your time and fuck $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>butthole for a good long while<<if (getSlave($AS).chastityPenis != 1)>><<if (getSlave($AS).dick != 0)>> so $his limp dick flops around<<elseif (getSlave($AS).balls != 0)>> as $his erect dick waves in the air<</if>><</if>>. This gives you enough time to stroke $him until $he gets aroused despite $his discomfort with anal. $He doesn't orgasm, but $he's getting accustomed to $his asshole as a sexual organ. +<<elseif getSlave($AS).devotion < 10>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus<<if ($PC.dick == 0)>> as you don a strap-on<</if>>. $He hesitates but eventually lies on the couch next to your desk with $his <<if !hasAnyLegs(getSlave($AS))>>hips<<else>>leg<<if hasBothLegs(getSlave($AS))>>s<</if>><</if>> in the air, spreading $his buttocks <<if !hasAnyArms(getSlave($AS))>>as best $he can<<else>>with $his hand<<if hasBothArms(getSlave($AS))>>s<</if>><</if>>. <<else>> You tell $him it's time for an assfuck. $He's hesitant, but as an amputee can do nothing about it. <</if>> You take your time and fuck $his butthole for a good long while. - <<if ($activeSlave.anus == 1)>> + <<if (getSlave($AS).anus == 1)>> $His ass is so tight that $he winces with anal pain - <<elseif ($activeSlave.anus == 2)>> + <<elseif (getSlave($AS).anus == 2)>> $His experienced ass takes your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> without trouble <<else>> $His asspussy is so loose you can pound it as hard as you like <</if>> - <<if ($activeSlave.dick != 0)>> + <<if (getSlave($AS).dick != 0)>> as $his limp dick flops around. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> as $his erect dick waves in the air. - <<elseif $activeSlave.vagina == -1>> + <<elseif getSlave($AS).vagina == -1>> as it does its duty as $his sole fuckhole. <<else>> as it substitutes for $his pussy. <</if>> $He gets aroused despite $his discomfort with anal, though $he doesn't orgasm. <<else>> - <<if hasAnyLegs($activeSlave)>>$He kneels on the couch<<else>>You lay $him on the couch<</if>> with $his <<if $seeRace == 1>>$activeSlave.race <</if>>butt facing you, back strongly arched to angle $his rectum for more comfortable anal coupling. - <<if hasAnyArms($activeSlave) && $activeSlave.prostate > 1 && $activeSlave.dick > 3>> + <<if hasAnyLegs(getSlave($AS))>>$He kneels on the couch<<else>>You lay $him on the couch<</if>> with $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>butt facing you, back strongly arched to angle $his rectum for more comfortable anal coupling. + <<if hasAnyArms(getSlave($AS)) && getSlave($AS).prostate > 1 && getSlave($AS).dick > 3>> <<if $PC.dick == 0>>While you don a strap-on, $he<<else>>$He<</if>> shoves $his slavering dick down and around towards $his ass and squeezes it, pushing a lot of $his precum out to lube $his own asshole. <<else>> <<if $PC.dick == 0>>You don a strap-on and let some saliva fall onto its head<<else>>You let some saliva fall onto your dickhead<</if>> before penetrating $him. <</if>> - You take your time and fuck $his butthole for a good long while. <<if ($activeSlave.anus == 1)>>$His ass is so tight that $he has to concentrate on relaxing for you.<<elseif ($activeSlave.anus == 2)>>$His experienced ass feels great.<<else>>$His asspussy is so loose you can pound it as hard as you like.<</if>> $He rubs $his <<if !hasAnyArms($activeSlave)>>body against you as much as $he can manage<<elseif canAchieveErection($activeSlave)>>hard-on<<elseif ($activeSlave.dick != 0)>>soft dick<<elseif ($activeSlave.chastityVagina) || ($activeSlave.clit == 0)>>nipples<<elseif ($activeSlave.clit > 2)>>huge, stiff clit<<else>>clit<</if>>, and brings $himself to orgasm before you. <<if ($PC.dick == 0)>>The sight of $him gasping and shaking $his way through an anal orgasm brings you to climax yourself, and you shove yourself against the strap-on harness with enough force to give the slave's sensitized hole a final brutal stretching.<<else>>$His orgasmic rectal spasms squeeze your cock and you blow your load inside $his ass.<</if>> + You take your time and fuck $his butthole for a good long while. <<if (getSlave($AS).anus == 1)>>$His ass is so tight that $he has to concentrate on relaxing for you.<<elseif (getSlave($AS).anus == 2)>>$His experienced ass feels great.<<else>>$His asspussy is so loose you can pound it as hard as you like.<</if>> $He rubs $his <<if !hasAnyArms(getSlave($AS))>>body against you as much as $he can manage<<elseif canAchieveErection(getSlave($AS))>>hard-on<<elseif (getSlave($AS).dick != 0)>>soft dick<<elseif (getSlave($AS).chastityVagina) || (getSlave($AS).clit == 0)>>nipples<<elseif (getSlave($AS).clit > 2)>>huge, stiff clit<<else>>clit<</if>>, and brings $himself to orgasm before you. <<if ($PC.dick == 0)>>The sight of $him gasping and shaking $his way through an anal orgasm brings you to climax yourself, and you shove yourself against the strap-on harness with enough force to give the slave's sensitized hole a final brutal stretching.<<else>>$His orgasmic rectal spasms squeeze your cock and you blow your load inside $his ass.<</if>> <</if>> -<<if ($activeSlave.bellyPreg >= 1500)>> +<<if (getSlave($AS).bellyPreg >= 1500)>> The poor slave's pregnant belly causes $him some discomfort as you sodomize $him. -<<elseif ($activeSlave.bellyImplant >= 1500)>> +<<elseif (getSlave($AS).bellyImplant >= 1500)>> The poor $girl's implant filled belly causes $him some discomfort as you sodomize $him. -<<elseif ($activeSlave.bellyFluid >= 1500)>> +<<elseif (getSlave($AS).bellyFluid >= 1500)>> The poor $girl's sloshing belly causes $him some discomfort as you sodomize $him, though the lewd jiggling the pounding sends through it is quite a sight. <</if>> -<<if ($activeSlave.anusTat == "scenes") && ($activeSlave.anus == 1)>> +<<if (getSlave($AS).anusTat == "scenes") && (getSlave($AS).anus == 1)>> As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his momentary gape closes the pattern up quickly. -<<elseif ($activeSlave.anusTat == "scenes")>> +<<elseif (getSlave($AS).anusTat == "scenes")>> As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his gape leaves the pattern distorted. -<<elseif ($activeSlave.anusTat == "degradation")>> +<<elseif (getSlave($AS).anusTat == "degradation")>> As you fucked $his butt, the offensive language around $his ass stretched and distorted. <</if>> -<<if (random(1,100) > (100 + $activeSlave.devotion))>> - <<if ($activeSlave.fetish != "buttslut") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates anal")>> +<<if (random(1,100) > (100 + getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish != "buttslut") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw != "hates anal")>> Being assraped has given $him a @@.flaw.gain;hatred of anal sex.@@ - <<set $activeSlave.sexualFlaw = "hates anal">> + <<set getSlave($AS).sexualFlaw = "hates anal">> <</if>> -<<elseif (random(1,100) > (110-$activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw != "hates anal")>> +<<elseif (random(1,100) > (110-getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).sexualFlaw != "hates anal")>> Orgasming to the sensation of your member in $his bottom @@.fetish.gain;has $him eager for anal.@@ - <<set $activeSlave.fetish = "buttslut", $activeSlave.fetishKnown = 1>> + <<set getSlave($AS).fetish = "buttslut", getSlave($AS).fetishKnown = 1>> <</if>> <</if>> <<if ($PC.dick != 0)>> - <<if $activeSlave.cervixImplant == 2 || $activeSlave.cervixImplant == 3>> - <<set $activeSlave.bellyImplant += random(10,20)>> + <<if getSlave($AS).cervixImplant == 2 || getSlave($AS).cervixImplant == 3>> + <<set getSlave($AS).bellyImplant += random(10,20)>> <</if>> - <<if ($activeSlave.anus > 3)>> + <<if (getSlave($AS).anus > 3)>> Your cum falls out of $his gaping hole. - <<elseif ($activeSlave.anus > 2)>> + <<elseif (getSlave($AS).anus > 2)>> Cum flows out of $his gaped butthole. - <<elseif ($activeSlave.anus == 2)>> + <<elseif (getSlave($AS).anus == 2)>> Cum drips out of $his newly gaped anus. - <<elseif ($activeSlave.anus == 1)>> + <<elseif (getSlave($AS).anus == 1)>> $His still-tight ass keeps your load inside $him. <</if>> - <<if canImpreg($activeSlave, $PC)>> - <<= knockMeUp($activeSlave, 5, 1, -1)>> + <<if canImpreg(getSlave($AS), $PC)>> + <<= knockMeUp(getSlave($AS), 5, 1, -1)>> <</if>> <<if $postSexCleanUp > 0>> - <<if canWalk($activeSlave)>> - <<if $activeSlave.anus < 2>> + <<if canWalk(getSlave($AS))>> + <<if getSlave($AS).anus < 2>> <<set _Anus = "tight butt">> - <<elseif $activeSlave.anus < 3>> + <<elseif getSlave($AS).anus < 3>> <<set _Anus = "used butthole">> - <<elseif $activeSlave.anus < 4>> + <<elseif getSlave($AS).anus < 4>> <<set _Anus = "gaping butthole">> <<else>> <<set _Anus = "anal gape">> <</if>> - <<switch $activeSlave.assignment>> + <<switch getSlave($AS).assignment>> <<case "work in the brothel">> $He goes to wash $his _Anus so $his next customer can have the illusion that he's the first to use it today. <<case "serve in the club">> @@ -228,7 +228,7 @@ You call $him over so you can <<case "rest">> $He uses an enema to clean $his _Anus before crawling back into bed, face-down. <<case "get milked">> - $He uses an enema to clean $his _Anus <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + $He uses an enema to clean $his _Anus <<if getSlave($AS).lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "please you">> $He uses an enema to clean $his _Anus before returning to await your next use of $his backdoor, as though nothing had happened. <<case "be a subordinate slave">> @@ -240,7 +240,7 @@ You call $him over so you can <<case "train slaves">> $He uses an enema to clean $his _Anus before $he returns to teaching $his classes, a little bow-legged. <<default>> - $He hurries off to wash $his _Anus before going back to $activeSlave.assignment. + $He hurries off to wash $his _Anus before going back to getSlave($AS).assignment. <</switch>> <<set _Anus = "">> <</if>> @@ -248,5 +248,5 @@ You call $him over so you can <</if>> <<if passage() != "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> <</if>> diff --git a/src/npc/descriptions/fAssistedSex.tw b/src/npc/interaction/fAssistedSex.tw similarity index 77% rename from src/npc/descriptions/fAssistedSex.tw rename to src/npc/interaction/fAssistedSex.tw index e66828ebb2636e22619631d23bfe1abb6ed6237d..dc1d9326fc511f24b81134e3fb2d84a0bf57e28b 100644 --- a/src/npc/descriptions/fAssistedSex.tw +++ b/src/npc/interaction/fAssistedSex.tw @@ -1,44 +1,44 @@ :: FAssistedSex [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> You order $his servants forward so that $he can tease you with $his enormously swollen body. -<<if $activeSlave.devotion > 95>> +<<if getSlave($AS).devotion > 95>> Smirking, $he leans backwards, - <<if hasBothArms($activeSlave)>> + <<if hasBothArms(getSlave($AS))>> raising $his hands above $his head - <<elseif hasAnyArms($activeSlave)>> + <<elseif hasAnyArms(getSlave($AS))>> raising $his hand above $his head <<else>> with two slender arms rising upward behind $him, making it look like $he has limbs once more <</if>> as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> Smiling nervously, $he leans backwards, - <<if hasBothArms($activeSlave)>> + <<if hasBothArms(getSlave($AS))>> raising $his hands above $his head - <<elseif hasAnyArms($activeSlave)>> + <<elseif hasAnyArms(getSlave($AS))>> raising $his hand above $his head <<else>> with two slender arms rising upward behind $him, making it look like $he has limbs once more <</if>> as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. <<else>> - <<if hasBothArms($activeSlave)>> - $He covers $his <<if canSee($activeSlave)>>eyes<<else>>face<</if>> with $his hands, - <<elseif hasAnyArms($activeSlave)>> - $He tries to cover $his <<if canSee($activeSlave)>>eyes<<else>>face<</if>> with $his hand, + <<if hasBothArms(getSlave($AS))>> + $He covers $his <<if canSee(getSlave($AS))>>eyes<<else>>face<</if>> with $his hands, + <<elseif hasAnyArms(getSlave($AS))>> + $He tries to cover $his <<if canSee(getSlave($AS))>>eyes<<else>>face<</if>> with $his hand, <<else>> - Two slender arms snake around from behind $him, almost making it look like $he has limbs once more. They cover $his quivering <<if canSee($activeSlave)>>eyes<<else>>expression<</if>> + Two slender arms snake around from behind $him, almost making it look like $he has limbs once more. They cover $his quivering <<if canSee(getSlave($AS))>>eyes<<else>>expression<</if>> <</if>> as a gaggle of $his trained menials slide underneath $his belly, lifting the monolithic organ off the ground and setting the tightly packed orb to wobbling. - <<if hasBothArms($activeSlave)>> + <<if hasBothArms(getSlave($AS))>> Two more servants take hold of $his arms, forcing $him to lift them above $his head. - <<elseif hasAnyArms($activeSlave)>> + <<elseif hasAnyArms(getSlave($AS))>> Another servant takes hold of $his arm, forcing $him to lift it above $his head. <<else>> - The hands covering $his <<if canSee($activeSlave)>>eyes<<else>>head<</if>> draw away, revealing $his crying face, then lift above $his head in a deliberately provocative pose. + The hands covering $his <<if canSee(getSlave($AS))>>eyes<<else>>head<</if>> draw away, revealing $his crying face, then lift above $his head in a deliberately provocative pose. <</if>> $He tenses in a moment of instinctive resistance, then surrenders $his body to $his aids' total control, clearly afraid of punishment. <</if>> @@ -48,9 +48,9 @@ You remove your clothes and lie back on the office couch, <<else>> spreading your exposed, oozing twat. <</if>> -<<if $activeSlave.devotion > 95>> +<<if getSlave($AS).devotion > 95>> Licking $his lips, -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> Breathing heavily, <<else>> Smiling fakely, @@ -58,23 +58,23 @@ You remove your clothes and lie back on the office couch, $he draws toward you, half-floating on a river of silent, groping hands. When $he is mere <<if $showInches == 2>>inches<<else>>centimeters<</if>> away from you, $his servants lift $him higher, and $he <<if $PC.dick != 0>> teases your dick with a series of masterful — and carefully balanced — belly isolations, rubbing the thick nub of $his belly button in small semicircles around your oozing cockhead as $he does so. Right when you feel ready to explode, $he rotates around, bringing - <<if $activeSlave.butt > 11>> + <<if getSlave($AS).butt > 11>> $his overgrown, wobbling ass cheeks - <<elseif $activeSlave.butt > 5>> + <<elseif getSlave($AS).butt > 5>> $his huge, wobbling ass cheeks - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif Math.floor(getSlave($AS).buttImplant/getSlave($AS).butt) > .60>> $his saline inflated ass cheeks - <<elseif $activeSlave.butt > 2>> + <<elseif getSlave($AS).butt > 2>> $his wobbling ass cheeks <<else>> the shallow inverted bowls of $his petite ass cheeks <</if>> level with your erection. Two of $his servants reach around $his inflated profile and push $his cheeks together, wrapping your dick in a firm layer of butt cleavage. $He lifts $his ass, then drops it, again and again, smacking your chest on the downswing as $his servants manipulate $his hotdogging to maximize your pleasure. - <<if canDoVaginal($activeSlave)>> + <<if canDoVaginal(getSlave($AS))>> When you feel the tension within you reaching its apex, you signal to $his servants to hold $him in place. With $his silent menials, still as statues, anchoring $his bloated body at the perfect angle for fucking while contorting their anonymous bodies to frame $him in a manner that maximizes $his visual attractiveness, you grab hold of $his flanks and ram into $his pregnant pussy, driving $him to the first of many orgasms in just a few casual thrusts. <<= VCheck.Vaginal()>> When you feel your own orgasm approaching, you pull out, ejaculating - <<elseif canDoAnal($activeSlave)>> + <<elseif canDoAnal(getSlave($AS))>> When you feel the tension within you reaching its apex, you signal to $his servants to hold $him in place. With $his silent menials, still as statues, anchoring $his bloated body at the perfect angle for fucking while contorting their anonymous bodies to frame $him in a manner that maximizes $his visual attractiveness, you grab hold of $his flanks and ram into $his asshole, driving $him to the first of many orgasms with just a few casual thrusts. <<= VCheck.Anal()>> When you feel your own orgasm approaching, you pull out, ejaculating @@ -82,24 +82,24 @@ $he draws toward you, half-floating on a river of silent, groping hands. When $h When you feel the tension with your reaching its apex, you signal to $his servants and they pull $him forward. You ejaculate <</if>> a thick stream of semen all over $his ass and back, $he shifts into a kneeling position on the ground in front of you, tilted sideways so that $his massive fecundity can pool on the ground beside $him, and gently sucks you off, cleaning your dick with $his mouth. - <<set $activeSlave.counter.oral++, $oralTotal++>> + <<set getSlave($AS).counter.oral++, $oralTotal++>> <<else>> Presses the thick nub of $his belly button into your pussy, rubbing it back and forth against your engorged clit as $he performs a series of masterful — and carefully balanced — belly isolations. After $he has you quaking at the edge of release, $he rolls forward and buries $his head in your lap, plying you with $his - <<if $activeSlave.devotion > 95>> + <<if getSlave($AS).devotion > 95>> devoted tongue - <<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> + <<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> dedicated tongue <<else>> tongue <</if>> and driving you into a series of crashing orgasms. When $his tongue tires, $he tries to draw away, but you grab hold of $his head and hold $him in place until you are finished. - <<set $activeSlave.counter.oral++, $oralTotal++>> + <<set getSlave($AS).counter.oral++, $oralTotal++>> <</if>> Once you are satisfied, you send $him away to clean $himself up before returning to $his duties. <<if passage() != "Slave Interact">> - <<set _fv = $slaveIndices[$activeSlave.ID]>> + <<set _fv = $slaveIndices[getSlave($AS).ID]>> <<if def _fv>> - <<set $slaves[_fv] = $activeSlave>> + <<set $slaves[_fv] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/npc/fBeg.tw b/src/npc/interaction/fBeg.tw similarity index 68% rename from src/npc/fBeg.tw rename to src/npc/interaction/fBeg.tw index fa7cd213f91d79b4bfeb27b00d9baaf3c9009735..30404f19a71842ffae148d643d1b108083210976 100644 --- a/src/npc/fBeg.tw +++ b/src/npc/interaction/fBeg.tw @@ -3,62 +3,61 @@ /* things I need: checks for canWalk() to see how easily she can move, blindness checks, replacement for BoobsDesc, maybe devotion catches for certain flaws */ /* priority! femPC support! */ -<<set $desc = SlaveTitle($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> <<run Enunciate($activeSlave)>> <<setSpokenLocalPronouns $activeSlave $activeSlave>> You call $him over to you for inspection. -<<print App.Desc.boobs($activeSlave)>> /* this part needs expansion */ +<<print App.Desc.boobs(getSlave($AS))>> /* this part needs expansion */ You look at $him lustfully and instruct $him to strip. -<<if ($activeSlave.sexualFlaw == "shamefast")>> +<<if (getSlave($AS).sexualFlaw == "shamefast")>> Tears well up in $his eyes at the idea of showing $his naked body. -<<elseif ($activeSlave.sexualQuirk == "tease")>> +<<elseif (getSlave($AS).sexualQuirk == "tease")>> $He blushes with arousal. $He has kept $his innate embarrassment at the thought of being naked, but you have infused this with overwhelming arousal. $His cheeks are red as $he removes $his clothes, giving quite a strip tease as $he does. -<<elseif ($activeSlave.sexualFlaw == "repressed")>> - $He subconsciously uses $his hand<<if hasBothArms($activeSlave)>>s<</if>> to try to cover $his body. $He is still repressing $his own sexuality. That type of behavior may have been allowed in the old world, but it has no place in a Free City. -<<elseif ($activeSlave.sexualFlaw == "idealistic")>> +<<elseif (getSlave($AS).sexualFlaw == "repressed")>> + $He subconsciously uses $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> to try to cover $his body. $He is still repressing $his own sexuality. That type of behavior may have been allowed in the old world, but it has no place in a Free City. +<<elseif (getSlave($AS).sexualFlaw == "idealistic")>> $He shakes $his head pleadingly. "But I don't con<<s>>ent," $he responds. You laugh in such a way that tells $him that $his consent is irrelevant. $He is still idealistic, believing that sex should be a consensual expression of love and intimacy. Such ideas were common in the Old World, but they have no place in a Free City. You decide to grab $him and forcefully rip $his clothes from $his body, since obedience could simply be seen as consent. $He screams and plead as you pin $his arms, ripping and tearing at the cloth that keeps $his beauty from sight. -<<elseif ($activeSlave.sexualFlaw == "neglectful")>> +<<elseif (getSlave($AS).sexualFlaw == "neglectful")>> $He replies "Ye<<s>>, - <<if $activeSlave.rudeTitle == 1>> - <<= PoliteRudeTitle($activeSlave)>>," + <<if getSlave($AS).rudeTitle == 1>> + <<= PoliteRudeTitle(getSlave($AS))>>," <<else>> <<Master>>," <</if>> $he replies contritely. $He has no sense of self beyond your usefulness of $him, and selflessly sacrifices $his own comfort for your pleasure. -<<elseif ($activeSlave.sexualFlaw == "attention whore")>> +<<elseif (getSlave($AS).sexualFlaw == "attention whore")>> $He eagerly begins to shirk $his wear, drawing as much attention to the process as possible. <<else>> - <<if ($activeSlave.devotion < -20)>> + <<if (getSlave($AS).devotion < -20)>> $He resists, forcing you to undress $him yourself. - <<elseif ($activeSlave.devotion >= -20)>> + <<elseif (getSlave($AS).devotion >= -20)>> $He obeys, and moves to the center of your office to disrobe for you. <</if>> <</if>> -<<if ($activeSlave.devotion >= -20)>> +<<if (getSlave($AS).devotion >= -20)>> $He begins to undress with - <<if ($activeSlave.skill.entertainment >= 100)>> + <<if (getSlave($AS).skill.entertainment >= 100)>> masterful skill, teasing and taunting all the way down. $He rolls $his hips and most sexual parts as $he removes $his clothing. - <<elseif ($activeSlave.skill.entertainment >= 80)>> + <<elseif (getSlave($AS).skill.entertainment >= 80)>> arousing skill. Even though the goal is just to get $him naked, your slave knows that $his job is to entertain you with $his every move. - <<elseif ($activeSlave.skill.entertainment >= 50)>> + <<elseif (getSlave($AS).skill.entertainment >= 50)>> notable skill. $He takes the opportunity to give you a light strip tease as $he undresses. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> a decent effort. $He isn't your most entertaining slave, but $he still makes an effort to arouse you with $his undressing. - <<elseif ($activeSlave.skill.entertainment >= 9)>> + <<elseif (getSlave($AS).skill.entertainment >= 9)>> some effort to be sexy. $His moves are less than skillful and the undressing is more pragmatic than arousing. <<else>> no effort to be sexy. $He has no entertainment skill, and the only goal of $his actions is to go from clothed to naked. <</if>> <</if>> -<<if ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> +<<if (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> As $he begins to strip you grab $him without warning and begin to tear off $his clothes. Your slave expected you to allow $him to obey your command, and so $he is initially taken aback by the sudden force but $his submissive nature keeps $him from resisting. $He is such a submissive slut that you feel obligation to push $his status even further. You bind $his arms tightly behind $his back in a leather monoglove, lacing it tighter until $his elbows are touching. $He gives a soft whimper, but you both know that this is for your benefit and not a protest. - <<if ($activeSlave.nipplesPiercing >= 1)>> + <<if (getSlave($AS).nipplesPiercing >= 1)>> You then retrieve heavy bells and attach them to $his nipple rings. <<else>> You reach into your pocket and retrieve two weighted and belled nipple clamps, attaching them tightly to your slave's delicate nipples. @@ -66,8 +65,8 @@ You look at $him lustfully and instruct $him to strip. You tell $him to bounce so that they jingle, reminding $him of $his status. <<case "masochist">> Once $he is fully exposed you give $him a firm slap across the tits. $He's a masochist and relishes the pain with sexual arousal. You ask your painslut if $he deserves to be punished. "Oh ye<<s>>, - <<if $activeSlave.rudeTitle == 1>> - <<= PoliteRudeTitle($activeSlave)>>. + <<if getSlave($AS).rudeTitle == 1>> + <<= PoliteRudeTitle(getSlave($AS))>>. <<else>> <<Master>>. <</if>> @@ -77,30 +76,30 @@ You look at $him lustfully and instruct $him to strip. You stare at the naked figure standing before you. -<<if canSee($activeSlave)>> - <<if ($activeSlave.boobsTat == "rude words")>> +<<if canSee(getSlave($AS))>> + <<if (getSlave($AS).boobsTat == "rude words")>> The words on $his chest stand out at you. You ask $him what $his tits say. "Fuck<<s>>lave," $he replies. You ask if that's what $he is. - <<if ($activeSlave.behavioralFlaw == "liberated")>> + <<if (getSlave($AS).behavioralFlaw == "liberated")>> "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. - <<elseif ($activeSlave.devotion < -20)>> + <<elseif (getSlave($AS).devotion < -20)>> $He does $his best to shake $his head. <<else>> "Yes <<Master>>, that'<<s>> what I am." <</if>> - <<elseif ($activeSlave.boobsTat == "possessive")>> + <<elseif (getSlave($AS).boobsTat == "possessive")>> The words on $his chest stand out at you. You ask $him what $his tits say. "It'<<s>> your per<<s>>onal <<s>>ymbol," $he replies. You ask if that's what $he is. - <<if ($activeSlave.behavioralFlaw == "liberated")>> + <<if (getSlave($AS).behavioralFlaw == "liberated")>> "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. - <<elseif ($activeSlave.devotion < -20)>> + <<elseif (getSlave($AS).devotion < -20)>> $He does $his best to shake $his head. <<else>> "Ye<<s>> <<Master>>, that'<<s>> what I am." <</if>> - <<elseif ($activeSlave.boobsTat == "degradation")>> + <<elseif (getSlave($AS).boobsTat == "degradation")>> The words on $his chest stand out at you. You ask $him what $his tits say. "<<Master>>'<<s>> Bitch," $he replies. You ask if that's what $he is. - <<if ($activeSlave.behavioralFlaw == "liberated")>> + <<if (getSlave($AS).behavioralFlaw == "liberated")>> "I'm nobody'<<s>> property. I'm a free $woman!" $he shoots back. "We shall see," you reply. - <<elseif ($activeSlave.devotion < -20)>> + <<elseif (getSlave($AS).devotion < -20)>> $He does $his best to shake $his head. <<else>> "Ye<<s>> <<Master>>, that'<<s>> what I am." @@ -113,29 +112,29 @@ You stare at the naked figure standing before you. <</if>> You then tell your slave to kneel at your feet. -<<if ($activeSlave.behavioralFlaw == "bitchy")>> +<<if (getSlave($AS).behavioralFlaw == "bitchy")>> $He rolls $his eyes sasses you a bit, "Whatever," $he scoffs and -<<elseif ($activeSlave.behaviorFlaw == "arrogant")>> - $He stands up even straighter than before, <<if (hasBothArms($activeSlave))>>crossing $his arms and <</if>>widening $his stance. $His arrogance makes obeying commands like this difficult, but that is not your concern. You give $him a look that tells $him that pain will await if $he does not obey. $He -<<elseif ($activeSlave.behavioralQuirk == "confident")>> +<<elseif (getSlave($AS).behaviorFlaw == "arrogant")>> + $He stands up even straighter than before, <<if (hasBothArms(getSlave($AS)))>>crossing $his arms and <</if>>widening $his stance. $His arrogance makes obeying commands like this difficult, but that is not your concern. You give $him a look that tells $him that pain will await if $he does not obey. $He +<<elseif (getSlave($AS).behavioralQuirk == "confident")>> $He confidently moves to obey. $He -<<elseif ($activeSlave.behavioralFlaw == "liberated")>> - $He stands up even straighter than before, <<if (hasBothArms($activeSlave))>>crossing $his arms and <</if>>widening $his stance. "I am not <<s>>ome animal," $he protests, "I am a free $woman." You laugh at $his continued delusions. Liberated $women have no place in a Free City. You remind $him that pain awaits $him should $he defy you further and $he -<<elseif ($activeSlave.behavioralQuirk == "advocate")>> +<<elseif (getSlave($AS).behavioralFlaw == "liberated")>> + $He stands up even straighter than before, <<if (hasBothArms(getSlave($AS)))>>crossing $his arms and <</if>>widening $his stance. "I am not <<s>>ome animal," $he protests, "I am a free $woman." You laugh at $his continued delusions. Liberated $women have no place in a Free City. You remind $him that pain awaits $him should $he defy you further and $he +<<elseif (getSlave($AS).behavioralQuirk == "advocate")>> $He smiles at the demonstration of $his rightful place as a lowly slave. $He -<<elseif ($activeSlave.behavioralFlaw == "odd")>> +<<elseif (getSlave($AS).behavioralFlaw == "odd")>> $He sticks $his tongue out at you, blowing raspberries in an act of futile defiance. $He really is an odd one. $He -<<elseif ($activeSlave.behavioralQuirk == "funny")>> +<<elseif (getSlave($AS).behavioralQuirk == "funny")>> $He smiles and turns $his butt to you, swaying it cutely as $his silly way of acknowledging your command. $He <<else>> $He <</if>> -<<if ($activeSlave.devotion < -20)>> - <<if ($activeSlave.trust < -50)>> +<<if (getSlave($AS).devotion < -20)>> + <<if (getSlave($AS).trust < -50)>> drops terrified to the ground. <<else>> - <<if !canTalk($activeSlave)>> + <<if !canTalk(getSlave($AS))>> gestures <<elseif (_lisping == 1)>> lisps @@ -143,21 +142,21 @@ You then tell your slave to kneel at your feet. declares <</if>> angrily that slavery is wrong and $he will not bow. You look at your assistant who silently summons two other, more obedient slaves from their duties. - <<if ($activeSlave.nipplesPiercing > 1)>> + <<if (getSlave($AS).nipplesPiercing > 1)>> You reach out and grab $him by $his nipple chain, pulling $him in harshly. $He yelps in pain, but knows better than to pull away. - <<elseif ($activeSlave.nosePiercing > 1)>> + <<elseif (getSlave($AS).nosePiercing > 1)>> You reach out and grab $him by $his nose ring, pulling $him in harshly. $He yelps in pain, but knows better than to pull away. <<else>> You reach out and grab $him firmly by the collar. <</if>> - "One more chance, slut." By now, the other slaves have arrived and are standing loyally by your side. Your loyal slaves force $him to <<if hasAnyLegs($activeSlave)>>$his knee<<if hasBothLegs($activeSlave)>>s<</if>><<else>>the ground<</if>>. + "One more chance, slut." By now, the other slaves have arrived and are standing loyally by your side. Your loyal slaves force $him to <<if hasAnyLegs(getSlave($AS))>>$his knee<<if hasBothLegs(getSlave($AS))>>s<</if>><<else>>the ground<</if>>. <</if>> "Head at crotch level," you clarify. "Remember your purpose." -<<elseif ($activeSlave.devotion < 20)>> +<<elseif (getSlave($AS).devotion < 20)>> is not enthusiastic, but is obedient enough to go down without much threat of discipline. -<<elseif ($activeSlave.devotion > 20)>> - <<if ($activeSlave.fetishKnown == 1)>> - <<switch $activeSlave.fetish>> +<<elseif (getSlave($AS).devotion > 20)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> bows $his head and humbly assumes $his rightful position at $his <<= WrittenMaster()>>'s feet. <<case "dom">> @@ -167,46 +166,46 @@ You then tell your slave to kneel at your feet. <<case "masochist">> waits just long enough to receive a disciplinary slap, making $him blush with arousal as $he kneels before you. <<case "cumslut">> - is excited to be closer to your <<if canTaste($activeSlave)>>delicious<<else>>heavenly<</if>> crotch, and hurries to match $his eyes to your <<if $PC.dick > 0>>package<<else>>crotch<</if>>. + is excited to be closer to your <<if canTaste(getSlave($AS))>>delicious<<else>>heavenly<</if>> crotch, and hurries to match $his eyes to your <<if $PC.dick > 0>>package<<else>>crotch<</if>>. <<case "humiliation">> makes a big show of it as $he lowers $himself dramatically before you. <<case "buttslut">> - leans heavily forward so that $his ass sticks out ridiculously far as $he <<if hasAnyLegs($activeSlave)>>bends $his knee<<if hasBothLegs($activeSlave)>>s<</if>> and <</if>>goes to the floor. + leans heavily forward so that $his ass sticks out ridiculously far as $he <<if hasAnyLegs(getSlave($AS))>>bends $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>> and <</if>>goes to the floor. <<case "pregnancy">> - obeys your command and goes to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the floor<</if>>. + obeys your command and goes to <<if hasBothLegs(getSlave($AS))>>$his knees<<else>>the floor<</if>>. <<case "boobs">> pulls $his shoulders back strongly while leaning far enough forward to drag $his - <<if ($activeSlave.boobs >= 10000)>> + <<if (getSlave($AS).boobs >= 10000)>> weighty mammaries - <<elseif ($activeSlave.boobs >= 2000)>> + <<elseif (getSlave($AS).boobs >= 2000)>> cumbersome udders - <<elseif ($activeSlave.boobs >= 1000)>> + <<elseif (getSlave($AS).boobs >= 1000)>> massive slave tits - <<elseif ($activeSlave.boobs >= 800)>> + <<elseif (getSlave($AS).boobs >= 800)>> forward-thrust breasts - <<elseif ($activeSlave.boobs >= 500)>> + <<elseif (getSlave($AS).boobs >= 500)>> meager chest - <<elseif ($activeSlave.boobs <= 400)>> + <<elseif (getSlave($AS).boobs <= 400)>> pathetic slave boobs <<else>> tits <</if>> across your body as $he goes down. <<default>> - obeys your command and goes to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the floor<</if>>. + obeys your command and goes to <<if hasBothLegs(getSlave($AS))>>$his knees<<else>>the floor<</if>>. <</switch>> <<else>> - obeys your command and goes to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the floor<</if>>. + obeys your command and goes to <<if hasBothLegs(getSlave($AS))>>$his knees<<else>>the floor<</if>>. <</if>> <</if>> -<<if ($activeSlave.devotion < -20)>> +<<if (getSlave($AS).devotion < -20)>> The other slaves guide $him to adjust $his posture so $his eyes are directly in line with your <<if $PC.dick > 0>>package<<else>>crotch<</if>>. <<else>> $He kneels so that $his eyes are directly level with your <<if $PC.dick > 0>>package<<else>>crotch<</if>>. <</if>> <<if $PC.dick > 0>> - <<if ($activeSlave.energy > 50)>> + <<if (getSlave($AS).energy > 50)>> $He cant help but stare in lust at your <<if $PC.balls >= 30>> monstrous, massive pair of watermelon sized balls. @@ -225,23 +224,23 @@ You then tell your slave to kneel at your feet. <</if>> Now kneeling at your feet naked before you, your slave waits for $his <<= WrittenMaster()>>'s command. You take some time to survey the slut's properly displayed body. -<<if $activeSlave.butt > 6>> - $His massive ass is so huge that $he it squishes around $his heel<<if hasBothLegs($activeSlave)>>s<</if>>, almost reaching the floor. -<<elseif $activeSlave.butt > 4>> +<<if getSlave($AS).butt > 6>> + $His massive ass is so huge that $he it squishes around $his heel<<if hasBothLegs(getSlave($AS))>>s<</if>>, almost reaching the floor. +<<elseif getSlave($AS).butt > 4>> $His <<print either("ass", "rear end")>> is so round and large it rolls out from $his back in two perfect mounds. The cheeks are so thick it forms a perfect crevice between them, more than a couple <<if $showInches == 2>>inches<<else>>centimeters<</if>> deep. -<<elseif $activeSlave.butt > 2>> - $His nice <<print either("plump", "thick")>> <<print either("ass", "butt")>> curves out noticeably, even while $he sits on $his knee<<if hasBothLegs($activeSlave)>>s<</if>>. +<<elseif getSlave($AS).butt > 2>> + $His nice <<print either("plump", "thick")>> <<print either("ass", "butt")>> curves out noticeably, even while $he sits on $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>. <<else>> - $His cute and tight ass rests gently on $his ankle<<if hasBothLegs($activeSlave)>>s<</if>>. + $His cute and tight ass rests gently on $his ankle<<if hasBothLegs(getSlave($AS))>>s<</if>>. <</if>> -<<if ($activeSlave.energy > 95)>> +<<if (getSlave($AS).energy > 95)>> $His eyes fill with lust at the helplessness of kneeling at your crotch. <</if>> -<<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> +<<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> $He keeps $his eyes down and poises $his body to be fully available to $his <<= WrittenMaster()>>, trying to model for you the image of the perfect submissive. <<case "dom">> @@ -249,118 +248,118 @@ Now kneeling at your feet naked before you, your slave waits for $his <<= Writte <<case "masochist">> $He positions $himself uncomfortably, bringing visual pleasure to you and pain to $himself. $He accentuates $his most sensitive parts, inviting you to slap or spank them. <<case "cumslut">> - $he goes to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>, all the while staring at your <<if $PC.dick != 0>>manly bulge<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>feminine mound<</if>>. + $he goes to $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>, all the while staring at your <<if $PC.dick != 0>>manly bulge<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>feminine mound<</if>>. <<case "humiliation">> $He eagerly takes to this humiliating position, hoping to demonstrate $his willingness to be degraded by $his <<= WrittenMaster()>>. <<case "buttslut">> $He positions $himself, sticking $his butt out as far as $he can manage, hoping to draw your attention to $his favorite area. <<case "boobs">> $he kneels with $his back strongly arching far back and diligently works to touch $his elbows behind $his back to best display $his - <<if ($activeSlave.boobs >= 10000)>> + <<if (getSlave($AS).boobs >= 10000)>> colossal mammaries - <<elseif ($activeSlave.boobs >= 2000)>> + <<elseif (getSlave($AS).boobs >= 2000)>> gigantic udders - <<elseif ($activeSlave.boobs >= 1000)>> + <<elseif (getSlave($AS).boobs >= 1000)>> massive slave tits - <<elseif ($activeSlave.boobs >= 800)>> + <<elseif (getSlave($AS).boobs >= 800)>> prominent breasts - <<elseif ($activeSlave.boobs >= 400)>> + <<elseif (getSlave($AS).boobs >= 400)>> modest chest - <<elseif ($activeSlave.boobs <= 400)>> + <<elseif (getSlave($AS).boobs <= 400)>> pathetic slave boobs <</if>> for $his <<= WrittenMaster()>>. - <<if ($activeSlave.lactation > 0)>> + <<if (getSlave($AS).lactation > 0)>> milk dribbles down the soft curves of $his chest as a further sign of $his arousal. <</if>> This is, of course, how all slaves are supposed to kneel, but $he takes the pose with added dedication. <<default>> - $He positions $himself with $his knee<<if hasBothLegs($activeSlave)>>s<</if>> spread wide, hoping that you will turn your attention to <<if canDoVaginal($activeSlave)>>$his wet pussy<<elseif canAchieveErection($activeSlave)>>$his hard cock<<else>>$him<</if>>. + $He positions $himself with $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>> spread wide, hoping that you will turn your attention to <<if canDoVaginal(getSlave($AS))>>$his wet pussy<<elseif canAchieveErection(getSlave($AS))>>$his hard cock<<else>>$him<</if>>. <</switch>> <</if>> <</if>> You give $him permission to speak, and tell $him that $he may beg $his <<= WrittenMaster()>>. -<<if ($activeSlave.devotion < -20)>> - <<if ($activeSlave.trust < -50)>> - <<switch $activeSlave.rules.punishment>> +<<if (getSlave($AS).devotion < -20)>> + <<if (getSlave($AS).trust < -50)>> + <<switch getSlave($AS).rules.punishment>> <<case "confinement">> - Your slave simply <<if hasAnyArms($activeSlave)>>presses $his hand<<if hasBothArms($activeSlave)>>s<</if>> together and <</if>>begs you not to lock $him up in the bad-<<= $girl>> box. + Your slave simply <<if hasAnyArms(getSlave($AS))>>presses $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> together and <</if>>begs you not to lock $him up in the bad-<<= $girl>> box. <<case "whipping">> - Your slave simply <<if hasAnyArms($activeSlave)>>presses $his hand<<if hasBothArms($activeSlave)>>s<</if>> together and <</if>>begs you not to whip $him. + Your slave simply <<if hasAnyArms(getSlave($AS))>>presses $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> together and <</if>>begs you not to whip $him. <<case "chastity">> - <<if ($activeSlave.energy > 60)>> - Your slave simply presses $his hand<<if hasBothArms($activeSlave)>>s<</if>> together and begs you not to take away $his next orgasm + <<if (getSlave($AS).energy > 60)>> + Your slave simply presses $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> together and begs you not to take away $his next orgasm <<else>> Your slave simply asks that you not change $his punishment. $He fears you, but using chastity as a punishment is not an efficient way to command $his obedience, since $he has no sexual energy. <</if>> <</switch>> <<else>> - <<if ($activeSlave.behavioralFlaw == "bitchy")>> + <<if (getSlave($AS).behavioralFlaw == "bitchy")>> $He turns $his nose up in utter disgust. "Why, to feed your <<if $girl == "boy">>mi<<s>>andri<<s>>tic<<else>>mi<<s>>ogyni<<s>>tic<</if>> ego? Thank<<s>>, but no." $He looks at your other slaves holding $him down, "Why don't you get one of these mindle<<ss>> cunt<<s>> to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo. - <<elseif ($activeSlave.behaviorFlaw == "arrogant")>> + <<elseif (getSlave($AS).behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you," $he hisses. $He is disobedient and arrogant, a bad combo. - <<elseif ($activeSlave.behavioralFlaw == "liberated")>> + <<elseif (getSlave($AS).behavioralFlaw == "liberated")>> $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you relea<<s>>e me!" $he scowls, "Or I'm going to call the poli<<c>>e!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fare in jail. - <<elseif ($activeSlave.behavioralFlaw == "odd")>> + <<elseif (getSlave($AS).behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. <<else>> $He simply sits there, struggling against the hands holding $him down. <</if>> <</if>> This is clearly the best you are going to get out of $him until $he is better trained. You - <<if ($activeSlave.trust >= -50)>> + <<if (getSlave($AS).trust >= -50)>> signal your loyal slaves to lift $him to $his feet, and <</if>> send $him away for now. -<<elseif ($activeSlave.devotion < 20)>> - <<if ($activeSlave.behavioralFlaw == "bitchy")>> +<<elseif (getSlave($AS).devotion < 20)>> + <<if (getSlave($AS).behavioralFlaw == "bitchy")>> $He turns $his nose up in utter disgust. "Why, to feed your <<if $girl == "boy">>mi<<s>>andri<<s>>tic<<else>>mi<<s>>ogyni<<s>>tic<</if>> ego? Thank<<s>>, but no." $He looks at your other slaves holding $him down, "Why don't you get one of the<<s>>e mindle<<ss>> cunt<<s>> to do it? Or are they not hot enough?" $He is disobedient and bitchy, a bad combo. - <<elseif ($activeSlave.behaviorFlaw == "arrogant")>> + <<elseif (getSlave($AS).behaviorFlaw == "arrogant")>> $He tries to cock $his shoulders back, giving a death glare to the slaves holding $him in place, "I don't need anything from you," $he hisses. $He is disobedient and arrogant, a bad combo. - <<elseif ($activeSlave.behavioralFlaw == "liberated")>> + <<elseif (getSlave($AS).behavioralFlaw == "liberated")>> $He does $his best to spit in your face, but the height difference means $he only stains your shirt. "I demand you relea<<s>>e me!" $he scowls, "Or I'm going to call the poli<<c>>e!" You smile at $his pathetically outdated worldview. You tell $him that's a good idea, since you know how rebellious slaves fair in jail. - <<elseif ($activeSlave.behavioralFlaw == "odd")>> + <<elseif (getSlave($AS).behavioralFlaw == "odd")>> $He purses $his lips and bounces on $his heels in futile rebellion. "Nuh-uh." $he puffs, shaking $his head wildly. - <<elseif ($activeSlave.sexualFlaw == "shamefast")>> + <<elseif (getSlave($AS).sexualFlaw == "shamefast")>> $He tries to cover $his naked body from your gaze "Plea<<s>>e, can I ju<<s>>t put <<s>>ome clothe<<s>> on?" <<else>> $He looks up at you with a sudden glimpse of hope, and begins to plead, "Plea<<s>>e, <<s>>ir, plea<<s>>e <<s>>et me free. I don't want to be here. - <<if ($activeSlave.energy < 50)>> + <<if (getSlave($AS).energy < 50)>> I have no de<<s>>ire for <<s>>e<<x>>. I don't want to be your toy! Plea<<s>>e let me go." <<else>> I might even come back to <<sh>>are con<<s>>en<<s>>ual love with you. I ju<<s>>t don't want to be property. Plea<<s>>e, let me go." <</if>> <</if>> You tell your slave to rise to $his feet. Even though $he desired the impossible, it wasn't a total waste. You feel as though you have a pretty good understanding of where your slave stands. You send $him away with $his request denied, and you resolve to break $him more in the coming weeks. -<<elseif ($activeSlave.devotion <= 60)>> +<<elseif (getSlave($AS).devotion <= 60)>> Your slave looks at $his <<= WrittenMaster()>> with obedient eyes. -<<elseif ($activeSlave.devotion <= 100)>> +<<elseif (getSlave($AS).devotion <= 100)>> Your devoted slave takes the begging position, - <<if ($activeSlave.fetish != "submissive")>> - $he even brings $his hand<<if hasBothArms($activeSlave)>>s<</if>> up like a dog's paws. + <<if (getSlave($AS).fetish != "submissive")>> + $he even brings $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> up like a dog's paws. <<else>> - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> and $he bows $his head in total submission. - <<if ($activeSlave.nipplesPiercing > 0)>> + <<if (getSlave($AS).nipplesPiercing > 0)>> The armbinder thrusts $his tits out nicely, and $his nipple rings are pulled tight by the weighted bells weighing them down. - <<elseif ($activeSlave.nipplesPiercing > 1)>> + <<elseif (getSlave($AS).nipplesPiercing > 1)>> The armbinder thrusts $his tits out nicely, and ensures that $his nipple chains are pulled tight by the angle of $his shoulders. <<BoobWatch>> The bells on $his nipple piercings jungle sweetly as $he breathes. <<else>> The armbinder thrusts $his tits out nicely and $his nipples are now red from the clamps pressing down hard on $his sensitive flesh. Every painful shudder makes the bells jungle ever so sweetly. <</if>> <<else>> - $he even brings $his hand<<if hasBothArms($activeSlave)>>s<</if>> up like a dog's paws. + $he even brings $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> up like a dog's paws. <</if>> <</if>> "Ye<<s>> Ma<<s>>ter. Thank you, <<Master>>." $He is fully subservient to you, and would do anything to please you. <</if>> -<<if ($activeSlave.devotion > 20)>> +<<if (getSlave($AS).devotion > 20)>> /*eventually plan to make a string of Paraphilia text, which will be stronger versions of their fetish counterparts. */ - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> $He adjusts $his monoglove behind $his back, jingling $his nipple bells as $he does "Plea<<s>>e <<Master>>," $he begs with genuine humility, "Plea<<s>>e use your slave in whatever way you see fit. This <<s>>lave has no purpose but to please $his <<Master>>" <<case "dom">> @@ -397,51 +396,51 @@ You give $him permission to speak, and tell $him that $he may beg $his <<= Writt $He sits so that $his body is on full display, "Plea<<s>>e <<Master>>, u<<s>>e me and humiliate me. Take me out to the public <<s>>quare <<s>>o that everyone can <<s>>ee you overpower me." <<case "buttslut">> $He positions $his back so $his ass sticks out even further "<<Master>>," $he begs, "u<<s>>e my a<<ss>>! - <<if ($activeSlave.sexualQuirk == "painal")>> + <<if (getSlave($AS).sexualQuirk == "painal")>> Make me <<s>>queal! <</if>> I ju<<s>>t need your cock in my mo<<s>>t u<<s>>eful fuckhole, plea<<s>>e!" <<case "boobs">> - $He <<if (!hasAnyArms($activeSlave))>>leans $his head back and juts out $his tits, raising<<else>>takes $his hand<<if (hasBothArms($activeSlave))>>s<</if>> and presses $his tits together, lifting<</if>> them to display for you $his primary purpose in life. - <<if ($activeSlave.lactation > 0)>> - More milk <<if (!hasAnyArms($activeSlave))>>dribbles<<else>>squirts<</if>> from each teat as $he bears them. + $He <<if (!hasAnyArms(getSlave($AS)))>>leans $his head back and juts out $his tits, raising<<else>>takes $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> and presses $his tits together, lifting<</if>> them to display for you $his primary purpose in life. + <<if (getSlave($AS).lactation > 0)>> + More milk <<if (!hasAnyArms(getSlave($AS)))>>dribbles<<else>>squirts<</if>> from each teat as $he bears them. <</if>> - "I beg of you, <<Master>>, I need you to u<<s>>e my tit<<s>>. <<S>>uck them, <<s>>queeze them, fuck them, I cannot cum without you u<<s>>ing my <<s>>lave tit<<s>>! I am nothing more than a <<if canWalk($activeSlave)>>walking <</if>>tit-carrier, and my only purpo<<s>>e i<<s>> to offer the<<s>>e brea<<s>>t<<s>> to you." + "I beg of you, <<Master>>, I need you to u<<s>>e my tit<<s>>. <<S>>uck them, <<s>>queeze them, fuck them, I cannot cum without you u<<s>>ing my <<s>>lave tit<<s>>! I am nothing more than a <<if canWalk(getSlave($AS))>>walking <</if>>tit-carrier, and my only purpo<<s>>e i<<s>> to offer the<<s>>e brea<<s>>t<<s>> to you." <<case "pregnant">> - $He begins to <<if (hasAnyArms($activeSlave))>>caress<<else>>stick out<</if>> $his stomach. "U<<s>>e me a<<s>> your breeder, <<Master>>, plea<<s>>e! I ju<<s>>t want to be filled with your <<s>>eed forever!" + $He begins to <<if (hasAnyArms(getSlave($AS)))>>caress<<else>>stick out<</if>> $his stomach. "U<<s>>e me a<<s>> your breeder, <<Master>>, plea<<s>>e! I ju<<s>>t want to be filled with your <<s>>eed forever!" <<default>> - $He kneels <<if hasBothLegs($activeSlave)>>with $his legs far spread<<else>>on the floor<</if>>. "U<<s>>e my fuckhole <<Master>>, I beg you. Plea<<s>>e, I need you to fuck me!" + $He kneels <<if hasBothLegs(getSlave($AS))>>with $his legs far spread<<else>>on the floor<</if>>. "U<<s>>e my fuckhole <<Master>>, I beg you. Plea<<s>>e, I need you to fuck me!" <</switch>> <<else>> "<<Master>>, I e<<x>>i<<s>>t to <<s>>erve you." $He say, "I have no other purpo<<s>>e in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here <<s>>erving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest. - <<if ($activeSlave.behavioralQuirk == "advocate")>> + <<if (getSlave($AS).behavioralQuirk == "advocate")>> "I <<s>>ee now," $he continues, "that <<s>>lavery really i<<s>> a $woman'<<s>> rightful pla<<c>>e. <<He>> ha<<s>> no purpo<<s>>e e<<x>><<c>>ept to <<s>>erve <<his>> <<Master>>." <</if>> <</if>> <<else>> "<<Master>>, I exi<<s>>t to <<s>>erve you." $He says, "I have no other purpo<<s>>e in life. I beg of you, plea<<s>>e never let me leave your <<s>>ervi<<c>>e. Let me wait on you forever. I <<s>>wear I will alway<<s>> be obedient. Let me cook your meal<<s>>, clean your penthou<<s>>e, care for your other <<s>>lave<<s>>, even make me a cow. I don't care, a<<s>> long a<<s>> I'm here <<s>>erving you." $He knows that $his rightful place is a slave, and $he is dedicated to living out that role to the fullest. - <<if ($activeSlave.behavioralQuirk == "advocate")>> + <<if (getSlave($AS).behavioralQuirk == "advocate")>> "I <<s>>ee now," $he continues, "that <<s>>lavery really i<<s>> a $woman'<<s>> rightful pla<<c>>e. <<He>> ha<<s>> no purpo<<s>>e e<<x>><<c>>ept to <<s>>erve <<his>> <<Master>>." <</if>> <</if>> You smile at your obedient little slave, and agree to grant $his request. <</if>> -<<if (random(1,100) > (100 + $activeSlave.devotion))>> - <<if ($activeSlave.fetish != "submissive") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw != "liberated")>> +<<if (random(1,100) > (100 + getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish != "submissive") && (getSlave($AS).energy <= 95) && (getSlave($AS).behavioralFlaw != "liberated")>> Seeing the humiliating acts your slaves are expected to perform has made $him @@.red;determined to be free.@@ - <<set $activeSlave.behavioralFlaw = "liberated">> + <<set getSlave($AS).behavioralFlaw = "liberated">> <</if>> -<<elseif (random(1,100) > (110 - $activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.behavioralFlaw != "liberated")>> +<<elseif (random(1,100) > (110 - getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).behavioralFlaw != "liberated")>> Feeling the joy of kneeling before such a powerful <<= WrittenMaster()>> and begging at his feet has @@.lightcoral;encouraged $him to be more submissive.@@ - <<set $activeSlave.fetish = "submissive", $activeSlave.fetishKnown = 1>> + <<set getSlave($AS).fetish = "submissive", getSlave($AS).fetishKnown = 1>> <</if>> <</if>> <<if passage() != "Slave Interact">> - <<set _fl = $slaveIndices[$activeSlave.ID]>> + <<set _fl = $slaveIndices[getSlave($AS).ID]>> <<if def _fl>> - <<set $slaves[_fl] = $activeSlave>> + <<set $slaves[_fl] = getSlave($AS)>> <</if>> <</if>> \ No newline at end of file diff --git a/src/npc/descriptions/fBellyFuck.tw b/src/npc/interaction/fBellyFuck.tw similarity index 54% rename from src/npc/descriptions/fBellyFuck.tw rename to src/npc/interaction/fBellyFuck.tw index da0aeeed7d25b9f78692663e5de5867cfc98aa4d..febe54b84ee640f729d7150d6722e93b37020eea 100644 --- a/src/npc/descriptions/fBellyFuck.tw +++ b/src/npc/interaction/fBellyFuck.tw @@ -1,40 +1,40 @@ :: FBellyFuck [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> You have $him brought to you so that you can fuck $his hyperpregnant body. -<<if tooBigBelly($activeSlave)>> +<<if tooBigBelly(getSlave($AS))>> $He is pinned to the ground by $his - <<if $activeSlave.bellyPreg >= 1000000>> + <<if getSlave($AS).bellyPreg >= 1000000>> impossibly exploded baby bump, - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif getSlave($AS).bellyPreg >= 750000>> massively swollen baby bump, - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif getSlave($AS).bellyPreg >= 600000>> titanic baby belly, <<else>> massive belly, <</if>> and won't be a particularly able lover because of this, but enjoying $his immobility is half the point. -<<elseif !hasAnyLegs($activeSlave)>> +<<elseif !hasAnyLegs(getSlave($AS))>> $He has no limbs to stand on, so $he is left resting atop $his - <<if $activeSlave.bellyPreg >= 1000000>> + <<if getSlave($AS).bellyPreg >= 1000000>> impossibly exploded baby bump. - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif getSlave($AS).bellyPreg >= 750000>> massively swollen baby bump. - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif getSlave($AS).bellyPreg >= 600000>> titanic baby belly. <<else>> massive belly. <</if>> $He won't be a particularly able lover, but enjoying $his immobility is half the point. -<<elseif !canWalk($activeSlave)>> +<<elseif !canWalk(getSlave($AS))>> $He can't support $himself, so $he is left leaning against $his - <<if $activeSlave.bellyPreg >= 1000000>> + <<if getSlave($AS).bellyPreg >= 1000000>> impossibly exploded baby bump. - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif getSlave($AS).bellyPreg >= 750000>> massively swollen baby bump. - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif getSlave($AS).bellyPreg >= 600000>> titanic baby belly. <<else>> massive belly. @@ -42,11 +42,11 @@ You have $him brought to you so that you can fuck $his hyperpregnant body. $He won't be a particularly able lover, but enjoying $his immobility is half the point. <<else>> $He can still stand despite $his - <<if $activeSlave.bellyPreg >= 1000000>> + <<if getSlave($AS).bellyPreg >= 1000000>> impossibly exploded baby bump, - <<elseif $activeSlave.bellyPreg >= 750000>> + <<elseif getSlave($AS).bellyPreg >= 750000>> massively swollen baby bump, - <<elseif $activeSlave.bellyPreg >= 600000>> + <<elseif getSlave($AS).bellyPreg >= 600000>> titanic baby belly, <<else>> massive belly, @@ -54,45 +54,45 @@ You have $him brought to you so that you can fuck $his hyperpregnant body. and won't be a particularly able lover because of this, but enjoying this obstacle is half the point. <</if>> Once $he is situated in the center of your office, you walk a circle around $him, taking special care to -<<if ($activeSlave.bellyTat == "a heart")>> +<<if (getSlave($AS).bellyTat == "a heart")>> trace a hand over the obliterated heart shaped tattoo on the front of $his immensely stretched belly. -<<elseif ($activeSlave.bellyTat == "a star")>> +<<elseif (getSlave($AS).bellyTat == "a star")>> trace a hand over the obliterated star shaped tattoo on the front of $his immensely stretched belly. -<<elseif ($activeSlave.bellyTat == "a butterfly")>> +<<elseif (getSlave($AS).bellyTat == "a butterfly")>> trace a hand over the obliterated butterfly tattoo on the front of $his immensely stretched belly. <<else>> trace a hand over the obliterated, stretched out expanse of slightly darker flesh where $his belly button used to be. <</if>> -<<if $activeSlave.devotion > 95>> - $He purrs in response to your touch, leaning forward against $his belly and <<if !hasAnyLegs($activeSlave)>>wiggles<<else>>lifts $his toes off the ground as $he <<if hasBothLegs($activeSlave)>>spreads $his legs<<else>>moves $his leg<</if>><</if>> in preparation for you. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<if getSlave($AS).devotion > 95>> + $He purrs in response to your touch, leaning forward against $his belly and <<if !hasAnyLegs(getSlave($AS))>>wiggles<<else>>lifts $his toes off the ground as $he <<if hasBothLegs(getSlave($AS))>>spreads $his legs<<else>>moves $his leg<</if>><</if>> in preparation for you. +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> $He groans at your touch. <<else>> $He winces at your touch. <</if>> When you get to $his rear, you slap $his -<<if $activeSlave.butt > 11>> +<<if getSlave($AS).butt > 11>> insanely enormous ass, -<<elseif $activeSlave.butt > 5>> +<<elseif getSlave($AS).butt > 5>> huge ass, -<<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> +<<elseif Math.floor(getSlave($AS).buttImplant/getSlave($AS).butt) > .60>> jiggly, saline filled ass, -<<elseif $activeSlave.butt > 2>> +<<elseif getSlave($AS).butt > 2>> thick ass, <<else>> pert ass, <</if>> -and then spread $his cheeks for easier access to $his <<if canDoVaginal($activeSlave)>>cunt. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strap-on<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear -<<if $activeSlave.belly > $activeSlave.pregAdaptation*2000>> +and then spread $his cheeks for easier access to $his <<if canDoVaginal(getSlave($AS))>>cunt. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Heaving upward, you push $him fully onto $his belly, then lean into $him, fucking $him in a unique spin on the wheelbarrow position<<if $PC.dick == 0>> with your strap-on<</if>> and setting $his tightly packed gut to jiggling. $He moans in mixed pain and pleasure as you bring $him over the edge and, by the time you finish with $him and allow $him to return to $his duties, it's clear +<<if getSlave($AS).belly > getSlave($AS).pregAdaptation*2000>> that your recent escapades <span class="health dec">have done lasting damage to $his body.</span> - <<run healthDamage($activeSlave, 10)>> + <<run healthDamage(getSlave($AS), 10)>> <<else>> that you've left $him thoroughly exhausted. <</if>> <<if passage() != "Slave Interact">> - <<set _fv = $slaveIndices[$activeSlave.ID]>> + <<set _fv = $slaveIndices[getSlave($AS).ID]>> <<if def _fv>> - <<set $slaves[_fv] = $activeSlave>> + <<set $slaves[_fv] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/npc/descriptions/fBoobs.tw b/src/npc/interaction/fBoobs.tw similarity index 51% rename from src/npc/descriptions/fBoobs.tw rename to src/npc/interaction/fBoobs.tw index 9564757046c3c20c61729a78f2a794cc2337dbd8..dc28b7147f9e54e466a1b18d747b1cbc8f4efeea 100644 --- a/src/npc/descriptions/fBoobs.tw +++ b/src/npc/interaction/fBoobs.tw @@ -1,117 +1,117 @@ :: FBoobs [nobr] -<<set $activeSlave.counter.mammary++, $mammaryTotal++>> -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> +<<set getSlave($AS).counter.mammary++, $mammaryTotal++>> You call $him over so you can play with $his -<<if ($activeSlave.boobs >= 20000)>> +<<if (getSlave($AS).boobs >= 20000)>> colossal -<<elseif ($activeSlave.boobs >= 10000)>> +<<elseif (getSlave($AS).boobs >= 10000)>> massive -<<elseif ($activeSlave.boobs >= 5000)>> +<<elseif (getSlave($AS).boobs >= 5000)>> monster -<<elseif ($activeSlave.boobs >= 1000)>> +<<elseif (getSlave($AS).boobs >= 1000)>> huge -<<elseif ($activeSlave.boobsImplant > 250)>> +<<elseif (getSlave($AS).boobsImplant > 250)>> fake -<<elseif ($activeSlave.boobs >= 650)>> +<<elseif (getSlave($AS).boobs >= 650)>> big -<<elseif ($activeSlave.boobs >= 300)>> +<<elseif (getSlave($AS).boobs >= 300)>> small <<else>> flat <</if>> tits. -<<if ($activeSlave.boobsTat == "tribal patterns")>> +<<if (getSlave($AS).boobsTat == "tribal patterns")>> The tattoos on $his breasts certainly draw attention to $his nipples. -<<elseif ($activeSlave.boobsTat == "scenes")>> +<<elseif (getSlave($AS).boobsTat == "scenes")>> The tattoos on $his abdomen nicely illustrate what you mean to do with $him: a titfuck. -<<elseif ($activeSlave.boobsTat == "degradation")>> +<<elseif (getSlave($AS).boobsTat == "degradation")>> The tattoos on $his chest are asking you to use those breasts, after all. <</if>> -<<if ($activeSlave.nipples == "huge")>> +<<if (getSlave($AS).nipples == "huge")>> $His nipples are so large they give $his breasts an unavoidably lewd appeal as they jut outward. -<<elseif ($activeSlave.nipples == "puffy")>> +<<elseif (getSlave($AS).nipples == "puffy")>> $His puffy nipples beg to be sucked. -<<elseif ($activeSlave.nipples == "partially inverted") && ($activeSlave.nipplesPiercing == 0)>> +<<elseif (getSlave($AS).nipples == "partially inverted") && (getSlave($AS).nipplesPiercing == 0)>> $His partially inverted nipples should protrude at the slightest stimulation. -<<elseif ($activeSlave.nipples == "inverted") && ($activeSlave.nipplesPiercing == 0)>> +<<elseif (getSlave($AS).nipples == "inverted") && (getSlave($AS).nipplesPiercing == 0)>> $His inverted nipples form lewd little creases across $his areolae. -<<elseif $activeSlave.nipples == "fuckable">> - <<if $activeSlave.lactation>> +<<elseif getSlave($AS).nipples == "fuckable">> + <<if getSlave($AS).lactation>> $His nipplecunts are leaking milk and begging to be penetrated. <<else>> $His nipplecunts form lewd little slits across $his areolae. <</if>> <</if>> -<<if ($activeSlave.nipplesPiercing > 1) && !hasAnyLegs($activeSlave)>> +<<if (getSlave($AS).nipplesPiercing > 1) && !hasAnyLegs(getSlave($AS))>> You carry $him over, playing with the chain between $his nipples. -<<elseif ($activeSlave.nipplesPiercing > 1)>> +<<elseif (getSlave($AS).nipplesPiercing > 1)>> You pull $him over by the chain between $his nipples. -<<elseif ($activeSlave.nipplesPiercing == 1)>> +<<elseif (getSlave($AS).nipplesPiercing == 1)>> $His nipple piercings glint enticingly. <</if>> <<if $PC.belly >= 5000>> <<if $PC.dick != 0>> You lay $him down on the couch on $his back, lather oil onto $his breasts and gingerly straddle $his face; your stiff prick between $his tits and under your belly, and your needy cunt over $his mouth. - <<if ($activeSlave.boobs >= 20000)>> + <<if (getSlave($AS).boobs >= 20000)>> $His breasts are so colossal you can barely maintain this position. They completely devour your dick and threaten to swallow up your pregnant belly as well. Between $his licking, and the fleshy prison surrounding your privates, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobs >= 10000)>> + <<elseif (getSlave($AS).boobs >= 10000)>> $His breasts are so massive you can barely maintain this position. They completely devour your dick and swell around the sides of your pregnancy as well. Between $his licking, and the fleshy prison surrounding your privates, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobs >= 5000)>> + <<elseif (getSlave($AS).boobs >= 5000)>> $His breasts are so monstrous they completely devour your dick and tickle your pregnant belly. Pushing $his breasts together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobs >= 1000)>> + <<elseif (getSlave($AS).boobs >= 1000)>> $His huge breasts fill the area under your pregnancy nicely. Pushing them together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobsImplant > 250)>> + <<elseif (getSlave($AS).boobsImplant > 250)>> $His fake breasts fill the area under your pregnancy nicely. Pushing them together under your gravidness, you thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobs >= 650)>> + <<elseif (getSlave($AS).boobs >= 650)>> $His big breasts fill the area under your pregnancy nicely. You thrust between them and the underside of your middle, all the while rubbing your pussy into $his face. With $his licking, and all the flesh against your cock, it doesn't take long for you to soak $his face and plant your seed deep into $his cleavage. - <<elseif ($activeSlave.boobs >= 300)>> + <<elseif (getSlave($AS).boobs >= 300)>> You have to feel around under your pregnancy to hold your cock against $his tiny breasts. You thrust against them and your hand, while the other teases your middle, all the while rubbing your pussy against $his face. Between $his licking, and your own teasing, it doesn't take long for you to soak $his face and splatter your seed across $his front. <<else>> You have to lean forward and pin your cock against $his flat chest with the underside of your own pregnancy to make any real channel to thrust into. You fondle your belly<<if $PC.boobs >= 300>> and breasts<</if>>, all the while rubbing your pussy against $his face. Between $his licking, and your own teasing, it doesn't take long for you to soak $his face and splatter your seed across your underbelly and $his front. You turn around and have $his lick you clean before pulling your gravid bulk off of $him. <</if>> <<else>> You lay $him down on the couch on $his back, lather oil onto $his breasts and gingerly straddle $his face; your needy cunt over $his mouth. - <<if ($activeSlave.boobs >= 20000)>> + <<if (getSlave($AS).boobs >= 20000)>> $His breasts are so colossal you can barely maintain this position, but they are massively fun to play with as $he eats you out. You massage your pregnancy with $his acres of breast flesh, teasing your own stretched skin with $hers. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you fall into $his endless cleavage for a short rest. - <<elseif ($activeSlave.boobs >= 10000)>> + <<elseif (getSlave($AS).boobs >= 10000)>> $His breasts are so massive you can barely maintain this position, but they are fun to play with as $he eats you out. You massage the edges of your pregnancy with $his breast flesh, teasing your own stretched skin with $hers. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you fall into $his immense cleavage for a short rest. - <<elseif ($activeSlave.boobs >= 5000)>> + <<elseif (getSlave($AS).boobs >= 5000)>> $His breasts are so monstrous they make a fabulous rest for your pregnancy as $he eats you out. You tease $his breasts using your baby bump, rubbing it against them and vice versa. You can visibly see the vibrations running through $his tits as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his monster breasts for a quick rest. - <<elseif ($activeSlave.boobs >= 1000)>> + <<elseif (getSlave($AS).boobs >= 1000)>> $His breasts are huge enough to support your pregnancy as $he eats you out. You press your belly more and more into them as $his tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his huge breasts for a quick rest. - <<elseif ($activeSlave.boobs >= 650)>> + <<elseif (getSlave($AS).boobs >= 650)>> $His big breasts fill the area under your pregnancy nicely. You press your belly more and more into them as $his tongue delves deeper into your folds. You can visibly see the vibrations running through the breast flesh forced to the sides of your middle as you quiver from the mouth working your pussy. Thoroughly soaking $him, you dismount and lean against $his big breasts for a quick rest. - <<elseif ($activeSlave.boobs >= 300)>> + <<elseif (getSlave($AS).boobs >= 300)>> $His tiny breasts are completely covered by your pregnancy. You reach under yourself, grabbing what you can of $his breasts and pushing them against your crotch. Between rubbing $his breasts against your self and $his tongue in your pussy, you quickly climax, thoroughly soaking $him. <<else>> $His flat chest is completely covered by your pregnancy. Reach under yourself, you feel around until you find $his nipples. You tease $his flat chest until you're at you limit, thoroughly soaking $him, before dismounting and returning to your desk. <</if>> <</if>> -<<elseif isAmputee($activeSlave)>> +<<elseif isAmputee(getSlave($AS))>> <<if $PC.dick != 0>> - $His limbless <<if $seeRace == 1>>$activeSlave.race <</if>>torso makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if ($activeSlave.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him.<<if $PC.vagina != -1>> Your pussylips rub deliciously across $his sternum.<</if>> $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. + $His limbless <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>torso makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if (getSlave($AS).boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him.<<if $PC.vagina != -1>> Your pussylips rub deliciously across $his sternum.<</if>> $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. <<elseif $PC.boobs >= 300>> You set $his limbless torso upright on your lap, facing you, so that your breasts and $hers are resting heavily against one another. $He turns $his head to avoid getting splashed in the eyes as you add a generous coating of oil to the heaving breastflesh. You reach around to grab $him by the hips and slide $him up and down, giving you both a wonderful mammary oil massage. <<else>> You set $his limbless torso on the floor, and tease $him for a while until $his nipples are rock hard. This done, you kneel down on $him with each of your legs aside $his torso, and hump your pussy back and forth on the stiff nub of one nipple. $He lies there, unable to do anything but comply, squirming with the stimulation. <</if>> -<<elseif tooBigBelly($activeSlave)>> +<<elseif tooBigBelly(getSlave($AS))>> <<if $PC.dick != 0>> - $His excessively large belly makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and gingerly fit yourself between $his belly and $his breasts. With your cock between $his breasts, you <<if ($activeSlave.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him. You blast $him in the face with your cum in no time<<if $PC.vagina != -1>>, leaving your pussyjuice on $his belly where you rubbed against $him<</if>>. + $His excessively large belly makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and gingerly fit yourself between $his belly and $his breasts. With your cock between $his breasts, you <<if (getSlave($AS).boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him. You blast $him in the face with your cum in no time<<if $PC.vagina != -1>>, leaving your pussyjuice on $his belly where you rubbed against $him<</if>>. <<elseif $PC.boobs >= 300>> - You lie down on top of $him, face to face, forced high into the air by $his excessively large belly, so that your breasts press into $his<<if ($activeSlave.boobs >= 20000)>> colossal tits.<<elseif ($activeSlave.boobs >= 10000)>> massive tits.<<elseif ($activeSlave.boobs >= 5000)>> monster tits.<<elseif ($activeSlave.boobs >= 1000)>> huge tits.<<elseif ($activeSlave.boobsImplant > 250)>> fake tits.<<elseif ($activeSlave.boobs >= 650)>> big tits.<<elseif ($activeSlave.boobs >= 300)>> small tits.<<else>> flat chest.<</if>> Scooting around to stimulate your nipples against $his warm breastflesh, you kiss the slave while pushing a hand down between you to schlick yourself against $him. + You lie down on top of $him, face to face, forced high into the air by $his excessively large belly, so that your breasts press into $his<<if (getSlave($AS).boobs >= 20000)>> colossal tits.<<elseif (getSlave($AS).boobs >= 10000)>> massive tits.<<elseif (getSlave($AS).boobs >= 5000)>> monster tits.<<elseif (getSlave($AS).boobs >= 1000)>> huge tits.<<elseif (getSlave($AS).boobsImplant > 250)>> fake tits.<<elseif (getSlave($AS).boobs >= 650)>> big tits.<<elseif (getSlave($AS).boobs >= 300)>> small tits.<<else>> flat chest.<</if>> Scooting around to stimulate your nipples against $his warm breastflesh, you kiss the slave while pushing a hand down between you to schlick yourself against $him. <<else>> You set $his massively distended body on the floor, and tease $him for a while until $his nipples are rock hard. This done, you kneel down on $him with each of your legs aside $his torso, rear against the top of $his belly, and hump your pussy back and forth on the stiff nub of one nipple. $He lies there, desperately trying to reach around $his bulk to $his own pussy, but unable to do so, resorts to squirming with the stimulation. <</if>> -<<elseif tooBigBreasts($activeSlave)>> +<<elseif tooBigBreasts(getSlave($AS))>> <<if $PC.dick != 0>> $His excessive breasts make $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, lube $his cleavage, and straddle $his torso. $He holds $his udders together, creating a warm, wet channel as fuckable as any hole. You blast $him in the face with your cum in no time<<if $PC.vagina != -1>>, leaving your pussyjuice on $his chest where you rubbed against $him<</if>>. <<elseif $PC.boobs >= 300>> @@ -119,128 +119,128 @@ tits. <<else>> You set $his nearly helpless body on the floor and then scoot your hips under the massive weight of $his tits. The heft feels nice against you, and you worm a naughty hand under there to play with yourself in the warm cave formed by your pelvis and $his udders. <</if>> -<<elseif tooBigButt($activeSlave)>> +<<elseif tooBigButt(getSlave($AS))>> <<if $PC.dick != 0>> - $His excessive butt makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, $his butt hoisting $his crotch high above $his head, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if ($activeSlave.boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him<<if $PC.vagina != -1>>, leaving your pussyjuice on $his chest where you rubbed against $him<</if>>. $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. + $His excessive butt makes $him a unique appliance for mammary intercourse. You lay $him down on the ground on $his back, $his butt hoisting $his crotch high above $his head, lube $his cleavage, and straddle $his torso. With your cock between $his breasts, you <<if (getSlave($AS).boobs >= 650)>>squash $his tits together to form a nice lubricated channel,<<else>>hold your cock in place,<</if>> and ride back and forth on $him<<if $PC.vagina != -1>>, leaving your pussyjuice on $his chest where you rubbed against $him<</if>>. $He has some trouble breathing under the assault, but $he manages. And for the finale, $he's totally unable to avoid a perfect cumshot. <<elseif $PC.boobs >= 300>> You set $him upright on your lap, facing you, so that your breasts and $hers are resting heavily against one another and $his massive ass covers your lap. $He turns $his head to avoid getting splashed in the eyes as you add a generous coating of oil to the combined breastflesh. You reach around to grab $his luxurious ass and jiggle $him up and down, giving you both a wonderful mammary oil massage. <<else>> You set $his nearly helpless body on the floor and then scoot your hips under the massive weight of $his tits. The heft feels nice against you, and you worm a naughty hand under there to play with yourself in the warm cave formed by your pelvis and $his udders. <</if>> -<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>> - $He comes over hurriedly, already presenting $his breasts. $He gives you a titjob with $his lubricated cleavage while you sit at your desk, playing with $his own nipples and moaning with pleasure.<<if $PC.vagina != -1>> $He does $his best to push $his sternum hard against you, giving your pussy some stimulation, too.<</if>> As you get close to orgasm, you push $his hand<<if hasBothArms($activeSlave)>>s<</if>> away and take over, - <<if $activeSlave.nipples == "fuckable">> - running your fingers around the lip of $his $activeSlave.nipples nipples. When you finish, you drive them in, hard, +<<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && ($PC.dick != 0)>> + $He comes over hurriedly, already presenting $his breasts. $He gives you a titjob with $his lubricated cleavage while you sit at your desk, playing with $his own nipples and moaning with pleasure.<<if $PC.vagina != -1>> $He does $his best to push $his sternum hard against you, giving your pussy some stimulation, too.<</if>> As you get close to orgasm, you push $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> away and take over, + <<if getSlave($AS).nipples == "fuckable">> + running your fingers around the lip of $his getSlave($AS).nipples nipples. When you finish, you drive them in, hard, <<else>> - rolling $his $activeSlave.nipples nipples between your fingers and thumbs. When you finish, you give them a hard pull, + rolling $his getSlave($AS).nipples nipples between your fingers and thumbs. When you finish, you give them a hard pull, <</if>> sending $him gasping over the edge as well. -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.chastityPenis == 1)>> - $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeSlave.race <</if>>mouth and rubs a nipple with one hand and $his anal opening with the other, since $he can't touch $his cock. The situation brings $him some pleasure, but the first twitches of $his cock against $his chastity cage are so uncomfortable that $he subsides into busy mechanical dick sucking. $He writhes uncomfortably, frustrated beyond belief. -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.dick !== 0) && ($PC.dick != 0)>> - $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeSlave.race <</if>>mouth and <<if canAchieveErection($activeSlave)>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation. When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>> - $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>>$activeSlave.race <</if>>mouth and rubs $himself in anticipation. When you finish, $he <<if $PC.vagina != -1>>quickly swallows and then runs $his hot tongue down to your wet pussy, eagerly licking your juices<<else>>sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes<</if>>. -<<elseif $activeSlave.devotion < -20>> +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).chastityPenis == 1)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth and rubs a nipple with one hand and $his anal opening with the other, since $he can't touch $his cock. The situation brings $him some pleasure, but the first twitches of $his cock against $his chastity cage are so uncomfortable that $he subsides into busy mechanical dick sucking. $He writhes uncomfortably, frustrated beyond belief. +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).dick !== 0) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth and <<if canAchieveErection(getSlave($AS))>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation. When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger in $his eyes. $He gives you a titjob with $his lubricated cleavage while you sit at your desk. As a cumslut $he's almost desperate to get your cum into $him <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth and rubs $himself in anticipation. When you finish, $he <<if $PC.vagina != -1>>quickly swallows and then runs $his hot tongue down to your wet pussy, eagerly licking your juices<<else>>sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes<</if>>. +<<elseif getSlave($AS).devotion < -20>> $He tries to refuse you, so you throw $him down on the couch next to your desk and <<if $PC.dick != 0>> - squeeze lubricant between $his $activeSlave.skin breasts. You straddle $his torso, hold $his boobs together, and fuck $his cleavage<<if $PC.vagina != -1>>, grinding your hips down against $him to stimulate your pussy<</if>>. Your cum splashes $his crying face. + squeeze lubricant between $his <<= getSlave($AS).skin>> breasts. You straddle $his torso, hold $his boobs together, and fuck $his cleavage<<if $PC.vagina != -1>>, grinding your hips down against $him to stimulate your pussy<</if>>. Your cum splashes $his crying face. <<elseif $PC.boobs >= 300>> - squirt lubricant all over $his $activeSlave.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, stimulating your nipples wonderfully. $He tries to turn $his head away, but you reach up to force $his unwilling mouth to accept your insistent tongue. + squirt lubricant all over $his <<= getSlave($AS).skin>> breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, stimulating your nipples wonderfully. $He tries to turn $his head away, but you reach up to force $his unwilling mouth to accept your insistent tongue. <<else>> straddle $his face, grinding your pussy against $his unwilling mouth. You begin to grope $his breasts and pinch $his nipples to hardness, and when $he's slow at eating you out, you twist them cruelly. The pain makes $him squeal into your pussy, a lovely sensation, so you manhandle $him without mercy until you climax against $his gasping face. <</if>> -<<elseif ($activeSlave.devotion <= 20) && ($activeSlave.lactation > 0)>> +<<elseif (getSlave($AS).devotion <= 20) && (getSlave($AS).lactation > 0)>> $He lies on the couch next to your <<if $PC.dick != 0>> - desk and rubs lube over $his $activeSlave.skin chest so you can fuck $his tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. As you do, the pressure of your grip causes a thin rivulet of milk to run from each of $his nipples. Your cum covers $his reluctant face; between your semen<<if $PC.vagina != -1>>, the pussyjuice you left on $his chest,<</if>> and $his milk $he's quite a mess. + desk and rubs lube over $his <<= getSlave($AS).skin>> chest so you can fuck $his tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. As you do, the pressure of your grip causes a thin rivulet of milk to run from each of $his nipples. Your cum covers $his reluctant face; between your semen<<if $PC.vagina != -1>>, the pussyjuice you left on $his chest,<</if>> and $his milk $he's quite a mess. <<elseif $PC.boobs >= 300>> - desk and rubs lube over $his $activeSlave.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. $He begins to leak milk, adding $his cream to the lube between your breasts, and by the time you're done there's quite a mess. + desk and rubs lube over $his <<= getSlave($AS).skin>> breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. $He begins to leak milk, adding $his cream to the lube between your breasts, and by the time you're done there's quite a mess. <<else>> desk, and you've straddled $his face before $he can do anything more. You begin to grope $his breasts and pinch $his nipples to hardness as $he eats you out, your ministrations producing prompt jets of creamy milk, straight up into the air. You milk $him without mercy, shooting some of the stronger streams into your mouth as you ride $him, leaving $him to massage $his breasts gingerly as you get off $his face. <</if>> -<<elseif $activeSlave.devotion <= 20>> +<<elseif getSlave($AS).devotion <= 20>> $He lies on the couch next to your <<if $PC.dick != 0>> - desk and rubs lube over $his <<if $seeRace == 1>>$activeSlave.race <</if>>chest so you can fuck $his $activeSlave.skin tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. Your cum covers $his reluctant face<<if $PC.vagina != -1>>, and you hike yourself up a little higher to grind your pussy against $his mouth<</if>>. + desk and rubs lube over $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>chest so you can fuck $his <<= getSlave($AS).skin>> tits. You straddle $his torso, hold $his boobs together, and fuck $his cleavage. Your cum covers $his reluctant face<<if $PC.vagina != -1>>, and you hike yourself up a little higher to grind your pussy against $his mouth<</if>>. <<elseif $PC.boobs >= 300>> - desk and rubs lube over $his $activeSlave.skin breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. + desk and rubs lube over $his <<= getSlave($AS).skin>> breasts. Then, you lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. $He cannot ignore the slippery stimulation $his nipples are receiving, and you find $his mouth quite willing to receive your insistent tongue. <<else>> desk, and you've straddled $his face before $he can do anything more. You begin to grope $his breasts and pinch $his nipples to hardness as $he eats you out, your ministrations producing moans that feel quite nice against your clit. You maul $his boobs without mercy as you reach your climax, leaving $him to massage $his breasts gingerly as you get off $him. <</if>> -<<elseif ($activeSlave.lactation > 0)>> - Since $he's producing milk, $he gets an emotional high from breastfeeding, and $he sits on the edge of your desk for a while so you can use $him as a beverage dispenser while you work. Once $he's empty, $he gets down to <<if ($PC.dick == 0)>>eat you out.<<if hasAnyArms($activeSlave)>> As $he buries $his face between your legs, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining.<</if>><<else>>give you a titjob.<<if hasAnyArms($activeSlave)>> As you titfuck $him, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining.<</if>> Your cum covers $his <<if $seeRace == 1>>$activeSlave.race <</if>>face in no time, and $he's left with a spectacular mess to clean. $He laps it all up.<</if>> +<<elseif (getSlave($AS).lactation > 0)>> + Since $he's producing milk, $he gets an emotional high from breastfeeding, and $he sits on the edge of your desk for a while so you can use $him as a beverage dispenser while you work. Once $he's empty, $he gets down to <<if ($PC.dick == 0)>>eat you out.<<if hasAnyArms(getSlave($AS))>> As $he buries $his face between your legs, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining.<</if>><<else>>give you a titjob.<<if hasAnyArms(getSlave($AS))>> As you titfuck $him, $he gently rolls $his sore nipples around in $his fingers, quietly moaning and whining.<</if>> Your cum covers $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>face in no time, and $he's left with a spectacular mess to clean. $He laps it all up.<</if>> <<else>> <<if $PC.dick != 0>> - $He massages and toys with $his chest for your benefit, languidly rubbing lubricant over not only $his cleavage but $his entire chest, making sure every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin breasts are nice and shiny. $He gives you a titjob with $his lubricated cleavage while you sit at your desk<<if $PC.vagina != -1>>, doing $his best to run $his hard nipples between your pussylips whenever $he can<</if>>. Your cum covers $his <<if $seeRace == 1>>$activeSlave.race <</if>>face, and $he carefully licks it all off while continuing to play with $his erect nipples. + $He massages and toys with $his chest for your benefit, languidly rubbing lubricant over not only $his cleavage but $his entire chest, making sure every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his <<= getSlave($AS).skin>> breasts are nice and shiny. $He gives you a titjob with $his lubricated cleavage while you sit at your desk<<if $PC.vagina != -1>>, doing $his best to run $his hard nipples between your pussylips whenever $he can<</if>>. Your cum covers $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>face, and $he carefully licks it all off while continuing to play with $his erect nipples. <<elseif $PC.boobs >= 300>> - $He rubs lube over $his $activeSlave.skin breasts, flirting with you and sticking out $his chest, before lying down on the couch. You lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. You find $his mouth quite willing to receive your insistent tongue<<if hasAnyArms($activeSlave)>>, and while you make out, $he slips <<if hasBothArms($activeSlave)>>a<<else>>$his<</if>> hand down between your legs to give you a handjob, too<</if>>. + $He rubs lube over $his <<= getSlave($AS).skin>> breasts, flirting with you and sticking out $his chest, before lying down on the couch. You lie down atop $him with your breasts meshing with $hers and begin to slide up and down, titillating your nipples wonderfully. You find $his mouth quite willing to receive your insistent tongue<<if hasAnyArms(getSlave($AS))>>, and while you make out, $he slips <<if hasBothArms(getSlave($AS))>>a<<else>>$his<</if>> hand down between your legs to give you a handjob, too<</if>>. <<else>> $He flirts with you and sticks out $his chest before lying down on the couch. You've straddled $his face before $he can do anything more, and $he begins to eat you out with enthusiasm. You begin to grope $his breasts and pinch $his nipples to hardness as $he gives you oral, your ministrations producing moans that feel quite nice against your clit. You maul $his boobs without mercy as you reach your climax, but $he loves it all. <</if>> <</if>> -<<if (random(1,100) > (100+$activeSlave.devotion))>> - <<if ($activeSlave.fetish !== "boobs") && ($activeSlave.energy <= 95) && ($activeSlave.behavioralFlaw == "none")>> +<<if (random(1,100) > (100+getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish !== "boobs") && (getSlave($AS).energy <= 95) && (getSlave($AS).behavioralFlaw == "none")>> <<if $PC.vagina >= 0 && $PC.dick == 0>> Being manhandled and used by you has given $him a @@.flaw.gain;hatred of women.@@ - <<set $activeSlave.behavioralFlaw = "hates women">> + <<set getSlave($AS).behavioralFlaw = "hates women">> <<else>> Being manhandled and used has given $him a @@.flaw.gain;hatred of men.@@ - <<set $activeSlave.behavioralFlaw = "hates men">> + <<set getSlave($AS).behavioralFlaw = "hates men">> <</if>> <</if>> -<<elseif (random(1,100) > (110-$activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.behavioralFlaw != "hates men" || $PC.dick == 0) && ($activeSlave.behavioralFlaw != "hates women" || $PC.dick > 0)>> - Having attention and love lavished on $his boobs by $his <<= WrittenMaster($activeSlave)>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@ - <<set $activeSlave.fetish = "boobs", $activeSlave.fetishKnown = 1>> +<<elseif (random(1,100) > (110-getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).behavioralFlaw != "hates men" || $PC.dick == 0) && (getSlave($AS).behavioralFlaw != "hates women" || $PC.dick > 0)>> + Having attention and love lavished on $his boobs by $his <<= WrittenMaster(getSlave($AS))>> has $him thinking of $his @@.fetish.gain;breasts as sexual organs.@@ + <<set getSlave($AS).fetish = "boobs", getSlave($AS).fetishKnown = 1>> <</if>> <</if>> -<<if $activeSlave.lactation > 0>> - <<set $activeSlave.lactationDuration = 2>> - <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> +<<if getSlave($AS).lactation > 0>> + <<set getSlave($AS).lactationDuration = 2>> + <<set getSlave($AS).boobs -= getSlave($AS).boobsMilk, getSlave($AS).boobsMilk = 0>> <<else>> - <<= induceLactation($activeSlave)>> + <<= induceLactation(getSlave($AS))>> <</if>> -<<if hasAnyLegs($activeSlave)>> - <<switch $activeSlave.assignment>> +<<if hasAnyLegs(getSlave($AS))>> + <<switch getSlave($AS).assignment>> <<case "work in the dairy">> - $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary. + $He goes off to carefully wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> to keep production in $dairyName nice and sanitary. <<case "work as a farmhand">> - $He goes off to carefully wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName. + $He goes off to carefully wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> to make sure $he doesn't taint the food in $farmyardName. <<case "whore">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself. + $He heads off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to prostituting $himself. <<case "work in the brothel">> - $He goes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, even though it's likely to be splashed with customers' cum soon after $he returns to work. + $He goes to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, even though it's likely to be splashed with customers' cum soon after $he returns to work. <<case "serve the public">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he goes back out to fuck passersby. + $He heads off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> before $he goes back out to fuck passersby. <<case "serve in the club">> - $He goes to beautify $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so it can again serve as an ornament to $clubName. + $He goes to beautify $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> so it can again serve as an ornament to $clubName. <<case "work as a servant">> - $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, afraid $he's fallen behind on the chores while you used $him. + $He rushes to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, afraid $he's fallen behind on the chores while you used $him. <<case "work as a nanny">> - $He rushes to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, before hurrying to continue taking care of the children in $nurseryName. + $He rushes to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, before hurrying to continue taking care of the children in $nurseryName. <<case "rest">> - $He stumbles off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before crawling back into bed. + $He stumbles off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> before crawling back into bed. <<case "train slaves">> - $He heads off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to $his classes. + $He heads off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> before $he returns to $his classes. <<case "get milked">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + $He hurries off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> <<if getSlave($AS).lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "please you">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> before returning to await use, as though nothing had happened. + $He hurries off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> before returning to await use, as though nothing had happened. <<case "be a subordinate slave">> - $He moves off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, though it's only a matter of time before another slave decides to play with $his tits. + $He moves off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, though it's only a matter of time before another slave decides to play with $his tits. <<case "be a servant">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, since $his chores didn't perform themselves while you titfucked $him. + $He hurries off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, since $his chores didn't perform themselves while you titfucked $him. <<case "be your Head Girl">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>>, worried that $his charges got up to trouble while $he had $his breasts around your cock. + $He hurries off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>>, worried that $his charges got up to trouble while $he had $his breasts around your cock. <<case "guard you">> - $He hurries off to wash $his <<if $activeSlave.boobs > 1500>>acre of cleavage<<elseif $activeSlave.boobs > 500>>generous cleavage<<else>>chest<</if>> so that you will be unguarded for as little time as possible. + $He hurries off to wash $his <<if getSlave($AS).boobs > 1500>>acre of cleavage<<elseif getSlave($AS).boobs > 500>>generous cleavage<<else>>chest<</if>> so that you will be unguarded for as little time as possible. <</switch>> <</if>> <<if passage() !== "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> <</if>> diff --git a/src/npc/interaction/fButt.tw b/src/npc/interaction/fButt.tw new file mode 100644 index 0000000000000000000000000000000000000000..20c237d1b00f5f92e2760a7ada3dbb8f24b6a3d7 --- /dev/null +++ b/src/npc/interaction/fButt.tw @@ -0,0 +1,250 @@ +:: FButt [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +You call $him over so you can +<<if !canDoVaginal(getSlave($AS))>> + use $his sole fuckhole. +<<elseif (getSlave($AS).vagina > 3)>> + fuck $his gaping holes. +<<elseif (getSlave($AS).vagina > 2)>> + fuck $his loose holes. +<<elseif (getSlave($AS).vagina == 2)>> + use $his whorish holes. +<<elseif (getSlave($AS).vagina == 1)>> + use $his tight holes. +<<elseif (getSlave($AS).vagina == 0) || (getSlave($AS).anus == 0)>> + take $his virginity. +<</if>> + +<<if (getSlave($AS).vagina !== -1)>> + <<if (getSlave($AS).vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. + <<elseif (getSlave($AS).vaginaTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do to $him. + <<elseif (getSlave($AS).vaginaTat == "degradation")>> + The tattoos on $his abdomen are asking you to, after all. + <</if>> +<</if>> + +<<if (getSlave($AS).vaginaPiercing > 1)>> + $His pierced lips and clit have $him nice and wet. + <<if (getSlave($AS).dick !== 0)>> + Metal glints all up and down $his cock. + <</if>> +<<elseif (getSlave($AS).vaginaPiercing == 1)>> + $His pierced clit has $his nice and moist. + <<if (getSlave($AS).dick !== 0)>> + Metal glints at the head of $his cock. + <</if>> +<</if>> + +<<if (getSlave($AS).anusPiercing > 1)>> + The ring of stud piercings around $his anus should massage you delightfully as you sodomize $him. +<<elseif (getSlave($AS).anusPiercing == 1)>> + $His perineum piercing has a big ring in it, which you should be able to feel when you hilt yourself in $his ass. +<</if>> + +<<if (getSlave($AS).anusTat !== 0) && (getSlave($AS).anusTat !== 4)>> + $His anus is invitingly bleached, + <<if (getSlave($AS).vagina > -1)>> + which is appropriate: rather than looking like $he has a hole for fucking and an ass, it looks like $he has two fuckholes. + <<else>> + making $his sole fuckable hole look nice and natural. + <</if>> +<</if>> + +<<if (getSlave($AS).vagina == 0) && (getSlave($AS).anus == 0) && canDoVaginal(getSlave($AS))>> + <<if ($PC.dick == 0)>> + You step into a strap-on, lubricate it, and break in $his holes in quick succession. + <<else>> + Brooking no resistance, you take $his virginity and then break in $his virgin butt. + <</if>> + <<if (getSlave($AS).devotion > 50)>> + You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He <span class="devotion inc">submits utterly</span> to your spoilage of $his innocence and thanks you meekly for introducing $him to proper sexual slavery. <span class="virginity loss">$His holes have been broken in.</span> + <<set getSlave($AS).devotion += 10>> + <<elseif (getSlave($AS).devotion > 20)>> + You ease yourself into $his pussy before gradually working your way into $his ass and alternate between the two holes while $he begins to moan. In just a few minutes, $he has lost $his virginity and been assfucked for the first time. $He's so bewildered by the pain and novelty that all $he feels is <span class="trust dec">a little fear</span> of further use. <span class="virginity loss">$His holes have been broken in.</span> + <<set getSlave($AS).trust -= 5>> + <<else>> + You force yourself into $his pussy before gradually working your way into $his ass. $He sobs and cries with disgust while you alternate between the two holes. In just a few minutes, $he has lost $his virginity to rape and $his anal virginity to a rough buttfuck. To say $he @@.devotion.dec;resents you@@ and <span class="trust dec">fears further abuse</span> would be an understatement. <span class="virginity loss">$His holes have been broken in.</span> + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> + <</if>> + <<set getSlave($AS).vagina++, getSlave($AS).anus++>> + <<= VCheck.Both()>> +<<elseif (getSlave($AS).vagina == 0) && canDoVaginal(getSlave($AS))>> + <<if (getSlave($AS).devotion > 20)>> + $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster(getSlave($AS))>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in.</span> + <<set getSlave($AS).devotion += 10>> + <<elseif (getSlave($AS).devotion >= -20)>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster(getSlave($AS))>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in,</span> and $he is <span class="trust dec">fearful</span> that sex will continue to be painful. + <<set getSlave($AS).devotion += 5>> + <<set getSlave($AS).trust -= 5>> + <<else>> + As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His pussy has been broken in,</span> and $he <span class="trust dec">fears further abuse.</span> + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 15>> + <</if>> + <<set getSlave($AS).vagina++>> + <<= VCheck.Vaginal()>> +<<elseif (getSlave($AS).anus == 0)>> + <<if (getSlave($AS).devotion > 20)>> + $He accepts your orders without comment and presents $his virgin anus for defloration. You<<if ($PC.dick == 0)>> don a strap-on and<</if>> gently sodomize $him. You gently ease yourself into $his butthole and gradually speed up your thrusts while $he slowly learns to move $his hips along with you. Since $he is already well broken, this new connection with $his <<= WrittenMaster(getSlave($AS))>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His tight little ass has been broken in.</span> + <<set getSlave($AS).devotion += 4>> + <<elseif (getSlave($AS).devotion >= -20)>> + $He is clearly unhappy at the idea of taking a dick up $his butt. $He obeys orders anyway, and lies there wincing and moaning as you<<if ($PC.dick == 0)>> don a strap-on and<</if>> fuck $his ass. <span class="virginity loss">$His tight little ass has been broken in,</span> and $he <span class="trust dec">fears further anal pain.</span> + <<set getSlave($AS).trust -= 5>> + <<else>> + $He is appalled at the idea of taking it up the ass<<if ($PC.dick == 0)>> and cries with fear as you don a strap-on<</if>>. $He does anyway though, sobbing into the cushions<<if hasAnyArms(getSlave($AS))>> while you hold $his arm<<if hasBothArms(getSlave($AS))>>s<</if>> behind $him<</if>>. You force yourself into $his butthole. $He sobs and cries with disgust while you continue thrusting into $his ass. The painful anal rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His tight little ass has been broken in,</span> and $he is <span class="trust dec">terrified of further anal pain.</span> + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <</if>> + <<set getSlave($AS).anus++>> + <<= VCheck.Anal()>> +<<elseif getSlave($AS).devotion < -20>> + <<if ($PC.dick == 0)>>You don a cruelly large strap-on, and you do it so $he can <<if canSee(getSlave($AS))>>see<<elseif canHear(getSlave($AS))>>hear<<else>>notice<</if>> it. <</if>>$He tries to refuse you, so you throw $him across the back of the couch next to your desk with $his <<if $seeRace == 1>><<= <<= getSlave($AS).race>>>> <</if>>ass in the air. You finger $his anus<<if (getSlave($AS).vagina != -1)>> while fucking $his pussy<<elseif hasBothLegs(getSlave($AS))>> while frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. $He sobs as you penetrate $his rectum. + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if getSlave($AS).prostate == 0>> + $He lacks a prostate, denying $him any real pleasure. $His dick stays flaccid as you rape $him. + <<elseif (getSlave($AS).chastityPenis == 1)>> + Despite $his unwillingness to be sodomized, the prostate stimulation starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his asshole spasming delightfully. + <<else>> + Despite $his unwillingness to be sodomized, the prostate stimulation gives $him an erection. $He's mortified that $he would get hard while being anally raped. + <</if>> + <<elseif (getSlave($AS).chastityPenis == 1)>> + $His dick chastity keeps $his bitch cock hidden away while you use $his anus like a pussy. + <<elseif (getSlave($AS).dick !== 0)>> + $His flaccid dick is ground into the back of the couch as you rape $him. + <</if>> + <<= VCheck.Both()>> +<<elseif getSlave($AS).devotion <= 50>> + You throw $him across the back of the couch next to your desk with $his ass in the air<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>><<= <<= getSlave($AS).race>>>> <</if>>ass while <<if (getSlave($AS).vagina !== -1)>>fucking $his pussy<<else>>frotting $his thighs<</if>> for a bit and then switch to $his now-ready anus. <<if (getSlave($AS).anus == 1)>>$His ass is so tight that you have to work yourself in.<<elseif (getSlave($AS).anus == 2)>>Your <<if ($PC.dick == 0)>>fake dick<<else>>cock<</if>> slides easily up $his ass.<<else>>You slide into $his already-gaping asspussy with ease.<</if>> $He gasps as you penetrate $his rectum, but you timed the switch so that $he was on the verge of orgasm, and $he comes immediately. + <<if (getSlave($AS).dick !== 0) && canAchieveErection(getSlave($AS))>> + <<if getSlave($AS).chastityPenis>> + $He managed to stay soft within $his dick chastity, but $he dribbled a lot of precum onto the couch. You make $his lick it up, and $he obeys, shuddering with unsatisfied arousal. + <<else>> + $His cock spatters the couch with cum, and you make $his lick it up. + <</if>> + <<elseif (getSlave($AS).clit > 2)>> + $His clit is so large that it bobs slightly with each thrust. + <</if>> + <<= VCheck.Both()>> +<<else>> + <<if hasAnyLegs(getSlave($AS))>>$He kneels on the floor<<else>>You lay $him on the floor<</if>> so you can take $him at will<<if ($PC.dick == 0)>>, and don a strap-on<</if>>. You finger $his <<if $seeRace == 1>><<= <<= getSlave($AS).race>>>> <</if>>ass while + <<if canDoVaginal(getSlave($AS))>> + fucking $his pussy + <<else>> + frotting $his + <</if>> + for a bit and then switch to $his now-ready anus. + <<if (getSlave($AS).anus == 1)>> + $His ass is so tight that you have to work yourself in. + <<elseif (getSlave($AS).anus == 2)>> + Your cock slides easily up $his ass. + <<else>> + You slide into $his already-gaping asspussy with ease. + <</if>> + You fuck $him there for a while before repeatedly pulling out and stuffing yourself back in. $He moans each time you fill <<if canDoVaginal(getSlave($AS))>>a<<else>>$his<</if>> waiting hole. + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if (getSlave($AS).chastityPenis == 1)>> + Whenever $he starts to get hard, $his dick chastity gives $him an awful twinge of pain. You do your best to be up $his butt when this happens so you can experience the resulting spasm. + <<else>> + Every time you penetrate, $his erect dick jerks up and slaps $his stomach. + <</if>> + <<elseif (getSlave($AS).dick !== 0)>> + <<if (getSlave($AS).chastityPenis == 1)>> + $His dick chastity keeps $his girly bitchclit hidden, just like it belongs. + <<else>> + Every time you penetrate, $his limp dick flops around lamely. + <</if>> + <<elseif (getSlave($AS).clit > 2)>> + $His clit is so large that it bobs slightly with each thrust. + <</if>> + <<= VCheck.Both()>> +<</if>> + +<<if (getSlave($AS).bellyPreg >= 1500)>> + The poor $girl's pregnant belly makes taking a rough fuck in both $his holes uncomfortable for $him. +<<elseif (getSlave($AS).bellyImplant >= 1500)>> + The poor $girl's implant filled belly makes taking a rough fuck in both $his holes uncomfortable for $him. +<<elseif (getSlave($AS).bellyFluid >= 1500)>> + The poor $girl's sloshing belly makes taking a rough fuck in both $his holes uncomfortable for $him, though the lewd jiggling the pounding sends through it is quite a sight. +<</if>> + +<<if (getSlave($AS).anusTat == "scenes") && (getSlave($AS).anus == 1)>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his momentary gape closes the pattern up quickly. +<<elseif (getSlave($AS).anusTat == "scenes")>> + As you fucked $his butt, the decorative pattern around $his ass stretched open. When you pull out, $his gape leaves the pattern distorted. +<<elseif (getSlave($AS).anusTat == "degradation")>> + As you fucked $his butt, the offensive language around $his ass stretched and distorted. +<</if>> + +<<if (random(1,100) > (100+getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish !== "buttslut") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw !== "hates penetration")>> + Being brutally used has given $him a @@.flaw.gain;hatred of penetration.@@ + <<set getSlave($AS).sexualFlaw = "hates penetration">> + <</if>> +<<elseif (random(1,100) > (110-getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).sexualFlaw !== "hates penetration")>> + Orgasming to your use of $his fuckhole @@.fetish.gain;has $him eager for more buttsex.@@ + <<set getSlave($AS).fetish = "buttslut", getSlave($AS).fetishKnown = 1>> + <</if>> +<</if>> + +<<if ($PC.dick != 0)>> + +<<if getSlave($AS).cervixImplant == 2 || getSlave($AS).cervixImplant == 3>> + <<set getSlave($AS).bellyImplant += random(10,20)>> +<</if>> + +<<if (getSlave($AS).anus > 3)>> + $His gaping hole drips your cum right out again. +<<elseif (getSlave($AS).anus > 2)>> + Cum drips out of $his loose hole. +<<elseif (getSlave($AS).anus == 2)>> + Cum drips out of $his loosened anus. +<<elseif (getSlave($AS).anus == 1)>> + $His still-tight ass keeps your load inside $him. +<</if>> + +<<if canWalk(getSlave($AS)) && $postSexCleanUp > 0>> +<<switch getSlave($AS).assignment>> +<<case "whore">> + $He heads to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes before returning to selling them publicly.<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole before returning to selling it publicly.<<else>>face before returning to selling $his mouth publicly.<</if>> +<<case "serve the public">> + $He heads to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes before returning to offering it for free.<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole before returning to offering it for free.<<else>>face before returning to offering $his mouth for free.<</if>> +<<case "rest">> + $He stumbles to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> before crawling back into bed. +<<case "train slaves">> + $He heads to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> before $he returns to teaching $his classes. +<<case "get milked">> + $He hurries to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> <<if getSlave($AS).lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. +<<case "please you">> + $He hurries to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> before returning to await your next use of $his body, as though nothing had happened. +<<case "be a subordinate slave">> + $He moves to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>>, though it's only a matter of time before another slave decides to play with $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>pussy or asshole<<elseif canDoVaginal(getSlave($AS))>>pussy<<elseif canDoAnal(getSlave($AS))>>asshole<<else>>face<</if>>. +<<case "be a servant">> + $He hurries to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>>, since $his chores didn't perform themselves while you used $him. +<<case "be your Head Girl">> + $He hurries to the bathroom to clean $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>>, worried that $his charges got up to trouble while you had your cock in $him. +<<case "guard you">> + $He hurries off to wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> so you'll be unguarded for as little time as possible. +<<case "work in the brothel">> + $He goes to wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> so $his next customer can have the illusion that he's the first to use it today. +<<case "serve in the club">> + $He goes to wash and delicately perfume $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes so they<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole so it<<else>>face so it<</if>> can gratify the finest citizen. +<<case "work in the dairy">> + $He goes off to carefully wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> to avoid besmirching the nice clean dairy. +<<case "work as a farmhand">> + $He goes off to wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>> to avoid tainting the food in $farmyardName. +<<case "work as a servant">> + $He rushes to wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>>, impatient to get back to $his undiminished chores. +<<case "work as a nanny">> + $He rushes to wash $his <<if canDoVaginal(getSlave($AS)) && canDoAnal(getSlave($AS))>>holes<<elseif canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>>fuckhole<<else>>face<</if>>, before hurrying to continue taking care of the children in $nurseryName. +<</switch>> +<</if>> + +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> +<</if>> diff --git a/src/npc/interaction/fCaress.tw b/src/npc/interaction/fCaress.tw new file mode 100644 index 0000000000000000000000000000000000000000..5853b1c9083ed34901da0116dd000006ffbb8d06 --- /dev/null +++ b/src/npc/interaction/fCaress.tw @@ -0,0 +1,135 @@ +:: FCaress [nobr] + +<<setPlayerPronouns>> +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +You tell getSlave($AS).slaveName to +<<if !hasAnyLegs(getSlave($AS))>> + have another slave set $him down on your desk. +<<elseif tooBigBreasts(getSlave($AS))>> + have another slave help $him heft $his tits so $he can be near you. +<<elseif tooBigBelly(getSlave($AS))>> + have another slave help $him heft $his belly so $he can be near you. +<<elseif tooBigButt(getSlave($AS))>> + have another slave help $him heft $his ass cheeks so $he can be near you. +<<elseif tooBigDick(getSlave($AS))>> + have another slave help $him heft $his cock so $he can be near you. +<<elseif tooBigBalls(getSlave($AS))>> + have another slave help $him heft $his balls so $he can be near you. +<<elseif tooFatSlave(getSlave($AS))>> + have another slave help $him up so $he can be near you. +<<else>> + move closer towards you. +<</if>> + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).relationship != -3)>> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif (getSlave($AS).relationship == -2)>> + $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif (getSlave($AS).relationship == -3)>> + <<if getSlave($AS).fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyesColor(getSlave($AS))>>. $He doesn't react. + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + $He happily complies, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee(getSlave($AS))>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + $He complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee(getSlave($AS))>> breaks eye contact<<else>> turns $his face away<</if>>. + <<elseif getSlave($AS).devotion < -20>> + $He complies out of fear. Once $he's close, you hold $his shaking face in your palms and look into $his teary <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee(getSlave($AS))>> breaks eye contact<<else>> turns $his face away<</if>>. + <<else>> + $He complies obediently. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee(getSlave($AS))>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. + <</if>> +<<elseif (getSlave($AS).devotion > 75)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. +<<elseif (getSlave($AS).devotion > 50)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster(getSlave($AS))>> disconcerting, and $he looks down after a moment, blushing. +<<elseif (getSlave($AS).devotion > 20)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster(getSlave($AS))>> worrying, and $he looks down after a moment, blushing nervously. +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster(getSlave($AS))>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. +<<elseif (getSlave($AS).trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. +<</if>> + +You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. +<<if (getSlave($AS).lipsTat != 0)>> + Your fingers trace $his facial tattoos, slowly picking out the patterns against $his <<= getSlave($AS).skin>> skin. +<</if>> +<<if (getSlave($AS).lipsPiercing+getSlave($AS).tonguePiercing > 2)>> + You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. +<</if>> +Then, you gently tilt $his <<if getSlave($AS).face > 95>>overwhelmingly stunning<<elseif getSlave($AS).face > 10>>alluring<<elseif getSlave($AS).face >= -10>>appealing<<elseif getSlave($AS).face >= -40>>plain<<else>>rough<</if>> head back and lightly touch $his +<<if getSlave($AS).lips > 95>>facepussy +<<else>> + <<if getSlave($AS).lips > 70>>pillowlike + <<elseif getSlave($AS).lips > 40>>generous + <<elseif getSlave($AS).lips > 20>>plush + <</if>> + lips +<</if>> with your fingertips. You use your fingers and thumbs to slowly slide along $his mouth, $his chin, $his cheeks then around $his face. You use a deft touch to thoroughly explore the shape of $his <<if getSlave($AS).face > 95>>gorgeous<<elseif getSlave($AS).face > 10>>nice<<elseif getSlave($AS).face >= -10>>cute<<elseif getSlave($AS).face >= -40>>fair<<else>>prominent<</if>> cheekbones. Grazing $his temple and brushing $his forehead simultaneously, you smoothly motion along $his eyelids and nose, and tenderly stroke $his face with both hands as you take $his head lightly and trace around it, gently massaging as you go. You work your way down, slowly and gradually, along $his neck with one hand, then the other, briefly pausing before continuing your path down to $his shoulders and<<if (getSlave($AS).fetish != "mindbroken")>> $he starts to gasp as<<else>> starts to shudder as<</if>> you slide your hands down $his side, across $his back and along $his belly taking every moment to savor the contours of $his body before going back up again to $his face. + +<<if (getSlave($AS).fetish == "mindbroken")>> + $His posture doesn't change. $He initially only reacts slightly to your physical touch but then stops reacting completely. When you stop, $his <<= App.Desc.eyesColor(getSlave($AS))>> track the movements of your hands briefly but then stare blankly ahead of $him, awaiting further use of $his body. +<<elseif (getSlave($AS).relationship == -2)>> + $His eyes gradually close and $he slowly leans $his head back, relaxing as $he feels your caress. $He gently gasps as $he feels your warm <<if $PC.title == 1>>manly<<else>>feminine<</if>> hand. When you finally stop gently caressing $him, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you, $he has an eager look on $his face.<<if (hasAnyArms(getSlave($AS)))>> A hand reaches dumbly up to $his face mimicking your last movements.<</if>> <<if (getSlave($AS).accent >= 3)>>$He does $his best to communicate love with $his <<= App.Desc.eyesColor(getSlave($AS))>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>>$He does $his best to communicate love with $his <<= App.Desc.eyesColor(getSlave($AS))>>.<<elseif !canTalk(getSlave($AS))>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s dreamily.<</if>> $He looks as though $he wants much more than your mere caress. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + As you start to touch $his <<if getSlave($AS).face > 95>>gorgeous<<elseif getSlave($AS).face > 10>>lovely<<elseif getSlave($AS).face >= -10>>pretty<<elseif getSlave($AS).face >= -40>>homely<<else>>ugly<</if>> face, $he smiles at you and takes your hand in $hers, following its movements. $He tries hard to stop $himself from losing $himself in your masterful hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. <<if (getSlave($AS).accent >= 3)>>$He does $his best to communicate excitement with $his <<= App.Desc.eyesColor(getSlave($AS))>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>>$He does $his best to communicate excitement with $his <<= App.Desc.eyesColor(getSlave($AS))>>.<<elseif !canTalk(getSlave($AS))>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully.<</if>> $He looks at you, $his eyes almost begging you to give $him more than your mere caress. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + $He stiffens at your touch but slowly relaxes to your fingers on $his face. As you move your fingers along $his lips, $he reacts almost as though $he's receiving oral. $He starts to gently suck your fingers, moaning into your hand and pressing $himself lewdly against your + <<if $PC.boobs >= 1400>> + giant tits. + <<elseif $PC.boobs >= 1200>> + huge breasts. + <<elseif $PC.boobs >= 1000>> + big breasts. + <<elseif $PC.boobs >= 800>> + prominent breasts. + <<elseif $PC.boobs >= 650>> + unremarkable breasts. + <<elseif $PC.boobs >= 500>> + breasts. + <<elseif $PC.boobs >= 300>> + tiny breasts. + <<elseif $PC.title > 0>> + manly chest. + <<else>> + non-existent breasts. + <</if>> + <<if (getSlave($AS).teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth.<</if>> $He achieves a weak orgasm before you stop caressing $him. <<if (getSlave($AS).accent >= 3)>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyesColor(getSlave($AS))>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyesColor(getSlave($AS))>>.<<elseif !canTalk(getSlave($AS))>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully.<</if>> $He looks at you as if $he wants more than your hands touching $him. +<<elseif (getSlave($AS).devotion > 50)>> + $He accepts your touch with devotion, leaning $his head back at your gentle caress along $his face. $He leans $his body forward, pressing $himself against you, and you feel the intense heat from $his body against your + <<if $PC.boobs >= 1400>> + expansive <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> chest. + <<elseif $PC.boobs >= 1200>> + huge <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. + <<elseif $PC.boobs >= 1000>> + big <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. + <<elseif $PC.boobs >= 800>> + soft breasts. + <<elseif $PC.boobs >= 500>> + breasts. + <<elseif $PC.boobs >= 300>> + small chest. + <<elseif $PC.title > 0>> + manly chest. + <<else>> + flat chest. + <</if>> + $He gradually closes $his eyes and when you finally stop, <<if (hasAnyArms(getSlave($AS)))>>$he runs $his hand delightfully across $his face where you last touched $him,<<else>>there is<</if>> a euphoric look on $his <<= getSlave($AS).skin>> face. <<if (getSlave($AS).accent >= 3)>>$He does $his best to communicate devotion with $his <<= App.Desc.eyesColor(getSlave($AS))>>, since $he's not confident in $his ability to express it in $language.<<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>>$He does $his best to communicate devotion with $his <<= App.Desc.eyesColor(getSlave($AS))>>.<<elseif !canTalk(getSlave($AS))>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s jubilantly.<</if>> $He looks at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. +<<elseif (getSlave($AS).devotion > 20)>> + $He accepts your touch willingly. As you are so close to $him, you sense considerable turmoil in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch across $his face. When you finally move your hand away, $his <<= App.Desc.eyesColor(getSlave($AS))>> gaze into yours searchingly, looking for answers that are not there. <<if ((!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS))))>>$His eyes beg for an answer: is that it?<<elseif !canTalk(getSlave($AS))>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust < -20)>> + $He shakes at your touch fearfully. As you move your hand along $his unresisting face, $his eagerness to avoid punishment leads $him to stiffen, $his nervousness is made apparent. You continue stroking $his cheek, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When finally move your hand away, $he looks at you for a long moment, $his eyes darting up at you, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. <<if ((!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS))))>>$His eyes beg for an answer: is that it?<<elseif !canTalk(getSlave($AS))>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> +<<elseif (getSlave($AS).trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to caress $his face. In fact, $he barely reacts at all. $He stares at you as you move your fingers across $his stiff face, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he stares at you in utter incomprehension. <<if ((!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS))))>>$His eyes beg for an answer: is that it?<<elseif !canTalk(getSlave($AS))>>$He signs spastically, begging fearfully to know if that's it.<<else>>$He asks nervously, "I-i<<s>> that it, <<Master>>?"<</if>> Then $he cringes. +<<else>> + $He reflexively turns away from you, but you catch $his head with one hand and slowly but gently move your other hand along $his face. Spluttering, $he leans backwards, but you tip forward with $him and pin $him against your desk, not stopping your gentle touch on $his head. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and move your hand away, $he stares at you in utter incomprehension. <<if ((!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS))))>>$His eyes demand an answer: is that it?<<elseif !canTalk(getSlave($AS))>>$He signs irritably, asking whether that's it.<<else>>$He splutters, "I<<s>> that it, <<Master>>!?"<</if>> +<</if>> diff --git a/src/npc/fDance.tw b/src/npc/interaction/fDance.tw similarity index 66% rename from src/npc/fDance.tw rename to src/npc/interaction/fDance.tw index 5f0ad6b5dff28fbacfcd74ca0bbdbf7eaadcb993..af04431799ca264c2fe2d504ecdf07acff8bb922 100644 --- a/src/npc/fDance.tw +++ b/src/npc/interaction/fDance.tw @@ -1,48 +1,47 @@ :: FDance [nobr] -<<set $desc = SlaveTitle($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> <<setPlayerPronouns>> -You tell $assistant.name to summon $activeSlave.slaveName and set some erotic music. When your slave arrives, $he finds the lights in your office flashing club colors. You gesture towards the platform in the center of your office and tell $him to dance for you. +You tell $assistant.name to summon <<= getSlave($AS).slaveName>> and set some erotic music. When your slave arrives, $he finds the lights in your office flashing club colors. You gesture towards the platform in the center of your office and tell $him to dance for you. -<<if ($activeSlave.skill.entertainment > 99)>> - $He slides $his ass gracefully unto the stage, then dramatically raises $his elongated leg<<if hasBothLegs($activeSlave)>>s one at a time<</if>> onto the platform. Circling to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>, $he raises $his ass in the air <<if (hasAnyArms($activeSlave))>>and glides $his hand<<if (hasBothArms($activeSlave))>>s<</if>> up $his leg<<if hasBothLegs($activeSlave)>>s<</if>> <</if>>as $he stands upright. -<<elseif ($activeSlave.skill.entertainment > 60)>> +<<if (getSlave($AS).skill.entertainment > 99)>> + $He slides $his ass gracefully unto the stage, then dramatically raises $his elongated leg<<if hasBothLegs(getSlave($AS))>>s one at a time<</if>> onto the platform. Circling to $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>, $he raises $his ass in the air <<if (hasAnyArms(getSlave($AS)))>>and glides $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> up $his leg<<if hasBothLegs(getSlave($AS))>>s<</if>> <</if>>as $he stands upright. +<<elseif (getSlave($AS).skill.entertainment > 60)>> $He takes $his rightful place on your stage. -<<elseif ($activeSlave.skill.entertainment > 40)>> +<<elseif (getSlave($AS).skill.entertainment > 40)>> $He goes to take $his place on your stage and dance for $his <<= WrittenMaster()>>. -<<elseif ($activeSlave.skill.entertainment > 20)>> +<<elseif (getSlave($AS).skill.entertainment > 20)>> $He ascends to the platform and begins to grind at the pole. -<<elseif ($activeSlave.skill.entertainment > 9)>> +<<elseif (getSlave($AS).skill.entertainment > 9)>> $He climbs up onto the platform and grabs onto the pole. -<<elseif ($activeSlave.skill.entertainment > -10)>> +<<elseif (getSlave($AS).skill.entertainment > -10)>> $He climbs up onto the platform and grabs onto the pole. <</if>> -<<if $activeSlave.weight > 190>> +<<if getSlave($AS).weight > 190>> $He is so <<print either("enormous", "massive")>> that $he can barely move $his weight around. $His rolls sway and jiggle with every move, creating a ripple canvas of swirling fat. -<<elseif $activeSlave.weight > 160>> +<<elseif getSlave($AS).weight > 160>> $He is quite large, and $his weight threatens to pull $him down every time $he sways. $His rolls sway and jiggle with every move, creating a ripple canvas of swirling fat. -<<elseif $activeSlave.weight > 130>> +<<elseif getSlave($AS).weight > 130>> $His chubby rolls dance to a beat of their own as your slave sways and moves to the music. -<<elseif $activeSlave.weight > 50>> +<<elseif getSlave($AS).weight > 50>> $His chubby body jiggles nicely as $he moves. -<<elseif $activeSlave.weight > 20>> +<<elseif getSlave($AS).weight > 20>> $His form sways and moves with the music in a most alluring way. -<<elseif $activeSlave.weight > 0>> +<<elseif getSlave($AS).weight > 0>> $His trim body is highlighted by $his dance. Whenever $he rolls $his ass or sways $his hips it highlights the contours of $his waist. -<<elseif $activeSlave.weight < 0>> +<<elseif getSlave($AS).weight < 0>> Your slave's trim body glides to the music like a <<print either("belly dancer", "stripper")>>. $He is thin and tight, with no bodyfat to speak of, - <<if $activeSlave.boobs > 400>> + <<if getSlave($AS).boobs > 400>> making $his tits - <<if $activeSlave.butt > 1>> + <<if getSlave($AS).butt > 1>> and ass <</if>> the main focus of $his dance. <<else>> - <<if $activeSlave.butt > 1>> + <<if getSlave($AS).butt > 1>> making $his ass the main focus of $his dance. <<else>> totally flat. $His body is flat and girlish, providing a tastefully alluring display. @@ -50,67 +49,67 @@ You tell $assistant.name to summon $activeSlave.slaveName and set some erotic mu <</if>> <</if>> $His face is -<<switch $activeSlave.faceShape>> +<<switch getSlave($AS).faceShape>> <<case "masculine">> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> hideously manly, distracting you from anything positive that may be going on. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> ugly and masculine, and you find it difficult to enjoy looking at $him. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> unattractively masculine, distracting you from time to time. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> masculine, but not distracting. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> attractive masculine, adding an interesting contrast to the feminine dance. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> manly and handsome, which adds a flair of intrigue to the dance. <<else>> the height of masculine handsomeness, adding a value to the dance only present in the Free Cities. <</if>> <<case "androgynous">> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> disturbingly androgynous and terribly ugly, distracting you from anything positive that may be going on. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> neither masculine nor feminine and quite ugly, and you find it difficult to enjoy looking at $him. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> strangely androgynous, distracting you from time to time. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> strangely androgynous, but not distracting. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> androgynous, and attractive enough that it adds an interesting flair to the dance. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> gorgeously androgynous which is distracting and perplexing all at once. <<else>> so gorgeously androgynous that you can't be brought to look away. <</if>> <<case "cute">> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> pitifully cute. $He's so ugly and cute you can't help but be turned off and drawn in simultaneously. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> not attractive, but $his cuteness makes $him pitifully appealing. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> not attractive, but is still cute enough to keep you entertained. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> appealingly cute. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> cute and attractive, adding genuine appeal to $his performance. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> so cute as $he dances for you. You appreciate the fullness of $his beauty. <<else>> so perfectly cute, you can't help but smile every time $he looks your way. <</if>> <<case "sensual">> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> not attractive; not even a little. But the natural "fuck me" look of $his face helps give you something to look forward to once $he's naked. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> not attractive, but the natural "fuck me" look of $his face helps give you something to look forward to once $he's naked. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> not great looking, but the natural sexiness make's it easier to enjoy. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> sensuality alone. Neither attractive, nor unattractive. Just sex. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> begging for sex, being so enticing and sultry. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> constantly turning you on, with the sensual structure of $his beautiful face never letting sex leave your mind. <<else>> making you @@ -125,33 +124,33 @@ $His face is as you lust after $his sexual beauty. <</if>> <<case "exotic">> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> hideously unusual, distracting you from anything positive that may be going on. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> ugly and unusual, and you find it difficult to enjoy looking at $him. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> not great to look at, but perplexing and abnormal. You try to focus on $his body instead. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> interesting and unusual. It isn't particularly attractive, but none of your slaves have a face quite like $hers. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> exotic and alluring, just attractive enough to make $him good office décor, but not so much that it's distracting. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> a testament to the benefits of a global slave market. It makes $him a perfect office trophy. <<else>> an exotic masterpiece. Having $him dance in your office is like hanging foreign art on the walls, a perfect trophy of your slaving reach. <</if>> <<default>> - <<if $activeSlave.face < -95>> + <<if getSlave($AS).face < -95>> not great to look at. Not even a little. You try to focus on $his body instead, finding yourself immediately turned off when $he catches your gaze. - <<elseif $activeSlave.face < -40>> + <<elseif getSlave($AS).face < -40>> a bit of a turn off. You try to watch $his body instead. - <<elseif $activeSlave.face < -10>> + <<elseif getSlave($AS).face < -10>> not a highlight. $He isn't beautiful, and you would rather watch $his body. - <<elseif ($activeSlave.face <= 10)>> + <<elseif (getSlave($AS).face <= 10)>> quite feminine and pleasing. You aren't captivated by $his face, but you don't avoid it either. - <<elseif ($activeSlave.face <= 40)>> + <<elseif (getSlave($AS).face <= 40)>> feminine and attractive. You find yourself looking at it from time to time. - <<elseif ($activeSlave.face <= 95)>> + <<elseif (getSlave($AS).face <= 95)>> beautiful and feminine. You often find your eyes locked on $his face for long periods of time. <<else>> absolutely stunning. Watching $his face is often more pleasing than watching $him dance. @@ -159,13 +158,13 @@ $His face is <</switch>> -<<if ($activeSlave.devotion < -20)>> +<<if (getSlave($AS).devotion < -20)>> It's clear that $he hates being on display for you. $He resents you for making $him dance for you, - <<if ($activeSlave.trust < -50)>> + <<if (getSlave($AS).trust < -50)>> but $he is to terrified of you to see what happens if $he resists <<else>> and refuses to comply. In order to make $him obey, a leash is attached from - <<switch $activeSlave.collar>> + <<switch getSlave($AS).collar>> <<case "uncomfortable leather">> the steel ring on $his leather collar <<case "dildo gag">> @@ -179,9 +178,9 @@ $His face is <<case "tight steel">> $his steel collar <<case "porcelain mask">> - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> $his nose ring - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> $his nipple chain <<else>> a collar that is placed around $his neck @@ -205,9 +204,9 @@ $His face is <<case "bowtie">> $his bowtie collar <<case "ancient Egyptian">> - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> $his nose ring - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> $his nipple chain <<else>> $his wesekh @@ -219,16 +218,16 @@ $His face is <<case "cruel retirement counter" "nice retirement counter">> $his retirement counter <<case "default">> - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> $his nose ring - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> $his nipple chain <<else>> a collar that is placed on $his neck for the occasion, and <</if>> <</switch>> to the pole in order to keep $him from getting down. Whenever $he stops dancing the chain is tightened a bit more, - <<switch $activeSlave.collar>> + <<switch getSlave($AS).collar>> <<case "uncomfortable leather">> choking $him and rubbing $his skin raw from the leather; <<case "tight steel">> @@ -238,17 +237,17 @@ $His face is <<case "neck corset">> making breathing even more difficult; <<case "ancient Egyptian">> - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> tugging at $his nose ring; - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> threatening to tear themselves from $his sensitive flesh; <<else>> tugging at $his throat; <</if>>. <<case "default">> - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> tugging at $his nose ring; - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> threatening to tear themselves from $his sensitive flesh; <<else>> choking $him; @@ -256,57 +255,57 @@ $His face is <</switch>> forcing $him to keep moving or face more pain. <</if>> -<<elseif ($activeSlave.devotion <= 20)>> +<<elseif (getSlave($AS).devotion <= 20)>> $He hates being forced to dance for you, but tries $his best in spite of this. -<<elseif ($activeSlave.devotion <= 50)>> +<<elseif (getSlave($AS).devotion <= 50)>> $He wants to do $his best for you, and tries not to hold back. -<<elseif ($activeSlave.devotion <= 80)>> +<<elseif (getSlave($AS).devotion <= 80)>> $He is so eager to please you, and works hard to push $himself beyond $his skill limit. -<<elseif ($activeSlave.devotion <= 100)>> +<<elseif (getSlave($AS).devotion <= 100)>> $He is so honored that you want to use $him in this way, and tries eagerly to please you. $His eyes are filled with adoration and every move $he makes is done with the sole intention of pleasuring $his beloved <<= WrittenMaster()>>. <</if>> -<<if ($activeSlave.devotion <= 20)>> - <<if ($activeSlave.sexualFlaw == "judgemental")>> +<<if (getSlave($AS).devotion <= 20)>> + <<if (getSlave($AS).sexualFlaw == "judgemental")>> $He thinks to $himself that a real _womanP wouldn't need to compensate this way, and judges you harshly. - <<elseif ($activeSlave.behavioralFlaw == "idealistic")>> + <<elseif (getSlave($AS).behavioralFlaw == "idealistic")>> $He can't believe $he now lives in a world where $women are expected to perform for their <<= WrittenMaster()>> whether they consent or not. - <<elseif ($activeSlave.behavioralFlaw == "bitchy")>> + <<elseif (getSlave($AS).behavioralFlaw == "bitchy")>> $He dances, but makes sure that the disgust on $his face shows clearly that $he is not into it. <</if>> <</if>> The atmosphere of your office is a testament to masculine opulence. Few _womenP in the old world would have the pleasure of completing their work while an attractive $woman flaunts $himself for _hisP pleasure. You allow the situation to continue for about an hour, before deciding it's time to escalate. You look up once more at your slave and take some time to review $his dancing performance. -<<if ($activeSlave.devotion >= -20)>> - <<if ($activeSlave.skill.entertainment >= 100)>> +<<if (getSlave($AS).devotion >= -20)>> + <<if (getSlave($AS).skill.entertainment >= 100)>> Your slave has a level of skill previously unseen in the old world. Even $his blinks have the seductive pull of a goddess. As you watch $him perform, you think how no _womanP of the old world would ever get to see pure sexuality like this. And not only do you get to watch $him, you OWN $him. $His body moves like water, with hips that ebb and flow as if the tides themselves panged for a rock hard cock to come and take them. You try to get some work done, but can't take your eyes off $him for even a second. You promise to reward your slave for bringing so much sensuality and beauty into your office; transforming your place of work into a shrine of Masculine dominance. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> $His skill would have only been matched by the best of the best old world erotic dancers, but in your Free City expectations are high. $He dances with seduction in every move, alternating $his style between everything from belly dancing to club twerking, and each with the skill level of a trained professional. You got some work done while $he danced, but often found yourself pulled back in by the tide of $his rolling hips. You praise your slave for $his enriching performance. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> $He has impressive skill and would have been a top-tier dancer in the old world. One of the many benefits of being a leader of a Free City is the ability to work in an atmosphere of pure servitude. You were free to continue your work in an office the old world men could only dream of. You tell your slave that you are pleased with $his show. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Despite being an average entertainer, it is clear that $he is doing $his best. You enjoyed the sexy ambiance while you worked. You tell your slave that $his performance was adequate. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> $He is still learning the nuances of seductive dance, but at least able to move with the rhythm. You spent much of the performance distracted, forgetting that $he was even there at times and leaving $him unable to stop until you remembered about $him. You tell $him that $he will have to work harder if $he wishes to please you. <<else>> Or, at least, $his best attempt at dancing. $His arms flail about awkwardly as $he crouches and straightens off-beat to the music. You spent much of the dance ignoring $him and working on your business. You chide your slave for such a pathetic excuse for a performance, and tell $him that $he will have to find a place to please you, or you will be forced to make $him useful, turning $his thoughts to the arcades, dairies, and Fuckdolls common amongst the Free Cities. <</if>> <<else>> $He dances poorly on purpose to spite you. Whatever skills $he has, they are not on display here. You threaten to - <<switch $activeSlave.rules.punishment>> + <<switch getSlave($AS).rules.punishment>> <<case "confinement">> lock $him up in the bad-<<= $girl>> box <<case "whipping">> whip $him until $he screams <<case "chastity">> - <<if ($activeSlave.energy > 60)>> + <<if (getSlave($AS).energy > 60)>> keep $him on the edge of orgasm until $he loses $his mind <<else>> fuck $him in the ass until $he's unconscious <</if>> <<case "situational">> - <<switch $activeSlave.collar>> + <<switch getSlave($AS).collar>> <<case "shock punishment">> activate $his collar, and <</switch>> @@ -317,250 +316,250 @@ You look up once more at your slave and take some time to review $his dancing pe It's not over yet, though. You tell your slave that it's time to incorporate some stripping into $his dance. -<<if ($activeSlave.sexualFlaw == "shamefast")>> - <<if ($activeSlave.devotion <= 40)>> +<<if (getSlave($AS).sexualFlaw == "shamefast")>> + <<if (getSlave($AS).devotion <= 40)>> $He immediately begins to tear up at the thought of being naked. $His shame is obvious to you, and you remind $him that $his comfort is not your concern. - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Even though $he is crippled by shame, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With tears still streaming down $his face, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Even though $he is crippled by shame, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his shame, which makes $him shudder and cry whenever it's time for another article of clothing to come off. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is too concerned with protecting $his nakedness to be obedient and attractive simultaneously, and you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to reluctantly, but obediently, remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<else>> Even though $he is uncomfortable at the thought of being naked, $he is so devoted to you that $he obeys without question. - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Overcoming $his fear of being naked, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he sniffles at the shame of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Even though $he is still ashamed, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts would be inhibited by $his shame, but $his devotion to you overrides this and $he is able to dance with added skill. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to shamefully remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <</if>> -<<elseif ($activeSlave.behavioralFlaw == "odd")>> - <<if ($activeSlave.skill.entertainment >= 99)>> +<<elseif (getSlave($AS).behavioralFlaw == "odd")>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Even though $he is extremely odd, your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. With $his ass cheeks straddling the pole $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Even though $he is extremely odd, your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he shouts wildly before upping the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are inhibited by $his oddness, which results in $him crouching and squealing at inappropriate times. $He wonders aloud and you instruct $him to be silent the remainder of the dance. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is so odd that $his moves more resembles the chicken dance than any form of erotic dancing. You find yourself unable to look away, and for all the wrong reasons. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. Deciding that the rhythm is to blame, $he decides instead to sing $his own song to strip to. $He proceeds to hum string of off beat notes peppered with random words and scats, all punctuated by the sloppy kicking of clothes from $his ankles. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to roughly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> -<<elseif ($activeSlave.sexualFlaw == "attention whore")>> +<<elseif (getSlave($AS).sexualFlaw == "attention whore")>> As an attention whore, this is what $he lives for. - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even though $he is also fulfilled by the event $he knows that your desire is all that matters. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. Being an attention whore, $he is obsessed with attracting the sexual arousal of others. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He surely wishes $he were a better entertainer so you would call on $him to strip more often. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are overshadowed by $his clear desire to be looked at, and you can tell $he is distracted by this. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is trying much too hard to get your attention, and is visibly angered whenever $he sees that you are not aroused by $his fumblings. You find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to over-dramatically remove an article of clothing. After each article removed $he stops and looks at you to make sure you're watching. $His clear desire to be looked at makes $him more self-conscious which offsets the rhythm of the dance even more. $He decides to pick up the pace, aiming to be naked as quickly as possible so that you can admire $his body. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> -<<elseif ($activeSlave.sexualQuirk == "tease")>> - <<if ($activeSlave.skill.entertainment >= 99)>> +<<elseif (getSlave($AS).sexualQuirk == "tease")>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. With cheeks still flushed and red, $he begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose, even as $he blushes at the shame and arousal of revealing $himself for you. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. Being a tease, $he is able to maintain an attractive blend of shame and arousal at the thought of being naked before you, and this inspires $him to tease you endlessly. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. The true entertainment comes from $his teasing nature, which makes $him blush cutely anytime $he shows a bit of skin. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. $His attempts are made more entertaining by $his shame, which makes $him redden and blush whenever it's time for another article of clothing to come off. Even though $his entertainment skill needs improving, you genuinely enjoy the teasing way $he tugs at $his wear and makes you anticipate the removal of each article. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $He is a tease, which adds a bit of value, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<else>> - <<if ($activeSlave.fetishKnown == 1)>> - <<switch $activeSlave.fetish>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "dom">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "sadist">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "masochist">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "cumslut">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "humiliation">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "buttslut">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "pregnancy">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <<case "boobs">> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> - <<if ($activeSlave.boobs >= 10000)>> + <<if (getSlave($AS).boobs >= 10000)>> weighty mammaries - <<elseif ($activeSlave.boobs >= 2000)>> + <<elseif (getSlave($AS).boobs >= 2000)>> cumbersome udders - <<elseif ($activeSlave.boobs >= 1000)>> + <<elseif (getSlave($AS).boobs >= 1000)>> massive slave tits - <<elseif ($activeSlave.boobs >= 800)>> + <<elseif (getSlave($AS).boobs >= 800)>> forward-thrust breasts - <<elseif ($activeSlave.boobs >= 500)>> + <<elseif (getSlave($AS).boobs >= 500)>> meager chest - <<elseif ($activeSlave.boobs <= 400)>> + <<elseif (getSlave($AS).boobs <= 400)>> pathetic slave boobs <<else>> tits <</if>> across your body as $he goes down. <<default>> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 80)>> + <<elseif (getSlave($AS).skill.entertainment >= 80)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. <</if>> <</switch>> <<else>> - <<if ($activeSlave.skill.entertainment >= 99)>> + <<if (getSlave($AS).skill.entertainment >= 99)>> Your slave is a masterful entertainer, able to keep anyone entertained for even the most lengthy of strip teases. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he knows how to fulfill $his purpose. You keep trying to get back to work, but your slave's movements are so enthralling that you cannot seem to break free. - <<elseif ($activeSlave.skill.entertainment >= 60)>> + <<elseif (getSlave($AS).skill.entertainment >= 60)>> Your slave is a skilled entertainer, well above average. $He begins by writhing $his hips and rolling $his ass. $He knows how to use $his hips and ass to draw and keep your attention while slowly moving up to $his chest. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. - <<elseif ($activeSlave.skill.entertainment >= 40)>> + <<elseif (getSlave($AS).skill.entertainment >= 40)>> Your slave is a practiced entertainer, not masterful but still able to give an arousing performance. $He begins by writhing $his hips and rolling $his ass. $He is able to use $his hips and ass to draw your attention before suddenly moving up to $his chest. $He isn't able to fully keep your attention, but whenever $he sees that you are becoming distracted $he ups the ante to draw you back in. $His body is nothing more than an object for your desire, and $he is learning to fulfill $his purpose. $He does $his best to direct your arousal onto $his body. - <<elseif ($activeSlave.skill.entertainment >= 20)>> + <<elseif (getSlave($AS).skill.entertainment >= 20)>> Your slave works hard to keep with the rhythm while removing articles of clothing. - <<elseif ($activeSlave.skill.entertainment >= 10)>> + <<elseif (getSlave($AS).skill.entertainment >= 10)>> Your slave is not a skilled performer, and $his movements are uninspired. $His movements are still attractive, but you find yourself becoming distracted, $his dance not enough to keep your attention or draw you back. You take out your tablet and make a note that this slave will need to practice $his seduction if $he is to be allowed to dance for you again. Even without skill you still can admire $his body. You imagine how much more attractive $his tits and ass could be if $he knew how to move them right. <<else>> Your slave has no skills to speak of, and isn't able to keep even the simplest of rhythms. $He fumbles about awkwardly and clumsily, stopping abruptly every so often to gracelessly remove an article of clothing. You decide to find $his lack of skill amusing, and allow $him to continue practicing while you resume your work. @@ -571,214 +570,214 @@ It's not over yet, though. You tell your slave that it's time to incorporate som /* The following is formatting for later inclusion */ /* -<<switch $activeSlave.clothes>> +<<switch getSlave($AS).clothes>> <<case "a Fuckdoll suit">> - $activeSlave.slaveName's Fuckdoll suit - <<if $activeSlave.boobs > 24000>> + <<= getSlave($AS).slaveName>>'s Fuckdoll suit + <<if getSlave($AS).boobs > 24000>> fits each of $his awe-inspiring masses of breastflesh perfectly. - <<elseif $activeSlave.boobs > 12000>> + <<elseif getSlave($AS).boobs > 12000>> fits each of $his enormous masses of breastflesh perfectly. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> fits each of $his huge breasts individually. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> fits each of $his heavy breasts individually. - <<elseif $activeSlave.boobs > 300>> + <<elseif getSlave($AS).boobs > 300>> fits each of $his breasts individually. <<else>> is flat across $his chest. <</if>> <<case "conservative clothing">> - <<if $activeSlave.boobs > 24000>> - $activeSlave.slaveName is wearing a tent-like sweater tailored to cover $his tits. - <<elseif $activeSlave.boobs > 12000>> - $activeSlave.slaveName is wearing a massively oversized custom sweater since nothing else comes close to modestly covering $his tits. Even so, it's stretched taut struggling to contain their immense mass. - <<elseif $activeSlave.boobs > 8000>> - $activeSlave.slaveName is wearing an oversized sweater, since that's the only top that will come close to covering $his tits. Even so, it's stretched taut just struggling to cover $his nipples. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName is wearing an oversized sweater, since that's the only top that will cover $his tits. Even so, it's stretched taut over them. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's blouse is professional, but can't conceal the gigantic dimensions of $his tits. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's blouse is professional, but can't conceal how big $his tits are. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's blouse is professional and includes a pleated front over $his flat chest. - <<else>> - $activeSlave.slaveName's blouse is professional and includes a pleated front over $his breasts. + <<if getSlave($AS).boobs > 24000>> + <<= getSlave($AS).slaveName>> is wearing a tent-like sweater tailored to cover $his tits. + <<elseif getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>> is wearing a massively oversized custom sweater since nothing else comes close to modestly covering $his tits. Even so, it's stretched taut struggling to contain their immense mass. + <<elseif getSlave($AS).boobs > 8000>> + <<= getSlave($AS).slaveName>> is wearing an oversized sweater, since that's the only top that will come close to covering $his tits. Even so, it's stretched taut just struggling to cover $his nipples. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>> is wearing an oversized sweater, since that's the only top that will cover $his tits. Even so, it's stretched taut over them. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s blouse is professional, but can't conceal the gigantic dimensions of $his tits. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s blouse is professional, but can't conceal how big $his tits are. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s blouse is professional and includes a pleated front over $his flat chest. + <<else>> + <<= getSlave($AS).slaveName>>'s blouse is professional and includes a pleated front over $his breasts. <</if>> <<case "chains">> - $activeSlave.slaveName has a length of chain painfully - <<if $activeSlave.boobs > 800>> + <<= getSlave($AS).slaveName>> has a length of chain painfully + <<if getSlave($AS).boobs > 800>> tightened around the base of each breast, forcing them out. - <<elseif $activeSlave.boobs < 300>> - <<switch $activeSlave.nipples>> + <<elseif getSlave($AS).boobs < 300>> + <<switch getSlave($AS).nipples>> <<case "huge">> wrapped around each of $his huge nipples, since they are the only things protruding from $his chest. <<case "inverted">> wrapped tightly across $his flat chest, through the cleft of $his inverted nipples. <<default>> - wrapped tightly across $his flat chest, directly over $his $activeSlave.nipples nipples. + wrapped tightly across $his flat chest, directly over $his getSlave($AS).nipples nipples. <</switch>> <<else>> looped under $his chest, forcing $his breasts up. <</if>> <<case "Western clothing">> - $activeSlave.slaveName's flannel shirt - <<if $activeSlave.boobs > 2000>> + <<= getSlave($AS).slaveName>>'s flannel shirt + <<if getSlave($AS).boobs > 2000>> can't begin to contain $his tits, so $he's just tied it under them for support. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> can't close over $his tits, so $he's just buttoned it up to where they start and let them fill it out above that. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> tightly hugs $his flat chest. <<else>> rests comfortably over $his breasts. <</if>> <<case "body oil">> - <<if $activeSlave.boobs < 300>> - $activeSlave.slaveName's flat chest is covered in a sexy sheen of body oil. + <<if getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s flat chest is covered in a sexy sheen of body oil. <<else>> - $activeSlave.slaveName's breasts are covered in a sexy sheen of body oil. + <<= getSlave($AS).slaveName>>'s breasts are covered in a sexy sheen of body oil. <</if>> <<case "a toga">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's breasts are too big to cover with $his toga, so $he leaves them hanging free. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName is wearing $his toga so as to leave one $activeSlave.nipples nipple bare. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s breasts are too big to cover with $his toga, so $he leaves them hanging free. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>> is wearing $his toga so as to leave one getSlave($AS).nipples nipple bare. <<else>> - $activeSlave.slaveName is wearing $his toga so as to leave one breast bare. + <<= getSlave($AS).slaveName>> is wearing $his toga so as to leave one breast bare. <</if>> <<case "a huipil">> - <<if $activeSlave.boobs > 2000>> - $activeSlave.slaveName's breasts are so big that they pull up $his huipil uncomfortably high, so $he needs to fold it between them. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's huipil rests on $his flat chest. + <<if getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s breasts are so big that they pull up $his huipil uncomfortably high, so $he needs to fold it between them. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s huipil rests on $his flat chest. <<else>> - $activeSlave.slaveName is wearing $his huipil which accentuates $his breasts. + <<= getSlave($AS).slaveName>> is wearing $his huipil which accentuates $his breasts. <</if>> <<case "a slutty qipao">> - $activeSlave.slaveName's qipao - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s qipao + <<if getSlave($AS).boobs > 12000>> can't contain the immense size of $his breasts, so $he wears a modified variant that lets $his tits hang free. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> barely covers $his breasts, it strains to contain their absurd size. Breast flesh spills from any gap it can find. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> demurely covers $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> demurely hugs $his flat chest. <<else>> demurely covers $his breasts. <</if>> <<case "uncomfortable straps">> - $activeSlave.slaveName's slave - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s slave + <<if getSlave($AS).boobs > 12000>> outfit includes a network of straps to support $his breasts, radiating outwards from the steel rings around $his nipples. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> outfit has special straps for $his massive boobs: one strap down the front of each with steel rings to let $his nipples through, and a strap around the base of each, painfully squeezing $his breasts out to make them seem even bigger. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> outfit's straining straps restrain the flesh of $his tits like a string bikini, with steel rings to let $his nipples through. - <<elseif $activeSlave.boobs < 300>> - outfit's straps pass over $his flat chest like a string bikini, with steel rings to let $his $activeSlave.nipples nipples through. + <<elseif getSlave($AS).boobs < 300>> + outfit's straps pass over $his flat chest like a string bikini, with steel rings to let $his getSlave($AS).nipples nipples through. <<else>> outfit's straps pass over $his breasts like a string bikini, with steel rings to let $his nipples through. <</if>> <<case "shibari ropes">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> breasts are restrained by <<if $showInches == 2>>yards and yards<<else>>meters and meters<</if>> of rope. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> boobs are tightly bound with rope, soft flesh pushing out from between them. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> flat chest is tightly bound with rope, drawing attention to $his flat chest. <<else>> chest is tightly bound with rope. <</if>> <<case "restrictive latex">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 2000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 2000>> breasts protrude through holes in $his latex suit, which are too small for them, painfully constricting $him and making them seem even bigger. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> breasts protrude through holes in $his latex suit. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.nipples nipples poke through holes in $his latex suit, since $he has nothing else protruding from $his chest. + <<elseif getSlave($AS).boobs < 300>> + getSlave($AS).nipples nipples poke through holes in $his latex suit, since $he has nothing else protruding from $his chest. <<else>> latex suit leaves $his chest bare. <</if>> <<case "attractive lingerie">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> lace bra cannot cover the whole breast; its cups are half-moon shaped, and designed to offer what support they can to the bottom of them. They have disappeared completely under the immense quantity of breast flesh. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> lace bra cannot cover the whole breast; its cups are half-moon shaped, and designed to offer what support they can to the bottom of them. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> sturdy lace bra supports $his huge breasts. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> pretty lace bra hugs $his flat chest. <<else>> pretty lace bra accentuates $his breasts. <</if>> <<case "kitty lingerie">> - $activeSlave.slaveName's lacy bra features a hole shaped liked a cat's head in the center of $his chest; - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s lacy bra features a hole shaped liked a cat's head in the center of $his chest; + <<if getSlave($AS).boobs > 12000>> $his breasts have stretched $his bra to the point that the hole is unrecognizable as anything feline. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> the size of $his breasts severely stretches out the hole's shape. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> the size of $his breasts stretches out the hole's shape. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> it lies flat against $his body. <<else>> the hole lies directly over $his cleavage. <</if>> <<case "a succubus outfit">> - $activeSlave.slaveName's corset ends just below $his <<if $activeSlave.boobs < 300>>non-existent <</if>>breasts, leaving them bare. - <<if $activeSlave.boobs > 2000>> + <<= getSlave($AS).slaveName>>'s corset ends just below $his <<if getSlave($AS).boobs < 300>>non-existent <</if>>breasts, leaving them bare. + <<if getSlave($AS).boobs > 2000>> It hugs $his tightly and comes up to right under where they start, forcing them to spill over and hide its upper half. - <<elseif $activeSlave.boobs > 400>> + <<elseif getSlave($AS).boobs > 400>> It hugs $his tightly and comes up to right under where they start, presenting them like a push-up bra. <</if>> <<case "a slutty maid outfit">> - $activeSlave.slaveName's maid dress stops below $his <<if $activeSlave.boobs < 300>>non-existent <</if>>breasts, but the outfit includes a thin white blouse - <<if $activeSlave.boobs > 4000>> + <<= getSlave($AS).slaveName>>'s maid dress stops below $his <<if getSlave($AS).boobs < 300>>non-existent <</if>>breasts, but the outfit includes a thin white blouse + <<if getSlave($AS).boobs > 4000>> that fails to even come close to covering $his immense breasts. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> that covers them to just over $his nipples when $he pulls it up over them. It's pulled down by $his huge chest whenever $he moves. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> that covers them to just over $his nipples, leaving a large area of deliciously unsupported and jiggling cleavage. - <<elseif $activeSlave.boobs < 300>> - that hugs $his flat chest and lets $his $activeSlave.nipples nipples protrude through the fabric. + <<elseif getSlave($AS).boobs < 300>> + that hugs $his flat chest and lets $his getSlave($AS).nipples nipples protrude through the fabric. <<else>> to cover them. <</if>> <<case "a nice maid outfit">> - $activeSlave.slaveName's maid dress front is almost conservative, covering $his - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s maid dress front is almost conservative, covering $his + <<if getSlave($AS).boobs > 12000>> immense breasts with a tent-like billow of white fabric. - <<elseif $activeSlave.boobs > 6000>> + <<elseif getSlave($AS).boobs > 6000>> immense breasts as best it can; it barely succeeds at its task, straining at the seams and allowing breast flesh to spill out of every available gap. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> breasts, though it cannot conceal their enormous mass. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> flat chest, though it does nothing to hide how flat $he is. <<else>> breasts. <</if>> <<case "a fallen nuns habit">> - $activeSlave.slaveName's latex habit includes a - <<if $activeSlave.boobs > 20000>> + <<= getSlave($AS).slaveName>>'s latex habit includes a + <<if getSlave($AS).boobs > 20000>> half-corset, but it's completely invisible, being hidden under $his inhuman tits. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> half-corset, but only the bottom edge is visible: the rest is swallowed up under $his gigantic tits. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> half-corset to force $his big boobs up and forward, forming a lot of cleavage even though they're bare. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> half-corset that tightly hugs $his flat chest. <<else>> half-corset to force $his boobs up and forward. <</if>> <<case "a chattel habit">> - $activeSlave.slaveName's chattel habit's scapular covers $his shoulders<<if (hasAnyArms($activeSlave))>> and arm<<if (hasBothArms($activeSlave))>>s<</if>><</if>>, but is open in front, leaving $his - <<if $activeSlave.boobs > 4000>> + <<= getSlave($AS).slaveName>>'s chattel habit's scapular covers $his shoulders<<if (hasAnyArms(getSlave($AS)))>> and arm<<if (hasBothArms(getSlave($AS)))>>s<</if>><</if>>, but is open in front, leaving $his + <<if getSlave($AS).boobs > 4000>> boobs completely bare. It tucks into a golden belt, though this is buried under $his breasts. - <<elseif $activeSlave.boobs > 300>> + <<elseif getSlave($AS).boobs > 300>> boobs completely bare. It tucks into a golden belt, which is cinched up right under $his breasts. <<else>> flat chest completely bare. It tucks into a golden belt cinched around $his middle torso. @@ -786,452 +785,452 @@ It's not over yet, though. You tell your slave that it's time to incorporate som <<case "a penitent nuns habit">> If $he fails to hold $his torso totally still, the coarse cloth of $his top agonizingly scrapes across $his nipples, bare under $his habit. <<case "a string bikini">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's breasts are so large that the little scraps of cloth intended for $his nipples can't really stay centered over them. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's huge breasts constantly pull $his nipples out from under the tiny scrap of cloth that $his string bikini affords them. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big breasts threaten to break out of $his straining string bikini top. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple; not that there is much else to cover on $his flat chest. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s breasts are so large that the little scraps of cloth intended for $his nipples can't really stay centered over them. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s huge breasts constantly pull $his nipples out from under the tiny scrap of cloth that $his string bikini affords them. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big breasts threaten to break out of $his straining string bikini top. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple; not that there is much else to cover on $his flat chest. <<else>> - $activeSlave.slaveName's string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple. + <<= getSlave($AS).slaveName>>'s string bikini top barely covers anything, affording only a tiny scrap of cloth for each nipple. <</if>> <<case "a scalemail bikini">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's breasts are so large that it's a testament to $his scalemail top that it hasn't broken yet. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's huge breasts constantly strain $his scalemail top. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's scalemail top contains $his big breasts well. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's scalemail bikini top easily covers everything, as there is not much to cover on $his flat chest. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s breasts are so large that it's a testament to $his scalemail top that it hasn't broken yet. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s huge breasts constantly strain $his scalemail top. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s scalemail top contains $his big breasts well. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s scalemail bikini top easily covers everything, as there is not much to cover on $his flat chest. <<else>> - $activeSlave.slaveName's scalemail bikini top covers everything, while still flaunting it. + <<= getSlave($AS).slaveName>>'s scalemail bikini top covers everything, while still flaunting it. <</if>> <<case "striped panties">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's enormous breasts are completely bare. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's huge breasts are completely bare. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's breasts are completely bare. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's flat breasts are completely bare. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s enormous breasts are completely bare. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s huge breasts are completely bare. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s breasts are completely bare. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s flat breasts are completely bare. <<else>> - $activeSlave.slaveName's breasts are completely bare. + <<= getSlave($AS).slaveName>>'s breasts are completely bare. <</if>> <<case "clubslut netting">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> immense boobs hang out the holes they tore in $his clubslut netting. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> clubslut netting is stretched to the breaking point by $his massive boobs. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> clubslut netting is stretched by $his big breasts. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> clubslut netting hugs $his flat chest. <<else>> clubslut netting hugs $his chest tightly. <</if>> <<case "a cheerleader outfit">> - $activeSlave.slaveName's cheerleader top - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s cheerleader top + <<if getSlave($AS).boobs > 12000>> can't support $his giant bust and is lost beneath $his immense breasts. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> is strongly engineered, but it can barely support $his enormous bust. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> gives $him an acre of cleavage. - <<elseif $activeSlave.boobs < 300>> - tightly clings to $his flat chest, prominently displaying $his $activeSlave.nipples nipples. + <<elseif getSlave($AS).boobs < 300>> + tightly clings to $his flat chest, prominently displaying $his getSlave($AS).nipples nipples. <<else>> does its best to make $his boobs look bigger than they are. <</if>> <<case "cutoffs and a t-shirt">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> tits are so huge that $his t-shirt rests pathetically atop their mass. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> tits are so big that $his t-shirt barely comes down over $his nipples, leaving a lot of underboob hanging out. - <<elseif $activeSlave.boobs > 1200>> + <<elseif getSlave($AS).boobs > 1200>> t-shirt is held out and away from $his midriff by $his big breasts. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> t-shirt is tied across $his flat chest to bare $his midriff. <<else>> t-shirt is tied up to bare $his midriff. <</if>> <<case "spats and a tank top">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 20000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 20000>> tank top lies atop $his massive rack. - <<elseif $activeSlave.boobs > 12000>> + <<elseif getSlave($AS).boobs > 12000>> tank top just barely covers $his nipples despite its fairly large size. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> tank top can never completely cover $his tits, giving varying amounts of underboob as $he moves about. - <<elseif $activeSlave.boobs > 1200>> + <<elseif getSlave($AS).boobs > 1200>> midriff is open to see as $his chest makes $his tank top ride up. <<else>> - tank top is tight against $his <<if $activeSlave.boobs < 300>> flat <</if>> chest. + tank top is tight against $his <<if getSlave($AS).boobs < 300>> flat <</if>> chest. <</if>> <<case "a slutty outfit">> - $activeSlave.slaveName - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>> + <<if getSlave($AS).boobs > 12000>> has given up trying to contain $his immense bust and is now choosing outfits that allow $his breasts to hang free. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> has to be careful choosing slutty outfits that can restrain $his massive breasts. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> has to be careful choosing slutty outfits that can handle $his big breasts. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> chooses slutty outfits that go well on a $girl with no tits. <<else>> chooses slutty outfits that accentuate $his breasts. <</if>> <<case "a slave gown">> - $activeSlave.slaveName's slave gown - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s slave gown + <<if getSlave($AS).boobs > 12000>> is no longer able to cover $his immense breasts. Instead, it has been redesigned to draw the eye to them. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> is carefully engineered and is somehow able to cover the enormous mass of $his breasts. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> is carefully tailored, tastefully covering yet enhancing $his big breasts. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> is carefully tailored to closely hug $his flat chest. <<else>> subtly accentuates $his breasts. <</if>> <<case "a halter top dress">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's immense breasts are far too big for $his dress to contain; instead it has been redesigned to allow them to hang freely. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's enormous breasts are spill out from every available space in $his beautiful halter top dress. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's enormous breasts are bulging inside a beautiful halter top dress. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's is draped inside a beautiful halter top dress, making $his big breasts the center of attention. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName is wearing a beautiful silky halter top dress, almost as if it was sculpted to hug $his flat chest. - <<else>> - $activeSlave.slaveName is wearing a beautiful silky halter top dress, almost as if it was sculpted to match $his frame. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s immense breasts are far too big for $his dress to contain; instead it has been redesigned to allow them to hang freely. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s enormous breasts are spill out from every available space in $his beautiful halter top dress. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s enormous breasts are bulging inside a beautiful halter top dress. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s is draped inside a beautiful halter top dress, making $his big breasts the center of attention. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>> is wearing a beautiful silky halter top dress, almost as if it was sculpted to hug $his flat chest. + <<else>> + <<= getSlave($AS).slaveName>> is wearing a beautiful silky halter top dress, almost as if it was sculpted to match $his frame. <</if>> <<case "a ball gown">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName fabulous silken ball gown is designed to allow $his oversized breasts to hang free. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName somehow managed to cram the immense mass of $his breasts inside a fabulous silken ball gown. They spill out of every available gap. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName somehow managed to fit the enormous mass of $his breasts inside a fabulous silken ball gown. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's fabulous silken ball gown is carefully tailored, beautifully covering yet enhancing $his big breasts. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's fabulous silken ball gown is carefully tailored, beautifully caressing $his flat chest. - <<else>> - $activeSlave.slaveName's draped inside a fabulous silken ball gown. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>> fabulous silken ball gown is designed to allow $his oversized breasts to hang free. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>> somehow managed to cram the immense mass of $his breasts inside a fabulous silken ball gown. They spill out of every available gap. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>> somehow managed to fit the enormous mass of $his breasts inside a fabulous silken ball gown. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s fabulous silken ball gown is carefully tailored, beautifully covering yet enhancing $his big breasts. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s fabulous silken ball gown is carefully tailored, beautifully caressing $his flat chest. + <<else>> + <<= getSlave($AS).slaveName>>'s draped inside a fabulous silken ball gown. <</if>> <<case "slutty business attire">> - $activeSlave.slaveName's suit jacket - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s suit jacket + <<if getSlave($AS).boobs > 12000>> and blouse are both open in front, leaving $his boobs bare, since there's no way $he could button $his clothes over $his tits. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> is open in front, and $his straining blouse barely restrains $his tits. - <<elseif $activeSlave.boobs < 300>> - is open in front, tightly hugging $his flat chest and prominently displaying $his $activeSlave.nipples nipples. + <<elseif getSlave($AS).boobs < 300>> + is open in front, tightly hugging $his flat chest and prominently displaying $his getSlave($AS).nipples nipples. <<else>> is open in front, and $his blouse barely covers $his breasts. <</if>> <<case "nice business attire">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> tits are so immense that $his specially tailored blouse and jacket are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> tits are so huge that they prevent $his jacket from closing. Every motion $he makes threatens to turn $his blouse buttons into ballistics. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> tits are so big that they strain even $his specially tailored blouse and jacket. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> big tits strain against $his tailored blouse and jacket. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> suit jacket is fitted tightly to $his flat chest. <<else>> suit jacket conceals a flattering bra that lifts and presents $his bosom. <</if>> <<case "a comfortable bodysuit">> - <<if $activeSlave.boobs < 300>> - $activeSlave.slaveName's bodysuit is so tightly form-fitting that it clings to $his flat chest and prominently displays $his $activeSlave.nipples nipples. + <<if getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s bodysuit is so tightly form-fitting that it clings to $his flat chest and prominently displays $his getSlave($AS).nipples nipples. <<else>> - $activeSlave.slaveName's bodysuit is so tightly form-fitting that $his breasts are individually hugged and supported by the material. + <<= getSlave($AS).slaveName>>'s bodysuit is so tightly form-fitting that $his breasts are individually hugged and supported by the material. <</if>> <<case "a latex catsuit">> - <<if $activeSlave.boobs < 300>> - $activeSlave.slaveName's latex catsuit fits $him like a second skin, showing off every detail of $his $activeSlave.nipples nipples and distinct lack of breasts. + <<if getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s latex catsuit fits $him like a second skin, showing off every detail of $his getSlave($AS).nipples nipples and distinct lack of breasts. <<else>> - $activeSlave.slaveName's latex catsuit fits $him like a second skin, showing off every detail of $his nipples and breasts. + <<= getSlave($AS).slaveName>>'s latex catsuit fits $him like a second skin, showing off every detail of $his nipples and breasts. <</if>> <<case "a military uniform">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a schutzstaffel uniform">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a slutty schutzstaffel uniform">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a long qipao">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his dress is on the verge of bursting open. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that $his dress is on the verge of bursting open. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his dress greatly. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his dress. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his dress is on the verge of bursting open. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that $his dress is on the verge of bursting open. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his dress greatly. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his dress. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his dress.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his dress.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "battlearmor">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his armor is on the verge of bursting open. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that $his armor is on the verge of bursting open. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they armor even $his dress greatly. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his armor. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his armor is on the verge of bursting open. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that $his armor is on the verge of bursting open. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they armor even $his dress greatly. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his armor. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his armor.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his armor.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a mounty outfit">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a dirndl">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his dress are incapable of being laced up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his dress from being laced up. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain $his dress. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his dress. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his dress are incapable of being laced up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his dress from being laced up. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain $his dress. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his dress. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his dress.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his dress.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "lederhosen">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a biyelgee costume">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his dress are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his dress from being buttoned up. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain $his dress. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his dress. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his dress are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his dress from being buttoned up. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain $his dress. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his dress. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his dress.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his dress.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a red army uniform" "a police uniform">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName's tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's tits are so big that they strain even $his specially tailored shirt and tunic. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's big tits strain against $his tailored shirt and tunic. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tits are so immense that $his specially tailored shirt and tunic are incapable of being buttoned up. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>>'s tits are so huge that they prevent $his tunic from closing. Every motion threatens to turn $his shirt buttons into shrapnel. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s tits are so big that they strain even $his specially tailored shirt and tunic. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s big tits strain against $his tailored shirt and tunic. <<else>> - $activeSlave.slaveName cuts a dashing figure in $his tunic.<<if $activeSlave.boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> + <<= getSlave($AS).slaveName>> cuts a dashing figure in $his tunic.<<if getSlave($AS).boobs < 300>> $His <<print either("androgynous", "flat")>> breasts are barely there.<</if>> <</if>> <<case "a nice nurse outfit">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> immense tits are too big for $his scrub top, it rests uselessly atop $his bust. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> massive tits strain against $his scrub top, it only manages to cover $his nipples. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> massive tits strain against $his scrub top, filling it out completely despite its utilitarian cut. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> sizable tits nicely fill out $his scrub top, despite its utilitarian cut. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> scrub top tightly hugs $his flat chest. <<else>> tits are hidden beneath $his scrub top. <</if>> <<case "a mini dress">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> mini dress is pulled down to allow $his immense breasts to hang free. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> massive breasts stretch $his custom tailored dress to its absolute limit. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> big breasts stretch taut against $his dress, leaving nothing to the imagination. - <<elseif $activeSlave.boobs < 300>> - dress tightly hugs $his flat chest, prominently displaying $his $activeSlave.nipples nipples though the fabric. + <<elseif getSlave($AS).boobs < 300>> + dress tightly hugs $his flat chest, prominently displaying $his getSlave($AS).nipples nipples though the fabric. <<else>> chest stretches taut against $his dress, leaving little to the imagination. <</if>> <<case "an apron">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> - breasts are so immense that $his apron can barely contain them, and $he has to be careful not to expose one or both of $his $activeSlave.nipples nipples as $he moves. - <<elseif $activeSlave.boobs > 4000>> - massive breasts fill out $his strained apron, occasionally leaving the sides of $his $activeSlave.nipples nipples bare. - <<elseif $activeSlave.boobs > 800>> - big breasts fill out $his stretched apron, only just managing to fully cover $his $activeSlave.nipples nipples. - <<elseif $activeSlave.boobs < 300>> - apron lies flatly against $his small chest and $activeSlave.nipples nipples. - <<else>> - breasts fill out $his apron, which is strategically worn to cover $his $activeSlave.nipples nipples. + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> + breasts are so immense that $his apron can barely contain them, and $he has to be careful not to expose one or both of $his getSlave($AS).nipples nipples as $he moves. + <<elseif getSlave($AS).boobs > 4000>> + massive breasts fill out $his strained apron, occasionally leaving the sides of $his getSlave($AS).nipples nipples bare. + <<elseif getSlave($AS).boobs > 800>> + big breasts fill out $his stretched apron, only just managing to fully cover $his getSlave($AS).nipples nipples. + <<elseif getSlave($AS).boobs < 300>> + apron lies flatly against $his small chest and getSlave($AS).nipples nipples. + <<else>> + breasts fill out $his apron, which is strategically worn to cover $his getSlave($AS).nipples nipples. <</if>> <<case "overalls">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> - breasts are so immense that $his overalls can barely contain them, and $he has to be careful not to expose one or both of $his $activeSlave.nipples nipples as $he moves. - <<elseif $activeSlave.boobs > 4000>> - giant breasts peek out from the sides of $his strained overalls, often exposing the sides of $his $activeSlave.nipples nipples. - <<elseif $activeSlave.boobs > 800>> - huge breasts fill out $his stretched overalls, only just managing to fully cover $his $activeSlave.nipples nipples. - <<elseif $activeSlave.boobs < 300>> - overalls lie flatly against $his small chest and $activeSlave.nipples nipples. + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> + breasts are so immense that $his overalls can barely contain them, and $he has to be careful not to expose one or both of $his getSlave($AS).nipples nipples as $he moves. + <<elseif getSlave($AS).boobs > 4000>> + giant breasts peek out from the sides of $his strained overalls, often exposing the sides of $his getSlave($AS).nipples nipples. + <<elseif getSlave($AS).boobs > 800>> + huge breasts fill out $his stretched overalls, only just managing to fully cover $his getSlave($AS).nipples nipples. + <<elseif getSlave($AS).boobs < 300>> + overalls lie flatly against $his small chest and getSlave($AS).nipples nipples. <<else>> overalls are filled out by $his breasts, offering tantalizing views of their sides. <</if>> <<case "a leotard">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> tits are so big that even $his specially tailored leotard cannot really support them. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> big tits stretch the spandex of $his leotard taut across their width. - <<elseif $activeSlave.boobs < 300>> - leotard tightly hugs $his flat chest, prominently displaying $his $activeSlave.nipples nipples though the spandex. + <<elseif getSlave($AS).boobs < 300>> + leotard tightly hugs $his flat chest, prominently displaying $his getSlave($AS).nipples nipples though the spandex. <<else>> chest is flattered by $his leotard. <</if>> <<case "a monokini">> - The shoulder straps of $activeSlave.slaveName's monokini cross over in the center of $his chest, leaving the rest of $his - <<if $activeSlave.boobs > 12000>> + The shoulder straps of <<= getSlave($AS).slaveName>>'s monokini cross over in the center of $his chest, leaving the rest of $his + <<if getSlave($AS).boobs > 12000>> gigantic breasts totally bare. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> large breasts totally bare. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> flat chest totally bare. <<else>> breasts totally bare. <</if>> <<case "a cybersuit">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> gigantic breasts stretch out the bodysuit so tightly that $his nipples are clearly visible. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> large breasts stretch out the bodysuit so tightly that $his nipples are nearly visible. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> flat chest is hugged tightly by the bodysuit, $his nipples pushing against the material. <<else>> breasts are hugged tightly by the bodysuit, $his nipples pushing against the material. <</if>> <<case "a bunny outfit">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> tits are so immense that $his teddy can't contain them; it's pulled down to allow them to hang free. - <<elseif $activeSlave.boobs > 6000>> + <<elseif getSlave($AS).boobs > 6000>> tits are so huge that $his teddy conceals special stays to keep them from popping out at the slightest movement. Breast flesh massively overflows $his top. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> tits are so big that $his teddy conceals special stays to keep them from popping out at the slightest movement. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> big tits are perpetually on the verge of spilling out of $his top. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> teddy tightly clings to $his flat chest somehow making $him look even flatter. <<else>> teddy conceals cunning stays designed to make $his bosom look considerably bigger than it actually is. <</if>> <<case "attractive lingerie for a pregnant woman">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> top has been retailored to fit $his enormous bust. The ample breast flesh almost completely consumes $his silken lingerie. $His silken vest is barely visible behind $his massive tits. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> gigantic tits dwarf $his tiny top. It barely manages to cover $his nipples. $His silken vest is parted to either side of $his breasts. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> large breasts spill out from above and below $his tight top. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> top tightly clings to $his flat chest. <<else>> top tightly clings to $his chest. <</if>> <<case "a maternity dress">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 12000>> low cut dress can't contain $his enormous breasts, so $he keeps it pulled up just below $his bust. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> low cut dress can barely conceal $his giant breasts. They bulge over the top and create a deep valley of cleavage. - <<elseif $activeSlave.boobs > 1000>> + <<elseif getSlave($AS).boobs > 1000>> dress is low cut and reveals a large amount of cleavage. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> dress is low cut, tightly hugs $his flat chest and ends just above $his nipples. <<else>> dress is low cut and ends just above $his nipples. <</if>> <<case "stretch pants and a crop-top">> - <<if $activeSlave.boobs > 20000>> - $activeSlave.slaveName is wearing a massively oversized custom crop-top designed to handle $his monumental tits. Even so, it's stretched taut just struggling to cover $his nipples, causing acres of breast flesh to spill out from under and above it. - <<elseif $activeSlave.boobs > 10000>> - $activeSlave.slaveName's oversized crop-top struggles to contain even half of $his immense breasts leaving plenty of underboob visible alongside with $his cleavage. Every motion risks a nipple popping free. - <<elseif $activeSlave.boobs > 8000>> - $activeSlave.slaveName's oversized crop-top struggles to contain $his enormous breasts leaving plenty of underboob visible alongside with $his cleavage. - <<elseif $activeSlave.boobs > 4000>> - $activeSlave.slaveName has swapped up to the largest crop-top available. Even so, it barely covers them and creates plenty of cleavage. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's crop-top struggles to contain $his huge breasts leaving plenty of underboob visible alongside with $his cleavage. - <<elseif $activeSlave.boobs > 800>> - $activeSlave.slaveName's crop-top tightly hugs $his big breasts creating plenty of cleavage. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName's crop-top tightly clings to $his flat chest. - <<else>> - $activeSlave.slaveName's crop-top tightly hugs $his breasts. - <</if>> - <<switch $activeSlave.sexualFlaw>> + <<if getSlave($AS).boobs > 20000>> + <<= getSlave($AS).slaveName>> is wearing a massively oversized custom crop-top designed to handle $his monumental tits. Even so, it's stretched taut just struggling to cover $his nipples, causing acres of breast flesh to spill out from under and above it. + <<elseif getSlave($AS).boobs > 10000>> + <<= getSlave($AS).slaveName>>'s oversized crop-top struggles to contain even half of $his immense breasts leaving plenty of underboob visible alongside with $his cleavage. Every motion risks a nipple popping free. + <<elseif getSlave($AS).boobs > 8000>> + <<= getSlave($AS).slaveName>>'s oversized crop-top struggles to contain $his enormous breasts leaving plenty of underboob visible alongside with $his cleavage. + <<elseif getSlave($AS).boobs > 4000>> + <<= getSlave($AS).slaveName>> has swapped up to the largest crop-top available. Even so, it barely covers them and creates plenty of cleavage. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s crop-top struggles to contain $his huge breasts leaving plenty of underboob visible alongside with $his cleavage. + <<elseif getSlave($AS).boobs > 800>> + <<= getSlave($AS).slaveName>>'s crop-top tightly hugs $his big breasts creating plenty of cleavage. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>>'s crop-top tightly clings to $his flat chest. + <<else>> + <<= getSlave($AS).slaveName>>'s crop-top tightly hugs $his breasts. + <</if>> + <<switch getSlave($AS).sexualFlaw>> <<case "neglectful">> "All For You" <<case "cum addict">> @@ -1251,8 +1250,8 @@ It's not over yet, though. You tell your slave that it's time to incorporate som <<case "breeder">> "Drink Deep" <<default>> - <<if $activeSlave.fetishKnown == 1>> - <<switch $activeSlave.fetish>> + <<if getSlave($AS).fetishKnown == 1>> + <<switch getSlave($AS).fetish>> <<case "submissive">> "Take Me" <<case "cumslut">> @@ -1282,290 +1281,290 @@ It's not over yet, though. You tell your slave that it's time to incorporate som <</switch>> is written across $his chest in large, vibrant letters. <<case "harem gauze">> - $activeSlave.slaveName's harem girl outfit - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s harem girl outfit + <<if getSlave($AS).boobs > 12000>> lets $his inhuman breasts rest beneath - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> lets $his breasts swing free beneath - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> gently covers $his flat chest with <<else>> only covers $his breasts with <</if>> a thin film of gauze. <<case "a slutty nurse outfit">> - $activeSlave.slaveName's jacket - <<if $activeSlave.boobs > 4000>> + <<= getSlave($AS).slaveName>>'s jacket + <<if getSlave($AS).boobs > 4000>> closes beneath $his tits, leaving almost everything visible. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> pushes $his tits together to form some great cleavage. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> tightly hugs $his flat chest, since it has no breasts to form cleavage with. <<else>> pushes $his tits together to form as much cleavage as possible. <</if>> <<case "a schoolgirl outfit">> - $activeSlave.slaveName's - <<if $activeSlave.boobs > 4000>> + <<= getSlave($AS).slaveName>>'s + <<if getSlave($AS).boobs > 4000>> breasts are too big for $his blouse, so $he's tied it under them; they're so huge that it's buried under them. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> breasts are too big for $his blouse, so $he's tied it under them and left them totally bare. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> blouse tightly hugs $his flat chest. <<else>> blouse only barely covers $his breasts. <</if>> <<case "a kimono">> - $activeSlave.slaveName's kimono - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s kimono + <<if getSlave($AS).boobs > 12000>> can't cover $his breasts, so $he leaves it hanging loose; allowing them to hang freely. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> barely covers $his breasts. It reveals most of $his chest, just covering the outer edges of $his breasts and their nipples. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> demurely covers $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> demurely rests over $his flat chest. <<else>> demurely covers $his breasts. <</if>> <<case "battledress">> - <<if $activeSlave.boobs > 12000>> - $activeSlave.slaveName's immense breasts are barely supported by a specially engineered, space-age sports bra. - <<elseif $activeSlave.boobs > 2000>> - $activeSlave.slaveName's huge breasts are supported by a specially engineered, space-age sports bra under $his tank top. - <<elseif $activeSlave.boobs < 300>> - $activeSlave.slaveName is flat as an ironing board; $he wears $his tank top without a bra underneath. + <<if getSlave($AS).boobs > 12000>> + <<= getSlave($AS).slaveName>>'s immense breasts are barely supported by a specially engineered, space-age sports bra. + <<elseif getSlave($AS).boobs > 2000>> + <<= getSlave($AS).slaveName>>'s huge breasts are supported by a specially engineered, space-age sports bra under $his tank top. + <<elseif getSlave($AS).boobs < 300>> + <<= getSlave($AS).slaveName>> is flat as an ironing board; $he wears $his tank top without a bra underneath. <<else>> - $activeSlave.slaveName's breasts are supported by a sports bra under $his tank top. + <<= getSlave($AS).slaveName>>'s breasts are supported by a sports bra under $his tank top. <</if>> <<case "slutty jewelry">> - $activeSlave.slaveName's bangles include a - <<if $activeSlave.boobs > 2000>> + <<= getSlave($AS).slaveName>>'s bangles include a + <<if getSlave($AS).boobs > 2000>> thin chain that runs under $his breasts, disappearing entirely. - <<elseif $activeSlave.boobs > 800>> + <<elseif getSlave($AS).boobs > 800>> thin chain that runs under $his breasts, appearing and disappearing enticingly when $he moves. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> thin chain that runs across $his flat chest. <<else>> light chain that loops under $his breasts. <</if>> <<case "a burqa">> - $activeSlave.slaveName's burqa - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s burqa + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a tube top and thong" "a tube top" "leather pants and a tube top">> - $activeSlave.slaveName's tube top - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tube top + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a button-up shirt and panties" "a button-up shirt" "a t-shirt" "a t-shirt and thong" "a t-shirt and panties" "sport shorts and a t-shirt" "a t-shirt and jeans">> - $activeSlave.slaveName's shirt - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s shirt + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "an oversized t-shirt and boyshorts" "an oversized t-shirt">> - $activeSlave.slaveName's over-sized shirt - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s over-sized shirt + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, the fabric easily stretches to cover $his expansive mounds of flesh. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts, the fabric easily covers $his absurdly-sized breasts. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a thong" "a skimpy loincloth" "boyshorts" "cutoffs" "leather pants" "panties" "jeans" "sport shorts">> - $activeSlave.slaveName's breasts - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s breasts + <<if getSlave($AS).boobs > 12000>> are completely bare. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> are completely bare. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> are completely bare. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> are completely bare. <<else>> are completely bare. <</if>> <<case "a tank-top" "a tank-top and panties">> - $activeSlave.slaveName's tank-top - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s tank-top + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a sweater" "a sweater and cutoffs" "a sweater and panties">> - $activeSlave.slaveName's sweater - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s sweater + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "leather pants and pasties" "panties and pasties">> - $activeSlave.slaveName's breasts - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s breasts + <<if getSlave($AS).boobs > 12000>> are completely bare, except for the pasties covering $his nipples. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> are completely bare, except for the pasties covering $his nipples. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> are completely bare, except for the pasties covering $his nipples. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> are completely bare, except for the pasties covering $his nipples. <<else>> are completely bare, except for the pasties covering $his nipples. <</if>> <<case "a bra" "a striped bra" "a sports bra" "sport shorts and a sports bra" "striped underwear">> - $activeSlave.slaveName's bra - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s bra + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a nice pony outfit" "a slutty pony outfit">> - $activeSlave.slaveName's outfit - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s outfit + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a one-piece swimsuit">> - $activeSlave.slaveName's swimsuit - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s swimsuit + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a gothic lolita dress" "a hanbok">> - $activeSlave.slaveName's blouse - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s blouse + <<if getSlave($AS).boobs > 12000>> entirely conceals $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 8000>> + <<elseif getSlave($AS).boobs > 8000>> entirely conceals $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> entirely conceals $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> entirely conceals $his flat chest. <<else>> entirely conceals $his breasts. <</if>> <<case "a hijab and abaya" "a niqab and abaya">> - $activeSlave.slaveName's abaya - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s abaya + <<if getSlave($AS).boobs > 12000>> modestly covers $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> modestly covers $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> modestly rests over $his flat chest. <<else>> modestly covers $his breasts. <</if>> <<case "a klan robe" "a slutty klan robe">> - $activeSlave.slaveName's robe - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s robe + <<if getSlave($AS).boobs > 12000>> modestly covers $his breasts, although the fabric struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> modestly covers $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> modestly rests over $his flat chest. <<else>> modestly cover $his breasts. <</if>> <<case "a hijab and blouse">> - $activeSlave.slaveName's two shirts - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s two shirts + <<if getSlave($AS).boobs > 12000>> modestly cover $his breasts, although the fabrics struggle to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> modestly cover $his breasts. They have both been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> modestly cover $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> modestly cover $his flat chest. <<else>> modestly cover $his breasts. <</if>> <<case "a burkini">> - $activeSlave.slaveName's burkini - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s burkini + <<if getSlave($AS).boobs > 12000>> modestly covers $his breasts, although it struggles to ensure they are entirely covered. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> modestly covers $his breasts. It has been let out a great deal in order to cover the entirety of $his chest. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> modestly covers $his breasts, though it cannot conceal their absurd size. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> modestly covers $his flat chest. <<else>> modestly covers $his breasts. <</if>> <<case "a Santa dress">> - $activeSlave.slaveName's red holiday dress is designed with a dangerously low neckline, which - <<if $activeSlave.boobs > 12000>> + <<= getSlave($AS).slaveName>>'s red holiday dress is designed with a dangerously low neckline, which + <<if getSlave($AS).boobs > 12000>> $his colossal breasts spill out of completely unheeded. - <<elseif $activeSlave.boobs > 4000>> + <<elseif getSlave($AS).boobs > 4000>> serves only to prop up $his massive, otherwise naked breasts. - <<elseif $activeSlave.boobs > 2000>> + <<elseif getSlave($AS).boobs > 2000>> lies at nipple-level on $his big breasts, leaving a decent portion of $his areolae uncovered. - <<elseif $activeSlave.boobs < 300>> + <<elseif getSlave($AS).boobs < 300>> hangs lowly on $his flat chest, occasionally revealing one of $his nipples. <<else>> accentuates $his cleavage, especially since it always appears to be slipping down $his body. @@ -1576,26 +1575,26 @@ It's not over yet, though. You tell your slave that it's time to incorporate som End clothing-specific stripping */ Once the last piece of clothing has hit the floor you let your little slut dance naked a little while longer while you finish your last report. Once you have gotten enough of $his dancing you snap your fingers to call your slave over. -<<if ($activeSlave.devotion > 80)>> - Your slave hurries to your side and drops to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>. $He gladly kneels at your feet, looking up at $his <<= WrittenMaster()>> in adoration. -<<elseif ($activeSlave.devotion > 20)>> - Your slave hurries to your side and drops to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>. $He obediently kneels at your feet. -<<elseif ($activeSlave.devotion < -50)>> - <<if ($activeSlave.trust < -50)>> +<<if (getSlave($AS).devotion > 80)>> + Your slave hurries to your side and drops to $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>. $He gladly kneels at your feet, looking up at $his <<= WrittenMaster()>> in adoration. +<<elseif (getSlave($AS).devotion > 20)>> + Your slave hurries to your side and drops to $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>. $He obediently kneels at your feet. +<<elseif (getSlave($AS).devotion < -50)>> + <<if (getSlave($AS).trust < -50)>> $He hurries frantically to your side, and drops quivering to the floor at your feet hoping $he was quick enough to avoid - <<switch $activeSlave.rules.punishment>> + <<switch getSlave($AS).rules.punishment>> <<case "confinement">> confinement. <<case "whipping">> whipping <<case "chastity">> - <<if ($activeSlave.energy > 60)>> + <<if (getSlave($AS).energy > 60)>> orgasm denial <<else>> punishment. <</if>> <<case "situational">> - <<switch $activeSlave.collar>> + <<switch getSlave($AS).collar>> <<case "shock punishment">> shock <</switch>> @@ -1603,34 +1602,34 @@ Once the last piece of clothing has hit the floor you let your little slut dance <</switch>> <<else>> $He looks at you angrily, refusing to obey. You are forced to get up from your chair and retrieve $his leash, dragging $him back by $his - <<if $activeSlave.nosePiercing == 2>> + <<if getSlave($AS).nosePiercing == 2>> nose ring. - <<elseif $activeSlave.nipplesPiercing == 2>> + <<elseif getSlave($AS).nipplesPiercing == 2>> nipples. <<else>> collar. <</if>> - Once seated, you chain $him to your desk and force $him to $his knee<<if hasBothLegs($activeSlave)>>s<</if>>. You may have to start punishing $him more severely. + Once seated, you chain $him to your desk and force $him to $his knee<<if hasBothLegs(getSlave($AS))>>s<</if>>. You may have to start punishing $him more severely. <</if>> <<else>> Your slave walks slowly to your desk and kneels. $He looks up at you, hoping that $his life gets easier. <</if>> /* more varied reactions planned. */ -<<if (random(1,100) > (100 + $activeSlave.devotion))>> - <<if ($activeSlave.fetish != "humiliation") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "shamefast")>> +<<if (random(1,100) > (100 + getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish != "humiliation") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw != "shamefast")>> Being facefucked by force has given $him a @@.red;desire to always be clothed.@@ - <<set $activeSlave.sexualFlaw = "shamefast">> + <<set getSlave($AS).sexualFlaw = "shamefast">> <</if>> -<<elseif (random(1,100) > (110 - $activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.sexualFlaw != "shamefast")>> +<<elseif (random(1,100) > (110 - getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).sexualFlaw != "shamefast")>> Being on display for your pleasure has @@.lightcoral;encouraged $him to focus exposing $himself more often.@@ - <<set $activeSlave.fetish = "humiliation", $activeSlave.fetishKnown = 1>> + <<set getSlave($AS).fetish = "humiliation", getSlave($AS).fetishKnown = 1>> <</if>> <</if>> <<if passage() != "Slave Interact">> - <<set _fl = $slaveIndices[$activeSlave.ID]>> + <<set _fl = $slaveIndices[getSlave($AS).ID]>> <<if def _fl>> - <<set $slaves[_fl] = $activeSlave>> + <<set $slaves[_fl] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/pregmod/fDick.tw b/src/npc/interaction/fDick.tw similarity index 70% rename from src/pregmod/fDick.tw rename to src/npc/interaction/fDick.tw index 95145e42bab4b1d3f65602ed41d46d5b8927c421..7d6dc9430b657ada67451b0dbb627ea753cb794c 100644 --- a/src/pregmod/fDick.tw +++ b/src/npc/interaction/fDick.tw @@ -1,30 +1,30 @@ :: FDick [nobr] /* TODO: .pregMood and more amp variants */ -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> -<<set _belly = bellyAdjective($activeSlave)>> +<<set _belly = bellyAdjective(getSlave($AS))>> /*CHECK*/ /*NON-AMPUTEE*/ -<<if !isAmputee($activeSlave)>> - You direct $activeSlave.slaveName to lie down and ready $himself as you step over to $him and align your <<if $PC.vagina != -1>>vagina<<else>>ass<</if>> with $his - <<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>> +<<if !isAmputee(getSlave($AS))>> + You direct <<= getSlave($AS).slaveName>> to lie down and ready $himself as you step over to $him and align your <<if $PC.vagina != -1>>vagina<<else>>ass<</if>> with $his + <<if (getSlave($AS).vaginaPiercing > 1) && (getSlave($AS).dick != 0)>> pierced cock-head. - <<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).vaginaPiercing == 1) && (getSlave($AS).dick != 0)>> pierced cock. <<else>> cock. <</if>> - <<if $activeSlave.fetish != "mindbroken" && $activeSlave.fuckdoll == 0>> - <<if $activeSlave.devotion > 20>> + <<if getSlave($AS).fetish != "mindbroken" && getSlave($AS).fuckdoll == 0>> + <<if getSlave($AS).devotion > 20>> $He thought $he would be fucking another slave, not $his <<= WrittenMaster()>>, so to say $he's pleasantly surprised would be an understatement. - <<elseif $activeSlave.devotion >= -20>> + <<elseif getSlave($AS).devotion >= -20>> $He thought $he would fucking another slave, not $his <<= WrittenMaster()>>; $he has mixed feelings about this, but $his body can't wait to plunge your depths. <<else>> - <<if $activeSlave.trust < -20>> + <<if getSlave($AS).trust < -20>> $He was already horrified at the thought of being ordered to lie down and let another slave rape $his dick, but when $he realized it would be you instead, that horror turned to a mix of confusion and sheer terror. <<else>> $His dick springs to life at the prospect of plunging into your depths; this may be $his chance to one up you for a change. @@ -33,50 +33,50 @@ <</if>> You slowly lower yourself onto $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> average - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman <<else>> hypertrophied <</if>> dick, savoring every <<if $showInches == 2>>inch<<else>>centimeter<</if>>, - <<if $activeSlave.dick <= 6>> + <<if getSlave($AS).dick <= 6>> until you find yourself hilted and sitting on $his pelvis. <<else>> until you feel that you can't take any more of $him inside you. <</if>> - Making eye contact<<if !canSee($activeSlave)>> (inasmuch as you can)<</if>>, you reach <<if $PC.belly < 5000 && $activeSlave.belly < 5000>>back<<else>>down<</if>> - <<if $activeSlave.scrotum > 0>> + Making eye contact<<if !canSee(getSlave($AS))>> (inasmuch as you can)<</if>>, you reach <<if $PC.belly < 5000 && getSlave($AS).belly < 5000>>back<<else>>down<</if>> + <<if getSlave($AS).scrotum > 0>> and stroke $his - <<if $activeSlave.balls == 0>> + <<if getSlave($AS).balls == 0>> soft - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> cute - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> average - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> large - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> huge <<else>> monstrous @@ -87,35 +87,35 @@ <</if>> making it abundantly clear that you want $his cum. - <<if ($activeSlave.fetish == "mindbroken")>> + <<if (getSlave($AS).fetish == "mindbroken")>> Like a doll, $he dumbly remains still, completely indifferent that $he's deep in $his <<= WrittenMaster()>>'s <<if $PC.vagina != -1>>pussy<<else>>butt<</if>>. - You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina != -1>>slit<<else>>anus<</if>>; it seems $activeSlave.slaveName came too. + You start moving up and on $his shaft, continuing until you climax and lift yourself off of $him. A strand of cum slips from your <<if $PC.vagina != -1>>slit<<else>>anus<</if>>; it seems <<= getSlave($AS).slaveName>> came too. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. - <<elseif $activeSlave.devotion > 50>> - <<if $activeSlave.trust < -20>> + <<elseif getSlave($AS).devotion > 50>> + <<if getSlave($AS).trust < -20>> Having followed your instructions as quickly as $he could in fear of your wrath, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his obedient cock. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He squeaks lewdly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you before apologizing submissively. - <<elseif $activeSlave.trust <= 20>> + <<elseif getSlave($AS).trust <= 20>> Having followed your instructions quickly and obediently, $he tries $his best to please you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and warns you $he is about to cum; in response you speed up your pace, encouraging $him to impale you on $his throbbing shaft. $He squeals lewdly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before helping you up. <<else>> Having followed your instructions with gusto, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and desperately warns you $he can't hold out any longer; in response you speed up your pace, tipping $him over the edge and forcing $him to impale you on $his twitching shaft. $He moans loudly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads spurt after spurt into you before pulling you into a post coitus embrace. <</if>> - <<elseif $activeSlave.devotion >= -20>> - <<if $activeSlave.trust < -20>> + <<elseif getSlave($AS).devotion >= -20>> + <<if getSlave($AS).trust < -20>> Having hesitatingly followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his terrified cock. While $he is too afraid to enjoy pleasuring you, $he obediently thrusts into you. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and blows $his load in you like a good little slave. - <<elseif $activeSlave.trust <= 20>> + <<elseif getSlave($AS).trust <= 20>> Having obediently followed your instructions, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his willing cock. While $he is too uncertain of $his position in the hierarchy to really enjoy $himself, $he hesitatingly thrusts into you. When $he feels $he is nearing $his limit, $he gives you proper warning that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out in surprise, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms and boldness, and blows $his load in you during the confusion. <<else>> Having obediently followed your instructions, $he energetically pounds you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his eager cock. $He grabs your hips and pounds you a little too eagerly, not even slowing down as you begin to feel $him tense with orgasm. Without so much as a warning to you, $he trembles with orgasm, pumping $his load deep into your <<if $PC.vagina != -1>>cunt<<else>>rectum<</if>> and setting off your own. You glare daggers at $him as $he profusely apologizes for $his lack of restraint. <</if>> <<else>> - <<if $activeSlave.trust < -20>> + <<if getSlave($AS).trust < -20>> Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too afraid to be an active participant in pleasuring you, you make do with what $he's giving. $He timidly warns you that $he is about to cum; in response you speed up your pace and clamp down hard on $his throbbing shaft. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads inside of you despite $his fear. - <<elseif $activeSlave.trust <= 20>> + <<elseif getSlave($AS).trust <= 20>> Having followed your instructions as quickly as $he could, $he lies as still as $he can beneath you while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his reluctant cock. While $he is too hateful to be an active participant in pleasuring you, you make do with what $he's got. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. - <<set $activeSlave.trust++>> - <<elseif overpowerCheck($activeSlave, $PC) < random(1,100)>> + <<set getSlave($AS).trust++>> + <<elseif overpowerCheck(getSlave($AS), $PC) < random(1,100)>> Without warning, $he flips you onto your side and, still hilted, - <<if $activeSlave.belly >= 300000>> + <<if getSlave($AS).belly >= 300000>> repositions you onto your hands and knees while using $his _belly belly to pin you under $him. <<elseif $PC.belly >= 5000>> rolls you into missionary while pinning your arms and legs. @@ -125,62 +125,62 @@ rolls you into missionary while pinning your arms and forcing you into a mating press. <</if>> Such audacity takes you entirely by surprise and gives $him the edge $he needs to pull it off. $He vigorously pistons in and out of you with little regard for you<<if $PC.pregKnown == 1>> or your pregnancy<</if>>, fucking you senseless until $he has had enough and cums deep inside your <<if $PC.vagina != -1>>pussy<<else>>ass<</if>>. - <<if canImpreg($PC, $activeSlave) && $activeSlave.fetish == "pregnancy">> - <<if hasAnyArms($activeSlave)>>Running a hand across<<else>>Grinding against<</if>> your firm belly, $he decides $his job is not yet done and begins reaming you once more, dead set on taking this opportunity to @@.orangered;show you your place by knocking you up with $his child.@@ $He manages to empty $his balls in your womb several more times before exhaustion kicks in, forcing $him to leave you twitching and drooling cum. - <<= knockMeUp($PC, 100, 0, $activeSlave.ID)>> - <<set $activeSlave.counter.penetrative += 5, $penetrativeTotal += 5>> + <<if canImpreg($PC, getSlave($AS)) && getSlave($AS).fetish == "pregnancy">> + <<if hasAnyArms(getSlave($AS))>>Running a hand across<<else>>Grinding against<</if>> your firm belly, $he decides $his job is not yet done and begins reaming you once more, dead set on taking this opportunity to @@.orangered;show you your place by knocking you up with $his child.@@ $He manages to empty $his balls in your womb several more times before exhaustion kicks in, forcing $him to leave you twitching and drooling cum. + <<= knockMeUp($PC, 100, 0, getSlave($AS).ID)>> + <<set getSlave($AS).counter.penetrative += 5, $penetrativeTotal += 5>> <<else>> Contently sighing, $he pulls $his still very hard cock from your overwhelmed body and forces it into your mouth, ready to blow a second load and give you a @@.orangered;taste of your place,@@ before leaving you twitching and drooling cum. - <<set $activeSlave.counter.penetrative++, $penetrativeTotal++>> + <<set getSlave($AS).counter.penetrative++, $penetrativeTotal++>> <</if>> - <<set $activeSlave.trust += 5>> + <<set getSlave($AS).trust += 5>> <<else>> You feel $him shift dominantly beneath you and in response - <<if $activeSlave.scrotum > 0>> + <<if getSlave($AS).scrotum > 0>> clamp down on $his balls <<else>> twist $his dick at an odd angle <</if>> until $he behaves. $He groans with a mix and disgust and pleasure while you bounce<<if $PC.belly >= 5000>> your gravid bulk<</if>> on $his traitorous cock. $He might not want to bend to your will, but you have $his body wrapped around your little finger, even though it still leaves you doing all the work. $He cries out lewdly, overwhelmed by your orgasmic <<if $PC.vagina != -1>>cunt<<else>>rectal<</if>> spasms, and unloads deep inside you without warning. $He @@.orangered;smirks a little@@ as you glare daggers at $him. - <<set $activeSlave.trust++>> + <<set getSlave($AS).trust++>> <</if>> <</if>> /*AMPUTEE*/ <<else>> - You step over to pick up $activeSlave.slaveName, lie $him down and get $him ready. Then you align your <<if $PC.vagina != -1>> vagina <<else>> ass <</if>> with - <<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>> + You step over to pick up <<= getSlave($AS).slaveName>>, lie $him down and get $him ready. Then you align your <<if $PC.vagina != -1>> vagina <<else>> ass <</if>> with + <<if (getSlave($AS).vaginaPiercing > 1) && (getSlave($AS).dick != 0)>> $his pierced cock-head. - <<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).vaginaPiercing == 1) && (getSlave($AS).dick != 0)>> $his pierced cock <<else>> $his cock <</if>> and lower yourself onto $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick <</if>> - <<if $activeSlave.dick <= 6>> + <<if getSlave($AS).dick <= 6>> until you are sitting on $his loins. <<else>> until you feel that you can't take any more of $him inside you. @@ -188,19 +188,19 @@ You reach back - <<if $activeSlave.scrotum > 0>> + <<if getSlave($AS).scrotum > 0>> and stroke $his - <<if $activeSlave.balls == 0>> + <<if getSlave($AS).balls == 0>> soft scrotum. - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls. - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> cute balls. - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls. - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> large balls. - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> huge balls. <<else>> monstrous balls. @@ -208,17 +208,17 @@ <<else>> soft perineum. <</if>> - <<if ($activeSlave.fetish == "mindbroken")>> + <<if (getSlave($AS).fetish == "mindbroken")>> Like a broken doll, $he dumbly remains still, watching you without interest. - You start moving up and on $his shaft, until you climax and notice that so did $activeSlave.slaveName. + You start moving up and on $his shaft, until you climax and notice that so did <<= getSlave($AS).slaveName>>. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. <<else>> You ride your helpless slave until you both climax. <</if>> <</if>> -<<if canWalk($activeSlave) && $activeSlave.fetish != "mindbroken" && $postSexCleanUp > 0>> - <<switch $activeSlave.assignment>> +<<if canWalk(getSlave($AS)) && getSlave($AS).fetish != "mindbroken" && $postSexCleanUp > 0>> + <<switch getSlave($AS).assignment>> <<case "whore">> $He heads to the bathroom to clean $his dick before returning to selling $his body publicly. <<case "serve the public">> @@ -226,7 +226,7 @@ <<case "rest">> $He heads to the bathroom to clean $his dick before crawling back into bed. <<case "get milked">> - $He hurries to the bathroom to clean $his dick <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + $He hurries to the bathroom to clean $his dick <<if getSlave($AS).lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "please you">> $He hurries to the bathroom to clean $his dick before returning to await your next use of $his body, as though nothing had happened. <<case "be a subordinate slave">> @@ -252,14 +252,14 @@ <</switch>> <</if>> -<<set $activeSlave.counter.penetrative++, $penetrativeTotal++>> -<<if canImpreg($PC, $activeSlave)>> - <<if $activeSlave.diet == "cum production">> - <<set _pregChance = ($activeSlave.balls * 5 * 1.2)>> - <<= knockMeUp($PC, _pregChance, 0, $activeSlave.ID)>> +<<set getSlave($AS).counter.penetrative++, $penetrativeTotal++>> +<<if canImpreg($PC, getSlave($AS))>> + <<if getSlave($AS).diet == "cum production">> + <<set _pregChance = (getSlave($AS).balls * 5 * 1.2)>> + <<= knockMeUp($PC, _pregChance, 0, getSlave($AS).ID)>> <<else>> - <<set _pregChance = ($activeSlave.balls * 5)>> - <<= knockMeUp($PC, _pregChance, 0, $activeSlave.ID)>> + <<set _pregChance = (getSlave($AS).balls * 5)>> + <<= knockMeUp($PC, _pregChance, 0, getSlave($AS).ID)>> <</if>> <</if>> <<if $sexualOpeness == 0>> @@ -268,5 +268,5 @@ <</if>> <<if passage() !== "Slave Interact">> - <<set $slaves[$slaveIndices[$activeSlave.ID]] = $activeSlave>> + <<set $slaves[$slaveIndices[getSlave($AS).ID]] = getSlave($AS)>> <</if>> diff --git a/src/npc/interaction/fEmbrace.tw b/src/npc/interaction/fEmbrace.tw new file mode 100644 index 0000000000000000000000000000000000000000..4641c65f538887fd9adc661a88addd9bcab3481a --- /dev/null +++ b/src/npc/interaction/fEmbrace.tw @@ -0,0 +1,168 @@ +:: FEmbrace [nobr] + +<<setPlayerPronouns>> +<<set $AS = $activeSlave.ID>> +<<run Enunciate($activeSlave)>> +<<setLocalPronouns $activeSlave>> + +You tell getSlave($AS).slaveName to +<<if (hasAnyLegs(getSlave($AS)))>> + stand in front of you. +<<else>> + have another slave set $him down on your desk. +<</if>> + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).relationship != -3)>> + $He complies automatically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif (getSlave($AS).relationship == -2)>> + $He excitedly complies, happy to be near the object of $his longing. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif (getSlave($AS).relationship == -3)>> + <<if getSlave($AS).fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyesColor(getSlave($AS))>>. $He shows no reaction. + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + $He lovingly complies, hurrying to come close to the _womanP who married $him. Once $he's close, you take your willing $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee(getSlave($AS))>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + $He complies. Once $he's close, you take your reluctant $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee(getSlave($AS))>> breaks eye contact<<else>> turns $his face away<</if>>. + <<elseif getSlave($AS).devotion < -20>> + $He complies out of fear. Once $he's close, you take your unwilling $wife's head in your hands and gaze deeply into $his teary <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee(getSlave($AS))>> breaks eye contact<<else>> turns $his face away<</if>>. + <<else>> + $He complies obediently. Once $he's close, you take your willing $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee(getSlave($AS))>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. + <</if>> +<<elseif (getSlave($AS).devotion > 75)>> + $He elatedly complies, joyful at being near to you. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. +<<elseif (getSlave($AS).devotion > 50)>> + $He dotingly complies, being near you filling $him with delight. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. +<<elseif (getSlave($AS).devotion > 20)>> + $He joyfully complies, happy to be near you. Once $he's close, you take $his willing head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you take $his head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. +<<elseif (getSlave($AS).trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you take $his trembling head in your hands and gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>> for a moment. $He looks down fearfully, and begins to shake with terror, tears streaking down $his cheeks. +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you take a moment to gaze deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. +<</if>> + +You walk around $him and put your hands around $his abdomen,<<if (hasAnyLegs(getSlave($AS)))>> to gently pull $him close towards you<<else>> moving close towards $him on your desk<</if>> and then wrap your arms around $his shoulders.<<if (hasAnyLegs(getSlave($AS)))>> When you press your hips against $hers,<<else>> You use your arms to prop $him up against you,<</if>> <<if (getSlave($AS).trust > 20)>>letting $him lean while taking the weight of $him against you<<else>>$he tries to lean away from you, pushing against your arms<</if>>. You lovingly squeeze $him in your long, cradling embrace. + +<<if (getSlave($AS).boobs < 2600)>> + <<if (getSlave($AS).nipples == "huge")>> + You feel $his large, erect nipples against your + <<elseif (getSlave($AS).nipples == "puffy")>> + You feel $his erect, puffy nipples against your + <<elseif getSlave($AS).nipples == "partially inverted">> + You feel $his partially inverted nipples against your + <<elseif getSlave($AS).nipples == "inverted">> + You feel $his inverted nipples against your + <<elseif getSlave($AS).nipples == "inverted">> + You feel the slits of $his nipples against your + <<else>> + You feel $his erect nipples against your + <</if>> + hands as you move your arms down around $his breasts. <<if (getSlave($AS).devotion > 20)>>You take your time to stay in this position, feeling $his heart beat against you. $He starts to breathe faster before you keep one arm wrapped around $him as you move to $his front<<else>>As you move to $his front, with one arm still around $him, $he again tries to break away but you keep $him held tightly and you whisper the alternatives to $him, reminding $him<</if>>. You wrap your arms around $his back as you press $his breasts against your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. +<<else>> + $His massive tits are too large for you to wrap your arms around so you start to wrap your arms around $his waist. You feel $his heart beat against your chest, $he starts to breathe faster as you press $his back against your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. +<</if>> + +<<if (getSlave($AS).fetish == "mindbroken")>> + $His posture doesn't change. $He initially only reacts slightly to your physical touch but eventually $he relaxes in the warmth of your embrace against $him. You know that this may only be a physiological reaction, nothing more. For a brief moment you think you detect a spark of life in $his dull eyes but just as quickly, it is gone. When you stop, $his <<= App.Desc.eyesColor(getSlave($AS))>> track the movements of your hands briefly but then $he stares blankly ahead of $him, not understanding what is happening. +<<elseif (getSlave($AS).relationship == -2)>> + In the warmth of your embrace, $he turns towards you, $his passionate <<= App.Desc.eyesColor(getSlave($AS))>> staring intently at your face. $He leans closer to you and kisses you as you hold $him. $His heart beats faster and then gradually slows as $he grows accustomed to your body against $hers. Eventually, $he relaxes totally and $his eyes gradually close, melting in your arms. When you finally stop and relax your embrace, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you with a blissful look on $his face. <<if (hasAnyArms(getSlave($AS)))>> $His hand reaches to your arms and $he strokes them longingly.<</if>> + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He slowly opens them and does $his best to communicate love with $his <<= App.Desc.eyesColor(getSlave($AS))>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s dreamily. + <</if>> + $He looks at you, almost begging you with $his eyes that $he wants much more than a mere embrace. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + In your soft, warm embrace, $he tries hard to stop $himself from losing $himself in your arms. + <<if (hasAnyArms(getSlave($AS)))>> + $He starts to embrace you <<if (hasBothArms(getSlave($AS)))>>in $his arms<<else>>with $his arm<</if>> as well. When you gently squeeze $him in your arms, $he breathes more heavily and starts to lovingly squeeze you as well, $his tendency towards sexual dominance encouraging $him to compete with you in embraces against each other. + <<else>> + When you gently squeeze $him in your arms, $he breathes more heavily before relaxing against you. + <</if>> + When you finally stop and relax your embrace, $his eyes are closed and $he's smiling blissfully. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He slowly opens them and does $his best to communicate excitement with $his <<= App.Desc.eyesColor(getSlave($AS))>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. + <</if>> + $He eagerly looks at you, $his eyes almost seem to say that $he wants you to give $his <<Master>> more than a mere hug. +<<elseif (getSlave($AS).devotion > 50)>> + $He sighs devotedly in your arms and slowly relaxes. $He turns towards you, $his doting <<= App.Desc.eyesColor(getSlave($AS))>> staring intently at your face. You feel $his heart beating faster against your chest as you softly squeeze your arms tighter.<<if hasAnyArms(getSlave($AS))>> $His hand<<if hasBothArms(getSlave($AS))>>s<</if>> reach to your arms and $he strokes them longingly as you squeeze.<</if>> $He gradually closes $his eyes as $he leans $his body against yours, melting in your warm embrace, and you feel the intense heat from $his body against your + <<if $PC.boobs >= 1400>> + expansive <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> chest. + <<elseif $PC.boobs >= 1200>> + huge <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. + <<elseif $PC.boobs >= 1000>> + big <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. + <<elseif $PC.boobs >= 800>> + soft breasts. + <<elseif $PC.boobs >= 500>> + breasts. + <<elseif $PC.boobs >= 300>> + small chest. + <<elseif $PC.title > 0>> + manly chest. + <<else>> + flat chest. + <</if>> + When you finally stop, <<if (hasAnyArms(getSlave($AS)))>>$he reaches to your face with $his hand and gently strokes your cheek<<else>>$he turns to you<</if>>, a euphoric look on $his <<= getSlave($AS).skin>> face. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He does $his best to communicate devotion with $his <<= App.Desc.eyesColor(getSlave($AS))>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<elseif (getSlave($AS).accent >= 3)>> + $He does $his best to communicate devotion with $his <<= App.Desc.eyesColor(getSlave($AS))>>, since $he's not confident in $his ability to express it in $language. + <<else>> + "I love you, <<Master>>," $he <<say>>s elatedly. + <</if>> + $He looks at you longingly, almost as if $he's bursting to say that $he wants more than a mere embrace. +<<elseif (getSlave($AS).devotion > 20)>> + $He willingly gives $himself up to your embracing arms. As you are so close to $him, you sense considerable uneasiness in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your soft embrace against $his body. $He gradually closes $his eyes in the feeling of your gentle arms. When you finally stop and relax your embrace, $his <<= App.Desc.eyesColor(getSlave($AS))>> open to gaze puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this non-sexual physical contact. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $His eyes beg for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust < -20)>> + $He shakes at your touch fearfully. As you softly press $his trembling body against you, $his eagerness to avoid punishment leads $him to stiffen in your arms. While $he continues to shudder, you continue embracing $him, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When you relax your arms for a moment, $he opens $his eyes to look at you for a long moment, $his eyes darting up to your face, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $His eyes beg for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif (getSlave($AS).trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to squeeze your arms around $him. In fact, $he barely reacts at all. $He stares at your arms as they continue squeezing, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of embracing the still <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>> and release $him, $he stares at you in utter incomprehension. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $His eyes beg for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs spastically, begging fearfully to know if that's it. + <<else>> + $He asks nervously, "I-i<<s>> that it, <<Master>>?" + <</if>> + Then $he cringes, unsure of what you are going to do next. +<<else>> + $He reflexively tries to break free from your arms, but you keep $him wrapped in them. Shuddering, $he desperately leans away from you, but you tip forward with $him and pin $him against your desk, continuing your hold on $him. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and release $him, $he stares at you in utter incomprehension. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $His eyes demand an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs irritably, asking whether that's it. + <<else>> + $He splutters, "I<<s>> that it, <<Master>>!?" + <</if>> + $He shakes uncontrollably, apprehensive at what you are going to do next. +<</if>> diff --git a/src/npc/fFeelings.tw b/src/npc/interaction/fFeelings.tw similarity index 64% rename from src/npc/fFeelings.tw rename to src/npc/interaction/fFeelings.tw index 85a7791c40bcb5561aca6d398be7d1ddfbfbd687..2e227760a7f8e132108097492112fd7fd898340a 100644 --- a/src/npc/fFeelings.tw +++ b/src/npc/interaction/fFeelings.tw @@ -1,45 +1,47 @@ :: FFeelings [nobr] +<<set $AS = $activeSlave.ID>> + /* Slaves are expected to be either able to talk or to sign when entering this passage. */ -<<if !canTalk($activeSlave) && !hasAnyArms($activeSlave)>> - $activeSlave.slaveName is unable to communicate and thus this place should have been unreachable. Please report this. +<<if !canTalk(getSlave($AS)) && !hasAnyArms(getSlave($AS))>> + <<= getSlave($AS).slaveName>> is unable to communicate and thus this place should have been unreachable. Please report this. <</if>> <<run Enunciate($activeSlave)>> <<setLocalPronouns $activeSlave>> <<set _lisping = 0>> -<<if canTalk($activeSlave) && SlaveStatsChecker.checkForLisp($activeSlave)>> +<<if canTalk(getSlave($AS)) && SlaveStatsChecker.checkForLisp(getSlave($AS))>> <<set _lisping = 1>> <</if>> /* TODO: clean up this passage - lots of repeating blocks */ -<<if ($activeSlave.devotion < -50)>> +<<if (getSlave($AS).devotion < -50)>> $He - <<if ($activeSlave.trust >= -20)>> - <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>declares<</if>> angrily that it's wrong to keep $him a slave, and that you should free $him. - <<elseif ($activeSlave.trust >= -50)>> - <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> hesitantly that it's wrong to keep $him a slave, and that you should free $him. + <<if (getSlave($AS).trust >= -20)>> + <<if !canTalk(getSlave($AS))>>gestures<<elseif (_lisping == 1)>>lisps<<else>>declares<</if>> angrily that it's wrong to keep $him a slave, and that you should free $him. + <<elseif (getSlave($AS).trust >= -50)>> + <<if !canTalk(getSlave($AS))>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> hesitantly that it's wrong to keep $him a slave, and that you should free $him. <<else>> - <<if !canTalk($activeSlave)>>gestures a perfunctory plea not to hurt $him.<<else>>mutters a perfunctory "Plea<<s>>e don't hurt me, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>."<</if>> + <<if !canTalk(getSlave($AS))>>gestures a perfunctory plea not to hurt $him.<<else>>mutters a perfunctory "Plea<<s>>e don't hurt me, <<if getSlave($AS).rudeTitle == 1>><<= PoliteRudeTitle(getSlave($AS))>><<else>><<Master>><</if>>."<</if>> <</if>> -<<elseif ($activeSlave.devotion < -20)>> +<<elseif (getSlave($AS).devotion < -20)>> $He - <<if !canTalk($activeSlave)>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> - <<if ($activeSlave.trust >= -20)>> - hesitantly that $he does not like being a slave, and then <<if !canTalk($activeSlave)>>lets $his hand<<if hasBothArms($activeSlave)>>s<</if>> fall to $his sides<<else>>falls silent<</if>>. - <<elseif ($activeSlave.trust >= -50)>> - fearfully that $he does not like being a slave, and then <<if !canTalk($activeSlave)>>lets $his hand<<if hasBothArms($activeSlave)>>s<</if>> fall to $his sides, shaking a little<<else>>falls silent, shaking a little<</if>>. + <<if !canTalk(getSlave($AS))>>gestures<<elseif (_lisping == 1)>>lisps<<else>>mutters<</if>> + <<if (getSlave($AS).trust >= -20)>> + hesitantly that $he does not like being a slave, and then <<if !canTalk(getSlave($AS))>>lets $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> fall to $his sides<<else>>falls silent<</if>>. + <<elseif (getSlave($AS).trust >= -50)>> + fearfully that $he does not like being a slave, and then <<if !canTalk(getSlave($AS))>>lets $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> fall to $his sides, shaking a little<<else>>falls silent, shaking a little<</if>>. <<else>> - a perfunctory <<if !canTalk($activeSlave)>>plea not to hurt $him<<else>>"Plea<<s>>e don't hurt me, <<Master>>."<</if>> + a perfunctory <<if !canTalk(getSlave($AS))>>plea not to hurt $him<<else>>"Plea<<s>>e don't hurt me, <<Master>>."<</if>> <</if>> -<<elseif ($activeSlave.devotion <= 20)>> +<<elseif (getSlave($AS).devotion <= 20)>> $He - <<if !canTalk($activeSlave)>>gestures<<else>><<say>>s<</if>> <<if ($activeSlave.trust >= -20)>>earnestly<<elseif ($activeSlave.trust >= -50)>>fearfully<<else>>shakily<</if>> + <<if !canTalk(getSlave($AS))>>gestures<<else>><<say>>s<</if>> <<if (getSlave($AS).trust >= -20)>>earnestly<<elseif (getSlave($AS).trust >= -50)>>fearfully<<else>>shakily<</if>> that $he will do whatever you order $him to, since $he does not want to be - <<switch $activeSlave.rules.punishment>> + <<switch getSlave($AS).rules.punishment>> <<case "confinement">>shut up in the dark, which is of course $his standard punishment. <<case "whipping">>whipped, which is of course $his standard punishment. <<case "chastity">>put in restrictive chastity, which is of course $his standard punishment. @@ -49,61 +51,61 @@ <<else>> -<<if ($activeSlave.devotion <= 50)>> - <<if !canTalk($activeSlave)>> - $He gestures that you're $his <<= WrittenMaster($activeSlave)>>, and $he will do $his best to obey you. $He continues to sign<<if $activeSlave.accent == 3 && $activeSlave.voice != 0>>, using gestures to supplant $his poor $language<</if>>: +<<if (getSlave($AS).devotion <= 50)>> + <<if !canTalk(getSlave($AS))>> + $He gestures that you're $his <<= WrittenMaster(getSlave($AS))>>, and $he will do $his best to obey you. $He continues to sign<<if getSlave($AS).accent == 3 && getSlave($AS).voice != 0>>, using gestures to supplant $his poor $language<</if>>: <<else>> "You're my <<Master>>, and I'll do my be<<s>>t to obey you," $he <<say>>s <</if>> -<<elseif ($activeSlave.devotion <= 95)>> - <<setSpokenLocalPronouns $activeSlave $activeSlave>> - <<if !canTalk($activeSlave)>> - $He gestures that you're $his beloved <<Master>>. $He continues to sign<<if $activeSlave.accent == 3>>, using gestures to supplant $his poor $language<</if>>: +<<elseif (getSlave($AS).devotion <= 95)>> + <<setSpokenLocalPronouns getSlave($AS) getSlave($AS)>> + <<if !canTalk(getSlave($AS))>> + $He gestures that you're $his beloved <<Master>>. $He continues to sign<<if getSlave($AS).accent == 3>>, using gestures to supplant $his poor $language<</if>>: <<else>> - "<<if ($activeSlave.relationship == -3)>>I'm content with being your <<wife>>,<<else>>You're<</if>> my beloved <<Master>>, and you know what'<<s>> be<<s>>t for me," $he <<say>>s. + "<<if (getSlave($AS).relationship == -3)>>I'm content with being your <<wife>>,<<else>>You're<</if>> my beloved <<Master>>, and you know what'<<s>> be<<s>>t for me," $he <<say>>s. <</if>> <<else>> - <<if !canTalk($activeSlave)>> - $He makes a simple gesture, meaning "I love you." $He continues to sign<<if $activeSlave.accent == 3>>, using gestures to supplant $his poor $language<</if>>: + <<if !canTalk(getSlave($AS))>> + $He makes a simple gesture, meaning "I love you." $He continues to sign<<if getSlave($AS).accent == 3>>, using gestures to supplant $his poor $language<</if>>: <<else>> - "I love you," $he <<say>>s in $his <<if ($activeSlave.voice == 1)>><<if ($activeSlave.voiceImplant < 0)>>guttural<<else>>deep<</if>><<elseif ($activeSlave.voice == 2)>>pretty<<else>><<if ($activeSlave.voiceImplant > 0)>>high bimbo<<else>>girly<</if>><</if>> voice. + "I love you," $he <<say>>s in $his <<if (getSlave($AS).voice == 1)>><<if (getSlave($AS).voiceImplant < 0)>>guttural<<else>>deep<</if>><<elseif (getSlave($AS).voice == 2)>>pretty<<else>><<if (getSlave($AS).voiceImplant > 0)>>high bimbo<<else>>girly<</if>><</if>> voice. <</if>> <</if>> -<<if $activeSlave.trust < -50>> +<<if getSlave($AS).trust < -50>> "I'm terrified of you. -<<elseif $activeSlave.trust < -20>> +<<elseif getSlave($AS).trust < -20>> "You frighten me, <<s>>ometime<<s>>. -<<elseif $activeSlave.trust < 20>> +<<elseif getSlave($AS).trust < 20>> "I know you have total power over me. -<<elseif $activeSlave.trust < 50>> +<<elseif getSlave($AS).trust < 50>> "You know what'<<s>> be<<s>>t for me. -<<elseif $activeSlave.trust < 95>> +<<elseif getSlave($AS).trust < 95>> "I tru<<s>>t you to know what'<<s>> be<<s>>t for me. <<else>> "I tru<<s>>t you completely. <</if>> -<<if ($activeSlave.rules.speech == "restrictive")>> - <<if ($activeSlave.devotion > 20)>> +<<if (getSlave($AS).rules.speech == "restrictive")>> + <<if (getSlave($AS).devotion > 20)>> Thank you <<s>>o much for a chan<<c>>e to talk a little, <<Master>>. I under<<s>>tand why I must be <<s>>ilent, but it'<<s>> ni<<c>>e to get the chan<<c>>e. <<else>> Thank you <<s>>o much for a chan<<c>>e to talk a little, <<Master>>. It'<<s>> hard, never <<s>>peaking. <</if>> <</if>> -<<if $activeSlave.devotion > 50 && $activeSlave.health.condition < -20>> - I feel <<if $activeSlave.health.condition < -50>>really <</if>><<s>>ick, <<Master>>. - <<if $activeSlave.trust > 20>> +<<if getSlave($AS).devotion > 50 && getSlave($AS).health.condition < -20>> + I feel <<if getSlave($AS).health.condition < -50>>really <</if>><<s>>ick, <<Master>>. + <<if getSlave($AS).trust > 20>> I wi<<sh>> you could give me <<s>>omething to ea<<s>>e the pain. <</if>> <</if>> -<<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> +<<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> I love being your nympho <<s>>lut. - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> I love it when you u<<s>>e me. <<case "dom">> @@ -119,9 +121,9 @@ <<case "buttslut">> I love it when you u<<s>>e my a<<ss>>. <<case "pregnancy">> - <<if $activeSlave.counter.births > 0>> + <<if getSlave($AS).counter.births > 0>> I love being your breeder. - <<elseif $activeSlave.counter.birthsTotal > 0>> + <<elseif getSlave($AS).counter.birthsTotal > 0>> I love being bred. <<else>> I can't wait to be bred. @@ -133,15 +135,15 @@ <</switch>> <</if>> <</if>> -<<if ($activeSlave.attrKnown == 1)>> - <<if ($activeSlave.attrXX > 80)>> +<<if (getSlave($AS).attrKnown == 1)>> + <<if (getSlave($AS).attrXX > 80)>> I love fucking the other girl<<s>>. - <<elseif ($activeSlave.attrXX > 60)>> + <<elseif (getSlave($AS).attrXX > 60)>> It'<<s>> ni<<c>>e, fucking the other girl<<s>>. <</if>> - <<if ($activeSlave.attrXY > 80 && $seeDicks > 0)>> + <<if (getSlave($AS).attrXY > 80 && $seeDicks > 0)>> I love <<s>>pending time with <<s>>lave<<s>> with dick<<s>>, <<Master>>. - <<elseif ($activeSlave.attrXY > 60 && $seeDicks > 0)>> + <<elseif (getSlave($AS).attrXY > 60 && $seeDicks > 0)>> It'<<s>> ni<<c>>e, <<s>>pending time with <<s>>lave<<s>> with dick<<s>>, <<Master>>. <</if>> <<else>> @@ -149,85 +151,85 @@ <</if>> My favorite part of my body i<<s>> -<<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.sexualFlaw == "neglectful") && ($activeSlave.fetishStrength > 95)>> +<<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).sexualFlaw == "neglectful") && (getSlave($AS).fetishStrength > 95)>> unimportant, <<Master>>. What part of me do //you// like? N-not that I'm telling you that you need to like me! I'm ju<<s>>t <<s>>o happy when you're happy. - <<elseif ($activeSlave.sexualFlaw == "malicious") && ($activeSlave.fetishStrength > 95) && ($activeSlave.muscles > 30)>> + <<elseif (getSlave($AS).sexualFlaw == "malicious") && (getSlave($AS).fetishStrength > 95) && (getSlave($AS).muscles > 30)>> my mu<<sc>>le<<s>>, I like how I can u<<s>>e them to for<<c>>e the <<s>>lutty bitche<<s>> around here to do what I want. The way they <<s>>queal when I fle<<x>> what I've got get<<s>> me hot every time. - <<elseif ($activeSlave.sexualFlaw == "abusive") && ($activeSlave.fetishStrength > 95) && ($activeSlave.muscles > 30)>> + <<elseif (getSlave($AS).sexualFlaw == "abusive") && (getSlave($AS).fetishStrength > 95) && (getSlave($AS).muscles > 30)>> my mu<<sc>>le<<s>>. I like how I can u<<s>>e them to hurt the other <<s>>lave<<s>>, <<Master>>. The way they cry, their tear<<s>>, their blood. How long ha<<s>> it been <<s>>in<<c>>e I beat a bitch <<s>>en<<s>>le<<ss>>? I can't wait to work out <<s>>ome <<s>>tre<<ss>> on my ne<<x>>t toy. - <<elseif ($activeSlave.sexualFlaw == "self hating") && ($activeSlave.fetishStrength > 95)>> + <<elseif (getSlave($AS).sexualFlaw == "self hating") && (getSlave($AS).fetishStrength > 95)>> my blood. It'<<s>> <<s>>o pretty and red, and there'<<s>> <<s>>o much of it when you and the other <<s>>lave<<s>> //really// lay into me. I'm <<s>>o fucking hot right now, thinking about the thing<<s>> you can do to my <<s>>lutty body. - <<elseif ($activeSlave.sexualFlaw == "cum addict") && ($activeSlave.fetishStrength > 95)>> - <<if $activeSlave.lips > 40>> - my <<if $activeSlave.lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me, and how my lip<<s>> wrap around their dick<<s>> to keep all that <<if canTaste($activeSlave)>>yummy<<else>>warm<</if>> cum in my belly. Oh! I like my belly, too, and that warm, <<s>>lo<<sh>>y feeling a<<s>> it'<<s>> packed full of baby jui<<c>>e. It'<<s>> <<s>>o — I'm <<s>>orry, <<Master>>. I think my mouth i<<s>> watering. Plea<<s>>e give me a moment to collect my<<s>>elf. + <<elseif (getSlave($AS).sexualFlaw == "cum addict") && (getSlave($AS).fetishStrength > 95)>> + <<if getSlave($AS).lips > 40>> + my <<if getSlave($AS).lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me, and how my lip<<s>> wrap around their dick<<s>> to keep all that <<if canTaste(getSlave($AS))>>yummy<<else>>warm<</if>> cum in my belly. Oh! I like my belly, too, and that warm, <<s>>lo<<sh>>y feeling a<<s>> it'<<s>> packed full of baby jui<<c>>e. It'<<s>> <<s>>o — I'm <<s>>orry, <<Master>>. I think my mouth i<<s>> watering. Plea<<s>>e give me a moment to collect my<<s>>elf. <<elseif $PC.dick != 0>> my tummy — and my womb! The <<s>>lo<<sh>>y feeling when I'm all packed full of cum in both end<<s>> get<<s>> me <<s>>o incredibly horny. <<S>>ometime<<s>> I wonder what it would be like if I were ju<<s>>t a puffed up, cum-balloon of a $woman, helple<<ss>> and filled with cum, over, and over, and — I'm <<s>>orry, <<Master>>. I'm being weird again, aren't I? <<else>> - my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it'<<s>> been filled up with <<s>>ome <<if canTaste($activeSlave)>>yummy<<else>>warm<</if>> cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon? + my mouth, I love how it feel<<s>> to — to eat pu<<ss>>y, <<Master>>. I love eating out your pu<<ss>>y. E<<s>>pe<<c>>ially when it'<<s>> been filled up with <<s>>ome <<if canTaste(getSlave($AS))>>yummy<<else>>warm<</if>> cum. Maybe you could let me eat cum out of your pu<<ss>>y <<s>>oon? <</if>> - <<elseif ($activeSlave.sexualFlaw == "attention whore") && ($activeSlave.fetishStrength > 95)>> - my whole $activeSlave.skin body, and whatever part of me i<<s>> be<<s>>t u<<s>>ed to make me look like a total <<s>>lut. - <<elseif ($activeSlave.sexualFlaw == "anal addict") && ($activeSlave.fetishStrength > 95)>> - <<if ($activeSlave.anus > 3)>> + <<elseif (getSlave($AS).sexualFlaw == "attention whore") && (getSlave($AS).fetishStrength > 95)>> + my whole <<= getSlave($AS).skin>> body, and whatever part of me i<<s>> be<<s>>t u<<s>>ed to make me look like a total <<s>>lut. + <<elseif (getSlave($AS).sexualFlaw == "anal addict") && (getSlave($AS).fetishStrength > 95)>> + <<if (getSlave($AS).anus > 3)>> my gaping butthole. It'<<s>> //<<s>>o// fucked out and beautiful. I can barely remember what anal pain feel<<s>> like, but thinking about the <<s>>ort<<s>> of thing<<s>> we can put in me, now, get<<s>> me <<s>>o hot. - <<elseif ($activeSlave.anus > 2)>> - my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> //<<s>>o// much better than my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. - <<elseif ($activeSlave.anus > 1)>> - my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> //<<s>>o// much better than my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. - <<elseif ($activeSlave.anus == 1)>> - my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> //<<s>>o// much better than my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. - <<elseif ($activeSlave.anus == 0)>> + <<elseif (getSlave($AS).anus > 2)>> + my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> //<<s>>o// much better than my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif (getSlave($AS).anus > 1)>> + my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> //<<s>>o// much better than my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif (getSlave($AS).anus == 1)>> + my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> //<<s>>o// much better than my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>>. It bring<<s>> me <<s>>o much plea<<s>>ure... and pain... and... I'm <<s>>orry, <<Master>> what were we talking about again? Oh! Right. + <<elseif (getSlave($AS).anus == 0)>> my little virgin butthole. I can't wait for the fir<<s>>t time you fuck me in the a<<ss>> — I wonder if it'll hurt. <</if>> - <<elseif ($activeSlave.sexualFlaw == "breeder") && ($activeSlave.fetishStrength > 95)>> - <<if ($activeSlave.bellyPreg >= 600000)>> + <<elseif (getSlave($AS).sexualFlaw == "breeder") && (getSlave($AS).fetishStrength > 95)>> + <<if (getSlave($AS).bellyPreg >= 600000)>> ... Um... our impo<<ss>>ibly pregnant belly, of cour<<s>>e. We love being <<s>>o packed full with life that we're more baby than $woman, now. And the way our belly keep<<s>> our <<s>>lutty preggo bodie<<s>> <<s>>tuck to the floor! We're <<s>>o hot ju<<s>>t thinking about it. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. <</if>> - What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeSlave.fetus_count >= 2) || ($activeSlave.broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. - <<elseif ($activeSlave.bellyPreg >= 300000)>> + What? Oh, I'm thinking of my<<s>>elf and my <<if (getSlave($AS).fetus_count >= 2) || (getSlave($AS).broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif (getSlave($AS).bellyPreg >= 300000)>> ... Um... our ma<<ss>>ive pregnant belly, of cour<<s>>e. We love feeling our womb <<s>>well with life. It'<<s>> <<s>>o hard to move now! We're <<s>>o hot ju<<s>>t thinking about it. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. <</if>> - What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeSlave.fetus_count >= 2) || ($activeSlave.broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. - <<elseif ($activeSlave.bellyPreg >= 15000)>> + What? Oh, I'm thinking of my<<s>>elf and my <<if (getSlave($AS).fetus_count >= 2) || (getSlave($AS).broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif (getSlave($AS).bellyPreg >= 15000)>> ... Um... our bulging pregnant belly, of cour<<s>>e. We love feeling our womb <<s>>well with life. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. <</if>> - What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeSlave.fetus_count >= 2) || ($activeSlave.broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. - <<elseif ($activeSlave.bellyPreg >= 100)>> + What? Oh, I'm thinking of my<<s>>elf and my <<if (getSlave($AS).fetus_count >= 2) || (getSlave($AS).broodmother >= 1)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif (getSlave($AS).bellyPreg >= 100)>> ... Um... our pregnant belly, of cour<<s>>e. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding u<<s>>, <<Master>>! Our womb i<<s>> your<<s>> to impregnate. <</if>> - What? Oh, I'm thinking of my<<s>>elf and my <<if ($activeSlave.fetus_count >= 2)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. - <<elseif ($activeSlave.pregKnown == 1)>> - my belly, now that it ha<<s>> <<if ($activeSlave.fetus_count >= 2)>>the babie<<s>><<else>>a baby<</if>> growing in it. Ju<<s>>t thinking about <<s>>welling up bigger and bigger ha<<s>> me quivering. I wi<<sh>> we could keep filling me with babie<<s>> forever. - <<if $activeSlave.pregSource == -1>> + What? Oh, I'm thinking of my<<s>>elf and my <<if (getSlave($AS).fetus_count >= 2)>>babie<<s>><<else>>baby<</if>> a<<s>> one per<<s>>on again, aren't I? I'm <<s>>orry, <<Master>>. It'<<s>> ju<<s>>t <<s>>o hard to remember when my womb i<<s>> <<s>>o much more than I am in every way. + <<elseif (getSlave($AS).pregKnown == 1)>> + my belly, now that it ha<<s>> <<if (getSlave($AS).fetus_count >= 2)>>the babie<<s>><<else>>a baby<</if>> growing in it. Ju<<s>>t thinking about <<s>>welling up bigger and bigger ha<<s>> me quivering. I wi<<sh>> we could keep filling me with babie<<s>> forever. + <<if getSlave($AS).pregSource == -1>> Thank you for impregnating me, <<Master>>! <</if>> - <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 4)>> + <<elseif (getSlave($AS).dick > 0) && (getSlave($AS).balls > 4)>> my big breeder ball<<s>>. I ju<<s>>t want to fill other <<s>>lave<<s>> with babie<<s>> forever. - <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> my cock. I ju<<s>>t want to fill other <<s>>lave<<s>> with babie<<s>> forever. - <<elseif ($activeSlave.weight > 95)>> + <<elseif (getSlave($AS).weight > 95)>> my big tummy. Think of how many babie<<s>> we could <<s>>tretch it over! No, really. Plea<<s>>e, <<Master>>. Think about it. - <<elseif ($activeSlave.weight > 10)>> + <<elseif (getSlave($AS).weight > 10)>> my plu<<sh>> tummy. Think of how many babie<<s>> we could <<s>>tretch it over! No, really. Plea<<s>>e, <<Master>>. Think about it. - <<elseif ($activeSlave.counter.birthsTotal > 10) && isFertile($activeSlave)>> + <<elseif (getSlave($AS).counter.birthsTotal > 10) && isFertile(getSlave($AS))>> my womb. It'<<s>> made <<s>>o many babie<<s>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever. - <<elseif isFertile($activeSlave)>> + <<elseif isFertile(getSlave($AS))>> my womb. It'<<s>> ready, <<Master>>. It feel<<s>> <<s>>o <<s>>ad and empty right now. I really wi<<sh>> we could ju<<s>>t keep it <<s>>tuffed full of babie<<s>> forever. <<else>> my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. I... I really wi<<sh>> we could put a baby in me, <<Master>>. <</if>> - <<if $activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.womb.length > 0 && $activeSlave.pregKnown == 1>> - <<if ($activeSlave.intelligence + $activeSlave.intelligenceImplant > 15)>> - <<if ($activeSlave.belly < ($activeSlave.pregAdaptation * 1750))>> + <<if getSlave($AS).geneticQuirks.superfetation == 2 && getSlave($AS).womb.length > 0 && getSlave($AS).pregKnown == 1>> + <<if (getSlave($AS).intelligence + getSlave($AS).intelligenceImplant > 15)>> + <<if (getSlave($AS).belly < (getSlave($AS).pregAdaptation * 1750))>> <<if $PC.dick != 0>> You know, <<Master>>, I think I could fit another baby or two in here if you wanted to take advantage of my condition... <<else>> @@ -244,179 +246,179 @@ My favorite part of my body i<<s>> <</if>> <</if>> <</if>> - <<elseif ($activeSlave.sexualFlaw == "breast growth") && ($activeSlave.fetishStrength > 95)>> - <<if ($activeSlave.boobs > 10000)>> + <<elseif (getSlave($AS).sexualFlaw == "breast growth") && (getSlave($AS).fetishStrength > 95)>> + <<if (getSlave($AS).boobs > 10000)>> my colo<<ss>>al boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? Literally. They're bigger than the re<<s>>t of my body and the only thing that would make me happier i<<s>> if they were even //bigger.// - <<elseif ($activeSlave.boobs > 2000)>> + <<elseif (getSlave($AS).boobs > 2000)>> my huge boobie<<s>>, <<Master>>. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<S>>o big, and <<s>>o beautiful, and <<s>>o heavy... I'm <<s>>orry, <<Master>>, what were we talking about? Oh, ye<<s>>! - <<elseif ($activeSlave.nipples == "fuckable")>> + <<elseif (getSlave($AS).nipples == "fuckable")>> my nipple pu<<ss>>ie<<s>> of cour<<s>>e. It'<<s>> <<s>>o hot when they get abu<<s>>ed and I'm alway<<s>> trying to think of new way<<s>> to u<<s>>e them to plea<<s>>ure you. - <<elseif ($activeSlave.lactation > 0)>> + <<elseif (getSlave($AS).lactation > 0)>> my milky nipple<<s>> of cour<<s>>e. E<<s>>pe<<c>>ially when you don't touch them for awhile and my brea<<s>>t<<s>> bloat up ni<<c>>e and big. - <<elseif ($activeSlave.nipples != "tiny")>> + <<elseif (getSlave($AS).nipples != "tiny")>> my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. My only wi<<sh>> i<<s>> that they were even bigger. - <<elseif ($activeSlave.boobs > 700)>> + <<elseif (getSlave($AS).boobs > 700)>> my big boob<<s>>. I like how they feel wrapped around a dick, and they are the <<c>>enter of my world. <<S>>ometime<<s>>, I think I //am// my boobie<<s>>. I mean, they're <<s>>o much more me than the re<<s>>t of 'me,' right? <<else>> my boob<<s>>, of cour<<s>>e. They're <<s>>o beautiful, and the <<c>>enter of my world. <</if>> - <<elseif ($activeSlave.energy > 95)>> + <<elseif (getSlave($AS).energy > 95)>> - i<<s>> — I can't de<<c>>ide! - <<if $activeSlave.vagina > -1>> + <<if getSlave($AS).vagina > -1>> I love my pu<<ss>>y of cour<<s>>e. - <<if $activeSlave.clit > 0>>Having another <<s>>lave <<s>>uck my big clit i<<s>> incredible.<</if>> + <<if getSlave($AS).clit > 0>>Having another <<s>>lave <<s>>uck my big clit i<<s>> incredible.<</if>> But <<else>> Of cour<<s>>e <</if>> - <<if $activeSlave.anus > 1>> + <<if getSlave($AS).anus > 1>> taking big dick<<s>> up my a<<ss>> i<<s>> lot<<s>> of fun. - <<elseif $activeSlave.anus > 0>> + <<elseif getSlave($AS).anus > 0>> taking cock in my tight a<<ss>> i<<s>> lot<<s>> of fun. <<else>> I love my little virgin butthole, but I can't wait to get a<<ss>>raped for the fir<<s>>t time. <</if>> - <<if $activeSlave.dick > 3>> + <<if getSlave($AS).dick > 3>> My big cock <<s>>wing<<s>> around when I get <<s>>odomi<<z>>ed from behind, it'<<s>> great. - <<elseif $activeSlave.dick > 1>> + <<elseif getSlave($AS).dick > 1>> My dick flop<<s>> around when I get <<s>>odomi<<z>>ed from behind, it'<<s>> great. - <<elseif $activeSlave.dick > 0>> + <<elseif getSlave($AS).dick > 0>> My tiny little bitch dick i<<s>> good for encouraging people to mole<<s>>t my butthole. <</if>> - <<if $activeSlave.nipples == "fuckable">> + <<if getSlave($AS).nipples == "fuckable">> I love my fuckable nipple<<s>>, it really feel<<s>> like I've got a pair of pu<<ss>>ie<<s>> on my che<<s>>t. - <<elseif ($activeSlave.nipples != "tiny")>> + <<elseif (getSlave($AS).nipples != "tiny")>> I love my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. <</if>> - <<if ($activeSlave.lactation > 0)>>Being able to nur<<s>>e i<<s>> really <<s>>e<<x>>y, I alway<<s>> want to fuck right after. Or during.<</if>> - <<if ($activeSlave.boobs > 2000)>> + <<if (getSlave($AS).lactation > 0)>>Being able to nur<<s>>e i<<s>> really <<s>>e<<x>>y, I alway<<s>> want to fuck right after. Or during.<</if>> + <<if (getSlave($AS).boobs > 2000)>> My huge boob<<s>> are great, they're like an adverti<<s>>ement I want to fuck. - <<elseif ($activeSlave.boobs > 700)>> + <<elseif (getSlave($AS).boobs > 700)>> I like <<sh>>owing off my big boob<<s>>. <</if>> - <<if ($activeSlave.lips > 40)>> + <<if (getSlave($AS).lips > 40)>> Can't forget my dick <<s>>ucking lip<<s>>, I don't know what I'd do without them. <<else>> Can't forget my lip<<s>> and tongue, getting people off with them i<<s>> fun too. <</if>> - <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> - my bare $activeSlave.skin <<s>>kin, I like how it feel<<s>> when you look me all over before you take me. - <<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60) && ($activeSlave.muscles > 30)>> + <<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> + my bare <<= getSlave($AS).skin>> <<s>>kin, I like how it feel<<s>> when you look me all over before you take me. + <<elseif (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).muscles > 30)>> my mu<<sc>>le<<s>>, I like how it feel<<s>> to be <<s>>trong, for<<c>>ing another <<s>>lave. - <<elseif ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.muscles > 30)>> + <<elseif (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).muscles > 30)>> my mu<<sc>>le<<s>>, I like how it feel<<s>> to be <<s>>trong, for<<c>>ing another <<s>>lave. - <<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60)>> - my $activeSlave.skin <<s>>kin, I like how it looks when it brui<<s>>e<<s>>. - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60)>> - <<if $activeSlave.lips > 40>> - my <<if $activeSlave.lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me. + <<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60)>> + my <<= getSlave($AS).skin>> <<s>>kin, I like how it looks when it brui<<s>>e<<s>>. + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60)>> + <<if getSlave($AS).lips > 40>> + my <<if getSlave($AS).lips > 70>>huge <</if>>lip<<s>>, I like how everyone e<<x>>pect<<s>> to fa<<c>>efuck me. <<elseif $PC.dick != 0>> my mouth, I love how it feel<<s>> to <<s>>uck dicks and drink all the cum. <<else>> my mouth, I love how it feel<<s>> to eat pu<<ss>>y. <</if>> - <<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60)>> - my whole $activeSlave.skin body, I like how it feel<<s>> when everyone <<s>>tare<<s>> at me getting fucked. - <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.anus > 3)>> + <<elseif (getSlave($AS).fetish == "humiliation") && (getSlave($AS).fetishStrength > 60)>> + my whole <<= getSlave($AS).skin>> body, I like how it feel<<s>> when everyone <<s>>tare<<s>> at me getting fucked. + <<elseif (getSlave($AS).fetish == "buttslut") && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).anus > 3)>> my gaping butthole, though I'm <<s>>ad it'<<s>> <<s>>o fucked out. I can barely remember what anal pain feel<<s>> like. - <<elseif ($activeSlave.anus > 2)>> - my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. - <<elseif ($activeSlave.anus > 1)>> - my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + <<elseif (getSlave($AS).anus > 2)>> + my a<<ss>>pu<<ss>>y — I can take anything! It'<<s>> ba<<s>>ically repla<<c>>ed my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + <<elseif (getSlave($AS).anus > 1)>> + my a<<ss>>hole, I like how I can take anyone'<<s>> cock. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. <<else>> - my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if $activeSlave.dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. + my tight little anu<<s>>, I like feeling it <<s>>tretch to take a fuck. It'<<s>> ba<<s>>ically repla<<c>>ed my <<if getSlave($AS).dick > 0>>cock<<else>>pu<<ss>>y<</if>> a<<s>> my main <<s>>e<<x>> organ. <</if>> - <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.bellyPreg >= 600000)>> + <<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).bellyPreg >= 600000)>> my hyperma<<ss>>ive pregnant belly, of cour<<s>>e. I love being debilitatingly filled with life. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. <</if>> - <<elseif ($activeSlave.bellyPreg >= 300000)>> + <<elseif (getSlave($AS).bellyPreg >= 300000)>> my ma<<ss>>ive pregnant belly, of cour<<s>>e. I love being <<s>>o packed full of life. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. <</if>> - <<elseif ($activeSlave.bellyPreg >= 15000)>> + <<elseif (getSlave($AS).bellyPreg >= 15000)>> my bulging pregnant belly, of cour<<s>>e. I love feeling my womb <<s>>well with life. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding me, <<Master>>! My womb i<<s>> your<<s>> to impregnate. I can't think of anything better than getting bred by you forever. <</if>> - <<elseif ($activeSlave.bellyPreg >= 100)>> + <<elseif (getSlave($AS).bellyPreg >= 100)>> my pregnant belly, of cour<<s>>e. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for breeding me, <<Master>>! Plea<<s>>e u<<s>>e me to make babie<<s>> whenever you want. <</if>> - <<elseif ($activeSlave.pregKnown == 1)>> + <<elseif (getSlave($AS).pregKnown == 1)>> my belly, now that it ha<<s>> a baby growing in it. I can't wait for it to <<s>>tart <<sh>>owing. - <<if $activeSlave.pregSource == -1>> + <<if getSlave($AS).pregSource == -1>> Thank you for impregnating me, <<Master>>! <</if>> - <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 4)>> + <<elseif (getSlave($AS).dick > 0) && (getSlave($AS).balls > 4)>> my big breeder ball<<s>>, I imagine knocking another <<s>>lave up all the time. - <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> my cock, I imagine knocking another <<s>>lave up all the time. - <<elseif ($activeSlave.weight > 95)>> + <<elseif (getSlave($AS).weight > 95)>> my big tummy, I can imagine my<<s>>elf pregnant. - <<elseif ($activeSlave.weight > 10)>> + <<elseif (getSlave($AS).weight > 10)>> my plu<<sh>> tummy, I can imagine my<<s>>elf pregnant. - <<elseif ($activeSlave.counter.birthsTotal > 10) && isFertile($activeSlave)>> + <<elseif (getSlave($AS).counter.birthsTotal > 10) && isFertile(getSlave($AS))>> my womb, it'<<s>> made <<s>>o many babie<<s>> and I can't wait to make more. - <<elseif isFertile($activeSlave)>> + <<elseif isFertile(getSlave($AS))>> my fertile pu<<ss>>y, I want to get filled with cum <<s>>o badly. <<else>> my tight tummy, I like to imagine how it would <<s>>well if I got pregnant. <</if>> - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.boobs > 2000)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).boobs > 2000)>> my huge tit<<s>>, I like how they're <<s>>o big they're the <<c>>enter of attention. - <<elseif ($activeSlave.nipples == "fuckable")>> + <<elseif (getSlave($AS).nipples == "fuckable")>> my nipple pu<<ss>>ie<<s>> of cour<<s>>e. - <<elseif ($activeSlave.lactation > 0)>> + <<elseif (getSlave($AS).lactation > 0)>> my milky nipple<<s>> of cour<<s>>e. - <<elseif ($activeSlave.nipples != "tiny")>> + <<elseif (getSlave($AS).nipples != "tiny")>> my big nipple<<s>>, it'<<s>> like having clit<<s>> on my che<<s>>t. - <<elseif ($activeSlave.boobs > 700)>> + <<elseif (getSlave($AS).boobs > 700)>> my big boob<<s>>, I like how they feel wrapped around a dick. <<else>> my boob<<s>>, of cour<<s>>e. <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> - <<if ($activeSlave.lips > 70)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> + <<if (getSlave($AS).lips > 70)>> my huge lip<<s>>, I like how the other girl<<s>> will do anything for oral from me. - <<elseif ($activeSlave.dick > 1) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 1) && (getSlave($AS).balls > 0)>> my cock; I <<s>>till do like <<s>>laying pu<<ss>>y. - <<elseif ($activeSlave.lips > 40)>> + <<elseif (getSlave($AS).lips > 40)>> my ki<<ss>>y lip<<s>>, I like how it feel<<s>> to make out with the other girl<<s>>. <<else>> my lip<<s>>, I gue<<ss>>. They're the be<<s>>t way I have of getting girl<<s>> to like me. <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> - <<if ($activeSlave.lips > 70)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> + <<if (getSlave($AS).lips > 70)>> my huge lip<<s>>, I like how anyone with a dick want<<s>> oral from me. - <<elseif ($activeSlave.dick > 1) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 1) && (getSlave($AS).balls > 0)>> my cock. It'<<s>> fun having <<s>>e<<x>> with two dick<<s>> involved! - <<elseif ($activeSlave.lips > 40)>> + <<elseif (getSlave($AS).lips > 40)>> my ki<<ss>>y lip<<s>>, I like how anyone with a dick <<s>>ee<<s>> them and want<<s>> to fuck them. - <<elseif $activeSlave.vagina > -1>> + <<elseif getSlave($AS).vagina > -1>> my pu<<ss>>y, I love getting fucked by <<s>>trong cock<<s>>. <<else>> my butt, I gue<<ss>>. It'<<s>> the be<<s>>t way I have of getting boy<<s>> to like me. <</if>> <<else>> - my fa<<c>>e, <<if ($activeSlave.face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. + my fa<<c>>e, <<if (getSlave($AS).face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. <</if>> <<else>> - my fa<<c>>e, <<if ($activeSlave.face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. + my fa<<c>>e, <<if (getSlave($AS).face > 10)>>it'<<s>> ni<<c>>e to be pretty<<else>>I gue<<ss>><</if>>. <</if>> -<<if $activeSlave.pregSource == -9 && $activeSlave.bellyPreg >= 5000 && $activeSlave.devotion > 0>> +<<if getSlave($AS).pregSource == -9 && getSlave($AS).bellyPreg >= 5000 && getSlave($AS).devotion > 0>> My little <<S>>i<<s>>ter i<<s>> getting big; do you think <<sh>>e'll be a good little futa like me <<s>>omeday? <</if>> -<<if $activeSlave.need>> - <<if hasAnyArms($activeSlave)>> +<<if getSlave($AS).need>> + <<if hasAnyArms(getSlave($AS))>> <<if _lisping == 0>> <<set _Amp = "touch myself,">> <<else>> @@ -429,40 +431,40 @@ My favorite part of my body i<<s>> <<set _Amp = "rub mythelf againtht thtuff,">> <</if>> <</if>> - <<if ($activeSlave.rules.release.masturbation == 1)>> + <<if (getSlave($AS).rules.release.masturbation == 1)>> Thank you for letting me - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95) && (!canSee($activeSlave))>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95) && (!canSee(getSlave($AS)))>> _Amp <<Master>>. It'<<s>> a good thing I can't get any more blind from it. - <<elseif ($activeSlave.energy > 95)>> + <<elseif (getSlave($AS).energy > 95)>> _Amp <<Master>>. It'<<s>> a good thing I can't actually go blind from it. - <<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "humiliation") && (getSlave($AS).fetishStrength > 60)>> _Amp <<Master>>. I love doing it where people can <<s>>ee me. - <<elseif ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> _Amp <<Master>>. I try to be nearby when a bitch get<<s>> puni<<sh>>ed <<s>>o I can ma<<s>>turbate to it. - <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "buttslut") && (getSlave($AS).fetishStrength > 60)>> fuck my own a<<ss>>hole, <<Master>>. - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> pamper my own brea<<s>>t<<s>>, <<Master>>. - <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> _Amp <<Master>>. - <<if ($activeSlave.bellyPreg >= 5000)>> + <<if (getSlave($AS).bellyPreg >= 5000)>> I love feeling my big pregnant belly a<<s>> I ma<<s>>turbate to it. - <<elseif ($activeSlave.dick > 1) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 1) && (getSlave($AS).balls > 0)>> I love picturing my cock getting all the hot girl<<s>> pregnant. <<else>> I love imagining how I'd look with a tummy <<s>>wollen with babie<<s>>. <</if>> - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60)>> _Amp <<Master>>. - <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<if (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> Being able to drink my own cum i<<s>> really fun too. - <<elseif $activeSlave.dietCum == 1 || $activeSlave.dietCum == 2 >> + <<elseif getSlave($AS).dietCum == 1 || getSlave($AS).dietCum == 2 >> I love having cum in my food, being able to ma<<s>>turbate right after eating cum i<<s>> <<s>>o <<s>>ati<<s>>fying. <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> _Amp <<Master>>. With all the<<s>>e hot girl<<s>> around, it'<<s>> a good thing I can't actually go blind from it. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> _Amp <<Master>>. With all the<<s>>e hot cock<<s>> around, it'<<s>> a good thing I can't actually go blind from it. <<else>> _Amp <<Master>>. @@ -470,35 +472,35 @@ My favorite part of my body i<<s>> <<else>> _Amp <<Master>>. <</if>> - <<elseif ($activeSlave.rules.release.slaves == 1)>> + <<elseif (getSlave($AS).rules.release.slaves == 1)>> Thank you for letting - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> me fuck everyone, - <<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "humiliation") && (getSlave($AS).fetishStrength > 60)>> the other <<s>>lave<<s>> fuck me, I love doing it in the dormitory where they can all <<s>>ee me. - <<elseif ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> me abu<<s>>e the other <<s>>lave<<s>>, - <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "buttslut") && (getSlave($AS).fetishStrength > 60)>> the other <<s>>lave<<s>> fuck my butthole, - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> the other <<s>>lave<<s>> play with my boob<<s>>, - <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.bellyPreg >= 5000)>> + <<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).bellyPreg >= 5000)>> the other <<s>>lave<<s>> fuck me, being pregnant and getting fucked i<<s>> amazing, - <<elseif ($activeSlave.dick > 1) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 1) && (getSlave($AS).balls > 0)>> me fuck other <<s>>lave<<s>>, I cum <<s>>o hard whenever I imagine filling them with babie<<s>>, <<else>> the other <<s>>lave<<s>> fuck me, I love imagining how I'd look with a tummy <<s>>wollen with babie<<s>>, <</if>> - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60)>> other <<s>>lave<<s>> u<<s>>e my mouth to cum. - <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<if (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> Being able to drink my own cum i<<s>> really fun too, - <<elseif $activeSlave.dietCum == 1 || $activeSlave.dietCum == 2 >> + <<elseif getSlave($AS).dietCum == 1 || getSlave($AS).dietCum == 2 >> I love having cum in my food, and <<s>>ometime<<s>> I get an e<<x>>tra load on top from a friend, <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> me bone the ladie<<s>>, <<else>> me get off with the other girl<<s>>, @@ -507,35 +509,35 @@ My favorite part of my body i<<s>> me get off with the other girl<<s>>, <</if>> <<Master>>. - <<elseif (App.Utils.hasFamilySex($activeSlave))>> + <<elseif (App.Utils.hasFamilySex(getSlave($AS)))>> Thank you for letting - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> me fuck my family, - <<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "humiliation") && (getSlave($AS).fetishStrength > 60)>> my family fuck me, I love doing it in the dormitory where everyone can <<s>>ee us. - <<elseif ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> me abu<<s>>e my family, - <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "buttslut") && (getSlave($AS).fetishStrength > 60)>> my family fuck my butthole, - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> my family play with my boob<<s>>, - <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.bellyPreg >= 5000)>> + <<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).bellyPreg >= 5000)>> my family fuck me, being pregnant and getting fucked i<<s>> amazing, - <<elseif ($activeSlave.dick > 1) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 1) && (getSlave($AS).balls > 0)>> me fuck my family, I cum <<s>>o hard whenever I imagine filling them with babie<<s>>, <<else>> my family fuck me, I love imagining how I'd look with a tummy <<s>>wollen with babie<<s>>, <</if>> - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60)>> my family u<<s>>e my mouth to cum. - <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<if (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> Being able to drink my own cum i<<s>> really fun too, - <<elseif $activeSlave.dietCum == 1 || $activeSlave.dietCum == 2 >> + <<elseif getSlave($AS).dietCum == 1 || getSlave($AS).dietCum == 2 >> I love having cum in my food, and <<s>>ometime<<s>> I get an e<<x>>tra load on top from a relative, <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> me bone the ladie<<s>> in my family, <<else>> me get off with the other girl<<s>> in my family, @@ -545,11 +547,11 @@ My favorite part of my body i<<s>> <</if>> <<Master>>. <<else>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> I feel like I'm going crazy, <<Master>>, I'm <<s>>o horny. - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about you holding me down and fucking me. <<case "masochist">> @@ -564,11 +566,11 @@ My favorite part of my body i<<s>> I'm <<s>>o horny, <<Master>>. I can't <<s>>top <<s>>taring at <<if $PC.dick != 0>>cock<<s>> and imagining them down my throat, cumming and cumming<<else>>pu<<ss>>ie<<s>> and imagining how their jui<<c>>e<<s>> ta<<s>>te<</if>>. <<case "buttslut">> I'm <<s>>o horny, <<Master>>. - <<if (["long plug", "plug"].includes($activeSlave.buttplug) && $activeSlave.anus > 2) >> + <<if (["long plug", "plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus > 2) >> I wear the buttplug you gave me, but it i<<s>> <<s>>o <<s>>mall... It remind<<s>> me of being fucked in the a<<ss>>, but I can barely feel it. It drive<<s>> me crazy. - <<elseif (["long plug", "plug"].includes($activeSlave.buttplug) && $activeSlave.anus < 3) || (["large plug", "long, large plug"].includes($activeSlave.buttplug) && $activeSlave.anus == 3) || (["huge plug", "long, huge plug"].includes($activeSlave.buttplug) && $activeSlave.anus >= 4) >> + <<elseif (["long plug", "plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus < 3) || (["large plug", "long, large plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus == 3) || (["huge plug", "long, huge plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus >= 4) >> Thank you for the buttplug. It i<<s>> really fun to have my a<<ss>> filled all day long. - <<elseif (["large plug", "long, large plug"].includes($activeSlave.buttplug) && $activeSlave.anus < 3) || (["huge plug", "long, huge plug"].includes($activeSlave.buttplug) && $activeSlave.anus < 4) >> + <<elseif (["large plug", "long, large plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus < 3) || (["huge plug", "long, huge plug"].includes(getSlave($AS).buttplug) && getSlave($AS).anus < 4) >> I like it up the a<<ss>>, but the plug you make me wear i<<s>> too big. It really hurt<<s>>. Not in the good way. <<else>> My anu<<s>> i<<s>> killing me, all I want to do i<<s>> touch it and ma<<ss>>age it and fill it. @@ -576,9 +578,9 @@ My favorite part of my body i<<s>> <<case "boobs">> I'm <<s>>o horny, <<Master>>. I want to rub my nipple<<s>> against everything. <<case "pregnancy">> - I wi<<sh>> I could _Amp <<Master>>. I can't get the<<s>>e thought<<s>> of <<if ($activeSlave.preg < 30)>>pregnan<<c>>y<<else>>birth<</if>> out of my head. + I wi<<sh>> I could _Amp <<Master>>. I can't get the<<s>>e thought<<s>> of <<if (getSlave($AS).preg < 30)>>pregnan<<c>>y<<else>>birth<</if>> out of my head. <</switch>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I'm <<s>>o horny, <<Master>>. I can't <<s>>top thinking about the other <<s>>laves' beautiful pu<<ss>>ie<<s>> and boob<<s>> and, and I want to fuck them <<s>>o bad. <<else>> I haven't been touching my<<s>>elf, <<Master>>, ju<<s>>t like you <<s>>aid, but I'm really horny. @@ -589,12 +591,12 @@ My favorite part of my body i<<s>> <</if>> <</if>> /* Closes release check */ -<<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> +<<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> I love your <<if $PC.dick != 0>> - <<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>> - <<if $activeSlave.vagina == 0>> + <<if canDoAnal(getSlave($AS)) && canDoVaginal(getSlave($AS))>> + <<if getSlave($AS).vagina == 0>> <<if $PC.vagina != -1>> body, <<Master>>," $he <<say>>s eagerly. "I can't wait to have you in me, and your pu<<ss>>y i<<s>> <<s>>o deli<<c>>iou<<s>>. <<else>> @@ -617,7 +619,7 @@ My favorite part of my body i<<s>> <<else>> pu<<ss>>y, <<Master>>," $he <<say>>s eagerly. "I can ju<<s>>t imagine your clit again<<s>>t my tongue. <</if>> - <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> <<if $PC.boobs < 300>> Your <<s>>trong arm<<s>> feel<<s>> <<s>>o good when you hold me down. <<else>> @@ -627,7 +629,7 @@ My favorite part of my body i<<s>> Your tit<<s>> feel <<s>>o good on my back when you pin me down. <</if>> <</if>> - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60)>> <<if $PC.balls != 0>> Your cum i<<s>> incredible, <<Master>>. I would drink every drop of it, if I could. <<if $PC.scrotum > 0>> @@ -635,14 +637,14 @@ My favorite part of my body i<<s>> <</if>> <<if $PC.vagina == 1>>Oh, I love your femcum, too!<</if>> <</if>> - <<elseif ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "humiliation") && (getSlave($AS).fetishStrength > 60)>> <<if $PC.dick != 0>> I love, uh." $He looks down, hesitating. "I love your cock, <<Master>>. <<if $PC.vagina != -1>>Um, and your vagina, too.<</if>> <</if>> - <<elseif ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishStrength > 60)>> - <<if $PC.dick != 0>>I love your cock, <<Master>>," $he <<say>>s eagerly. "I<<if $activeSlave.anus == 0 || !canDoAnal($activeSlave)>>'d<</if>> love it in my backdoor.<</if>> - <<elseif ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "buttslut") && (getSlave($AS).fetishStrength > 60)>> + <<if $PC.dick != 0>>I love your cock, <<Master>>," $he <<say>>s eagerly. "I<<if getSlave($AS).anus == 0 || !canDoAnal(getSlave($AS))>>'d<</if>> love it in my backdoor.<</if>> + <<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> <<if $PC.belly >= 10000>> You, uh." $He looks down, hesitating. "Your belly i<<s>> <<s>>o big and wonderful, I ju<<s>>t want to feel it, <<elseif $PC.belly >= 5000>> @@ -657,7 +659,7 @@ My favorite part of my body i<<s>> You, um." $He looks down, hesitating. "You would make a lovely mother, <</if>> <<Master>>. - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> <<if $PC.boobs >= 1400>> Your brea<<s>>t<<s>> are giant, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t want to bury my fa<<c>>e in them. <<elseif $PC.boobs >= 1200>> @@ -669,22 +671,22 @@ My favorite part of my body i<<s>> <<elseif $PC.boobs >= 300>> Your brea<<s>>t<<s>> are <<s>>o cute, <<Master>>," $he <<say>>s eagerly. "I ju<<s>>t want to <<s>>queeze them. <</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> <<if $PC.boobs >= 300>>You're, uh." $He looks down, hesitating. "You're really hot, <<Master>>.<</if>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> <<if $PC.dick != 0>>Your, uh." $He looks down, hesitating. "Your cock i<<s>> really hot, <<Master>>.<</if>> <<else>> You're, uh." $He looks down, hesitating. "You're really <<if $PC.title == 1>>hand<<s>>ome<<else>>pretty<</if>>, <<Master>>. <</if>> <</if>> -<<if ($activeSlave.dick > 0)>> -<<if ($activeSlave.balls == 0)>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> +<<if (getSlave($AS).dick > 0)>> +<<if (getSlave($AS).balls == 0)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> I like being gelded." $He giggles. "I don't have to be hard to get fucked! - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> I don't mind being clipped. I like belong on the bottom. <<case "masochist">> @@ -700,32 +702,32 @@ My favorite part of my body i<<s>> <<case "cumslut">> I barely cum without my ball<<s>>. I mi<<ss>>, you know, cleaning up after my<<s>>elf. With my mouth. <<case "buttslut">> - I really like being clipped. I think it'<<s>> le<<ss>> di<<s>>tracting, you know, from my butthole. <<if $activeSlave.prostate > 0>>And I <<s>>till have my pro<<s>>tate which i<<s>> what matter<<s>>.<</if>> + I really like being clipped. I think it'<<s>> le<<ss>> di<<s>>tracting, you know, from my butthole. <<if getSlave($AS).prostate > 0>>And I <<s>>till have my pro<<s>>tate which i<<s>> what matter<<s>>.<</if>> <<case "boobs">> I don't mind being clipped. Between that and my boob<<s>> I feel like a ni<<c>>e little <<s>>lave $girl. <</switch>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I <<s>>ometime<<s>> mi<<ss>> my ball<<s>>. I <<s>>till fanta<<s>>i<<z>>e about boning the other girl<<s>>. <<else>> - <<if $activeSlave.devotion > 75>> + <<if getSlave($AS).devotion > 75>> I love being your gelded <<s>>lave $girl, <<Master>>. <<else>> To be hone<<s>>t, <<Master>>, I do mi<<ss>> having ball<<s>>, <<s>>ometime<<s>>. <</if>> <</if>> <<else>> - <<if $activeSlave.devotion > 75>> + <<if getSlave($AS).devotion > 75>> I love being your gelded <<s>>lave $girl, <<Master>>. <<else>> To be hone<<s>>t, <<Master>>, I do mi<<ss>> having ball<<s>>, <<s>>ometime<<s>>. <</if>> <</if>> -<<elseif ($activeSlave.hormoneBalance >= 200)>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> +<<elseif (getSlave($AS).hormoneBalance >= 200)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> I <<s>>ometime<<s>> wi<<sh>> I could <<s>>till get hard." $He looks pensive. "Actually, I don't really care, getting fucked i<<s>> ni<<c>>e too. - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> I don't mind the hormone<<s>> keeping me <<s>>oft. I like getting fucked, anyway. <<case "masochist">> @@ -745,60 +747,60 @@ My favorite part of my body i<<s>> <<case "pregnancy">> I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>i<<z>>e about getting the other girl<<s>> pregnant. <</switch>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I wi<<sh>> the hormone<<s>> didn't <<s>>top me from getting hard. I <<s>>till fanta<<s>>i<<z>>e about boning the other girl<<s>>. <<else>> - <<if $activeSlave.devotion > 75>> + <<if getSlave($AS).devotion > 75>> I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. <<else>> I <<s>>ometime<<s>> wi<<sh>> the hormone<<s>> I'm on would let me get hard. <</if>> <</if>> <<else>> - <<if $activeSlave.devotion > 75>> + <<if getSlave($AS).devotion > 75>> I love you, <<Master>>, <<s>>o I don't mind how the hormone<<s>> I'm on keep me <<s>>oft, if that'<<s>> how you want me. <<else>> I <<s>>ometime<<s>> wi<<sh>> the hormone<<s>> I'm on would let me get hard. <</if>> <</if>> <</if>> /* closes balls check */ -<<elseif $activeSlave.preg == -1>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> +<<elseif getSlave($AS).preg == -1>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> I fanta<<s>>i<<z>>e about my belly getting heavy with pregnan<<c>>y, but I know it won't happen while I'm on contra<<c>>eptive<<s>>. <</if>> <</if>> -<<elseif $activeSlave.mpreg == 1>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 0)>> +<<elseif getSlave($AS).mpreg == 1>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 0)>> I fanta<<s>>i<<z>>e about my belly getting heavy with pregnancy, and I'm <<s>>o glad you made me able to get pregnant! <</if>> <</if>> <</if>> /* closes dick check */ -<<if Math.abs($activeSlave.hormoneBalance) >= 200>> - <<if $activeSlave.physicalAge > 35>> - <<if $activeSlave.devotion > 50>> - <<if $activeSlave.energy > 40>> +<<if Math.abs(getSlave($AS).hormoneBalance) >= 200>> + <<if getSlave($AS).physicalAge > 35>> + <<if getSlave($AS).devotion > 50>> + <<if getSlave($AS).energy > 40>> On all the<<s>>e hormone<<s>> I'm almo<<s>>t going through puberty all over again. Kind of a <<s>>urpri<<s>>e at my age." $He grins suggestively. "I'll do my be<<s>>t to fuck like a teenager, <<Master>>. <</if>> <</if>> <</if>> <</if>> -<<if ($activeSlave.curatives > 1) || $activeSlave.inflationType == "curative">> - <<if $activeSlave.inflationType == "curative">> - <<if ($activeSlave.health.condition < 0)>> +<<if (getSlave($AS).curatives > 1) || getSlave($AS).inflationType == "curative">> + <<if getSlave($AS).inflationType == "curative">> + <<if (getSlave($AS).health.condition < 0)>> I don't feel good, but I can almo<<s>>t feel the curative<<s>> fi<<x>>ing me, even if the belly i<<s>> a little uncomfortable. Thank you, <<Master>>. - <<elseif ($activeSlave.physicalAge > 35)>> + <<elseif (getSlave($AS).physicalAge > 35)>> I can almo<<s>>t feel the curative<<s>> working. They make me feel like a young, pregnant $girl! Thank you, <<Master>>. <<else>> I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible, even if the belly i<<s>> a little uncomfortable. Thank you, <<Master>>. <</if>> <<else>> - <<if ($activeSlave.health.condition < 0)>> + <<if (getSlave($AS).health.condition < 0)>> I don't feel good, but I can almo<<s>>t feel the curative<<s>> fi<<x>>ing me. Thank you, <<Master>>. - <<elseif ($activeSlave.physicalAge > 35)>> + <<elseif (getSlave($AS).physicalAge > 35)>> I can almo<<s>>t feel the curative<<s>> working. They make me feel <<s>>o young! Thank you, <<Master>>. <<else>> I can almo<<s>>t feel the curative<<s>> working. They're pretty incredible. Thank you, <<Master>>. @@ -806,30 +808,30 @@ My favorite part of my body i<<s>> <</if>> <</if>> -<<if $activeSlave.inflationType == "aphrodisiac">> +<<if getSlave($AS).inflationType == "aphrodisiac">> Thi<<s>> belly i<<s>> <<s>>o hot! I feel <<s>>o hot... You ju<<s>>t have to fuck me <<Master>>! I need a dick in me, plea<<s>>e! <</if>> -<<if $activeSlave.inflationType == "tightener">> +<<if getSlave($AS).inflationType == "tightener">> I can practically feel my butt getting tighter. Thi<<s>> i<<s>> great, I'll be like new <<s>>oon. Thank you, <<Master>>. <</if>> -<<if $activeSlave.inflation > 0>> - <<if SlaveStatsChecker.checkForLisp($activeSlave)>> - <<set _fluid = lispReplace($activeSlave.inflationType)>> +<<if getSlave($AS).inflation > 0>> + <<if SlaveStatsChecker.checkForLisp(getSlave($AS))>> + <<set _fluid = lispReplace(getSlave($AS).inflationType)>> <<else>> - <<set _fluid = $activeSlave.inflationType>> + <<set _fluid = getSlave($AS).inflationType>> <</if>> - <<if $activeSlave.bellyFluid >= 10000>> + <<if getSlave($AS).bellyFluid >= 10000>> I feel really full, can I let the _fluid out now? - <<elseif $activeSlave.bellyFluid >= 5000>> + <<elseif getSlave($AS).bellyFluid >= 5000>> I feel <<s>>o full, can I let the _fluid out now? - <<elseif $activeSlave.bellyFluid >= 2000>> + <<elseif getSlave($AS).bellyFluid >= 2000>> I feel <<s>>o uncomfortable, can I let the _fluid out now? <</if>> <</if>> -<<switch $activeSlave.diet>> +<<switch getSlave($AS).diet>> <<case "fertility">> My <<s>>tomach feel<<s>> tingly, e<<s>>pe<<c>>ially when I think of dick<<s>>, but that'<<s>> normal, right? <<if $PC.dick > 0>>Oh! It'<<s>> happening now! I bet we both know why...<</if>> @@ -839,17 +841,17 @@ My favorite part of my body i<<s>> I'm feeling really good, <<Master>>, the diet mu<<s>>t be working. It really ta<<s>>te<<s>> horrible, though... <</switch>> -<<switch $activeSlave.drugs>> +<<switch getSlave($AS).drugs>> <<case "intensive penis enhancement">> - <<if ($activeSlave.dick > 0)>> - <<if ($activeSlave.balls == 0)>> + <<if (getSlave($AS).dick > 0)>> + <<if (getSlave($AS).balls == 0)>> I can feel my dick growing, <<Master>>, but it'<<s>> <<s>>till <<s>>o <<s>>oft. I gue<<ss>> it'll ju<<s>>t flop around more when I get buttfucked. - <<elseif ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole. - <<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome little <<s>>lut'<<s>> fa<<c>>e. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into a warm, wet pu<<ss>>y. <<else>> I can almo<<s>>t feel my dick growing, <<Master>>. It'<<s>> kind of uncomfortable. @@ -858,12 +860,12 @@ My favorite part of my body i<<s>> I can almo<<s>>t feel my dick growing, <<Master>>. It'<<s>> kind of uncomfortable. <</if>> <<else>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole. - <<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome little <<s>>lut'<<s>> fa<<c>>e. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into a warm, wet pu<<ss>>y. <<else>> I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of uncomfortable. @@ -873,15 +875,15 @@ My favorite part of my body i<<s>> <</if>> <</if>> <<case "hyper penis enhancement">> - <<if ($activeSlave.dick > 0)>> - <<if ($activeSlave.balls == 0)>> + <<if (getSlave($AS).dick > 0)>> + <<if (getSlave($AS).balls == 0)>> I can feel my dick growing, <<Master>>, but it'<<s>> <<s>>till <<s>>o <<s>>oft. I gue<<ss>> it'll ju<<s>>t flop around more when you buttfuck me, until it touche<<s>> the floor, that i<<s>>. - <<elseif ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole and having it <<s>>well more and more in them. - <<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine pinning <<s>>ome poor little <<s>>lut to the floor with it. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I can feel my dick growing, <<Master>>. I can ju<<s>>t imagine <<sh>>oving it into a warm, wet pu<<ss>>y. <<else>> I can feel my dick growing, <<Master>>. It'<<s>> kind of painful. @@ -890,12 +892,12 @@ My favorite part of my body i<<s>> I can feel my dick growing, <<Master>>. It'<<s>> kind of painful. <</if>> <<else>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "sadist") && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine pu<<sh>>ing it into <<s>>ome poor <<s>>truggling girl'<<s>> a<<ss>>hole and having it <<s>>well more and more in them. - <<elseif ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine plugging <<s>>ome <<s>>lut'<<s>> fa<<c>>e with it. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I can feel my clit growing, <<Master>>. I can ju<<s>>t imagine <<sh>>oving it into a warm, wet pu<<ss>>y. <<else>> I can almo<<s>>t feel my clit growing, <<Master>>. It'<<s>> kind of painful. @@ -906,31 +908,31 @@ My favorite part of my body i<<s>> <</if>> <<case "intensive testicle enhancement">> My ball<<s>> feel incredibly full, <<Master>>. They're really uncomfortable. - <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "dom") || ($activeSlave.fetish == "sadist")) && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).fetish == "dom") || (getSlave($AS).fetish == "sadist")) && (getSlave($AS).fetishStrength > 60)>> But I can't wait to for<<c>>e a bitch to take the whole load. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> I feel like I could fill a girl'<<s>> womb with cum with one orga<<s>>m. <<else>> I really need to cum. After we fini<<sh>> talking, would you plea<<s>>e, plea<<s>>e fuck me <<s>>o I can cum? I can barely <<s>>tand it. <</if>> <<case "hyper testicle enhancement">> My ball<<s>> feel <<s>>o incredibly full, <<Master>>. They're really painful. - <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "dom") || ($activeSlave.fetish == "sadist")) && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).fetish == "dom") || (getSlave($AS).fetish == "sadist")) && (getSlave($AS).fetishStrength > 60)>> But I can't wait to fill a bitch with my load. Bet they'll look pregnant when I'm done. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> I feel like I could fertili<<z>>e all of a girl'<<s>> egg<<s>> with my cum. <<else>> I really need to cum. After I fini<<sh>>, would you plea<<s>>e, plea<<s>>e fuck me? I can barely <<s>>tand it. <</if>> <<case "intensive breast injections">> - <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "boobs") || ($activeSlave.energy > 95))>> + <<if (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).fetish == "boobs") || (getSlave($AS).energy > 95))>> I can almo<<s>>t feel my boob<<s>> <<s>>welling, <<Master>>. Thank you for injecting them with hormone<<s>>, and plea<<s>>e, never <<s>>top. <<else>> I can almo<<s>>t feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of uncomfortable. <</if>> <<case "hyper breast injections">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "boobs") || ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "boobs") || (getSlave($AS).energy > 95)>> I can feel my boob<<s>> <<s>>welling, <<Master>>. Thank you for injecting them with hormone<<s>>, and plea<<s>>e, never <<s>>top. <<else>> I can feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of painful. @@ -939,14 +941,14 @@ My favorite part of my body i<<s>> I can feel my boob<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of painful. <</if>> <<case "intensive butt injections">> - <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "buttslut") || ($activeSlave.energy > 95))>> + <<if (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).fetish == "buttslut") || (getSlave($AS).energy > 95))>> I can almo<<s>>t feel my butt growing, <<Master>>. I can't wait to feel a dick <<s>>liding up in between my buttock<<s>>. <<else>> I can almo<<s>>t feel my butt growing, <<Master>>. It'<<s>> kind of uncomfortable. <</if>> <<case "hyper butt injections">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "buttslut") || ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "buttslut") || (getSlave($AS).energy > 95)>> I can feel my butt growing, <<Master>>. I can't wait for a dick to get lo<<s>>t in between my buttock<<s>>. <<else>> I can feel my butt growing, <<Master>>. It'<<s>> kind of painful. @@ -955,32 +957,32 @@ My favorite part of my body i<<s>> I can feel my butt growing, <<Master>>. It'<<s>> kind of painful. <</if>> <<case "lip injections">> - <<if ($activeSlave.fetishKnown == 1) && (($activeSlave.fetish == "cumslut") || ($activeSlave.energy > 95))>> + <<if (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).fetish == "cumslut") || (getSlave($AS).energy > 95))>> I can almost feel my lip<<s>> <<s>>welling, <<Master>>. I can't wait to wrap them around a cock. <<else>> I can almost feel my lip<<s>> <<s>>welling, <<Master>>. It'<<s>> kind of uncomfortable. <</if>> <<case "fertility drugs">> -<<if isFertile($activeSlave)>> +<<if isFertile(getSlave($AS))>> I feel like I need to have a baby, <<Master>>, like right now. - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> I can't wait for <<s>>omeone to pin me down and fuck me pregnant. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> Make<<s>> me want to pin down a cute little <<if $seeDicks != 0>>dick<<s>>lave<<else>><<c>>iti<<z>>en<</if>> and claim their <<s>>perm. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> I can't wait till my belly get<<s>> big enough to hold me down. <<else>> The<<s>>e will get me pregnant, right? <</if>> <</if>> <<case "super fertility drugs">> -<<if isFertile($activeSlave)>> +<<if isFertile(getSlave($AS))>> My womb feel<<s>> <<s>>o full, <<Master>>, I need to be fertili<<z>>ed! - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> I can't wait to be pinned to the floor by my life <<s>>wollen belly. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishStrength > 60)>> I can't wait till my belly i<<s>> huge enough to really demand wor<<sh>>ip. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60)>> I can't wait till my belly <<s>>well<<s>> a<<s>> big a<<s>> me. <<else>> The<<s>>e will get me pregnant, right? Like, <<s>>o pregnant I won't be able to <<s>>tand in the end? @@ -989,14 +991,14 @@ My favorite part of my body i<<s>> <<case "psychostimulants">> My thought<<s>> are <<s>>o <<sh>>arp <<Master>>, I feel like I'm actually getting <<s>>marter. <<case "anti-aging cream">> - <<if $activeSlave.visualAge+20 < $activeSlave.actualAge>> + <<if getSlave($AS).visualAge+20 < getSlave($AS).actualAge>> I look <<s>>o young, <<Master>>, I can barely recogni<<z>>e my<<s>>elf anymore. <<else>> I can practically feel the year<<s>> peeling off me, <<Master>>. <</if>> <<case "sag-B-gone">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "boobs") || ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "boobs") || (getSlave($AS).energy > 95)>> I love all the brea<<s>>t ma<<ss>>age<<s>>, but I don't think the cream i<<s>> doing anything. They look the <<s>>ame a<<s>> alway<<s>>, not that that mean<<s>> I want you to <<s>>top, <<Master>>! <<else>> I think you might have been ripped off on thi<<s>> <<s>>ag cream, <<Master>>; my brea<<s>>t<<s>> don't feel any different. @@ -1006,13 +1008,13 @@ My favorite part of my body i<<s>> <</if>> <</switch>> -<<switch $activeSlave.assignment>> +<<switch getSlave($AS).assignment>> <<case "whore" "work in the brothel">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> It'<<s>> great being a whore. I can't imagine being <<s>>ati<<s>>fied doing anything el<<s>>e. - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> It'<<s>> ni<<c>>e being a whore, I get treated like I de<<s>>erve. <<case "dom">> @@ -1030,32 +1032,32 @@ My favorite part of my body i<<s>> <<case "boobs">> It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my boob<<s>> for hour<<s>>. <<case "pregnancy">> - <<if $activeSlave.belly >= 5000>> + <<if getSlave($AS).belly >= 5000>> It'<<s>> ni<<c>>e being a whore, <<s>>ometime<<s>> customer<<s>> ju<<s>>t play with my belly for hour<<s>>. - <<elseif isFertile($activeSlave)>> + <<elseif isFertile(getSlave($AS))>> It'<<s>> great being a whore, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. - <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> + <<elseif getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> It'<<s>> great being a pregnant whore, I get to watch my belly <<s>>well a<<s>> I get fucked. Every week it get<<s>> a little bigger. - <<elseif $activeSlave.pregKnown == 1>> + <<elseif getSlave($AS).pregKnown == 1>> Being a whore i<<s>> okay, but it will be great on<<c>>e my belly get<<s>> bigger. - <<elseif $activeSlave.preg > 0>> + <<elseif getSlave($AS).preg > 0>> Being a whore i<<s>> okay, I ju<<s>>t wi<<sh>> I'd get knocked up already. <<else>> Being a whore i<<s>> okay, <<s>>ometime<<s>> I can pretend I can get pregnant. <</if>> <</switch>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 60)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 60)>> It'<<s>> ni<<c>>e being a whore, I get fucked by a lot of hot guy<<s>>. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 60)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 60)>> It'<<s>> okay being a whore, I get female customer<<s>> <<s>>ometime<<s>>. <</if>> <</if>> <<case "public service" "serve in the club">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> It'<<s>> great being a public <<s>>lut. I can't imagine being <<s>>ati<<s>>fied doing anything el<<s>>e. - <<elseif ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> + <<elseif (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> It'<<s>> ni<<c>>e being a public <<s>>lut, I get treated like I de<<s>>erve. <<case "dom">> @@ -1073,46 +1075,46 @@ My favorite part of my body i<<s>> <<case "boobs">> It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> <<c>>iti<<z>>en<<s>> ju<<s>>t play with my boob<<s>> for hour<<s>>. <<case "pregnancy">> - <<if $activeSlave.belly >= 5000>> + <<if getSlave($AS).belly >= 5000>> It'<<s>> ni<<c>>e being a public <<s>>lut, <<s>>ometime<<s>> <<c>>iti<<z>>en<<s>> ju<<s>>t play with my belly for hour<<s>>. - <<elseif isFertile($activeSlave)>> + <<elseif isFertile(getSlave($AS))>> It'<<s>> great being a public <<s>>lut, I'm going to get pregnant and there'<<s>> nothing I can do to <<s>>top it. - <<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> + <<elseif getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> It'<<s>> great being a pregnant public <<s>>lut, I get to <<sh>>ow off my belly all the time. - <<elseif $activeSlave.pregKnown == 1>> + <<elseif getSlave($AS).pregKnown == 1>> Being a public <<s>>lut i<<s>> okay, but it will be great on<<c>>e my belly get<<s>> bigger. - <<elseif $activeSlave.preg > 0>> + <<elseif getSlave($AS).preg > 0>> Being a public <<s>>lut i<<s>> okay, I ju<<s>>t wi<<sh>> I'd get knocked up already. <<else>> Being a public <<s>>lut i<<s>> okay, <<s>>ometime<<s>> I can pretend I can get pregnant. <</if>> <</switch>> - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 60)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 60)>> It'<<s>> ni<<c>>e being a public <<s>>lut, I get fucked by a lot of hot guy<<s>>. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 60)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 60)>> It'<<s>> okay being a public <<s>>lut; I get female <<c>>iti<<z>>en<<s>> <<s>>ometime<<s>>. <</if>> <</if>> <<case "get milked" "work in the dairy">> - <<if $activeSlave.balls == 0>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.energy > 95)>> + <<if getSlave($AS).balls == 0>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).energy > 95)>> It'<<s>> pretty ni<<c>>e, being milked. - <<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> It'<<s>> ni<<c>>e being milked, I get treated like I de<<s>>erve. - <<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60)>> It'<<s>> <<s>>o, <<s>>o wonderful being milked. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> It'<<s>> okay being milked, with all the girl<<s>> and boob<<s>> around. <<else>> Being milked i<<s>> hard work. <</if>> <</if>> <<else>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "buttslut") || ($activeSlave.energy > 95)>> - Getting buttfucked to orga<<s>>m whenever I can get hard i<<s>> a dream come true. Actually, getting buttfucked until I cum <<if $activeSlave.prostate > 0>>even when I'm <<s>>oft <</if>>i<<s>> pretty ni<<c>>e too. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "buttslut") || (getSlave($AS).energy > 95)>> + Getting buttfucked to orga<<s>>m whenever I can get hard i<<s>> a dream come true. Actually, getting buttfucked until I cum <<if getSlave($AS).prostate > 0>>even when I'm <<s>>oft <</if>>i<<s>> pretty ni<<c>>e too. + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> It'<<s>> okay getting cockmilked, I like all the dick<<s>> around. <<else>> It'<<s>> <<s>>urpri<<s>>ingly hard work, coming all day. @@ -1122,13 +1124,13 @@ My favorite part of my body i<<s>> <<case "work as a farmhand">> /* TODO: add a description for this */ <<case "please you" "serve in the master suite" "be your Concubine">> - <<if ($activeSlave.fetishKnown == 1)>> - <<if $activeSlave.toyHole == "mouth" && ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishStrength > 60) && ($PC.dick != 0)>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if getSlave($AS).toyHole == "mouth" && (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && ($PC.dick != 0)>> I love <<s>>ucking your cock every <<if $PC.balls >= 14>> day, and I love every opportunity I get to wor<<sh>>ip your ball<<s>>, they're <<s>>o huge and make <<s>>o much cum and I ju<<s>>t want to <<s>>pend my life ki<<ss>>ing your ball<<s>> and <<s>>ucking your cock, and live off your cum... <<elseif $PC.balls >= 9>> - day, and I love wor<<sh>>ipping your ma<<ss>>ive ball<<s>>. <<if hasAnyArms($activeSlave)>>Your ball<<s>> are <<s>>o big that one te<<s>>ticle fill<<s>> my hand; I even cum without touching my<<s>>elf <<s>>o I can properly <<s>>erve you.<<else>>Feeling you re<<s>>t your ball<<s>> on my fa<<c>>e in between fa<<c>>efuck<<s>> i<<s>> heaven for me.<</if>> + day, and I love wor<<sh>>ipping your ma<<ss>>ive ball<<s>>. <<if hasAnyArms(getSlave($AS))>>Your ball<<s>> are <<s>>o big that one te<<s>>ticle fill<<s>> my hand; I even cum without touching my<<s>>elf <<s>>o I can properly <<s>>erve you.<<else>>Feeling you re<<s>>t your ball<<s>> on my fa<<c>>e in between fa<<c>>efuck<<s>> i<<s>> heaven for me.<</if>> <<elseif $PC.balls >= 5>> day, and I love plea<<s>>uring your big ball<<s>> too. They're the perfect <<s>>i<<z>>e to fill my mouth a<<s>> I <<s>>uck on them, and I love feeling them ten<<s>>e again<<s>>t my chin when you <<sh>>oot cum down my throat. <<elseif $PC.scrotum > 0>> @@ -1136,14 +1138,14 @@ My favorite part of my body i<<s>> <<else>> day. <</if>> - <<elseif $activeSlave.toyHole != "dick">> - <<if ($activeSlave.energy > 95) && ($PC.dick != 0)>> + <<elseif getSlave($AS).toyHole != "dick">> + <<if (getSlave($AS).energy > 95) && ($PC.dick != 0)>> I love how taking your cock i<<s>> my only job, and I love having your other toy<<s>> to have <<s>>e<<x>> too. <<else>> It'<<s>> ni<<c>>e being your $girl. <</if>> <<else>> - <<if ($activeSlave.energy > 95) && ($PC.vagina != -1)>> + <<if (getSlave($AS).energy > 95) && ($PC.vagina != -1)>> I love how fucking your <<if ($PC.vagina != -1)>>pu<<ss>>y<<else>>a<<ss>><</if>> i<<s>> my only job, and I'm <<s>>o happy you tru<<s>>t me enough to cum in<<s>>ide you. <<else>> I like letting you u<<s>>e my cock a<<s>> your toy, and I'm happy you tru<<s>>t me enough to cum with you. @@ -1158,30 +1160,30 @@ My favorite part of my body i<<s>> Being a <<s>>e<<x>> <<s>>lave i<<s>> hard work. <</switch>> -<<if (($activeSlave.skill.oral + $activeSlave.skill.anal) >= 120) && ($activeSlave.vagina == -1)>> - I'm really proud of my <<s>>e<<x>> <<s>>kill<<s>>, it'<<s>> ni<<c>>e to be good at what you do. Without a cunt my poor <<if $activeSlave.anus > 2>>a<<ss>>pu<<ss>>y<<elseif $activeSlave.anus == 2>>butthole<<else>>little anu<<s>><</if>> doe<<s>> double duty, but I can take it. -<<elseif ($activeSlave.skill.oral + $activeSlave.skill.vaginal + $activeSlave.skill.anal) >= 180>> +<<if ((getSlave($AS).skill.oral + getSlave($AS).skill.anal) >= 120) && (getSlave($AS).vagina == -1)>> + I'm really proud of my <<s>>e<<x>> <<s>>kill<<s>>, it'<<s>> ni<<c>>e to be good at what you do. Without a cunt my poor <<if getSlave($AS).anus > 2>>a<<ss>>pu<<ss>>y<<elseif getSlave($AS).anus == 2>>butthole<<else>>little anu<<s>><</if>> doe<<s>> double duty, but I can take it. +<<elseif (getSlave($AS).skill.oral + getSlave($AS).skill.vaginal + getSlave($AS).skill.anal) >= 180>> I'm really proud of my <<s>>e<<x>> <<s>>kill<<s>>, it'<<s>> ni<<c>>e to be good at what you do. -<<elseif ($activeSlave.skill.whoring >= 100)>> +<<elseif (getSlave($AS).skill.whoring >= 100)>> I'm really proud of my whoring <<s>>kill<<s>>, pro<<s>>titution i<<s>> ju<<s>>t a job like any other to me. -<<elseif ($activeSlave.skill.entertainment >= 100)>> +<<elseif (getSlave($AS).skill.entertainment >= 100)>> I'm really proud of my <<s>>kill<<s>>, I feel like I can make anyone want me. -<<elseif ($activeSlave.skill.anal >= 100)>> - <<if ($activeSlave.vagina == -1)>> +<<elseif (getSlave($AS).skill.anal >= 100)>> + <<if (getSlave($AS).vagina == -1)>> I'm really proud of my anal <<s>>kill<<s>>, I can take a dick a<<s>> well a<<s>> anyone. <<else>> I'm really proud of my anal <<s>>kill<<s>>, it'<<s>> fun having three fuckhole<<s>>. <</if>> -<<elseif ($activeSlave.skill.anal <= 30) && ($activeSlave.anus > 0)>> +<<elseif (getSlave($AS).skill.anal <= 30) && (getSlave($AS).anus > 0)>> I wi<<sh>> I were better at anal, if I could learn to rela<<x>> getting buttfucked wouldn't hurt <<s>>o much. -<<elseif ($activeSlave.skill.vaginal <= 30) && ($activeSlave.vagina > 0)>> +<<elseif (getSlave($AS).skill.vaginal <= 30) && (getSlave($AS).vagina > 0)>> I wi<<sh>> I were better at <<s>>e<<x>>, <<s>>ometime<<s>> all I can think to do i<<s>> ju<<s>>t lie there. -<<elseif ($activeSlave.skill.oral <= 30)>> +<<elseif (getSlave($AS).skill.oral <= 30)>> I wi<<sh>> I were better at blowjob<<s>>, it would be ni<<c>>e not to gag <<s>>o much. <</if>> -<<if ($activeSlave.relationship > 0)>> - <<set _partner = $slaveIndices[$activeSlave.relationshipTarget]>> +<<if (getSlave($AS).relationship > 0)>> + <<set _partner = $slaveIndices[getSlave($AS).relationshipTarget]>> <<if def _partner>> <<if _lisping == 1>> <<set _partnerName = lispReplace($slaves[_partner].slaveName)>> @@ -1189,42 +1191,42 @@ My favorite part of my body i<<s>> <<set _partnerName = $slaves[_partner].slaveName>> <</if>> <<setLocalPronouns $slaves[_partner] 2>> - <<setSpokenLocalPronouns $activeSlave $slaves[_partner]>> + <<setSpokenLocalPronouns getSlave($AS) $slaves[_partner]>> <<else>> @@.red;Error, relationshipTarget not found.@@ <</if>> - <<if $activeSlave.relationship <= 2>> + <<if getSlave($AS).relationship <= 2>> I really like <<s>>eeing _partnerName every day, <<he 2>>'<<s>> a good friend." $He blushes. "<<He 2>>'<<s>> kind of hot, too. - <<elseif $activeSlave.relationship <= 3>> + <<elseif getSlave($AS).relationship <= 3>> I really like <<s>>eeing _partnerName every day, <<he 2>>'<<s>> a good friend —" $He blushes. "— even when we're not fucking. - <<elseif $activeSlave.relationship <= 4>> + <<elseif getSlave($AS).relationship <= 4>> I really love _partnerName." $He blushes. "Thank you for letting u<<s>> be together, <<Master>>. <<else>> I'm <<s>>o happy with _partnerName." $He blushes. "Thank you for _him2, <<Master>>. <</if>> - <<if $activeSlave.relationship >= 3>> - <<if $activeSlave.mother == $slaves[_partner].ID>> + <<if getSlave($AS).relationship >= 3>> + <<if getSlave($AS).mother == $slaves[_partner].ID>> "I — I'm fucking my mother," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>uch a hot MILF, I can't <<s>>top. - <<elseif $activeSlave.father == $slaves[_partner].ID>> + <<elseif getSlave($AS).father == $slaves[_partner].ID>> I — I'm fucking my father," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> know<<s>> <<s>>o much about penetration, I can't <<s>>top. - <<elseif $slaves[_partner].mother == $activeSlave.ID>> + <<elseif $slaves[_partner].mother == getSlave($AS).ID>> I — I'm fucking my <<daughter 2>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body, I can't <<s>>top. - <<elseif $slaves[_partner].father == $activeSlave.ID>> + <<elseif $slaves[_partner].father == getSlave($AS).ID>> I — I'm fucking my <<daughter 2>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>> ha<<s>> <<s>>uch a hot little body. <<He 2>> look<<s>> <<s>>o much like <<his 2>> mother, I can't <<s>>top. - <<elseif areSisters($activeSlave, $slaves[_partner]) == 1>> + <<elseif areSisters(getSlave($AS), $slaves[_partner]) == 1>> I — I'm fucking my twin <<sister 2>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. - <<elseif areSisters($activeSlave, $slaves[_partner]) == 2>> + <<elseif areSisters(getSlave($AS), $slaves[_partner]) == 2>> I — I'm fucking my <<sister 2>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. - <<elseif areSisters($activeSlave, $slaves[_partner]) == 3>> + <<elseif areSisters(getSlave($AS), $slaves[_partner]) == 3>> I — I'm fucking my half-<<sister 2>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<he 2>>'<<s>> <<s>>o hot, I can't <<s>>top. - <<elseif ($activeSlave.relation != 0) && ($slaves[_partner].ID == $activeSlave.relationTarget)>> - I — I'm fucking my <<if ($activeSlave.relation == "mother")>><<daughter 2>><<elseif ($activeSlave.relation == "daughter")>>mother<<else>>$activeSlave.relation<</if>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<if ($activeSlave.relation == "mother")>><<he 2>> ha<<s>> <<s>>uch a hot little body<<elseif ($activeSlave.relation == "daughter")>><<he 2>>'<<s>> <<s>>uch a hot MILF<<else>><<he 2>>'<<s>> <<s>>o hot<</if>>, I can't <<s>>top. - <<elseif ($activeSlave.actualAge + 14) < $slaves[_partner].actualAge>> + <<elseif (getSlave($AS).relation != 0) && ($slaves[_partner].ID == getSlave($AS).relationTarget)>> + I — I'm fucking my <<if (getSlave($AS).relation == "mother")>><<daughter 2>><<elseif (getSlave($AS).relation == "daughter")>>mother<<else>>getSlave($AS).relation<</if>>," $he bursts out, blushing even harder. "It'<<s>> <<s>>o fucking wrong, but <<if (getSlave($AS).relation == "mother")>><<he 2>> ha<<s>> <<s>>uch a hot little body<<elseif (getSlave($AS).relation == "daughter")>><<he 2>>'<<s>> <<s>>uch a hot MILF<<else>><<he 2>>'<<s>> <<s>>o hot<</if>>, I can't <<s>>top. + <<elseif (getSlave($AS).actualAge + 14) < $slaves[_partner].actualAge>> <<He 2>>'<<s>> old enough to be my mother." $He looks down, blushing a little harder. "But I'm lucky, <<he 2>>'<<s>> <<s>>uch a hot MILF. - <<elseif ($activeSlave.actualAge - 14) > $slaves[_partner].actualAge>> + <<elseif (getSlave($AS).actualAge - 14) > $slaves[_partner].actualAge>> <<He 2>>'<<s>> young enough to be my <<daughter 2>>." $He looks down, blushing a little harder. "But I love <<his 2>> hot young body. <</if>> - <<if (($activeSlave.actualAge - 5) > $slaves[_partner].actualAge) && (20 > $slaves[_partner].actualAge)>> + <<if ((getSlave($AS).actualAge - 5) > $slaves[_partner].actualAge) && (20 > $slaves[_partner].actualAge)>> <<He 2>>'<<s>> a little immature at time<<s>>, but having <<s>>e<<x>> with a teenager i<<s>> <<s>>o awe<<s>>ome, it'<<s>> worth it. <</if>> <<if hasAnyProstheticLimbs($slaves[_partner])>> @@ -1252,181 +1254,181 @@ My favorite part of my body i<<s>> <<He 2>>'<<s>> an amputee, of cour<<s>>e, <<s>>o that'<<s>> a little <<s>>ad. <</if>> <</if>> -<<elseif ($activeSlave.relationship == -3)>> - <<setSpokenLocalPronouns $activeSlave $activeSlave>> - <<if $activeSlave.devotion+$activeSlave.trust >= 175>> +<<elseif (getSlave($AS).relationship == -3)>> + <<setSpokenLocalPronouns getSlave($AS) getSlave($AS)>> + <<if getSlave($AS).devotion+getSlave($AS).trust >= 175>> Of cour<<s>>e, I'm your <<wife>>, <<Master>>." $He laughs. "Not e<<x>>actly traditional married life, but I'll do my be<<s>>t to help redefine it. - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> Of cour<<s>>e, I'm your <<wife>>, <<Master>>." $He sighs. "Any other que<<s>>tion<<s>>? - <<elseif $activeSlave.devotion < -20>> - I'm your <<wife>>, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeTitle($activeSlave)>><<else>><<Master>><</if>>," $he <<say>>s, $his voice wavering. "Plea<<s>>e let me go... + <<elseif getSlave($AS).devotion < -20>> + I'm your <<wife>>, <<if getSlave($AS).rudeTitle == 1>><<= PoliteRudeTitle(getSlave($AS))>><<else>><<Master>><</if>>," $he <<say>>s, $his voice wavering. "Plea<<s>>e let me go... <<else>> Of cour<<s>>e, I'm your <<wife>>, <<Master>>," $he <<say>>s. "It i<<s>>n't <<s>>o bad, I'm <<s>>tarting to like it. <</if>> -<<elseif ($activeSlave.relationship == -2)>> - I'm good friend<<s>> with <<s>>ome of the other <<s>>lave<<s>>," $he <<if !canTalk($activeSlave)>>gestures<<else>>mutters<</if>> hesitantly, looking suddenly embarrassed. "I really like you, though, <<Master>>. Like, //like// you, like you." $He clears $his throat <<if !canTalk($activeSlave)>>silently and pointlessly<<else>>nervously<</if>> before hurrying on to safer subjects. "Yeah. -<<elseif ($activeSlave.relationship == -1)>> +<<elseif (getSlave($AS).relationship == -2)>> + I'm good friend<<s>> with <<s>>ome of the other <<s>>lave<<s>>," $he <<if !canTalk(getSlave($AS))>>gestures<<else>>mutters<</if>> hesitantly, looking suddenly embarrassed. "I really like you, though, <<Master>>. Like, //like// you, like you." $He clears $his throat <<if !canTalk(getSlave($AS))>>silently and pointlessly<<else>>nervously<</if>> before hurrying on to safer subjects. "Yeah. +<<elseif (getSlave($AS).relationship == -1)>> A<<s>> far a<<s>> relation<<sh>>ip<<s>> go, <<Master>>," $he laughs, "I'm <<s>>uch a fucking <<s>>lut. It'<<s>> <<s>>o liberating, not having to worry about any of that crap anymore. <</if>> <<if FutureSocieties.HighestDecoration() >= 60>> -<<if ($activeSlave.devotion > 75)>> +<<if (getSlave($AS).devotion > 75)>> I'll do everything I can to <<s>>upport your vi<<s>>ion for the future. -<<elseif ($activeSlave.devotion > 50)>> +<<elseif (getSlave($AS).devotion > 50)>> I do my be<<s>>t to <<s>>upport your vi<<s>>ion for the future. <<else>> I try to conform to your vi<<s>>ion for the future. <</if>> <<if $arcologies[0].FSRomanRevivalist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> The new Rome i<<s>> fa<<sc>>inating, <<Master>>. I'm glad to be a part of it. - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> I'm proud to be a <<s>>lave in the new Rome. <<else>> Being a <<s>>lave in the new Rome i<<s>> a little <<s>>cary, <<Master>>. I hear <<s>>lave<<s>> fighting <<s>>ometime<<s>>. <</if>> <</if>> <<if $arcologies[0].FSAztecRevivalist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> The new A<<z>>tec Empire i<<s>> enthralling, <<Master>>. I'm ama<<z>>ed at how ea<<s>>ily people jump to <<s>>acrifi<<c>>e and debauchery when they're offered. - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> I'm proud to <<s>>erve the will of the god<<s>>, and you. <<else>> Plea<<s>>e, don't <<s>>acrifi<<c>>e me <<Master>>, I'll do anything. <</if>> <</if>> <<if $arcologies[0].FSEgyptianRevivalist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> Thi<<s>> new Egypt i<<s>> fa<<sc>>inating, <<Master>>. I'm glad to be a part of it. - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> I'm proud to be a <<s>>lave of the new Pharaoh. <<else>> Being a <<s>>lave in thi<<s>> new Egypt i<<s>> a little rea<<ss>>uring. <<S>>ome of the other <<s>>lav<<s>> <<s>>ay they u<<s>>ed to u<<s>>e <<s>>lave<<s>> for great thing<<s>>, anyway. <</if>> <</if>> <<if $arcologies[0].FSChattelReligionist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> It'<<s>> intere<<s>>ting, <<s>>eeing how fa<<s>>t a new faith can take hold. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60)>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60)>> I — I alway<<s>> thought pain wa<<s>> good for me. It'<<s>> <<s>>o ni<<c>>e to be told that it'<<s>> true at la<<s>>t. - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> I'm proud to be a <<s>>lave, <<s>>in<<c>>e that'<<s>> what'<<s>> right for me. <<else>> <<S>>ometime<<s>> I have doubt<<s>> about the new faith, but I do my be<<s>>t to ignore them. <</if>> <</if>> <<if $arcologies[0].FSIntellectualDependency >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 10)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 10)>> I ju<<s>>t wish I could <<sh>>are in <<s>>impli<<c>>ity of thing<<s>>. - <<elseif ($activeSlave.intelligence+$activeSlave.intelligenceImplant <= -50)>> + <<elseif (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant <= -50)>> It'<<s>> <<s>>o nice not having to think for my<<s>>elf anymore. - <<elseif ($activeSlave.energy > 50)>> + <<elseif (getSlave($AS).energy > 50)>> I'm <<s>>o glad that thi<<s>> culture encourage<<s>> being a horny little <<s>>lut. <<else>> I feel out of pla<<c>>e here, but I'll try to rela<<x>> and not overthink thing<<s>> <<s>>o much. <</if>> <</if>> <<if $arcologies[0].FSDegradationist >= 10>> - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60)>> + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60)>> I — I alway<<s>> knew I wa<<s>> a u<<s>>ele<<ss>> bitch, <<s>>o it'<<s>> ea<<s>>y to a<<cc>>ept being degraded. - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> I'm your worthle<<ss>> little degraded fuckpuppet, <<Master>>. <<else>> I'm trying to a<<cc>>ept the degradation, <<Master>>. <</if>> <</if>> <<if $arcologies[0].FSSlaveProfessionalism >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 100)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 100)>> I'm <<s>>o glad that I can be of <<s>>uch <<s>>ervi<<c>>e to you. I never thought <<s>>lavery could be <<s>>o intellectually <<s>>timulating, I e<<x>>pected <<s>>o much le<<ss>>. - <<elseif ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 10)>> + <<elseif (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 10)>> <<S>>ometime<<s>> it'<<s>> tough here, but at lea<<s>>t it keep<<s>> my wit<<s>> <<sh>>arp. <<else>> I kind of hate it here, <<Master>>. Everything'<<s>> <<s>>o complicated and people alway<<s>> laugh at me when I need help. You don't think I'm <<s>>tupid too, do you? <</if>> <</if>> <<if $arcologies[0].FSAssetExpansionist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I've been watching all the body dy<<s>>phoria on di<<s>>play lately; it'<<s>> <<c>>ertainly novel. - <<elseif ($activeSlave.energy > 95)>> + <<elseif (getSlave($AS).energy > 95)>> Thank you <<s>>o much for <<s>>upporting thi<<s>> new T&A e<<x>>pan<<s>>ion culture, <<Master>>. It'<<s>> like you made it ju<<s>>t for me. <<S>>o much eye candy! - <<elseif ($activeSlave.boobs > 1000)>> + <<elseif (getSlave($AS).boobs > 1000)>> It'<<s>> almost <<s>>trange, being in a pla<<c>>e where the<<s>>e tit<<s>> don't make me <<s>>tand out. <<else>> I'm a little worried I don't have the tit<<s>> for thi<<s>> new e<<x>>pan<<s>>ion culture though. <</if>> <</if>> <<if $arcologies[0].FSTransformationFetishist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I'm learning a lot about men, ju<<s>>t watching how what'<<s>> beautiful i<<s>> changing. - <<elseif ($activeSlave.energy > 95)>> + <<elseif (getSlave($AS).energy > 95)>> The arcology i<<s>> like, a bimbo land now, <<Master>>. It'<<s>> <<s>>o hot <<else>> I like getting hotter, <<Master>>, but all the <<s>>urgery i<<s>> <<s>>till a little <<s>>cary. <</if>> <</if>> <<if $arcologies[0].FSGenderRadicalist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I <<s>>uppo<<s>>e it wa<<s>> inevitable that a pla<<c>>e where anyone can be a <<s>>lave would <<s>>tart treating anyone who'<<s>> a <<s>>lave a<<s>> a girl. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> I really like how you're encouraging <<s>>lavery to focu<<s>> on cock<<s>>." $He giggles. "I like cock<<s>>! - <<elseif ($activeSlave.dick > 0)>> + <<elseif (getSlave($AS).dick > 0)>> It i<<s>>n't always ea<<s>>y being a <<s>>lave $girl, but it'<<s>> ni<<c>>e being in a pla<<c>>e where that'<<s>> normal. <<else>> It'<<s>> kind of ni<<c>>e, being a <<s>>lave in a pla<<c>>e where, you know, anyone can be a <<s>>lave. <</if>> <</if>> <<if $arcologies[0].FSGenderFundamentalist >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I <<sh>>ouldn't be <<s>>urpri<<s>>ed at how ea<<s>>y it i<<s>> to reinfor<<c>>e traditional value<<s>> in a new, <<s>>lavery focu<<s>>ed culture. - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> I really like how you're encouraging <<s>>lavery to focu<<s>> on girl<<s>>." $He giggles. "I like girl<<s>>! - <<elseif ($activeSlave.dick > 0)>> + <<elseif (getSlave($AS).dick > 0)>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good girl. <<else>> I'm relieved I fit into your vi<<s>>ion of the future of <<s>>lavery. <</if>> <</if>> <<if $arcologies[0].FSRepopulationFocus >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I really hope we can <<s>>ave humanity like thi<<s>>. - <<elseif ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "pregnancy")>> + <<elseif (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetish == "pregnancy")>> I really like how you are encouraging girl<<s>> to get pregnant." $He giggles. "I really like big, pregnant bellie<<s>>! - <<elseif ($activeSlave.preg > $activeSlave.pregData.normalBirth/4)>> + <<elseif (getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4)>> I'm relieved I fit into your vi<<s>>ion of the future. I hope I can give you lot<<s>> of healthy children. <<else>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl. <</if>> <</if>> <<if $arcologies[0].FSRestart >= 10>> - <<if ($activeSlave.intelligence+$activeSlave.intelligenceImplant > 50)>> + <<if (getSlave($AS).intelligence+getSlave($AS).intelligenceImplant > 50)>> I really hope we can <<s>>ave humanity like thi<<s>>. - <<elseif ($activeSlave.preg < 0 || $activeSlave.ovaries == 0)>> + <<elseif (getSlave($AS).preg < 0 || getSlave($AS).ovaries == 0)>> I'm relieved I fit into your vi<<s>>ion of the future. <<else>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to be a good $girl. <</if>> <</if>> <<if $arcologies[0].FSPhysicalIdealist >= 10>> - <<if ($activeSlave.muscles <= 5)>> + <<if (getSlave($AS).muscles <= 5)>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to <<s>>erve everyone who'<<s>> built. <<else>> I'm relieved I fit into your vi<<s>>ion of the future of the human body. <</if>> <</if>> <<if $arcologies[0].FSHedonisticDecadence >= 10>> - <<if ($activeSlave.weight < 10) && ($activeSlave.behavioralFlaw == "anorexic")>> + <<if (getSlave($AS).weight < 10) && (getSlave($AS).behavioralFlaw == "anorexic")>> I want to keep food down for you, but I can't. I'm <<s>>orry, I ju<<s>>t can't get fat for anyone. - <<elseif ($activeSlave.weight < 10)>> + <<elseif (getSlave($AS).weight < 10)>> I know I'm not a perfect fit for your vi<<s>>ion of the future, but I'll do my be<<s>>t to eat more and get fatter for you. <<else>> I'm relieved I fit into your vi<<s>>ion of the future of the human body. Can I have <<s>>ome more food now? I'm hungry. <</if>> <</if>> <<if $arcologies[0].FSPetiteAdmiration >= 10>> - <<if !heightPass($activeSlave)>> + <<if !heightPass(getSlave($AS))>> <<if $arcologies[0].FSPetiteAdmirationLaw == 0>> I know I <<s>>tand out in a bad way from all the other <<s>>lave<<s>> thank<<s>> to my height, but I'll do my be<<s>>t to put it to good u<<s>>e for my better<<s>>. <<else>> @@ -1437,7 +1439,7 @@ My favorite part of my body i<<s>> <</if>> <</if>> <<if $arcologies[0].FSStatuesqueGlorification >= 10>> - <<if !heightPass($activeSlave)>> + <<if !heightPass(getSlave($AS))>> <<if $arcologies[0].FSStatuesqueGlorificationLaw == 0>> I know I'm too <<sh>>ort to be paid any attention to, but I'll still try my harde<<s>>t to keep up with my better<<s>>. <<else>> @@ -1448,14 +1450,14 @@ My favorite part of my body i<<s>> <</if>> <</if>> <<if $arcologies[0].FSSubjugationist >= 10>> - <<if ($activeSlave.race == $arcologies[0].FSSubjugationistRace)>> + <<if (getSlave($AS).race == $arcologies[0].FSSubjugationistRace)>> I know that a<<s>> a $arcologies[0].FSSubjugationistRace <<s>>lave, it'<<s>> my proper pla<<c>>e to <<s>>erve. <<else>> <<S>>in<<c>>e I'm not a $arcologies[0].FSSubjugationistRace <<s>>lave, I'm a little afraid I don't fit into your vi<<s>>ion of the future. <</if>> <</if>> <<if $arcologies[0].FSSupremacist >= 10>> - <<if ($activeSlave.race != $arcologies[0].FSSupremacistRace)>> + <<if (getSlave($AS).race != $arcologies[0].FSSupremacistRace)>> I know that it'<<s>> my proper pla<<c>>e to <<s>>erve my $arcologies[0].FSSupremacistRace better<<s>>. <<else>> I know that $arcologies[0].FSSupremacistRace <<s>>lave<<s>> are rare now, <<s>>o I'll do my be<<s>>t to bring credit to the $arcologies[0].FSSupremacistRace ra<<c>>e. @@ -1465,45 +1467,45 @@ My favorite part of my body i<<s>> I'm <<s>>o lucky to be a <<s>>lave here. The future look<<s>> better all the time. <</if>> <<if $arcologies[0].FSBodyPurist >= 10>> - <<if ($activeSlave.boobsImplant > 0)>> + <<if (getSlave($AS).boobsImplant > 0)>> I know I'm not a perfect fit for your vi<<s>>ion of the future, <<s>>in<<c>>e my tit<<s>> are ugly and fake. <<else>> I'm relieved my boob<<s>> won't need implant<<s>> here. <</if>> <</if>> <<if $arcologies[0].FSSlimnessEnthusiast >= 10>> - <<if ($activeSlave.weight > 30)>> + <<if (getSlave($AS).weight > 30)>> I know I'm an ugly fat <<s>>lut. I wi<<sh>> I were <<s>>lim. - <<elseif $activeSlave.belly >= 1500 && $arcologies[0].FSRepopulationFocus != "unset" && $propOutcome == 0 && $activeSlave.breedingMark == 0>> + <<elseif getSlave($AS).belly >= 1500 && $arcologies[0].FSRepopulationFocus != "unset" && $propOutcome == 0 && getSlave($AS).breedingMark == 0>> I know I'm an ugly fat <<s>>lut. I wi<<sh>> my belly wa<<s>>n't <<s>>o big. - <<elseif $activeSlave.butt > 3>> + <<elseif getSlave($AS).butt > 3>> I know I'm an ugly, fat a<<ss>>ed <<s>>lut. I wi<<sh>> it wa<<s>> <<s>>maller. - <<elseif ($activeSlave.boobs > 500)>> + <<elseif (getSlave($AS).boobs > 500)>> I know I'm an ugly, big boobed <<s>>lut. I wi<<sh>> my che<<s>>t wa<<s>> <<s>>maller. <<else>> It'<<s>> ni<<c>>e, living in a pla<<c>>e where I don't need big boob<<s>> to be pretty. <</if>> <</if>> <<if $arcologies[0].FSMaturityPreferentialist >= 10>> - <<if ($activeSlave.actualAge < 30)>> + <<if (getSlave($AS).actualAge < 30)>> I know I'm ju<<s>>t a young bitch. I try to be good to my elder<<s>>. <<else>> It'<<s>> ni<<c>>e, living in a pla<<c>>e that appre<<c>>iate<<s>> an older lady. <</if>> <</if>> <<if $arcologies[0].FSYouthPreferentialist >= 10>> - <<if ($activeSlave.actualAge < 30)>> + <<if (getSlave($AS).actualAge < 30)>> It'<<s>> ni<<c>>e, being young here. <<else>> I know I'm ju<<s>>t an old bitch. I try to <<s>>erve younger and better <<s>>lave<<s>> well. <</if>> <</if>> <<if $arcologies[0].FSPastoralist >= 10>> - <<if ($activeSlave.lactation > 0) && ($activeSlave.balls > 0)>> + <<if (getSlave($AS).lactation > 0) && (getSlave($AS).balls > 0)>> I'll do my be<<s>>t to make a<<s>> much milk and cum for the arcology a<<s>> I can. - <<elseif ($activeSlave.lactation > 0)>> + <<elseif (getSlave($AS).lactation > 0)>> I'll do my be<<s>>t to make a<<s>> much milk for the arcology a<<s>> I can. - <<elseif ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<elseif (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> I'll do my be<<s>>t to make a<<s>> much cum for the arcology a<<s>> I can. <<else>> I wi<<sh>> I could make milk for the arcology. @@ -1511,23 +1513,23 @@ My favorite part of my body i<<s>> <</if>> <</if>> /* closes FS */ -<<if ($activeSlave.devotion > 75)>> - <<if $activeSlave.tankBaby > 0|| $activeSlave.mother == -1 || (areSisters($activeSlave, $PC) && $activeSlave.actualAge <= $PC.actualAge)>> +<<if (getSlave($AS).devotion > 75)>> + <<if getSlave($AS).tankBaby > 0|| getSlave($AS).mother == -1 || (areSisters(getSlave($AS), $PC) && getSlave($AS).actualAge <= $PC.actualAge)>> I've known you my whole life, <<Master>>, I can't really think of any time<<s>> you weren't there for me. - <<elseif (areSisters($activeSlave, $PC) && $activeSlave.actualAge > $PC.actualAge) || $PC.mother == $activeSlave.ID || $PC.father == $activeSlave.ID>> + <<elseif (areSisters(getSlave($AS), $PC) && getSlave($AS).actualAge > $PC.actualAge) || $PC.mother == getSlave($AS).ID || $PC.father == getSlave($AS).ID>> You're my dear <<Master>>. I've known you <<s>>in<<c>>e you were born, and I will alway<<s>> be watching out for you, no matter what. - <<elseif ($activeSlave.weekAcquired == 0) && ($week > 104)>> + <<elseif (getSlave($AS).weekAcquired == 0) && ($week > 104)>> I feel like I've known you my whole life, <<Master>>, and I would follow you to the end of the earth. - <<elseif ($week - $activeSlave.weekAcquired) > 104>> + <<elseif ($week - getSlave($AS).weekAcquired) > 104>> I feel like I know you pretty well, <<Master>>. <</if>> <</if>> <<S>>o, <<Master>>," $he concludes, -<<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetishStrength > 60)>> - <<switch $activeSlave.fetish>> +<<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetishStrength > 60)>> + <<switch getSlave($AS).fetish>> <<case "submissive">> "Can I <<s>>erve you <<s>>omehow?" <<case "dom">> @@ -1545,10 +1547,10 @@ My favorite part of my body i<<s>> <<case "buttslut">> "Can I be your anal cock<<s>>leeve now?" <<case "pregnancy">> - <<if ($activeSlave.dick > 0) && ($activeSlave.balls > 0)>> + <<if (getSlave($AS).dick > 0) && (getSlave($AS).balls > 0)>> "Are there any <<s>>lave<<s>> you want knocked up?" - <<elseif ($activeSlave.preg > -2) && ($activeSlave.ovaries > 0)>> - <<if $activeSlave.pregKnown == 1>> + <<elseif (getSlave($AS).preg > -2) && (getSlave($AS).ovaries > 0)>> + <<if getSlave($AS).pregKnown == 1>> "Can I have <<s>>ome more cum in my pregnant pu<<ss>>y?" <<else>> <<if $PC.dick>> @@ -1563,11 +1565,11 @@ My favorite part of my body i<<s>> <<default>> "Can I <<s>>erve you <<s>>omehow?" <</switch>> - <<elseif ($activeSlave.energy > 95)>> + <<elseif (getSlave($AS).energy > 95)>> "Plea<<s>>e fuck me. Plea<<s>>e." - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXX > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXX > 80)>> "Can I hang around and get oral from the ne<<x>>t <<s>>lave in here?" - <<elseif ($activeSlave.attrKnown == 1) && ($activeSlave.attrXY > 80)>> + <<elseif (getSlave($AS).attrKnown == 1) && (getSlave($AS).attrXY > 80)>> "Can I hang around and <<s>>uck the ne<<x>>t dick in here?" <<else>> "Can I <<s>>erve you <<s>>omehow?" diff --git a/src/npc/interaction/fFeet.tw b/src/npc/interaction/fFeet.tw new file mode 100644 index 0000000000000000000000000000000000000000..06f7459aea784a0fcc8ea015be6c3f62ec071a93 --- /dev/null +++ b/src/npc/interaction/fFeet.tw @@ -0,0 +1,617 @@ +:: FFeet [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +<<set _footSeed = random(1,100)>> + +<<if getSlave($AS).weight > 190>> + <<set _thighs = "massive flabby">> +<<elseif getSlave($AS).weight > 160>> + <<set _thighs = "thick flabby">> +<<elseif getSlave($AS).weight > 130>> + <<set _thighs = "flabby">> +<<elseif getSlave($AS).weight > 95>> + <<set _thighs = "fat">> +<<elseif getSlave($AS).weight > 30>> + <<if getSlave($AS).muscles > 75>> + <<set _thighs = "toned fat">> + <<elseif getSlave($AS).muscles < 15>> + <<set _thighs = "fat">> + <<else>> + <<set _thighs = "plush">> + <</if>> +<<elseif getSlave($AS).weight > 10>> + <<if getSlave($AS).muscles > 70>> + <<set _thighs = "thick muscular">> + <<elseif getSlave($AS).muscles > 20>> + <<set _thighs = "soft toned">> + <<else>> + <<set _thighs = "soft">> + <</if>> +<<elseif getSlave($AS).weight >= -10>> + <<if getSlave($AS).muscles > 70>> + <<set _thighs = "muscular">> + <<elseif getSlave($AS).muscles > 20>> + <<set _thighs = "toned">> + <<else>> + <<set _thighs = "average">> + <</if>> +<<elseif getSlave($AS).weight >= -30>> + <<if getSlave($AS).muscles > 40>> + <<set _thighs = "thin muscular">> + <<elseif getSlave($AS).muscles > 20>> + <<set _thighs = "toned model's">> + <<else>> + <<set _thighs = "model's">> + <</if>> +<<else>> + <<if getSlave($AS).muscles > 5>> + <<set _thighs = "emaciated toned">> + <<else>> + <<set _thighs = "emaciated">> + <</if>> +<</if>> + +<<if getSlave($AS).belly < 1500>> + <<set _belly = _thighs>> +<<else>> + <<set _belly = bellyAdjective(getSlave($AS))>> +<</if>> + +<<if getSlave($AS).height >= 185>> + <<set _legs = "wonderfully long">> +<<elseif getSlave($AS).height >= 170>> + <<set _legs = "long">> +<<elseif getSlave($AS).height >= 160>> + <<set _legs = "nice">> +<<elseif getSlave($AS).height >= 150>> + <<set _legs = "short">> +<<else>> + <<set _legs = "short little">> +<</if>> + +<<if getSlave($AS).boobs >= 30000>> + <<set _boobsa = "skip">> + <<set _boobs = "room filling">> +<<elseif getSlave($AS).boobs >= 20000>> + <<set _boobsa = "beanbag sized">> +<<elseif getSlave($AS).boobs >= 8500>> + <<set _boobsa = "obscenely massive">> +<<elseif getSlave($AS).boobs >= 8000>> + <<set _boobsa = "Z-cup">> +<<elseif getSlave($AS).boobs >= 7500>> + <<set _boobsa = "Y-cup">> +<<elseif getSlave($AS).boobs >= 7000>> + <<set _boobsa = "X-cup">> +<<elseif getSlave($AS).boobs >= 6500>> + <<set _boobsa = "V-cup">> +<<elseif getSlave($AS).boobs >= 5500>> + <<set _boobsa = "U-cup">> +<<elseif getSlave($AS).boobs >= 5100>> + <<set _boobsa = "T-cup">> +<<elseif getSlave($AS).boobs >= 4700>> + <<set _boobsa = "S-cup">> +<<elseif getSlave($AS).boobs >= 4300>> + <<set _boobsa = "R-cup">> +<<elseif getSlave($AS).boobs >= 3950>> + <<set _boobsa = "Q-cup">> +<<elseif getSlave($AS).boobs >= 3600>> + <<set _boobsa = "P-cup">> +<<elseif getSlave($AS).boobs >= 3250>> + <<set _boobsa = "O-cup">> +<<elseif getSlave($AS).boobs >= 2900>> + <<set _boobsa = "N-cup">> +<<elseif getSlave($AS).boobs >= 2600>> + <<set _boobsa = "M-cup">> +<<elseif getSlave($AS).boobs >= 2300>> + <<set _boobsa = "L-cup">> +<<elseif getSlave($AS).boobs >= 2050>> + <<set _boobsa = "K-cup">> +<<elseif getSlave($AS).boobs >= 1800>> + <<set _boobsa = "J-cup">> +<<elseif getSlave($AS).boobs >= 1600>> + <<set _boobsa = "I-cup">> +<<elseif getSlave($AS).boobs >= 1400>> + <<set _boobsa = "H-cup">> +<<elseif getSlave($AS).boobs >= 1200>> + <<set _boobsa = "G-cup">> +<<elseif getSlave($AS).boobs >= 1000>> + <<set _boobsa = "F-cup">> +<<elseif getSlave($AS).boobs >= 800>> + <<set _boobsa = "DD-cup">> +<<elseif getSlave($AS).boobs >= 650>> + <<set _boobsa = "D-cup">> +<<elseif getSlave($AS).boobs >= 400>> + <<set _boobsa = "C-cup">> +<<elseif getSlave($AS).boobs >= 300>> + <<set _boobsa = "B-cup">> +<<else>> + <<set _boobsa = "skip">> + <<set _boobs = "flat">> +<</if>> +<<if _boobsa != "skip">> + <<set _boobs = "_boobsa getSlave($AS).boobShape">> +<</if>> + +<<if getSlave($AS).balls == 1>> + <<set _balls = "vestigial">> +<<elseif getSlave($AS).balls == 2>> + <<set _balls = "small">> +<<elseif getSlave($AS).balls == 3>> + <<set _balls = "average">> +<<elseif getSlave($AS).balls == 4>> + <<set _balls = "large">> +<<elseif getSlave($AS).balls == 5>> + <<set _balls = "massive">> +<<elseif getSlave($AS).balls == 6>> + <<set _balls = "huge">> +<<elseif getSlave($AS).balls == 7>> + <<set _balls = "giant">> +<<elseif getSlave($AS).balls == 8>> + <<set _balls = "enormous">> +<<elseif getSlave($AS).balls == 9>> + <<set _balls = "monstrous">> +<<else>> + <<set _balls = "overly massive">> +<</if>> + +<<if getSlave($AS).dick == 1>> + <<set _dick = "tiny">> +<<elseif getSlave($AS).dick == 2>> + <<set _dick = "little">> +<<elseif getSlave($AS).dick == 3>> + <<set _dick = "average">> +<<elseif getSlave($AS).dick == 4>> + <<set _dick = "big">> +<<elseif getSlave($AS).dick == 5>> + <<set _dick = "huge">> +<<elseif getSlave($AS).dick == 6>> + <<set _dick = "gigantic">> +<<elseif getSlave($AS).dick == 7>> + <<set _dick = "massive">> +<<elseif getSlave($AS).dick == 8>> + <<set _dick = "horse-sized">> +<<elseif getSlave($AS).dick == 9>> + <<set _dick = "monstrous">> +<<elseif getSlave($AS).dick == 10>> + <<set _dick = "inhuman">> +<<else>> + <<set _dick = "hypertrophied">> +<</if>> + +<<if getSlave($AS).butt < 1>> + <<set _butt = "flat">> +<<elseif getSlave($AS).butt < 2>> + <<set _butt = "small">> +<<elseif getSlave($AS).butt < 3>> + <<set _butt = "plump">> +<<elseif getSlave($AS).butt < 4>> + <<set _butt = "big bubble">> +<<elseif getSlave($AS).butt < 5>> + <<set _butt = "huge">> +<<elseif getSlave($AS).butt < 6>> + <<set _butt = "enormous">> +<<elseif getSlave($AS).butt < 7>> + <<set _butt = "gigantic">> +<<elseif getSlave($AS).butt < 8>> + <<set _butt = "ridiculous">> +<<elseif getSlave($AS).butt < 10>> + <<set _butt = "immense">> +<<else>> + <<set _butt = "inhuman">> +<</if>> + +<<if getSlave($AS).hips > 2>> + <<set _hips = "inhumanly wide">> +<<elseif getSlave($AS).hips > 1>> + <<set _hips = "very wide">> +<<elseif getSlave($AS).hips > 0>> + <<set _hips = "wide">> +<<elseif getSlave($AS).hips > -1>> + <<set _hips = "ample">> +<<elseif getSlave($AS).hips > -2>> + <<set _hips = "narrow">> +<<else>> + <<set _hips = "very narrow">> +<</if>> + +<<if (getSlave($AS).skin == getSlave($AS).race) || (getSlave($AS).race == "white") || (getSlave($AS).race == "black") || ($seeRace == 0)>> + <<set _skin = getSlave($AS).skin>> +<<else>> + <<set _skin = getSlave($AS).skin + " " + getSlave($AS).race>> +<</if>> + +<<if hasBothLegs(getSlave($AS))>> + <<set _nounL = "legs">> + <<set _nounF = "feet">> +<<else>> + <<set _nounL = "leg">> + <<set _nounF = "foot">> +<</if>> + + +/*Part 1: Order and reaction*/ +You call <<= getSlave($AS).slaveName>> to your office, telling $him to use $his _nounF to please you. +<<if (getSlave($AS).fetish == "mindbroken")>> + $He is brought to you and stands blankly by your desk. +<<elseif (getSlave($AS).relationship == -3 && getSlave($AS).devotion >= 60 )>> + Your devoted slave $wife is delighted to get another chance to pleasure you. +<<elseif (getSlave($AS).relationship == -2 && getSlave($AS).devotion >= 60 )>> + $He considers $himself your lover, and is delighted to spend time with you. +<<elseif (getSlave($AS).devotion < -50)>> + $He strongly refuses, and you have to restrain $him to get $him to obey. +<<elseif (getSlave($AS).devotion < -20)>> + $He tries to refuse, but decides it will just be easier to comply than risk punishment. +<<elseif (getSlave($AS).devotion <= 20)>> + $He doesn't seem eager to comply, but fears being punished enough to obey. +<<elseif (getSlave($AS).devotion < 60)>> + $He complies quietly. +<<else>> + <<if (getSlave($AS).trust < -50)>> + Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause. + <<else>> + $He rushes to comply. + <</if>> +<</if>> + +/*Extra 1 if tease/perverted and not mindbroken*/ +<<if (getSlave($AS).sexualQuirk == "tease" || getSlave($AS).sexualQuirk == "perverted") && getSlave($AS).devotion > 60 && getSlave($AS).fetish != "mindbroken">> + Before you can begin, $he arches <<if hasBothLegs(getSlave($AS))>>a<<else>>$his<</if>> leg in a seductive tease. +<</if>> +/*Part 2: lube and reaction*/ +<<if !canWalk(getSlave($AS))>> + <<if tooBigBreasts(getSlave($AS))>> + Since $he is immobilized by $his _boobs boobs, you have $him lay on $his side on the floor, + <<elseif tooBigBelly(getSlave($AS))>> + Since $he is immobilized by $his <<if getSlave($AS).bellyPreg >= 3000>>hugely gravid<<elseif getSlave($AS).bellyImplant >= 3000>>_belly protruding<<else>>heavy <<print getSlave($AS).inflationType>>-filled<</if>> belly, you have $he lay on $his side on the floor, + <<elseif tooBigDick(getSlave($AS))>> + Since $he is immobilized by $his _dick dick, you have $him lay on $his side on the floor, + <<elseif tooBigButt(getSlave($AS))>> + Since $he is immobilized by $his _dick dick, you have $him sit on your desk to present $his _legs _nounL and _nounF, + <<elseif tooBigBalls(getSlave($AS))>> + Since $he is immobilized by $his _balls balls, you have $him lay on $his back on the floor with $his _nounL over $his nuts, + <<else>> + You have $him sit on the edge of your desk to present $his _legs _nounL and _nounF, + <</if>> +<<else>> + You have $him sit on the edge of your desk to present $his _legs _nounL and _nounF, +<</if>> +<<if getLegCount(getSlave($AS), 4) + getLegCount(getSlave($AS), 6) === 2>> + then pour lubricant onto your hands, applying it to $his elegant artificial _nounF. +<<elseif getLegCount(getSlave($AS), 5) === 2>> + then pour lubricant onto your hands, applying it to $his deadly artificial _nounF. +<<elseif hasBothLegs(getSlave($AS)) && !hasAnyNaturalLegs(getSlave($AS))>> + then pour lubricant onto your hands, applying it to $his artificial _nounF. +<<else>> + then pour lubricant onto your hands, massaging it into $his <<= getSlave($AS).skin>> _nounF: rubbing $his arch<<if hasBothLegs(getSlave($AS))>>es<</if>>, sole<<if hasBothLegs(getSlave($AS))>>s<</if>>, and toes. +<</if>> +<<if getSlave($AS).fetish == "mindbroken">> + $He shows little reaction to your efforts. +<<else>>/*not mindbroken*/ + <<if (getSlave($AS).devotion < -50)>> + $He tries to stay hateful despite the pleasurable stimulation. + <<elseif (getSlave($AS).devotion < -20)>> + $He is mostly quiet, but occasionally stifles a moan. + <<elseif (getSlave($AS).devotion > 20 && getSlave($AS).sexualFlaw == "shamefast")>> + $He <<if (hasAnyArms(getSlave($AS)))>>hides $his face in $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>><<else>>attempts to hide $his face<</if>> in shame at $his nudity, but occasionally a moan breaks out. + <<elseif (getSlave($AS).devotion <= 20)>> + $He seems a bit surprised by the attention, occasionally letting out a moan. + <<else>> + <<if (getSlave($AS).trust < -50)>> + $He seems uncomfortable at your touch and frequently jerks away, spoiling the moment. + <<else>> + $He enjoys the massage, moaning in pleasure at your touch. + <</if>> + <</if>> +<</if>> /*close lube and reaction*/ + +/*Part 3: Actions, attraction/devotion and fetishes*/ +<<if getSlave($AS).fetish == "mindbroken">> + You hold $his _nounF and thrust between them as $he <<if canSee(getSlave($AS))>>watches you blankly. <<else>>points $his blind gaze at you. <</if>> +<<elseif !(canWalk(getSlave($AS)))>> + <<if (getSlave($AS).devotion < -50)>> + When $he refuses to serve, you take<<if hasBothLegs(getSlave($AS))>> both of<</if>> $his _nounF and start thrusting between them. + <<elseif (getSlave($AS).devotion < -20)>> + $He seems a bit reluctant when massaging you with $his _nounF so you have to do most of the work. + <<elseif (getSlave($AS).devotion <= 20)>> + $He tries to make it pleasurable for you, but the combination of the awkward angle and $his nervousness makes $him lose $his pacing often. + <<elseif (getSlave($AS).devotion < 60 || (getSlave($AS).sexualQuirk == "unflinching" && getSlave($AS).devotion <= 20))>> + $He does $his best to please you from $his position on $his side, massaging your cock nicely. + <<else>> + <<if (getSlave($AS).trust < -50)>> + $His lack of trust causes $him to ask "<<Master>>, is this pleasurable for you?", spoiling the moment. + <<else>> + $He moves $his _nounF hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs _nounL as $he runs $his _nounF across your cock. + <</if>> + <</if>> + <<if !canWalk(getSlave($AS))>> + <<if getSlave($AS).boobs > getSlave($AS).belly >> + $His _boobs breasts wobble as $his _nounF service you. + <<else>> + $His _belly belly wobbles as $his _nounF service you. + <</if>> + <</if>> +<<elseif (getSlave($AS).devotion < -50)>> + When $he refuses to comply, you take both $his _nounF and start thrusting between them. +<<elseif (getSlave($AS).devotion < -20)>> + $He seems a bit reluctant when massaging you with $his _nounF so you have to do most of the work. +<<elseif (getSlave($AS).devotion <= 20)>> + $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. +<<elseif (getSlave($AS).devotion < 60 || (getSlave($AS).sexualQuirk == "unflinching" && getSlave($AS).devotion <= 20))>> + $He does $his best to please you, massaging you nicely with $his _nounF. +<<elseif (getSlave($AS).attrXY < 16)>> + $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. +<<else>> + <<if getSlave($AS).sexualQuirk == "perverted">> + As a devoted pervert, <<= getSlave($AS).slaveName>> gives an enthusiastic footjob, with $his + <<if getSlave($AS).dick > 0>> + <<if canAchieveErection(getSlave($AS))>> + <<if (getSlave($AS).chastityPenis == 1)>> + erect caged _dick cock, + <<else>> + erect _dick cock, + <</if>> + <<else>> + soft and dripping _dick <<if (getSlave($AS).chastityPenis == 1)>>caged <</if>>dick, + <</if>> + <<if getSlave($AS).balls > 0 && getSlave($AS).scrotum > 0>> + <<if getSlave($AS).vagina >= 0>> + and pulsing _balls balls <<if getSlave($AS).vaginaLube > 0 && getSlave($AS).vagina >= 0>>that are wet from $his feminine arousal <</if>> + <</if>> + <<elseif getSlave($AS).vagina >= 0>> + and <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>aroused vagina + <</if>> + <<elseif getSlave($AS).vagina >= 0>> + <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>aroused vagina + <<else>> + perverted smile + <</if>> + showing $his sexual excitement to service your cock with $his _nounF. + <<elseif getSlave($AS).fetish == "cumslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + As a devoted cumslut, <<= getSlave($AS).slaveName>> eagerly strokes your cock with $his _nounF, delightedly smearing your precum on $his sole<<if hasBothLegs(getSlave($AS))>>s<</if>>. $He + <<if canSee(getSlave($AS))>> + <<if $PC.balls >= 10>> + stares at your massive balls with a ravenous gaze, + <<elseif $PC.balls >= 5>> + stares at your large balls with a hungry gaze, + <<elseif $PC.scrotum > 0>> + stares at your balls with a steady gaze, + <<else>> + practically stares through you to your internal balls, + <</if>> + <<else>> + gingerly feels the + <<if $PC.balls >= 10>> + weight of your massive balls + <<elseif $PC.balls >= 5>> + weight of your large balls + <<elseif $PC.scrotum > 0>> + weight of your balls + <<else>> + tender skin at your base + <</if>> + with $his _nounF, + <</if>> + shivering in anticipation. + <<elseif getSlave($AS).fetish == "humiliation" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + <<= getSlave($AS).slaveName>> slowly strokes your cock with $his _nounF, getting off on the degrading use of $his _nounF and avoiding your gaze. $He is showing an embarrassed smile<<if (skinToneLevel(<<= getSlave($AS).skin>>) > 22)>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. + <<elseif getSlave($AS).fetish == "boobs" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60 && hasAnyArms(getSlave($AS))>> + As <<= getSlave($AS).slaveName>> deftly strokes your cock with $his _nounF, $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> play<<if !hasBothArms(getSlave($AS))>>s<</if>> with $his <<if getSlave($AS).boobs < 300>>erect nipples. <<elseif getSlave($AS).boobs < 500>>small chest. <<elseif getSlave($AS).boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. + <<elseif getSlave($AS).fetish == "sadist" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + <<= getSlave($AS).slaveName>> is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee(getSlave($AS))>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. + <<elseif getSlave($AS).fetish == "dom" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + <<= getSlave($AS).slaveName>> is a dominant and $his skilled _nounF roughly stroke your erect cock, but $he pauses often to rub $his sole<<if hasBothLegs(getSlave($AS))>>s<</if>> + <<if $PC.balls >= 10>> + on your massive balls + <<elseif $PC.balls >= 5>> + on your large balls + <<elseif $PC.scrotum > 0>> + on your balls + <<else>> + around your hidden balls + <</if>> + so $he doesn't get too aggressive with $his <<= WrittenMaster()>>. + <<elseif getSlave($AS).fetish == "pregnancy" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + <<= getSlave($AS).slaveName>> skillfully strokes your cock with $his _nounF<<if hasAnyArms(getSlave($AS))>>,<<if hasBothArms(getSlave($AS))>> one of<</if>> $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> roaming across $his _belly belly as $he happily services you<</if>>. $He occasionally pauses to <<if canSee(getSlave($AS))>>watch <<else>>feel <</if>>your + <<if $PC.balls >= 10>> + massive balls + <<elseif $PC.balls >= 5>> + large balls + <<elseif $PC.scrotum > 0>> + balls + <<else>> + pubic mound + <</if>> + churn with sperm, clearly lost in a pregnancy fantasy. + <<else>> + <<= getSlave($AS).slaveName>> skillfully strokes your cock with $his _nounF, trying $his best to bring you pleasure. + <</if>> +<</if>> +<<if getLegCount(getSlave($AS), 3) + getLegCount(getSlave($AS), 6) > 0>> + As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. +<<elseif getLegCount(getSlave($AS), 4)>> + The hard angles of $his metal _nounF provide extra stimulation. +<</if>> + +/*Extra 2: if not mindbroken/immobile, tease with a flash.*/ +<<if getSlave($AS).fetish != "mindbroken" && canWalk(getSlave($AS)) && getSlave($AS).sexualQuirk == "tease" && getSlave($AS).devotion >= 60>> + <<if canSee(getSlave($AS))>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he + <<if _footSeed < 40 && hasAnyArms(getSlave($AS))>> + <<if getSlave($AS).boobs < 300>> + presses $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on $his flat chest, + <<elseif getSlave($AS).boobs < 500>> + puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> under $his small chest, + <<else>> + cups $his _boobs breasts with $his hand<<if hasBothArms(getSlave($AS))>>s<</if>>, + <</if>> + then sticks out $his tongue, posing like a Free Cities whore who wants a cumshot. + <<elseif _footSeed < 70 && !(getSlave($AS).chastityPenis) && !(getSlave($AS).chastityVagina) && (getSlave($AS).dick > 0 || getSlave($AS).vagina >= 0 )>> + spreads $his _legs _nounL + <<if getSlave($AS).dick > 0>> + <<if getSlave($AS).vagina >= 0>> + and raises $his _dick <<if canAchieveErection(getSlave($AS))>>erect <<else>>soft <</if>>cock <<if getSlave($AS).balls > 0 && getSlave($AS).scrotum > 0>>and _balls balls <</if>> to reveal $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>aroused vagina + <<else>> + and teases the tip of $his _dick <<if canAchieveErection(getSlave($AS))>>throbbing <<else>>soft <</if>>dick + <</if>> + <<else>> + to reveal $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if getSlave($AS).labia == 3>>extremely large <<elseif getSlave($AS).labia == 2>>large <<elseif getSlave($AS).labia == 1>>pretty <<else>>minimal <</if>>pussylips + <</if>> + with a sultry smile. + <<else>> + rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. + <</if>> +<</if>> + +/*PC orgasms*/ +<<if (getSlave($AS).fetish == "mindbroken")>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. +<<elseif !canWalk(getSlave($AS))>> + <<if (getSlave($AS).devotion < -50)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. + <<elseif (getSlave($AS).devotion < -20)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. + <<elseif (getSlave($AS).devotion <= 20)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he sighs in nervous relief. + <<elseif (getSlave($AS).devotion < 60 || (getSlave($AS).sexualQuirk == "unflinching" && getSlave($AS).devotion <= 20))>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he rises to an elbow to smile at you. + <<else>> + <<if (getSlave($AS).trust < -50)>> + $His lack of trust causes $his eyes to glaze over in fear. + <<else>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he moans in pleasure. + <</if>> + <</if>> +<<elseif (getSlave($AS).devotion < -50)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he struggles in your grasp with a look of disgust. +<<elseif (getSlave($AS).devotion < -20)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. +<<elseif (getSlave($AS).devotion <= 20)>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he sighs in nervous relief. +<<elseif (getSlave($AS).devotion < 60 || getSlave($AS).attrXY < 16 || (getSlave($AS).sexualQuirk == "unflinching" && getSlave($AS).devotion <= 20))>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he does $his best to catch your semen on $his _nounL. +<<else>> + <<if getSlave($AS).fetish == "cumslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + When you eventually cum, <<= getSlave($AS).slaveName>> giggles in lustful joy as your hot cum coats $his _skin + <<if $PC.balls >= 5>> + _nounF and quickly slides from your desk to kneel in front of your pulsating cock. + <<if $PC.balls >= 9>> + Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his + <<if getSlave($AS).boobs < 300>> + flat chest + <<elseif getSlave($AS).boobs < 500>> + small chest + <<else>> + _boobs breasts + <</if>> + and _belly belly onto $his thighs. + <<else>> + Your large load coats $his face in sticky semen, some dripping onto $his + <<if getSlave($AS).boobs < 300>> + flat chest. + <<elseif getSlave($AS).boobs < 500>> + small chest. + <<else>> + _boobs breasts. + <</if>> + <</if>> + <<else>> + _nounF. + <</if>> + <<elseif getSlave($AS).fetish == "humiliation" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he whimpers as even $his _nounF used as a sex object. + <<elseif getSlave($AS).fetish == "submissive" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. + <<elseif getSlave($AS).fetish == "buttslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + When you eventually cum, <<= getSlave($AS).slaveName>> moans as your semen lands on $his _skin _nounF, + <<if $PC.balls >= 5>> + but quickly turns to present $his _butt ass and _hips hips as a new target. + <<if $PC.balls >= 9>> + Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. + <<else>> + Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs _nounL. + <</if>> + <<else>> + but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. + <</if>> + <<elseif getSlave($AS).fetish == "boobs" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he <<if getSlave($AS).boobs < 300>>pinches both $his erect nipples <<elseif getSlave($AS).boobs < 500>>rubs $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. + <<elseif getSlave($AS).fetish == "sadist" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his _nounF with semen. + <<elseif getSlave($AS).fetish == "dom" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps slightly and holds your cock between $his _nounF tightly as you soil $him with semen. + <<elseif getSlave($AS).fetish == "pregnancy" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + When you start to cum, <<= getSlave($AS).slaveName>> moves $his hand from $his belly to + <<if getSlave($AS).vagina >= 0>> + expose $his vagina and spreads $his <<if getSlave($AS).labia == 3>>extremely large <<elseif getSlave($AS).labia == 2>>large <<elseif getSlave($AS).labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. + <<elseif getSlave($AS).mpreg == 1>> + expose $his <<if getSlave($AS).anus > 3 >>gaping <<elseif getSlave($AS).anus > 2 >>very loose <<elseif getSlave($AS).anus > 1 >>loose <<elseif getSlave($AS).anus > 0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. + <<else>> + hug $his stomach. + <</if>> + Your orgasm shoots across $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly is marked with your massive load. $He runs $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 5>> and _legs _nounL<</if>>. + <<else>> + You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his sole<<if hasBothLegs(getSlave($AS))>>s<</if>>. + <</if>> +<</if>> + +/*Extra 3: devoted perverted slave giggles and orgasms*/ +<<if (getSlave($AS).fetish != "mindbroken" && canWalk(getSlave($AS)) && getSlave($AS).sexualQuirk == "perverted" && getSlave($AS).devotion >= 60 && !(getSlave($AS).fetish == "cumslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60))>> + $He was getting off on the footjob, but the feeling of your cum on + <<if getSlave($AS).fetish == "buttslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60 && $PC.balls >= 5>> + $his ass and thighs sets off a strong orgasm of $his own, $his _thighs _nounL quivering as + <<if getSlave($AS).dick > 0>> + <<if getSlave($AS).vagina >= 0>> + <<if cumAmount(getSlave($AS)) > 20>> + $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. + <<else>> + $his _dick dick spurts $his load, $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + <</if>> + <<else>> + <<if cumAmount(getSlave($AS)) > 20>> + $he strokes $his _dick penis, swollen _balls testicles bulging between $his thighs, asshole clenching as $his massive cumshot splashes noisily onto the floor. + <<else>> + $he strokes $his _dick penis, asshole clenching as $his cum spurts onto the floor. + <</if>> + <</if>> + <<elseif getSlave($AS).vagina >= 0>> + $he moans in pleasure, $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. + <<else>> + $he moans in pleasure, asshole pulsating as $he tries to remain standing. + <</if>> + <<else>> + $his _nounL<<if $PC.balls >= 2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating. + <<if getSlave($AS).dick > 0>> /*dick shoots*/ + <<if cumAmount(getSlave($AS)) > 20>>/*huge load*/ + $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. + <<else>> + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. + <</if>> + <<elseif getSlave($AS).vagina >= 0>> + $He leans back and moans in pleasure, showing $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. + <<else>> + $He leans back and moans in pleasure, showing $his asshole pulsating. + <</if>> + <</if>> + <<if getSlave($AS).vaginaLube >= 1>> + After $he leaves, you find a <<if getSlave($AS).vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. + <</if>> +<</if>> + +<<if getSlave($AS).fetish == "cumslut" && getSlave($AS).fetishKnown == 1 && getSlave($AS).fetishStrength >= 60>> + <<if $PC.balls > 5>> + <<if getSlave($AS).dick > 0>> + <<if cumAmount(getSlave($AS)) > 20>> + $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if (getSlave($AS).chastityPenis == 1)>>$his dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. + <<else>> + $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell(getSlave($AS))>>$his nostrils desperately taking in the heady smell and <</if>>how <<if (getSlave($AS).chastityPenis == 1)>>$his dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. + <</if>> + <<elseif getSlave($AS).vagina >= 0>> + $He leans back and moans in pleasure, $his <<if getSlave($AS).vaginaLube == 1>>wet <<elseif getSlave($AS).vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell(getSlave($AS))>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. + <<else>> + $He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell(getSlave($AS))>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. + <</if>> + <<else>> + <<= getSlave($AS).slaveName>> leans down to wipe semen off $his _nounF, quickly bringing it into $his mouth with a blissful look as $he <<if canTaste(getSlave($AS))>>tastes<<else>>feels<</if>> your cum and sighs in pleasure. + <</if>> +<</if>> diff --git a/src/npc/fKiss.tw b/src/npc/interaction/fKiss.tw similarity index 50% rename from src/npc/fKiss.tw rename to src/npc/interaction/fKiss.tw index e29db3360e09855c824c0e155a573ba321a4ac03..46b416c20c3e17ac5b1d74814c663b4a65122daa 100644 --- a/src/npc/fKiss.tw +++ b/src/npc/interaction/fKiss.tw @@ -1,213 +1,215 @@ :: FKiss [nobr] +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> <<setPlayerPronouns>> -You tell $activeSlave.slaveName to -<<switch $activeSlave.collar>> +You tell <<= getSlave($AS).slaveName>> to +<<switch getSlave($AS).collar>> <<case "dildo gag">> - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> remove $his dildo gag and approach you. <<else>> have another slave remove $his dildo gag and set $him down on your desk. <</if>> - <<set _tempGag = $activeSlave.collar, $activeSlave.collar = "none">> + <<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">> <<case "massive dildo gag">> - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> pull $his enormous dildo gag out of the depths of $his throat and approach you. <<else>> have another slave pull the enormous dildo gag out of the depths of $his throat and set $him down on your desk. <</if>> - <<set _tempGag = $activeSlave.collar, $activeSlave.collar = "none">> + <<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">> <<case "ball gag" "bit gag">> - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> undo $his gag and approach you. <<else>> have another slave undo $his gag and set $him down on your desk. <</if>> - <<set _tempGag = $activeSlave.collar, $activeSlave.collar = "none">> + <<set _tempGag = getSlave($AS).collar, getSlave($AS).collar = "none">> <<default>> - <<if canWalk($activeSlave)>> + <<if canWalk(getSlave($AS))>> approach you. <<else>> have another slave help $him to your desk. <</if>> <</switch>> -<<run Enunciate($activeSlave)>> +<<run Enunciate(getSlave($AS))>> -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> - $He complies mechanically. $He remembers that when <<= WrittenMaster($activeSlave)>>'s commands are not obeyed, there is punishment. -<<elseif ($activeSlave.relationship == -2)>> +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).relationship != -3)>> + $He complies mechanically. $He remembers that when <<= WrittenMaster(getSlave($AS))>>'s commands are not obeyed, there is punishment. +<<elseif (getSlave($AS).relationship == -2)>> $He hurriedly complies, happy to be near the object of $his longing. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. <<else>> upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. <</if>> $He blushes furiously. -<<elseif ($activeSlave.relationship == -3)>> - <<if $activeSlave.fetish == "mindbroken">> +<<elseif (getSlave($AS).relationship == -3)>> + <<if getSlave($AS).fetish == "mindbroken">> $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. You kiss $him deeply and intensely; $he doesn't understand why. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> $He complies in a wifely fashion, moving $his body as $he approaches to best catch your desire. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. <<else>> upon $his face. $He senses the intense look from the _womanP $he's married to and finds it affirming, and looks down with a smile. <</if>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> $He complies. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and quickly breaks eye contact. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and quickly breaks eye contact. <<else>> upon $his face. $He senses the intense look from the _womanP $he's forcibly married to and finds it disturbing, and quickly turns $his face away. <</if>> - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> $He complies fearfully. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his tearing <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to horrifying, and quickly breaks eye contact. + <<if canSee(getSlave($AS))>> + into $his tearing <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to horrifying, and quickly breaks eye contact. <<else>> upon $his tear-streaked face. $He senses the intense look from the _womanP $he's forcibly married to and finds it horrifying, and quickly turns $his face away. <</if>> <<else>> $He complies obediently. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. <<else>> upon $his face. $He senses the intense look from the _womanP $he's married to and finds it reassuring, and looks down with a slight smile. <</if>> <</if>> -<<elseif ($activeSlave.devotion > 75)>> +<<elseif (getSlave($AS).devotion > 75)>> $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from $his beloved <<= WrittenMaster($activeSlave)>> disconcerting, and $his eyes flick downward after a moment. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from $his beloved <<= WrittenMaster(getSlave($AS))>> disconcerting, and $his eyes flick downward after a moment. <<else>> upon $his face. $He senses the intense look from $his beloved <<= WrittenMaster()>> and finds it disconcerting, and after a moment glances away. <</if>> $He blushes furiously. -<<elseif ($activeSlave.devotion > 50)>> +<<elseif (getSlave($AS).devotion > 50)>> $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. <<else>> upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>>disconcerting, and $he looks down after a moment, blushing. <</if>> -<<elseif ($activeSlave.devotion > 20)>> +<<elseif (getSlave($AS).devotion > 20)>> $He hurriedly complies, happy to be near you. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. <<else>> upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. <</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust >= -20)>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust >= -20)>> $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. <<else>> upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. <</if>> -<<elseif ($activeSlave.trust < -20)>> +<<elseif (getSlave($AS).trust < -20)>> The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. After a mere instant of locked gazes, $he looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. After a mere instant of locked gazes, $he looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. <<else>> upon $his face. After a mere instant of locked faces, $he looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. <</if>> <<else>> $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. <<else>> upon $his face. $He faces you defiantly, but after a few moments $he loses the contest of wills and looks down. <</if>> <</if>> You extend a <<if $PC.title == 1>>manly<<else>>feminine<</if>> hand and graze your fingertips along the line of $his cheekbone. -<<if ($activeSlave.lipsTat != 0)>> - Your fingers trace $his facial tattoos, slowly picking out the patterns against $his $activeSlave.skin skin. +<<if (getSlave($AS).lipsTat != 0)>> + Your fingers trace $his facial tattoos, slowly picking out the patterns against $his <<= getSlave($AS).skin>> skin. <</if>> -<<if ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> +<<if (getSlave($AS).lipsPiercing+getSlave($AS).tonguePiercing > 2)>> You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. <</if>> -Then, you gently raise $his <<if $activeSlave.face > 95>>heartrendingly beautiful<<elseif $activeSlave.face > 10>>lovely<<elseif $activeSlave.face >= -10>>pretty<<elseif $activeSlave.face >= -40>>homely<<else>>ugly<</if>> chin and kiss $him right on $his <<if $activeSlave.lips > 95>>facepussy<<else>><<if $activeSlave.lips > 70>>pillowlike <<elseif $activeSlave.lips > 40>>generous <<elseif $activeSlave.lips > 20>>plush <</if>>lips<</if>>. +Then, you gently raise $his <<if getSlave($AS).face > 95>>heartrendingly beautiful<<elseif getSlave($AS).face > 10>>lovely<<elseif getSlave($AS).face >= -10>>pretty<<elseif getSlave($AS).face >= -40>>homely<<else>>ugly<</if>> chin and kiss $him right on $his <<if getSlave($AS).lips > 95>>facepussy<<else>><<if getSlave($AS).lips > 70>>pillowlike <<elseif getSlave($AS).lips > 40>>generous <<elseif getSlave($AS).lips > 20>>plush <</if>>lips<</if>>. -<<if ($activeSlave.relationship == -3)>> - <<if $activeSlave.fetish == "mindbroken">> +<<if (getSlave($AS).relationship == -3)>> + <<if getSlave($AS).fetish == "mindbroken">> $His mouth opens to accept the kiss, and is compliant with your questing tongue. You kiss your broken $wife deeply. $His posture remains completely unchanged. Being kissed affects $him as little as being penetrated, being struck, being loved, or being your $wife: not at all. When you pull away, - <<if canSee($activeSlave)>> - $his <<= App.Desc.eyesColor($activeSlave)>> track you carefully, awaiting further use of $his body. + <<if canSee(getSlave($AS))>> + $his <<= App.Desc.eyesColor(getSlave($AS))>> track you carefully, awaiting further use of $his body. <<else>> $he exposes $himself to you, awaiting further use of $his body. <</if>> - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if ($activeSlave.teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if hasAnyArms($activeSlave)>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif !hasAnyArms($activeSlave) && (!canTalk($activeSlave))>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if (getSlave($AS).teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if hasAnyArms(getSlave($AS))>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif !hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he loves you. <<else>> "I love you, <<Master>>," $he <<say>>s dreamily. <</if>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> $He reflexively turns $his head away from you, but you catch your $wife by $his jaw and kiss $him harder. You wrap your arms around $him so $he cannot escape. $He wriggles desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and pull away, $he glares at you. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes demand<<else>>expression demands<</if>> an answer: are you done? - <<elseif !canTalk($activeSlave)>> + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes demand<<else>>expression demands<</if>> an answer: are you done? + <<elseif !canTalk(getSlave($AS))>> $He signs irritably, asking if you're done. <<else>> $He splutters, "Are you done, <<Master>>?" <</if>> - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> $He is nearly frozen with fear, and does not resist as you kiss $him deeply. In fact, $he barely reacts at all. $He opens $his mouth mechanically in response to your insistent tongue, but it's like kissing a doll. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of making out with your $wife and pull away, $he stares at you in utter incomprehension. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs spastically, begging fearfully to know if that's it. <<else>> $He asks nervously before cringing, "I-i<<s>> that it, <<Master>>?" <</if>> <<else>> - $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a $wife by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee($activeSlave)>>$his <<= App.Desc.eyesColor($activeSlave)>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> + $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a $wife by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee(getSlave($AS))>>$his <<= App.Desc.eyesColor(getSlave($AS))>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs hesitantly, asking if that's it. <<else>> $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" <</if>> <</if>> -<<elseif ($activeSlave.fetish == "mindbroken")>> +<<elseif (getSlave($AS).fetish == "mindbroken")>> $His mouth opens to accept the kiss, and is compliant with your questing tongue. $His posture remains completely unchanged. Being kissed affects $him as little as being penetrated, being struck, or being loved: not at all. When you pull away, - <<if canSee($activeSlave)>> - $his <<= App.Desc.eyesColor($activeSlave)>> track you carefully, awaiting further use of $his body. + <<if canSee(getSlave($AS))>> + $his <<= App.Desc.eyesColor(getSlave($AS))>> track you carefully, awaiting further use of $his body. <<else>> $he exposes $himself to you, awaiting further use of $his body. <</if>> -<<elseif ($activeSlave.relationship == -2)>> - $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if ($activeSlave.teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if hasAnyArms($activeSlave)>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif !hasAnyArms($activeSlave) && (!canTalk($activeSlave))>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> +<<elseif (getSlave($AS).relationship == -2)>> + $His mouth accepts yours with love, matching itself perfectly to your insistent lips and tongue.<<if (getSlave($AS).teeth == "pointy")>> (Though you're quite careful around $his sharp dentition.)<</if>> $He melts into you, sighing ever so gently. When you finally break the kiss, $his mouth freezes in the shape it was in when last your lips touched, and a momentary look of longing crosses $his face.<<if hasAnyArms(getSlave($AS))>> A hand reaches dumbly up to $his mouth to trace $his lips where yours last touched.<</if>> + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif !hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he loves you. <<else>> "I love you, <<Master>>," $he <<say>>s dreamily. <</if>> -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He giggles into you and kisses you back with vigor, $his head pressing insistently forward. The two of you make out rather aggressively<<if ($activeSlave.teeth == "pointy")>>, $his sharp teeth drawing a bit of blood from your lips and tongue<</if>>. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, $his active tongue only retreating when yours presses against it. When you finally shove $him away, $he's breathing hard through $his grin. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate excitement with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif !hasAnyArms($activeSlave) && (!canTalk($activeSlave))>> - $He does $his best to communicate excitement with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + $He giggles into you and kisses you back with vigor, $his head pressing insistently forward. The two of you make out rather aggressively<<if (getSlave($AS).teeth == "pointy")>>, $his sharp teeth drawing a bit of blood from your lips and tongue<</if>>. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, $his active tongue only retreating when yours presses against it. When you finally shove $him away, $he's breathing hard through $his grin. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate excitement with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif !hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate excitement with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he liked that. <<else>> "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. <</if>> -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> $He stiffens with arousal. $His sexuality is complex, focusing on cum, but with a heavy layer of oral fixation. As your tongue plunders $his mouth, $he reacts almost as though $he's receiving oral, whimpering and moaning into you and pressing $himself lewdly against your <<if $PC.boobs >= 1400>> giant tits. @@ -228,21 +230,21 @@ Then, you gently raise $his <<if $activeSlave.face > 95>>heartrendingly beautifu <<else>> non-existent breasts. <</if>> - <<if ($activeSlave.teeth == "pointy")>> + <<if (getSlave($AS).teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth. <</if>> $He achieves a weak orgasm before you tire of making out with $him. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate undiminished lust with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif !hasAnyArms($activeSlave) && (!canTalk($activeSlave))>> - $He does $his best to communicate undiminished lust with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate undiminished lust with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif !hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate undiminished lust with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he liked that. <<else>> "That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully. <</if>> -<<elseif ($activeSlave.devotion > 50)>> - $His mouth accepts yours with devotion, matching itself carefully to your insistent lips and tongue.<<if ($activeSlave.teeth == "pointy")>> $He is exquisitely careful to keep $his sharp teeth clear of you.<</if>> $He presses $himself against you, $his warmth wonderful against your +<<elseif (getSlave($AS).devotion > 50)>> + $His mouth accepts yours with devotion, matching itself carefully to your insistent lips and tongue.<<if (getSlave($AS).teeth == "pointy")>> $He is exquisitely careful to keep $his sharp teeth clear of you.<</if>> $He presses $himself against you, $his warmth wonderful against your <<if $PC.boobs >= 1400>> expansive <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> chest. <<elseif $PC.boobs >= 1200>> @@ -260,48 +262,48 @@ Then, you gently raise $his <<if $activeSlave.face > 95>>heartrendingly beautifu <<else>> flat chest. <</if>> - When you finally break the kiss, $he runs $his tongue rapturously across $his moistened lips<<if hasAnyArms($activeSlave)>> and then runs a finger across them as well<</if>>, an openly sexual look on $his $activeSlave.skin face. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. - <<elseif !hasAnyArms($activeSlave) && (!canTalk($activeSlave))>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> + When you finally break the kiss, $he runs $his tongue rapturously across $his moistened lips<<if hasAnyArms(getSlave($AS))>> and then runs a finger across them as well<</if>>, an openly sexual look on $his <<= getSlave($AS).skin>> face. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif !hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he loves you. <<else>> "I love you, <<Master>>," $he <<say>>s forthrightly. <</if>> -<<elseif ($activeSlave.devotion > 20)>> - $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee($activeSlave)>>$his <<= App.Desc.eyesColor($activeSlave)>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> +<<elseif (getSlave($AS).devotion > 20)>> + $He accepts the kiss willingly. As you are so close to $him, you sense considerable turmoil in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your lips and tongue. When you finally break the kiss, <<if canSee(getSlave($AS))>>$his <<= App.Desc.eyesColor(getSlave($AS))>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs hesitantly, asking if that's it. <<else>> $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" <</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>> - $He accepts the kiss fearfully. As you kiss $his unresisting mouth, $his eagerness to avoid punishment leads $him to kiss you back, though nervousness makes $him mechanical. You kiss $him harder, enjoying $his fear, and the physical intimacy slowly does its work. $He becomes softer and more natural, $his resistance easing. When you pull away from $him for a moment, $he <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you for a long moment, $his mouth still hanging open, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust < -20)>> + $He accepts the kiss fearfully. As you kiss $his unresisting mouth, $his eagerness to avoid punishment leads $him to kiss you back, though nervousness makes $him mechanical. You kiss $him harder, enjoying $his fear, and the physical intimacy slowly does its work. $He becomes softer and more natural, $his resistance easing. When you pull away from $him for a moment, $he <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you for a long moment, $his mouth still hanging open, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs hesitantly, asking if that's it. <<else>> $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" <</if>> -<<elseif ($activeSlave.trust < -50)>> - $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He opens $his mouth mechanically in response to your insistent tongue, but it's like kissing a doll. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of making out with the poor <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>> and pull away, $he stares at you in utter incomprehension. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> +<<elseif (getSlave($AS).trust < -50)>> + $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He opens $his mouth mechanically in response to your insistent tongue, but it's like kissing a doll. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of making out with the poor <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>> and pull away, $he stares at you in utter incomprehension. + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs spastically, begging fearfully to know if that's it. <<else>> $He asks nervously before cringing, "I-i<<s>> that it, <<Master>>?" <</if>> <<else>> $He reflexively turns $his head away from you, but you catch $his jaw and kiss $him harder. Spluttering, $he flees backwards, but you tip forward with $him and pin $him against your desk, plundering $his mouth without mercy. $He wriggles desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and pull away, $he stares at you in utter incomprehension. - <<if (!hasAnyArms($activeSlave) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes demand<<else>>expression demands<</if>> an answer: is that it? - <<elseif !canTalk($activeSlave)>> + <<if (!hasAnyArms(getSlave($AS)) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes demand<<else>>expression demands<</if>> an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> $He signs irritably, asking whether that's it. <<else>> $He splutters, "I<<s>> that it, <<Master>>!?" @@ -309,5 +311,5 @@ Then, you gently raise $his <<if $activeSlave.face > 95>>heartrendingly beautifu <</if>> <<if def _tempGag>> - <<set $activeSlave.collar = _tempGag>> + <<set getSlave($AS).collar = _tempGag>> <</if>> diff --git a/src/npc/interaction/fLickPussy.tw b/src/npc/interaction/fLickPussy.tw new file mode 100644 index 0000000000000000000000000000000000000000..eee1cdb815084f41147012348d07a9637f493a3a --- /dev/null +++ b/src/npc/interaction/fLickPussy.tw @@ -0,0 +1,30 @@ +:: FLickPussy [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<setPlayerPronouns>> + +<<set _devotion = getSlave($AS).devotion>> /*for brevity*/ + +<<if canWalk(getSlave($AS))>> + You summon <<= getSlave($AS).slaveName>> to your office and order $him to lie down on the couch. $He does so + <<if _devotion > 95>> + with a smile, skipping over to give you a quick kiss before $he complies with your request. + <<elseif _devotion > 50>> + without hesitation, ready to serve and obey. + <<elseif _devotion > -50>> + with a look of trepidation, as though afraid you're going to hurt $him. + <<elseif _devotion <= -50>> + with a look of hatred, though only after you threaten to punish $him. + <</if>> +<<else>> + You have <<= getSlave($AS).slaveName>> brought into your office and placed on your couch. +<</if>> + +After $he is situated, you go over to $him<<if getSlave($AS).clothes != "no clothing">> and take off $his clothing, causing $him to <<if _devotion > 50>>give you a soft smile<<else>>give you an angry glare<</if>><</if>>. You suddenly grab $his hips and pull $his crotch to your face, causing $him to give a shriek of surprise. Looking at $him directly in the eyes, you begin to run your tongue along $his labia, drawing a soft moan from $him. The combination of the pleasure and the intense look from the _womanP $he<<if _devotion > 95>> loves <<elseif _devotion > 50>>'s accepted as $his <<= WrittenMaster(getSlave($AS))>><<else>> hates/*not sure what to use for "reluctant"*/<</if>> makes $him blush, but you don't let up. +<<if getSlave($AS).dick == 0>> + You give $his clit a few experimental tweaks, causing $his moans to intensify<<if hasBothLegs(getSlave($AS))>> and $his legs to tighten around your head<</if>>. +<</if>> +Before $he cums, though, you pull back, causing $him to whine in frustration. You begin again, then pull back again just before $he orgasms. You repeat this several more times, each time causing $him to become more and more frustrated. Finally, one last stroke of your tongue causes $him to go over the edge, making $him scream out <<if _devotion > 50>>your name<</if>> in ecstasy<<if getSlave($AS).dick > 0>><<if canAchieveErection(getSlave($AS))>> and spray cum across $his chest<<else>> and dribble cum from $his limp dick<</if>><</if>>. You send $him back to $his assignment before calling in another slave to clean up the mess. + +<<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> diff --git a/src/npc/interaction/fLips.tw b/src/npc/interaction/fLips.tw new file mode 100644 index 0000000000000000000000000000000000000000..12dd5287cd9386ebb522f25787057aa1b6cd3ae3 --- /dev/null +++ b/src/npc/interaction/fLips.tw @@ -0,0 +1,181 @@ +:: FLips [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set getSlave($AS).counter.oral++, $oralTotal++>> + +You tell <<= getSlave($AS).slaveName>> to +<<if ($PC.dick != 0)>> + blow you with $his +<<else>> + please your pussy with $his +<</if>> +<<if (getSlave($AS).lips > 95)>> + facepussy. +<<elseif (getSlave($AS).lips > 70)>> + cartoonish lips. +<<elseif (getSlave($AS).lips > 20)>> + dick-sucking lips. +<<elseif (getSlave($AS).lips > 10)>> + pretty mouth. +<<else>> + whore mouth. +<</if>> + +<<if (getSlave($AS).fetish == "cumslut") && (getSlave($AS).devotion >= -20)>> + $He's delighted at the prospect of $his favorite activity. +<</if>> + +<<switch getSlave($AS).collar>> +<<case "dildo gag">> + <<if hasAnyArms(getSlave($AS))>> + $He removes the dildo from $his throat, leaving the ring gag in place. + <<else>> + As an amputee, $he requires your assistance to get the dildo out of $his throat. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<<case "massive dildo gag">> + <<if hasAnyArms(getSlave($AS))>> + $He struggles to remove the dildo from $his throat, leaving $his mouth agape. + <<else>> + As an amputee, $he requires your assistance to get the dildo out of $his throat. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<<case "ball gag" "bit gag">> + <<if hasAnyArms(getSlave($AS))>> + $He unfastens $his gag and pulls it from $his mouth. + <<else>> + As an amputee, $he requires your assistance to get the gag unfastened. + <</if>> + Able to breathe through $his mouth for the first time in a while, $he gasps gratefully, knowing the respite will be brief. +<</switch>> + +<<if (getSlave($AS).lipsTat == "tribal patterns")>> + The tribal patterns on $his face enhance $his beauty. +<<elseif (getSlave($AS).lipsTat == "permanent makeup")>> + $His tattooed-on makeup encourages it. +<<elseif (getSlave($AS).lipsTat == "degradation")>> + The tattoos on $his face are asking for it, after all. +<</if>> + +<<if (getSlave($AS).lipsPiercing + getSlave($AS).tonguePiercing > 2)>> + The stimulation from $his many oral piercings should be great. +<<elseif (getSlave($AS).lipsPiercing + getSlave($AS).tonguePiercing > 0)>> + The sensation of $his oral piercings should be quite nice. +<</if>> + +<<if (getSlave($AS).teeth == "removable")>> + <<if (getSlave($AS).devotion <= 20)>> + You pull $his prosthetic teeth out of $his mouth so you can enjoy an extra-soft throatfuck. + <<else>> + $He slides $his prosthetic teeth out of $his mouth so $he can give you an extra-soft suck. + <</if>> +<</if>> + +<<if isAmputee(getSlave($AS))>> + You set $his limbless torso on the + <<if ($PC.dick != 0)>> + edge of your desk with $him on $his back. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth at the perfect angle for use. As an amputee $he has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his <<= getSlave($AS).skin>> throat bulging. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + floor next to your desk and kneel on $him with your legs on either side of $him, so your pussylips are hard against $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. + <</if>> +<<elseif tooBigBelly(getSlave($AS))>> + You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his belly stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth at the perfect angle for use. + <<if ($PC.dick != 0)>> + <<if getSlave($AS).bellyImplant >= 1500>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<else>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his <<= getSlave($AS).skin>> throat bulging and every movement within $his overstuffed womb as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <</if>> + <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + <<if getSlave($AS).bellyImplant >= 1500>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the spasms running through $his stomach as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste(getSlave($AS))>>taste<<else>>dose<</if>> of your femcum. + <<else>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of the movement within $his overstuffed womb as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste(getSlave($AS))>>taste<<else>>dose<</if>> of your femcum. + <</if>> + <</if>> +<<elseif tooBigBreasts(getSlave($AS))>> + You get $him situated on the edge of your desk, on $his back. This pins $him down, the massive weight of $his tits stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth at the perfect angle for use. + $He has absolutely no control over + <<if ($PC.dick != 0)>> + the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his <<= getSlave($AS).skin>> throat bulging and $his absurd boobs jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd boobs jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste(getSlave($AS))>>taste<<else>>dose<</if>> of your femcum. + <</if>> +<<elseif tooBigButt(getSlave($AS))>> + You get $him situated on the edge of your desk, on $his back. This anchors $him, the massive weight of $his ass stopping $him from going anywhere at all. $His head dangles off the edge of the desk, leaving $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth at the perfect angle for use. + <<if ($PC.dick != 0)>> + $He has absolutely no control over the depth or quickness of oral sex, so you are careful not to hurt $him. Even so, you take $him to the edge of gagging, enjoying the sight of $his <<= getSlave($AS).skin>> throat bulging and $his absurd rear jiggling as $he struggles to breathe. Eventually you shoot your load directly down $his gullet. + <<if $PC.vagina != -1>>If $he thought that was it, $he's soon corrected: you hike yourself up further, and grind your pussy against $his face.<</if>> + <<else>> + $He has absolutely no control over how hard you grind your cunt against $his face, so you are careful not to suffocate $him. Even so, you take $him to the edge, enjoying the sight of $his absurd rear jiggling as $he struggles to breathe. Eventually you climax, giving $him a good <<if canTaste(getSlave($AS))>>taste<<else>>dose<</if>> of your femcum. + <</if>> +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).dick != 0) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger <<if canSee(getSlave($AS))>>in $his eyes<<else>>on $his face<</if>>. $He gets to $his knees, hurriedly takes you into $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and <<if (getSlave($AS).chastityPenis == 1)>>(since $his cock is off limits) frantically rubs $his nipples and asspussy<<elseif canAchieveErection(getSlave($AS))>>jacks $himself off<<else>>rubs $his sadly limp member<</if>> in anticipation.<<if $PC.vagina != -1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes into $his <<= getSlave($AS).skin>> hand. $He pours $his own cum from $his hand into $his mouth so it can mingle with yours. +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && ($PC.dick != 0)>> + $He comes over eagerly, with hunger <<if canSee(getSlave($AS))>>in $his eyes<<else>>on $his face<</if>>. $He gets to <<if hasAnyLegs(getSlave($AS))>>$his knee<<if hasBothLegs(getSlave($AS))>>s<</if>><<else>>the ground<</if>>, hurriedly takes you into $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth, and gives the blowjob $his all. As a cumslut $he's almost desperate to get your cum into $his mouth and rubs $himself in anticipation.<<if $PC.vagina != -1>> You have more than one variety of deliciousness for $him, and $he's careful not to neglect your wet cunt.<</if>> When you finish, $he sits back with an ecstatic look on $his face and lets your cum rest in $his mouth as $he climaxes. +<<elseif getSlave($AS).devotion < -20>> + $He tries to back away, so you + <<if ($PC.dick != 0)>> + <<if getSlave($AS).collar == "dildo gag">> + grab $him; $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth is already held invitingly open by $his gag, and $he's prevented from biting. You push $him down to <<if hasAnyLegs(getSlave($AS))>>$his knee<<if hasBothLegs(getSlave($AS))>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his <<= getSlave($AS).skin>> throat $he retches through $his tears. + <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <<elseif getSlave($AS).collar == "massive dildo gag">> + grab $him; $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth is left agape, unable to close after being forced so widely open for so long, so $he is unlikely to bite. You push $him down to <<if hasAnyLegs(getSlave($AS))>>$his knee<<if hasBothLegs(getSlave($AS))>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his <<= getSlave($AS).skin>> throat $he retches through $his tears. + <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <<else>> + grab $him and force a ring gag into $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth. Once you have the straps secured behind $his head, $he's prevented from biting. You push $him down to <<if hasAnyLegs(getSlave($AS))>>$his knee<<if hasBothLegs(getSlave($AS))>>s<</if>><<else>>the ground<</if>> with $his head against the couch next to your desk so you can give $him a good hard throat fuck. When you cum down $his <<= getSlave($AS).skin>> throat $he retches through $his tears. + <<if $PC.vagina != -1>>$He has a mere moment to get $his breath back before you press your pussy against $his unwilling mouth.<</if>> + <</if>> + <<else>> + seize $him and throw $him onto the couch face-up, and then kneel on $him with your legs on either side of $his crying body, so your pussylips are hard against $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>mouth. $He desperately eats you out, trying to get you off as fast as possible so $he can get a bit more air, but you grind down without mercy, taking your pleasure. + <</if>> +<<elseif getSlave($AS).devotion <= 20>> + $He comes over reluctantly and begins to + <<if ($PC.dick != 0)>> + give you a blowjob. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and fuck $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>face instead<<if $PC.vagina != -1>>, occasionally jerking your dick free to shove your pussy against $his face instead<</if>>. $He does $his best to follow your motions but still splutters and gags. You pull free to cum across $his <<= getSlave($AS).skin>> face and hair. + <<else>> + eat you out. Deciding that $he isn't showing the necessary enthusiasm, you hold $his head and grind your pussy against $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>face instead. $He does $his best to follow your motions but still splutters and gasps for air. You climax quickly and haul $him <<if hasBothLegs(getSlave($AS))>>to $his feet<<else>>upright<</if>>, kissing the bewildered $girl full on the mouth. You can taste yourself on $his lips. + <</if>> +<<else>> + $He licks $his lips <<if canSee(getSlave($AS))>>and looks you in the eyes <</if>>as $he gets to <<if hasBothLegs(getSlave($AS))>>$his knees<<else>>the floor<</if>>. $He + <<if ($PC.dick != 0)>> + gives you a long, deep blowjob. $He massages your balls<<if $PC.vagina != -1>> and pussy<</if>> with one hand and $his breasts with the other, giving you a show. $He sucks your head until you climax, letting your cock pop free of $his mouth to shoot pearly cum all across $his <<= getSlave($AS).skin>> face. + <<else>> + eats you out like $he's starving, moaning into your pussy to show off $his arousal and add to your pleasure. $He massages your perineum with one hand and $his breasts with the other, giving you a show. $He slowly concentrates more and more attention on your clit until you climax convulsively. You pull $him <<if hasBothLegs(getSlave($AS))>>to $his feet<<else>>upright<</if>>, kissing the compliant $girl full on the mouth. You can taste yourself on $his lips. + <</if>> +<</if>> + +<<if (getSlave($AS).teeth == "pointy") || (getSlave($AS).teeth == "straightening braces") || (getSlave($AS).teeth == "cosmetic braces")>> + <<if (getSlave($AS).skill.oral >= 100)>> + $He's so orally skilled that $he had the confidence to lightly graze you with $his <<if (getSlave($AS).teeth == "pointy")>>sharp teeth<<else>>braces<</if>> on occasion, a delightfully scary sensation. + <<elseif (getSlave($AS).skill.oral > 30)>> + $He's sufficiently orally skilled that $he managed to accomplish all that without $his <<if (getSlave($AS).teeth == "pointy")>>sharp teeth<<else>>braces<</if>> contacting your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> once. + <<elseif (getSlave($AS).skill.oral > 10)>> + With $his basic oral skills, $he accidentally grazed you with $his <<if (getSlave($AS).teeth == "pointy")>>sharp teeth<<else>>braces<</if>> a few times, leaving your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> slightly the worse for wear. + <<else>> + Since $he is orally unskilled, you were sporting with your <<if ($PC.dick != 0)>>dick<<else>>pussy<</if>> by using $his mouth. $He did $his best to keep $his <<if (getSlave($AS).teeth == "pointy")>>sharp teeth<<else>>braces<</if>> off you, but you're bleeding a bit down there. + <</if>> +<</if>> + +<<if (random(1,100) > (100 + getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish != "cumslut") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw != "hates oral")>> + Being facefucked by force has given $him a @@.flaw.gain;hatred of oral sex.@@ + <<set getSlave($AS).sexualFlaw = "hates oral">> + <</if>> +<<elseif (random(1,100) > (110 - getSlave($AS).devotion))>> + <<if ($PC.dick != 0) && (getSlave($AS).fetish == "none") && (getSlave($AS).sexualFlaw != "hates oral")>> + Consummating an enjoyable sexual encounter by drinking your cum has @@.fetish.gain;encouraged $him to focus on oral sex.@@ + <<set getSlave($AS).fetish = "cumslut", getSlave($AS).fetishKnown = 1>> + <</if>> +<</if>> + +<<if passage() != "Slave Interact">> + <<set _fl = $slaveIndices[getSlave($AS).ID]>> + <<if def _fl>> + <<set $slaves[_fl] = getSlave($AS)>> + <</if>> +<</if>> diff --git a/src/npc/descriptions/fMaternitySwing.tw b/src/npc/interaction/fMaternitySwing.tw similarity index 68% rename from src/npc/descriptions/fMaternitySwing.tw rename to src/npc/interaction/fMaternitySwing.tw index 7da46bc3de25b41bced1a691f64cc5ae71f2bd4b..5e74683a53e12d15686e67773656fdfc1aa551b0 100644 --- a/src/npc/descriptions/fMaternitySwing.tw +++ b/src/npc/interaction/fMaternitySwing.tw @@ -1,52 +1,52 @@ :: FMaternitySwing [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> You call $him over and hook $him into the reinforced silk maternity swing built into your office, then lift $him into the air so that you can toy with $his hyperfecund body. Once you have $him properly situated with $his -<<if $activeSlave.boobs >= 20000>> +<<if getSlave($AS).boobs >= 20000>> obscenely bloated boobs -<<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> +<<elseif Math.floor(getSlave($AS).boobsImplant/getSlave($AS).boobs) >= .60>> augmented balloon boobies -<<elseif $activeSlave.boobs >= 3000>> +<<elseif getSlave($AS).boobs >= 3000>> enormous breasts <<else>> cute tits <</if>> and -<<if $activeSlave.bellyPreg >= 1000000>> +<<if getSlave($AS).bellyPreg >= 1000000>> ridiculously enormous, baby packed belly -<<elseif $activeSlave.bellyPreg >= 750000>> +<<elseif getSlave($AS).bellyPreg >= 750000>> mountainous, baby-stuffed gut -<<elseif $activeSlave.bellyPreg >= 600000>> +<<elseif getSlave($AS).bellyPreg >= 600000>> titanic, baby swollen womb <<else>> massive belly <</if>> -hanging above the floor of your office, you turn your attention to molesting $his ripe protuberances. Running your tongue along the distended nub of $his belly button, you kiss your way up the fertile curve of $his belly, making your way to $his tits so that you can suck on $his $activeSlave.nipples nipples. $He squirms in $his restraints and -<<if $activeSlave.devotion > 95>> - <<if !canTalk($activeSlave)>> +hanging above the floor of your office, you turn your attention to molesting $his ripe protuberances. Running your tongue along the distended nub of $his belly button, you kiss your way up the fertile curve of $his belly, making your way to $his tits so that you can suck on $his getSlave($AS).nipples nipples. $He squirms in $his restraints and +<<if getSlave($AS).devotion > 95>> + <<if !canTalk(getSlave($AS))>> begs you to fuck $him already <<else>> groans inchoately, obviously desperate for you to fuck $him <</if>> -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> groans with barely restrained lust. <<else>> groans in lust and terror. <</if>> You strap into your own customized version of the device, then elevate your body so that <<if $PC.dick != 0>>your dick<<else>>the device's built-in strap-on<</if>> is at the perfect angle to drive yourself and your -<<if $activeSlave.bellyPreg >= 600000>> +<<if getSlave($AS).bellyPreg >= 600000>> brood-slave <<else>> glorified belly balloon <</if>> into a string of mutual orgasms with some truly astounding aerial sex. -<<if canDoVaginal($activeSlave)>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> +<<if canDoVaginal(getSlave($AS))>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> The sight of $his swollen body wobbling in mid-air as you pound away at $him never gets old, -<<if $activeSlave.devotion > 95>> +<<if getSlave($AS).devotion > 95>> and $he certainly seems to enjoy your ministrations, too. -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> and, by the end of your session, $he seems to be enjoying $himself, too. <<else>> and the sight of $his ugly tears rolling down $his face to hit the ground far below is one hell of a bonus. @@ -54,8 +54,8 @@ The sight of $his swollen body wobbling in mid-air as you pound away at $him nev Once finished, you release $him from $his restraints and have $him carried away to clean $himself up before returning to $his duties. <<if passage() != "Slave Interact">> - <<set _fv = $slaveIndices[$activeSlave.ID]>> + <<set _fv = $slaveIndices[getSlave($AS).ID]>> <<if def _fv>> - <<set $slaves[_fv] = $activeSlave>> + <<set $slaves[_fv] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/pregmod/fNippleFuck.tw b/src/npc/interaction/fNippleFuck.tw similarity index 64% rename from src/pregmod/fNippleFuck.tw rename to src/npc/interaction/fNippleFuck.tw index 7a7cc70ebae6adb6ba345f8964d802cd71ebadfa..48631df4c303f32b0744b87786eee59cb04d1d2a 100644 --- a/src/pregmod/fNippleFuck.tw +++ b/src/npc/interaction/fNippleFuck.tw @@ -1,18 +1,18 @@ :: FNippleFuck [nobr] +<<set $AS = $activeSlave.ID>> <<run Enunciate($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> -<<set $activeSlave.counter.mammary += 2>> +<<set getSlave($AS).counter.mammary += 2>> <<set $mammaryTotal += 2>> You call $him over to make use of $his lewd nipple cunts. -<<if $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1>> +<<if getSlave($AS).fetish == "boobs" && getSlave($AS).fetishKnown == 1>> $He practically vibrates with excitement at the prospect of getting $his tits fucked. -<<elseif $activeSlave.boobs >= 40000>> +<<elseif getSlave($AS).boobs >= 40000>> You set out a few cushions on the floor for $him and let $his breasts spill across them. -<<elseif $activeSlave.boobs >= 20000>> +<<elseif getSlave($AS).boobs >= 20000>> It takes a moment to find a table that can support $his breasts and withstand your lovemaking. <<else>> You settle $him on a couch and have $him present $his chest to you. @@ -20,18 +20,18 @@ You call $him over to make use of $his lewd nipple cunts. Once $he seems comfortable, you turn your attention to $his chest. You start by groping and nuzzling $his breasts, teasing $his nipples with your tongue. -<<if $activeSlave.lactation > 0>> +<<if getSlave($AS).lactation > 0>> It doesn't take much stimulation before milk starts dribbling onto your tongue. <</if>> -<<if $activeSlave.devotion > 20 || $activeSlave.trust > 20>> +<<if getSlave($AS).devotion > 20 || getSlave($AS).trust > 20>> $He starts making soft noises of pleasure and luxuriates in your attentions. <<else>> $He fidgets at your ministrations, but doesn't say anything. <</if>> Once you're satisfied, you line up your dick with $his right nipple and slowly ease yourself into $him. -<<if $activeSlave.lactation > 0>> +<<if getSlave($AS).lactation > 0>> Milk gushes around your length and soaks your crotch, the feeling almost like a waterjet, as $his <<else>> $His @@ -39,18 +39,18 @@ Once you're satisfied, you line up your dick with $his right nipple and slowly e breast flesh grips you tightly. A few experimental pumps draws gasps from $him before you start to thrust in earnest. Soon, the room is filled with $his moaning and the sound of flesh on flesh. -<<if $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1>> +<<if getSlave($AS).fetish == "boobs" && getSlave($AS).fetishKnown == 1>> $He has a glassy-eyed expression as $he - <<if hasAnyArms($activeSlave)>> - gropes $his breasts with <<if hasBothArms($activeSlave)>>both hands<<else>>$his hand<</if>>, fingering $his unoccupied nipple in time with your thrusts. + <<if hasAnyArms(getSlave($AS))>> + gropes $his breasts with <<if hasBothArms(getSlave($AS))>>both hands<<else>>$his hand<</if>>, fingering $his unoccupied nipple in time with your thrusts. <<else>> savors the sensations running through $his breast. <</if>> -<<elseif $activeSlave.devotion > 20 || $activeSlave.trust > 20>> +<<elseif getSlave($AS).devotion > 20 || getSlave($AS).trust > 20>> $He has a glassy-eyed expression as $he - <<if hasBothArms($activeSlave)>> + <<if hasBothArms(getSlave($AS))>> gropes $his breasts with one hand and furiously abuses $his clit with the other. - <<elseif hasAnyArms($activeSlave)>> + <<elseif hasAnyArms(getSlave($AS))>> fingers $his pussy while rubbing $his arm alongside $his breasts. <<else>> tries $his hardest to pleasure $himself with no hands. @@ -61,21 +61,21 @@ breast flesh grips you tightly. A few experimental pumps draws gasps from $him b As your orgasm begins to build, you roughly grasp $his shoulders and begin to pick up the pace. -<<if $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1>> +<<if getSlave($AS).fetish == "boobs" && getSlave($AS).fetishKnown == 1>> As $he reaches $his climax, $his eyes roll back into $his head and $he quivers in delight at the intense breastgasm $he just sustained. -<<elseif $activeSlave.devotion > 20 || $activeSlave.trust > 20>> - Eager for release, $his moaning grows louder and higher in pitch<<if hasAnyArms($activeSlave)>>, and $his self-molesting becomes furious and desperate<</if>>. +<<elseif getSlave($AS).devotion > 20 || getSlave($AS).trust > 20>> + Eager for release, $his moaning grows louder and higher in pitch<<if hasAnyArms(getSlave($AS))>>, and $his self-molesting becomes furious and desperate<</if>>. <<else>> As $he reaches $his climax, $his body seems to tense and $he bites $his lip. <</if>> -It only takes few more thrusts before you bottom out inside $his breast and release your load deep inside $him. You pull yourself free with a lewd sound and proudly survey what you've wrought. Cum <<if $activeSlave.lactation > 0>>and milk dribble<<else>>dribbles<</if>> from $his gaping nipple. Enjoying the sight, you begin to feel yourself hardening and line up your dick at $his left nipple for a repeat performance. +It only takes few more thrusts before you bottom out inside $his breast and release your load deep inside $him. You pull yourself free with a lewd sound and proudly survey what you've wrought. Cum <<if getSlave($AS).lactation > 0>>and milk dribble<<else>>dribbles<</if>> from $his gaping nipple. Enjoying the sight, you begin to feel yourself hardening and line up your dick at $his left nipple for a repeat performance. -<<if $activeSlave.lactation > 0>> - <<set $activeSlave.lactationDuration = 2>> - <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> +<<if getSlave($AS).lactation > 0>> + <<set getSlave($AS).lactationDuration = 2>> + <<set getSlave($AS).boobs -= getSlave($AS).boobsMilk, getSlave($AS).boobsMilk = 0>> <<else>> - <<= induceLactation($activeSlave)>> + <<= induceLactation(getSlave($AS))>> <</if>> Once both $his breasts have been thoroughly fucked, you send $him away to clean $himself up. diff --git a/src/npc/interaction/fPCImpreg.tw b/src/npc/interaction/fPCImpreg.tw new file mode 100644 index 0000000000000000000000000000000000000000..72b261d6aaf86303c3bf3625685459b73fe8795c --- /dev/null +++ b/src/npc/interaction/fPCImpreg.tw @@ -0,0 +1,184 @@ +:: FPCImpreg [nobr] + +/* TODO: add reactions for incest */ + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set _bonus = random(6,20)>> +<<set _belly = bellyAdjective(getSlave($AS))>> +<<set _superfetation = (getSlave($AS).geneticQuirks.superfetation == 2 && getSlave($AS).pregKnown == 1) ? 1 : 0>> + +<<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).counter.anal += _bonus+1, $analTotal += _bonus+1>> +<<else>> + <<set getSlave($AS).counter.vaginal += _bonus+1, $vaginalTotal += _bonus+1>> +<</if>> + +You call $him over so you can +<<if getSlave($AS).mpreg == 1>> + <<if (getSlave($AS).anus > 2)>> + fuck $his gaping, fertile + <<elseif (getSlave($AS).anus == 2)>> + use $his whorish, fertile + <<elseif (getSlave($AS).anus == 1)>> + use $his tight, fertile + <<elseif (getSlave($AS).anus == 0)>> + take $his fertile, virgin + <</if>> + <<if _superfetation == 1>> + asshole and put another baby in $him. + <<else>> + asshole. + <</if>> +<<else>> + <<if (getSlave($AS).vagina > 2)>> + fuck $his gaping, fertile cunt. + <<elseif (getSlave($AS).vagina == 2)>> + use $his whorish, fertile cunt. + <<elseif (getSlave($AS).vagina == 1)>> + use $his tight, fertile cunt. + <<elseif (getSlave($AS).vagina == 0)>> + take $his fertile, virgin pussy. + <</if>> + <<if _superfetation == 1>> + You plan on putting another baby in $him. + <</if>> + + <<if (getSlave($AS).vaginaTat == "tribal patterns")>> + The tattoos on $his abdomen certainly draw attention there. + <<elseif (getSlave($AS).vaginaTat == "scenes")>> + The tattoos on $his abdomen nicely illustrate what you mean to do to $him. + <<elseif (getSlave($AS).vaginaTat == "degradation")>> + The tattoos on $his abdomen ask you to, after all. + <</if>> + + <<if getSlave($AS).clit == 1>> + $His big clit <<if getSlave($AS).foreskin > 0>>peeks out from under its hood<<else>>can't be missed<</if>>. + <<elseif getSlave($AS).clit > 2>> + $His huge clit is impossible to miss. + <</if>> + + <<if (getSlave($AS).vaginaPiercing > 1) && (getSlave($AS).vagina != -1)>> + $His pierced lips and clit have $him nice and wet. + <<elseif (getSlave($AS).vaginaPiercing == 1) && (getSlave($AS).vagina != -1)>> + $His pierced clit has $him nice and moist. + <</if>> +<</if>> + +<<if (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).vagina == 0 || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1))>> + $He cries with joy and presents $his virgin <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He sobs with happiness when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, knowing that $his first time will always be special to $him. $He spends the rest of the day cherishing $his _belly stomach. This new connection with $his <<= WrittenMaster(getSlave($AS))>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 15>> +<<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He cries with joy and presents $his fertile <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> for breeding. $He sobs with happiness when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>. $He spends the rest of the day considering $his own _belly stomach with pride. This new connection with $his <<= WrittenMaster(getSlave($AS))>> @@.hotpink;increases $his devotion to you.@@ + <<set getSlave($AS).devotion += 10>> +<<elseif (getSlave($AS).devotion > 20) && (getSlave($AS).vagina == 0 || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1))>> + $He accepts your orders without comment and presents $his virgin <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> for fertilization. $He gasps in shock when $he feels your hot seed<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>. $He spends the rest of the day struggling with roiling emotions. Since $he is already well broken<<if _superfetation == 1>> and pregnant<</if>>, this new connection with $his <<= WrittenMaster(getSlave($AS))>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in, and there's a good chance $he's <<if _superfetation == 1>>got another bun in the oven<<else>>pregnant<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 10>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).vagina == 0 || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1))>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes + <<if _superfetation == 1>> + $his existing pregnancy is not going to stop you from adding another baby to $his womb. + <<else>> + $he'll likely get pregnant. + <</if>> + Nevertheless, this new connection with $his <<= WrittenMaster(getSlave($AS))>> @@.hotpink;increases $his devotion to you.@@ @@.lime;$His <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 4>> +<<elseif (getSlave($AS).vagina == 0 || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1))>> + As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as your cock opens $his fresh, tight hole. Afterwards, $he <<if hasAnyArms(getSlave($AS))>>clutches $his _belly stomach<<else>>lies there<</if>> and sobs, horrified by the knowledge that + <<if _superfetation == 1>> + $his unborn <<if getSlave($AS).pregType == 1>>child is<<else>>children are<</if>> now sharing quarters with $his rapist's child. + <<else>> + $he's probably carrying $his rapist's child. + <</if>> + The rape @@.mediumorchid;decreases $his devotion to you@@ and @@.gold;fills $him with fear.@@ @@.lime;$His <<if getSlave($AS).mpreg == 1>>asshole<<else>>pussy<</if>> has been broken in.@@ + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> +<<elseif isAmputee(getSlave($AS))>> + You have $his limbless torso set on the end of the couch, face-<<if _superfetation == 1>>up<<else>>down<</if>>, with $his hips up in the air. This way, you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> you can manage. $He moans <<if _superfetation == 1>>openly<<else>>into the cushions<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBelly(getSlave($AS))>> + Since $he already has trouble moving with $his _belly belly, you just tip $him onto it; this leaves $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> exposed and vulnerable. $He moans<<if hasAnyArms(getSlave($AS))>> as $he clutches the sides of $his stomach<</if>>, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his the pressure forces it to spray around your shaft<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably gotten <<if _superfetation == 1>> another bun added to the oven<<else>>pregnant<</if>>. +<<elseif tooFatSlave(getSlave($AS))>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his own body, and you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>; after you push into $his soft folds enough to reach it, of course. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBreasts(getSlave($AS))>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's pinned in place by the weight of $his ridiculous tits, and you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigButt(getSlave($AS))>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's stuck under $his ridiculous ass, you get an amazingly soft rear to pound, and you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigDick(getSlave($AS))>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous cock, and you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif tooBigBalls(getSlave($AS))>> + You set $him down on the couch, face-down, with $his hips up in the air. This way, $he's anchored in place by the weight of $his ridiculous balls, and you get the greatest degree of penetration into $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. $He moans into the cushions, knowing that when $he feels the hot flow of semen<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<</if>>, $he has probably <<if _superfetation == 1>>got another bun in the oven<<else>>gotten pregnant<</if>>. +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He <<if getSlave($AS).belly >= 10000>>waddles<<else>>comes<</if>> submissively over, smiling a little submissive smile, and spreads $himself for you. + <<if getSlave($AS).belly < 5000>> + You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. + <<else>> + You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, + <</if>> + As the sex reaches its climax your semen<<if $PC.prostate >= 2>> fills $him until $his stomach is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pours into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pours into $him<<else>> jets into $his welcoming depths<</if>> as $he begs you to use $his unworthy body to make a new slave. +<<elseif getSlave($AS).devotion < -20>> + $He tries to refuse, so you bend the disobedient slave over your desk and take $him hard from behind. $His breasts slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. $He begs you not to cum inside $him, knowing $he's fertile, and sobs when $he feels you<<if $PC.prostate >= 2>> filling $him until $his belly is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<<else>> blow your load<</if>> despite $his pleas. +<<elseif getSlave($AS).devotion <= 20>> + $He obeys, lying on the couch next to your desk<<if hasAnyLegs(getSlave($AS))>> with $his leg<<if hasBothLegs(getSlave($AS))>>s spread<<else>> moved aside<</if>><</if>>. You kneel on the ground and enter $him<<if hasAnyLegs(getSlave($AS))>>, a hand on <<if hasBothLegs(getSlave($AS))>>each of $his legs<<else>>$his leg<</if>> to give you purchase<</if>>. The pounding is hard and fast, and $he gasps and whines. + <<if getSlave($AS).belly >= 100000>> + You reach a hand up to tease $his already taut dome of a pregnancy. + <<else>> + You reach a hand down to maul $his breasts. + <</if>> + $He begs you not to cum inside $him, knowing $he's fertile, but soon loses track of $his fears as $he enjoys $himself. $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole<<if $PC.prostate >= 2>> far beyond capacity<<elseif $PC.prostate >= 1>> beyond capacity<<elseif $PC.balls >= 9>> to capacity<</if>> with your cum; $he realizes what you've done with a gasp and a worried look. +<<else>> + <<if getSlave($AS).belly < 5000>> + $He skips over smiling and gives you a quick kiss. You take $him on the couch next to your desk in the missionary position. $He hugs $his torso to you and $his breasts press against your chest; you can feel $his heart beating hard. As the sex reaches its climax, $his kisses grow urgent and passionate. $He clings to you, + <<else>> + $He waddles over smiling and leans in to give you a quick kiss. You take $him from behind against your desk. $He steadies $himself as $he feels your hands roaming across $his _belly belly. As the sex reaches its climax, $his breaths grow short and $his moans passionate. $He pushed against you, + <</if>> + your semen<<if $PC.prostate >= 2>> flowing into $him until $his stomach is distended and wobbling with your cum<<elseif $PC.prostate >= 1>> pouring into $him until $he is stuffed with your cum<<elseif $PC.balls >= 9>> pouring into $him<<else>> jetting into $him<</if>> as $he rides the downslope of $his orgasm. $He kisses you and promises to do $his best to use $his womb to make <<if _superfetation == 1>>another<<else>>a<</if>> good slave for you. +<</if>> + +You repeat this ritual throughout the week, ensuring that <<= getSlave($AS).slaveName>> +<<if _superfetation == 1>> + has @@.lime;added your child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying your child.@@ +<</if>> + + +<<= knockMeUp(getSlave($AS), 100, 2, -1, 1)>> + +<<if $arcologies[0].FSRestart != "unset">> + <<if (getSlave($AS).breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> + Rumors spread about you fucking your slaves pregnant; the Societal Elite are @@.red; very displeased@@ by these rumors. + <<set $failedElite += 5>> + <</if>> +<</if>> +<<if $arcologies[0].FSGenderRadicalist != "unset" && getSlave($AS).mpreg == 1>> + Society @@.green;approves@@ of your fucking your slaves' asses pregnant; this advances the ideal all a slave needs is $his rear. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && getSlave($AS).mpreg == 1>> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.green;approves@@ of your putting a new slave in $him; this advances the idea that all slaves should bear their masters' babies. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> +<</if>> diff --git a/src/npc/interaction/fPat.tw b/src/npc/interaction/fPat.tw new file mode 100644 index 0000000000000000000000000000000000000000..a56458e24b4a01960a0da2f9b195e856832a371c --- /dev/null +++ b/src/npc/interaction/fPat.tw @@ -0,0 +1,316 @@ +:: FPat [nobr] + +<<set $AS = $activeSlave.ID>> +<<run Enunciate($activeSlave)>> +<<setLocalPronouns $activeSlave>> +<<setPlayerPronouns>> + +You tell <<= getSlave($AS).slaveName>> to +<<if !hasAnyLegs(getSlave($AS))>> + have another slave set $him up onto your desk. +<<elseif tooBigBreasts(getSlave($AS))>> + have another slave help $him heft $his tits so $he can be near you. +<<elseif tooBigBelly(getSlave($AS))>> + have another slave help $him heft $his belly so $he can be near you. +<<elseif tooBigButt(getSlave($AS))>> + have another slave help $him heft $his ass cheeks so $he can be near you. +<<elseif tooBigDick(getSlave($AS))>> + have another slave help $him heft $his cock so $he can be near you. +<<elseif tooBigBalls(getSlave($AS))>> + have another slave help $him heft $his balls so $he can be near you. +<<elseif tooFatSlave(getSlave($AS))>> + have another slave help $him up so $he can be near you. +<<else>> + move closer towards you. +<</if>> + +/*approach*/ + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).relationship != -3)>> + $He complies robotically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. +<<elseif (getSlave($AS).relationship == -2)>> + $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He finds the intense look from the _womanP $he loves overwhelming, and after a moment glances away. + <</if>> + $He blushes furiously. +<<elseif getSlave($AS).relationship == -3>> + <<if getSlave($AS).fetish == "mindbroken">> + $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty <<= App.Desc.eyesColor(getSlave($AS))>>. $He shows no reaction + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + $He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze + <<if canSee(getSlave($AS))>> + deeply into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile. + <</if>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + $He complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his tearful <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and breaks eye contact. + <<else>> + upon $his face. $He can feel the intense gaze of the _womanP $he's forcibly married to, and finds it disturbing. $He quickly turns $his face away. + <</if>> + <<elseif getSlave($AS).devotion < -20>> + $He complies out of fear. Once $he's close, you hold $his quivering face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his teary <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and quickly breaks eye contact. + <<else>> + upon $his tear-streaked face. $He can feel the intense look from the _womanP $he's forcibly married to, and it is horrifying, causing $him to turn $his face away after only a moment. + <</if>> + <<else>> + $He complies obediently. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. + <<else>> + upon $his face. The intense look from the _womanP $he's married to is reassuring to $him, and $he looks down with a slight smile. + <</if>> + <</if>> +<<elseif (getSlave($AS).devotion > 75)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. + <<else>> + upon $his face. $He can feel the intense look from $his beloved <<Master>> and it is disconcerting, causing $him to glance away after only a moment, $his face flushed. + <</if>> + $He blushes furiously. +<<elseif (getSlave($AS).devotion > 50)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and it causes $him to glance away after only a moment, blushing. + <</if>> +<<elseif (getSlave($AS).devotion > 20)>> + $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. + <</if>> +<<elseif (getSlave($AS).devotion < -20) && (getSlave($AS).trust >= 20)>> + $He seems to visibly consider disobedience, but apparently decides your order is harmless enough. $He does as $he is told, + <<if canSee(getSlave($AS))>> + giving you a defiant stare as $he does so. + <<else>> + defiantly staring in your direction. + <</if>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust >= -20)>> + $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He finds the intense attention from $his <<= WrittenMaster()>> troubling, and $he looks down after a moment, $his lower lip trembling with nervousness. + <<else>> + upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. + <</if>> +<<elseif (getSlave($AS).trust < -20)>> + The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. + <<else>> + upon $his face. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. + <</if>> +<<else>> + $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply + <<if canSee(getSlave($AS))>> + into $his <<= App.Desc.eyesColor(getSlave($AS))>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. + <<else>> + upon $his face. $He faces you defiantly, but after a few moments $he loses the contest of wills and looks down. + <</if>> +<</if>> + +/* action */ + +You walk around $him, drawing closer and slowly resting your hand on $his head. You let it rest for a few seconds to get $him accustomed to your touch. +<<if (getSlave($AS).fetish == "mindbroken")>> + Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your poor mentally shattered slave's inability to resist you. $He initially reacts slightly to your physical touch, but soon stops reacting completely. Nevertheless, you continue to gingerly stroke $his <<if getSlave($AS).hStyle == "shaved bald" || getSlave($AS).bald == 1>>shaven scalp <<else>>hair <</if>>, as you gently press $his body into your chest<<if !hasAnyLegs(getSlave($AS))>> and onto your lap<</if>>. The warmth from your slave's body, and the action of petting $his head, combined with the sound of $his breathing, allow you to feel more relaxed by the minute. +<<elseif (getSlave($AS).relationship == -3) && getSlave($AS).devotion+getSlave($AS).trust >= 175>> + Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if !hasAnyLegs(getSlave($AS))>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content $wife. +<<elseif (getSlave($AS).relationship == -2)>> + Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if !hasAnyLegs(getSlave($AS))>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content servant. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60) && (hasAnyArms(getSlave($AS)))>> + As you start to touch $him $he smiles at you and takes your hand, following its movements. You tenderly and lovingly kiss it and let it rest on the side of $his head, before continuing with your ministrations. As opposed to your more submissive slaves, <<= getSlave($AS).slaveName>> takes an active role in your petting, gently guiding where your hand goes along $his head. You enjoy the feel of $his hand on yours, as well as $his <<if getSlave($AS).hStyle == "shaved bald" || getSlave($AS).bald == 1>>smooth scalp<<else>> hair<</if>>. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + $He stiffens at your touch but slowly relaxes at the sensation of your hand on $his head. You tenderly and lovingly stroke your fingers along $his scalp, enjoying the feeling of your slave's subservience. $He gently, submissively, presses $his head against your hand, like a dog. As you continue <<if getSlave($AS).hStyle == "shaved bald" || getSlave($AS).bald == 1>>kneading $his shaved scalp<<else>>stroking $his hair<</if>>, $he starts to clutch $his thighs, and if you listen you can hear subdued whimpers. $He looks up at you with adoring eyes, and relishes in the pureness of this act as $his master's pet to $his beloved <<= WrittenMaster(getSlave($AS))>>. +<<elseif getSlave($AS).devotion > 50>> + $He accepts it with devotion, leaning back into your gentle caresses. You tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's willingness to set aside $his dignity for headpats. $He leans $his body backward, pressing $himself against you. You can feel the intense heat from $his body against your <<if $PC.boobs >= 300>>soft breasts<<else>>manly chest<</if>>. You take your time enjoying the sensation of <<if getSlave($AS).hStyle == "shaved bald" || getSlave($AS).bald == 1>>rubbing your slave's smooth scalp<<else>>gently running your fingers through your slave's hair<</if>>, and your slave smiles happily as you do. As you continue with your ministrations, you can see all of the stress present in your slave's shoulders dissipate, and you feel a good deal of your own tension start to melt away as well. +<<elseif getSlave($AS).devotion > 20>> + $He willingly accepts it. As you tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's roiling emotions, and finally submission. You can still sense considerable turmoil in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch. As you continue your ministrations, your slave slowly, and with more then a bit of uncertainty, finally starts to relax. $He looks at you with confusion and trepidation. Your eyes betray nothing however — you simply smile and press $his head into your <<if $PC.boobs >= 300>>soft breasts<<else>>masculine chest<</if>>, all the while enjoying the feeling of your <<if getSlave($AS).hStyle == "shaven bald" || getSlave($AS).bald == 1>>hands gliding over $his smooth head<<else>>fingers gliding through $his hair<</if>>. +<<elseif (getSlave($AS).devotion < -20) && (getSlave($AS).trust >= 20)>> + $He doesn't react to your touch, remaining as still as statue, the same defiant expression on $his face. $He still doesn't react when you brush your fingers down the side of $his head or when you <<if getSlave($AS).hStyle == "shaven bald" || getSlave($AS).bald == 1>>stroke $his smooth head<<else>>run your fingers through $his hair<</if>>. $He does react when you gently rest your thumb on $his lips, however, by suddenly giving you a fierce bite. Cursing, you pull your hand back and examine it — $he didn't bite deep enough to draw blood, but the area is now red and puffy. Furious, you backhand $him across the face<<if random(1,100) > 80>><<set getSlave($AS).minorInjury = either("black eye", "bruise", "split lip")>>, giving $him a @@.red;<<= getSlave($AS).minorInjury>>@@<</if>>. +<<elseif getSlave($AS).devotion >= -20 && getSlave($AS).trust < -20>> + $He shakes at your touch fearfully. As you tenderly brush your fingers down $his unresisting head, you appreciate this expression of your slave's subservience, $his eagerness to avoid punishment making $him stiffen, $his nervousness easily apparent. You continue stroking $him, enjoying $his fear, as the physical intimacy slowly does its work. $He starts to relax, $his resistance easing as $his eyes start to close. Your hands continue to gently scratch at $his scalp, and you enjoy the sensation as well as the feeling of power over your hapless slave. Gently, slowly, so not as to spook $him, you ease your property's head back into your <<if $PC.boobs >= 300>>breasts<<else>>chest<</if>>. Nevertheless your slave starts at the action, but at your insistence finally gives in to the motion, and finally relaxes against you. +<<elseif getSlave($AS).trust < -50>> + $He is nearly frozen with fear and does not resist as you tenderly and lovingly brush your fingers along $his head, enjoying your slave's complete and utter submission to you. In fact, $he barely reacts at all. But being an arcology owner has taught you many things, not least of which is patience. With time and a gentle hand, your slave's shoulders slowly start to relax, so slowly if you weren't paying attention you wouldn't have noticed. With a sense of satisfaction, you continue your actions, enjoying the feeling of your <<if getSlave($AS).hStyle == "shaven bald" || getSlave($AS).bald == 1>>hand gliding over $his smooth head<<else>>fingers combing through $his hair and gently scritching $his scalp<</if>>. You settle with this for now, knowing that any attempt at further intimacy will likely scare your slave off, but you enjoy it nonetheless. +<<else>> + $He reflexively turns away from you, but you tenderly hold $his chin and maneuver $him in position with one hand and slowly but gently move your other hand to the top of $his head. Spluttering, $he leans backwards, but you catch $him by the shoulder and pin $him against you, where you feel the intense heat from $his body against your <<if $PC.boobs >= 300>>soft breasts<<else>>manly chest<</if>>, before resuming your gentle stroking. $He desperately tries to wriggle out of your grasp, but $his struggles slowly subside as $he realizes that you're not taking this any farther. Tenderly and lovingly you stroke your fingers over $his head, appreciating the feeling of your slave's rebelliousness. +<</if>> + +You pat $him softly move your palm down the side of $his head with a soothing touch as you pet $him. Gently you start to run your hand down the back of $his head, softly stroking and caressing $him. You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. + +<<if getSlave($AS).hStyle == "shaved bald">> + Then, you gently touch $his +<<else>> + You hold a strand of $his hair and softly place it behind $his ear, taking the chance to gently caress $his +<</if>> +<<if getSlave($AS).face > 95>> + overwhelmingly stunning +<<elseif getSlave($AS).face > 10>> + alluring +<<elseif getSlave($AS).face >= -10>> + appealing +<<elseif getSlave($AS).face >= -40>> + plain +<<else>> + rough +<</if>> +face and lightly touch $his +<<if getSlave($AS).lips > 95>> + facepussy +<<else>> + <<if getSlave($AS).lips > 70>> + pillowlike + <<elseif getSlave($AS).lips > 40>> + generous + <<elseif getSlave($AS).lips > 20>> + plush + <</if>> + lips +<</if>> +with your fingertips. You move your hand to the side of your slave's head, stroking $his temple gently. +<<if getSlave($AS).fetish == "mindbroken">> + This causes an unconscious shiver to travel down $his spine. +<<elseif getSlave($AS).devotion > 50>> + This causes $him to shudder in delight and to move $his hand to your hip, squeezing it gently. +<<elseif getSlave($AS).devotion > 20>> + This causes $him to shudder in delight. +<<elseif getSlave($AS).devotion >= -20>> + This causes $him to shiver unconsciously. +<<elseif getSlave($AS).trust <= -50>> + This forces $his back rigid, in an effort not to move <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>, out of fear. +<<elseif getSlave($AS) <= -21>> + This would cause $him to shiver with delight, but $his distaste for the situation makes that impossible. +<</if>> + +You move your hand down to caress $his forehead, and then slide your hand along $his cheek. The last thing you do is take $his head lightly and trace around it, gently massaging as you go. Finally you pat $him a few times before letting $him up. + +/* outro + reaction */ + +<<if (getSlave($AS).fetish == "mindbroken")>> + When you stop, + <<if canSee(getSlave($AS))>> + $his <<= App.Desc.eyesColor(getSlave($AS))>> track the movements of your hands briefly before returning to their usual stare, + <<else>> + $he stands at attention before you, + <</if>> + awaiting further use of $his body. +<<elseif (getSlave($AS).relationship == -2)>> + When you finally stop petting $him, <<if canSee(getSlave($AS))>>$his eyes remain closed just for a second <</if>>and $his mouth stands open in slack-jawed joy, before $he slowly <<if canSee(getSlave($AS))>> opens $his eyes<<else>> turns $his gaze towards you<</if>> and smiles warmly at you. Pleasure lights up $his face<<if (hasAnyArms(getSlave($AS)))>> as $his hand traces the path yours took up to $his head and mimics your last movements<<else>> as $his gaze drifts off to the right in memory, tilting $his head from side to side in sympathetic memory of how it felt to have your hand on $his head<</if>>. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate love with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s dreamily. + <</if>> + $He looks as though $he wants much more than your mere caress. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60) && (hasAnyArms(getSlave($AS)))>> + $He tries hard to stop from losing $himself in your incredibly skilled hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. When you are finally finished stroking your slave, they remove their hand from yours. Then you give them a playful flick on the nose, and the mischievous twinkle in your eye is only half playful, reminding $him of $his place in these walls. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate enjoyment with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate enjoyment with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he liked that and would love to pet you next time. + <<else>> + "That wa<<s>> ni<<c>>e, <<Master>>," $he <<say>>s cheerfully. "Maybe next time I can <<s>>troke you..." + <</if>> + $He looks at you, $his <<if canSee(getSlave($AS))>>lovely <<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>> practically begging you to let $him take this farther. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + As you stroke $his head, $he reacts almost as though you're stroking $his nether regions, and begins to moan and press $himself lewdly against your + <<if $PC.boobs >= 1400>> + giant tits. + <<elseif $PC.boobs >= 1200>> + huge breasts. + <<elseif $PC.boobs >= 1000>> + big breasts. + <<elseif $PC.boobs >= 800>> + prominent breasts. + <<elseif $PC.boobs >= 650>> + unremarkable breasts. + <<elseif $PC.boobs >= 500>> + breasts. + <<elseif $PC.boobs >= 300>> + tiny breasts. + <<elseif $PC.title > 0>> + manly chest. + <<else>> + non-existent breasts. + <</if>> + $He achieves a weak orgasm before you finally stop caressing $his head; $he is your pet, after all. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate undiminished lust with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate undiminished lust with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully. "But why <<s>>top there?" + <</if>> + $He looks at you as if $he wants more than your hands touching $his head. +<<elseif (getSlave($AS).devotion > 50)>> + $He gradually closes $his eyes and when you finally stop, <<if (hasAnyArms(getSlave($AS)))>>$he runs $his hand delightedly across $his face and <</if>>a euphoric look quickly lights up $his features. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>facial expressions<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<else>> + "I love you, <<Master>>," $he <<say>>s jubilantly. + <</if>> + $He <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. +<<elseif (getSlave($AS).devotion > 20)>> + When you finally move your hand away, <<if canSee(getSlave($AS))>>$his <<= App.Desc.eyesColor(getSlave($AS))>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. + <<if (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs hesitantly, asking if that's all. + <<else>> + $He asks hesitantly, "I-i<<s>> that all, <<Master>>?" + <</if>> +<<elseif (getSlave($AS).devotion < -20) && (getSlave($AS).trust >= 20)>> + $He does little more than give another defiant glare as you pull away. + /* TODO: write this */ +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust < -20)>> + When you finally move your hand away, $he <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you for a long moment, as if looking for answers, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. + <<if ((!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS))))>> + $His <<if canSee(getSlave($AS))>>eyes hesitantly question<<else>>expression hesitantly questions<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs hesitantly, asking if that's all. + <<else>> + $He asks hesitantly, "I-is that all, <<Master>>?" + <</if>> +<<elseif (getSlave($AS).trust < -50)>> + $He stares <<if canSee(getSlave($AS))>>at you<<else>>blankly<</if>> as you move your fingers across $his stiff head, but it's like touching a statue. $He is so filled with terror that $he remains rigid even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he turns to you in utter incomprehension. + <<if (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> beg for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs spastically, asking fearfully to know if that's all. + <<else>> + $He stammers fearfully, although somewhat less then before this session, "I-i<<s>> that all, <<Master>>?" + <</if>> + $He then cringes. +<<else>> + When you bore of it and take your hand away, $he faces you in utter incomprehension. + <<if (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $His <<if canSee(getSlave($AS))>>eyes demand<<else>>expression demands<</if>> an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs irritably, asking whether that's all. + <<else>> + $He scowls, muttering, "I<<s>> that all, <<Master>>?" + <</if>> +<</if>> diff --git a/src/npc/descriptions/fPoolSex.tw b/src/npc/interaction/fPoolSex.tw similarity index 61% rename from src/npc/descriptions/fPoolSex.tw rename to src/npc/interaction/fPoolSex.tw index d1bd5adee80c339b1e7676859c368539cb9003b9..0b7378211243d7cff6cfc6d4ff2017b2750d747a 100644 --- a/src/npc/descriptions/fPoolSex.tw +++ b/src/npc/interaction/fPoolSex.tw @@ -1,17 +1,17 @@ :: FPoolSex [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> -You order $him to meet you in the spa for some quality time in the penthouse's rejuvenating gelatin pool. When you get there, $he's already in $his bathing attire, reclined at the side of the pool farthest from you with $his massive $activeSlave.skin stomach hanging over the edge and half sunk in the thick, steaming ooze, flushed and sweaty. -<<if $activeSlave.devotion > 95>> - <<if !isAmputee($activeSlave)>> - $He's resting $his head on one arm, but $he gives you a little wave <<if !hasBothArms($activeSlave)>>anyway<<else>>with the other<</if>> before setting it to rubbing the flank of one - <<if $activeSlave.boobs >= 20000>> +You order $him to meet you in the spa for some quality time in the penthouse's rejuvenating gelatin pool. When you get there, $he's already in $his bathing attire, reclined at the side of the pool farthest from you with $his massive <<= getSlave($AS).skin>> stomach hanging over the edge and half sunk in the thick, steaming ooze, flushed and sweaty. +<<if getSlave($AS).devotion > 95>> + <<if !isAmputee(getSlave($AS))>> + $He's resting $his head on one arm, but $he gives you a little wave <<if !hasBothArms(getSlave($AS))>>anyway<<else>>with the other<</if>> before setting it to rubbing the flank of one + <<if getSlave($AS).boobs >= 20000>> massively overgrown tit - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif Math.floor(getSlave($AS).boobsImplant/getSlave($AS).boobs) >= .60>> fat, augmented tit - <<elseif $activeSlave.boobs >= 3000>> + <<elseif getSlave($AS).boobs >= 3000>> huge breast <<else>> petite breast @@ -20,108 +20,108 @@ You order $him to meet you in the spa for some quality time in the penthouse's r <<else>> $He's resting on a small pile of pillows, enjoying the feeling against the flanks of $his colossal belly. $He wiggles a welcome to you and then <</if>> - <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and coos in delight as its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. + <<if canSee(getSlave($AS))>>watches<<else>>waits patiently as<</if>> you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and coos in delight as its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. <br><br> $He smiles and beckons you toward $him, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> scoops up a handful $himself, flinging it at you. The two of you spend several minutes goo fighting before, eventually, you decide that your <<else>> wobbles back and forth, ineffectually trying to fight back as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <</if>> <<if $PC.dick != 0>> - solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, - <<if hasAnyArms($activeSlave)>> + solid, quivering erection is in need of $his tender care. <<if canSee(getSlave($AS))>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, + <<if hasAnyArms(getSlave($AS))>> reaches down to masturbate your ooze lubricated dick. <<else>> - rolls forward and reaches down to tease your cockhead with $his mouth<<if $activeSlave.boobs > 600>> and tits<</if>>. + rolls forward and reaches down to tease your cockhead with $his mouth<<if getSlave($AS).boobs > 600>> and tits<</if>>. <</if>> When you feel yourself at the edge of orgasm, you slide in between $his - <<if $activeSlave.butt > 11>> + <<if getSlave($AS).butt > 11>> debilitatingly enormous, cushiony ass - <<elseif $activeSlave.butt > 5>> + <<elseif getSlave($AS).butt > 5>> massive, cushiony ass - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif Math.floor(getSlave($AS).buttImplant/getSlave($AS).butt) > .60>> implant swollen ass - <<elseif $activeSlave.butt > 2>> + <<elseif getSlave($AS).butt > 2>> plush ass <<else>> back <</if>> - and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. - <<if canDoVaginal($activeSlave)>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> + and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal(getSlave($AS))>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. + <<if canDoVaginal(getSlave($AS))>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> <<else>> ooze stimulated quim is in need of $his tender care. Seeing the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> reaches down to masturbate your pussy, squeezing and rubbing your clit. <<else>> rolls sideways and rubs your vulva as best $he can. <</if>> - <<if $activeSlave.dick >= 1>> - When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal($activeSlave)>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. + <<if getSlave($AS).dick >= 1>> + When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal(getSlave($AS))>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. <<else>> When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that your pussies are level. Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your lower lips to $hers, you rub your clits together, driving the both of you to repeated orgasm. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> <</if>> <</if>> -<<elseif ($activeSlave.trust < -20) && ($activeSlave.devotion > -10)>> - <<if hasAnyArms($activeSlave)>> +<<elseif (getSlave($AS).trust < -20) && (getSlave($AS).devotion > -10)>> + <<if hasAnyArms(getSlave($AS))>> $He's resting $his head on one arm, but $he nods at you in acknowledgment as <<else>> - $He's resting on a small pile of pillows, enjoying the sensations against the flanks of $his colossal belly. $He nods as you enter, not stopping $his rubbing, and <<if canSee($activeSlave)>>watches<<else>>waits patiently as<</if>> + $He's resting on a small pile of pillows, enjoying the sensations against the flanks of $his colossal belly. $He nods as you enter, not stopping $his rubbing, and <<if canSee(getSlave($AS))>>watches<<else>>waits patiently as<</if>> <</if>> you strip down and change into your swimming outfit. When it's clear that you're ready to join $him, $he motions at the pool's holographic console and its mobility assistance devices kick in, rolling $him into the curative gel. You sink yourself into the pool, taking a moment to bask in the feeling of the warm, curative laced goo as it relaxes your muscles<<if $PC.preg > 30>> and soothes your stretched skin<</if>>, then wade toward your waiting slave. <br><br> $He smiles politely, rubbing circles in the exploded sides of $his colossal belly, then gasps as you take a handful of the ooze and shove it right in $his face. $He sputters indignantly and then - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> scoops up a handful $himself, flinging it at you. The two of you spend several minutes goo fighting before, eventually, you decide that your <<else>> wobbles back and forth, ineffectually trying to fight back as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <</if>> <<if $PC.dick != 0>> - solid, quivering erection is in need of $his tender care. <<if canSee($activeSlave)>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, - <<if hasAnyArms($activeSlave)>> + solid, quivering erection is in need of $his tender care. <<if canSee(getSlave($AS))>>Seeing<<else>>Sensing<</if>> the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, + <<if hasAnyArms(getSlave($AS))>> reaches down to masturbate your ooze lubricated dick. <<else>> - rolls forward and reaches down to tease your cockhead with $his mouth<<if $activeSlave.boobs > 600>> and tits<</if>>. + rolls forward and reaches down to tease your cockhead with $his mouth<<if getSlave($AS).boobs > 600>> and tits<</if>>. <</if>> When you feel yourself at the edge of orgasm, you slide in between $his - <<if $activeSlave.butt > 11>> + <<if getSlave($AS).butt > 11>> debilitatingly enormous, cushiony ass - <<elseif $activeSlave.butt > 5>> + <<elseif getSlave($AS).butt > 5>> massive, cushiony ass - <<elseif Math.floor($activeSlave.buttImplant/$activeSlave.butt) > .60>> + <<elseif Math.floor(getSlave($AS).buttImplant/getSlave($AS).butt) > .60>> implant swollen ass - <<elseif $activeSlave.butt > 2>> + <<elseif getSlave($AS).butt > 2>> plush ass <<else>> back <</if>> - and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. - <<if canDoVaginal($activeSlave)>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> + and the pool's silk-lined wall. Reaching, you tease $his <<if canDoVaginal(getSlave($AS))>>kitty<<else>>asshole<</if>> with your fingers and $he crushes backward into you, moaning and rotating $his hips in response to your attention. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. + <<if canDoVaginal(getSlave($AS))>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> <<else>> ooze stimulated quim is in need of $his tender care. Seeing the change in your demeanor, $he rolls back to recline at the pool's edge and, once you've joined $him, - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> reaches down to masturbate your pussy, squeezing and rubbing your clit. <<else>> rolls sideways and rubs your vulva as best $he can. <</if>> - <<if $activeSlave.dick >= 1>> - When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal($activeSlave)>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. + <<if getSlave($AS).dick >= 1>> + When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal(getSlave($AS))>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. <<else>> When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that your pussies are level. Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your lower lips to $hers, you rub your clits together, driving the both of you to repeated orgasm. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> <</if>> <</if>> <<else>> - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> $He's resting $his head on one arm, but $he starts as you enter, watching tensely as <<else>> $He's resting on a small pile of pillows, savoring the sensations against the flanks of $his colossal belly and - <<if $activeSlave.boobs >= 20000>> + <<if getSlave($AS).boobs >= 20000>> massively overgrown tits - <<elseif Math.floor($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> + <<elseif Math.floor(getSlave($AS).boobsImplant/getSlave($AS).boobs) >= .60>> fat, augmented tits - <<elseif $activeSlave.boobs >= 3000>> + <<elseif getSlave($AS).boobs >= 3000>> huge breasts <<else>> petite breasts @@ -133,46 +133,46 @@ You order $him to meet you in the spa for some quality time in the penthouse's r $He smiles politely, rubbing circles in the exploded sides of $his colossal belly, then cries out in surprise as you take a handful of the ooze and shove it right in $his face. $He sputters, blushing, and wobbles back and forth, clearly trying not to react as you cover $him in thick wads of gel, over and over. After several minutes of this, you decide that your <<if $PC.dick != 0>> solid, quivering erection is in need of $his tender care. You force $him back into a reclining position at the pool's edge and order $him to - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> masturbate your ooze lubricated dick. <<else>> tease your cockhead with $his mouth. <</if>> $He complies, bringing you to the edge of orgasm, and, before $he can fully push you over the edge, you slide in between $his - <<if $activeSlave.butt > 7>> + <<if getSlave($AS).butt > 7>> debilitatingly enormous, cushiony ass - <<elseif $activeSlave.butt > 4>> + <<elseif getSlave($AS).butt > 4>> massive, cushiony ass - <<elseif $activeSlave.butt > 2>> + <<elseif getSlave($AS).butt > 2>> implant swollen ass - <<elseif $activeSlave.buttImplant == 1>> + <<elseif getSlave($AS).buttImplant == 1>> plush ass <<else>> back <</if>> - and the pool's silk lined wall. Reaching, you tease $his <<if canDoVaginal($activeSlave)>>kitty<<else>>asshole<</if>> with your fingers and rub one hand back and forth along the line of $his tensed shoulders as $he slowly gives in to lust. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. - <<if canDoVaginal($activeSlave)>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> + and the pool's silk lined wall. Reaching, you tease $his <<if canDoVaginal(getSlave($AS))>>kitty<<else>>asshole<</if>> with your fingers and rub one hand back and forth along the line of $his tensed shoulders as $he slowly gives in to lust. Once you're certain $he's ready, you slide into $him, driving you both to orgasm. + <<if canDoVaginal(getSlave($AS))>><<= VCheck.Vaginal()>><<else>><<= VCheck.Anal()>><</if>> <<else>> ooze stimulated quim is in need of $his tender care. You force $him back to recline at the pool's edge and, once you've joined $him, - <<if hasAnyArms($activeSlave)>> + <<if hasAnyArms(getSlave($AS))>> set $him to masturbating your pussy, squeezing and rubbing your clit. <<else>> set $him to rubbing your vulva with $his belly button. <</if>> - <<if $activeSlave.dick >= 1>> - When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal($activeSlave)>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. + <<if getSlave($AS).dick >= 1>> + When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that you can don a dildo and ream $his <<if canDoVaginal(getSlave($AS))>>pussy. <<= VCheck.Vaginal()>><<else>>asshole. <<= VCheck.Anal()>><</if>> Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your strap-on to $his needy hole, you tease $him for a moment before ramming home, driving the both of you to repeated orgasm. <<= VCheck.Anal()>> <<else>> When you feel yourself at the edge of orgasm, you have the pool's mobility aids rotate $him into a position level with the pool's edge, then hop up on that ledge yourself so that your pussies are level. Satisfied that the angles are right, you grab hold of $his hips and slide half on top of $him, resting your lower half on the rear swell of $his obscenely bloated belly. Pressing your lower lips to $hers, you rub your clits together, driving the both of you to repeated orgasm. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> <</if>> <</if>> <</if>> After you've finished with $him, you escort $him to the spa's attached showers so that the two of you can enjoy a bit more time together as you clean off, then allow $him to return to $his duties as you return to your own. <<if passage() != "Slave Interact">> - <<set _fv = $slaveIndices[$activeSlave.ID]>> + <<set _fv = $slaveIndices[getSlave($AS).ID]>> <<if def _fv>> - <<set $slaves[_fv] = $activeSlave>> + <<set $slaves[_fv] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/npc/interaction/fRelation.tw b/src/npc/interaction/fRelation.tw new file mode 100644 index 0000000000000000000000000000000000000000..6fc44fde39b506612dfbbe040f7175497263f6de --- /dev/null +++ b/src/npc/interaction/fRelation.tw @@ -0,0 +1,122 @@ +:: FRelation [nobr] +<<set $AS = $activeSlave.ID>> + +<<if ($partner == "mother")>> + <<set $partner = $slaveIndices[getSlave($AS).mother]>> + <<set _activeSlaveRel = "daughter", _partnerRel = "mother">> +<<elseif ($partner == "father")>> + <<set $partner = $slaveIndices[getSlave($AS).father]>> + <<set _activeSlaveRel = "daughter", _partnerRel = "father">> +<<elseif ($partner == "daughter")>> + <<set $partner = randomAvailableDaughter(getSlave($AS))>> + <<set $partner = $slaveIndices[$partner.ID]>> + <<if getSlave($AS).ID == $slaves[$partner].father>> + <<set _activeSlaveRel = "father", _partnerRel = "daughter">> + <<elseif getSlave($AS).ID == $slaves[$partner].mother>> + <<set _activeSlaveRel = "mother", _partnerRel = "daughter">> + <</if>> +<<elseif ($partner == "sister")>> + <<set $partner = randomAvailableSister(getSlave($AS))>> + <<set $partner = $slaveIndices[$partner.ID]>> + <<switch areSisters(getSlave($AS), $slaves[$partner])>> + <<case 3>> + <<set _activeSlaveRel = "half-sister", _partnerRel = "half-sister">> + <<case 2>> + <<set _activeSlaveRel = "sister", _partnerRel = "sister">> + <<case 1>> + <<set _activeSlaveRel = "twin", _partnerRel = "twin">> + <</switch>> +<<elseif ($partner == "relation")>> + <<set $partner = $slaveIndices[getSlave($AS).relationTarget]>> + <<set _activeSlaveRel = getSlave($AS).relation, _partnerRel = $slaves[$partner].relation>> +<<else>> + <<set $partner = $slaveIndices[getSlave($AS).relationshipTarget]>> + <<switch getSlave($AS).relationship>> + <<case 1>> + <<set _activeSlaveRel = "friend", _partnerRel = "friend">> + <<case 2>> + <<set _activeSlaveRel = "best friend", _partnerRel = "best friend">> + <<case 3>> + <<set _activeSlaveRel = "friend with benefits", _partnerRel = "friend with benefits">> + <<case 4>> + <<set _activeSlaveRel = "lover", _partnerRel = "lover">> + <<case 5>> + <<set _activeSlaveRel = "slave wife", _partnerRel = "slave wife">> + <</switch>> +<</if>> +<<run Enunciate($activeSlave)>> +<<setLocalPronouns $activeSlave>> + +<<setLocalPronouns $slaves[$partner] 2>> + +You call both <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName to your office. + +<<if canWalk(getSlave($AS)) && canWalk($slaves[$partner]) && (getSlave($AS).devotion > 50) && ($slaves[$partner].devotion > 50) && canPenetrate(getSlave($AS)) && canPenetrate($slaves[$partner]) && ($slaves[$partner].anus > 0) && (getSlave($AS).anus > 0) && ($PC.dick != 0)>> + There are three stiff pricks available. Since <<= getSlave($AS).slaveName>> was already in your office, $he goes on the bottom. $He lies on the floor, spreads $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>buttocks, relaxes $his anus, and then begs $his _partnerRel to buttfuck $him. $slaves[$partner].slaveName does, slipping _his2 cock into _his2 _activeSlaveRel's ass. _He2 then stops and waits for you to buttfuck _him2 in turn. It isn't a particularly convenient way to fuck, but it's got the virtue of being uncommon. $slaves[$partner].slaveName, both fucking and getting fucked, comes in _his2 _activeSlaveRel's rectum first. They switch places so <<= getSlave($AS).slaveName>> can have a turn in the middle, leaving you to finish into <<= getSlave($AS).slaveName>>'s already cum-soaked hole. + <<set getSlave($AS).counter.anal += 2, getSlave($AS).counter.penetrative++, $slaves[$partner].counter.anal += 2, $slaves[$partner].counter.penetrative++, $analTotal += 4, $penetrativeTotal += 2>> +<<elseif ($slaves[$partner].devotion - getSlave($AS).devotion > 20) && ($slaves[$partner].devotion <= 50)>> + $slaves[$partner].slaveName is a lot more ready and willing for this than <<= getSlave($AS).slaveName>>, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit _him2 on the couch and make <<= getSlave($AS).slaveName>> sit on _his2 lap, facing _him2. In this position, $slaves[$partner].slaveName can reach around and spread _his2 _activeSlaveRel's <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks for $him, controlling $him all the while in case $he has hesitations about this. <<= getSlave($AS).slaveName>> knows that $he's trapped, and lets $his _partnerRel hold $his ass wide so you can use $him. They're face to face, and it's not hard to tell that <<= getSlave($AS).slaveName>> is glaring daggers at $slaves[$partner].slaveName. You reward $slaves[$partner].slaveName for _his2 obedience and punish <<= getSlave($AS).slaveName>> for $his resistance by forcing $him to orally service $slaves[$partner].slaveName while you finish using <<= getSlave($AS).slaveName>>. + <<set getSlave($AS).counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> +<<elseif (getSlave($AS).devotion - $slaves[$partner].devotion > 20) && ($slaves[$partner].devotion <= 50)>> + <<= getSlave($AS).slaveName>> is a lot more ready and willing for this than $slaves[$partner].slaveName, so<<if ($PC.dick == 0)>>while getting into a strap-on,<</if>> you sit $him on the couch and make $slaves[$partner].slaveName sit on $his lap, facing $him. In this position, <<= getSlave($AS).slaveName>> can reach around and spread $his _partnerRel's <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks for _him2, controlling _him2 all the while in case _he2 has hesitations about this. $slaves[$partner].slaveName knows that _he2's trapped, and lets _his2 _activeSlaveRel hold _his2 ass wide so you can use _him2. They're face to face, and it's not hard to tell that $slaves[$partner].slaveName is glaring daggers at <<= getSlave($AS).slaveName>>. You reward <<= getSlave($AS).slaveName>> for $his obedience and punish $slaves[$partner].slaveName for _his2 resistance by forcing _him2 to suck <<= getSlave($AS).slaveName>> off while you finish using $slaves[$partner].slaveName. + <<set getSlave($AS).counter.oral++, $slaves[$partner].counter.oral++, $oralTotal++>> + <<= VCheck.Partner()>> +<<elseif canWalk(getSlave($AS)) && canWalk($slaves[$partner]) && (getSlave($AS).devotion > 50) && ($slaves[$partner].devotion > 20) && (hasAnyArms(getSlave($AS))) && (_activeSlaveRel == "mother" || _activeSlaveRel == "father")>> + <<= getSlave($AS).slaveName>> gives you a little smile when $he <<if canHear(getSlave($AS))>>hears<<else>>learns<</if>> you wish to fuck $him and $his _daughter2 $slaves[$partner].slaveName<<if ($PC.dick == 0)>> and <<if canSee(getSlave($AS))>>sees<<else>>acknowledges<</if>> your strap-on<</if>>. On your direction, <<= getSlave($AS).slaveName>> sits on the couch. When $slaves[$partner].slaveName enters, _his2 _activeSlaveRel spreads $his arms and tells _him2 to sit on $his lap. $slaves[$partner].slaveName gets the idea and straddles $him so they're face to face. You take $slaves[$partner].slaveName from behind; _he2 gasps as _he2 feels _his2 _activeSlaveRel's hand<<if (hasBothArms($slaves[$partner]))>>s<</if>> stimulate _him2 from the front. They make out shamelessly while you take your pleasure. When you finish, <<= getSlave($AS).slaveName>> lies down on the couch so $slaves[$partner].slaveName can ride $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>face. As $he sucks the cum out of $his _daughter2's sopping fuckhole, $slaves[$partner].slaveName sucks you hard again. In the mood for something harder this time, you jam yourself into the older <<= getSlave($AS).slaveName>>. $slaves[$partner].slaveName gets off <<= getSlave($AS).slaveName>>'s face so _he2 can offer _himself2 for fondling and groping while you pound <<= getSlave($AS).slaveName>>. After you're done, $slaves[$partner].slaveName returns _his2 _activeSlaveRel's affection and gives $him some gentle oral as the older slave lies there exhausted. + <<set getSlave($AS).counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif canWalk(getSlave($AS)) && canWalk($slaves[$partner]) && (getSlave($AS).devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "daughter")>> + <<= getSlave($AS).slaveName>> is enthusiastic when $he <<if canHear(getSlave($AS))>>hears<<else>>notices<</if>> you order $slaves[$partner].slaveName to come over. $His total immersion in sexual slavery has clearly uncovered a willingness to get very close to $his _partnerRel. You<<if ($PC.dick == 0)>> don a strap-on,<</if>> lie on the floor and instruct $slaves[$partner].slaveName to ride you. _He2 complies, and finds _his2 $daughter <<= getSlave($AS).slaveName>> + <<if ($slaves[$partner].dick > 0)>> + stroking _his2 cock while _he2 humps _his2 <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>butt up and down on your cock. + <<else>> + licking _his2 anus while _he2 humps _himself2 up and down on your cock. + <</if>> + Your use of $slaves[$partner].slaveName's <<if $slaves[$partner].physicalAge >= 24>>mature<<else>>surprisingly young<</if>> body is the focus. _He2 finds _himself2 caught up in a miasma of sexual pleasure and perversion, moaning and blushing as your <<if ($PC.dick == 0)>>strap-on and fingers<<else>>cock<</if>> and <<= getSlave($AS).slaveName>>'s mouth tour _his2 body. When you finish in _his2 <<if ($slaves[$partner].dick > 0)>>asshole, _his2 $daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled butt.<<else>>pussy, _his2 $daughter hastens to lavish attention on $his _partnerRel's well fucked, cum filled cunt.<</if>> + <<set getSlave($AS).counter.oral += 2, $slaves[$partner].counter.oral += 2, $oralTotal += 2>> + <<= VCheck.Partner()>> +<<elseif canDoVaginal(getSlave($AS)) && canDoVaginal($slaves[$partner]) && canWalk(getSlave($AS)) && canWalk($slaves[$partner]) && (getSlave($AS).devotion > 50) && ($slaves[$partner].devotion > 50) && (_activeSlaveRel == "twin")>> + <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName are such devoted sex slaves that they've long since lost any hesitations about their partnership, and generally approach sex as though their bodies were interchangeable. (This means that they almost never masturbate, for one thing, preferring to have sex with each other, instead.) Giggling and kissing each other, they eagerly kneel before your chair and give you simultaneous oral sex, making an effort to play with their symmetry. They kiss around your <<if ($PC.dick == 0)>>pussy<<else>>cock, making a complete seal around you with their lips<</if>>, one on each side. Then they jump up on your desk and press their <<if (getSlave($AS).dick > 0) && ($slaves[$partner].dick > 0)>>cocks<<elseif (getSlave($AS).dick > 0) || ($slaves[$partner].dick > 0)>>cock and pussy<<else>>pussies<</if>> against one another<<if ($PC.dick == 0)>> while you don a strap-on<</if>>, spreading their legs to offer you everything. You switch back and forth, with the twin you're not in rubbing and grinding against their <<print relativeTerm(getSlave($AS), $slaves[$partner])>>, until both of $slaves[$partner].slaveName and <<= getSlave($AS).slaveName>> are lying on the desk<<if ($PC.dick != 0)>> with cum dripping out of them<</if>>, making out tiredly. + <<set $slaves[$partner].counter.oral++, getSlave($AS).counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif canWalk(getSlave($AS)) && canWalk($slaves[$partner]) && (getSlave($AS).devotion > 50) && ($slaves[$partner].devotion > 20) && (_activeSlaveRel == "sister" || _activeSlaveRel == "half-sister")>> + You call <<= getSlave($AS).slaveName>>'s _activeSlaveRel $slaves[$partner].slaveName in for some incestuous fun, but see no reason to wait for _him2. When _he2 arrives, it's to the <<if canSee($slaves[$partner])>>sight<<else>>scene<</if>> of <<= getSlave($AS).slaveName>> sitting on the couch with $his legs spread with you <<if (getSlave($AS).vagina > -1)>>gently fucking $his pussy<<else>>using $his asshole<</if>><<if ($PC.dick == 0)>> with a strap-on<</if>>. You pull out and order $slaves[$partner].slaveName to orally service _his2 <<print relativeTerm($slaves[$partner], getSlave($AS))>>. _He2 gets down before the spread-eagled slave $girl to get to work. After watching <<= getSlave($AS).slaveName>> enjoy the attention for a while, you move behind the busy $slaves[$partner].slaveName and pull _him2 into a good position so you can fuck _him2 while _he2 sucks. After a few thrusts, <<= getSlave($AS).slaveName>>'s eyes roll back. <<if (getSlave($AS).voice == 0) || (getSlave($AS).accent >= 3)>>$He gestures that it feels really good when you make $his <<print relativeTerm(getSlave($AS), $slaves[$partner])>> moan into $him.<<else>>"Oh <<Master>>," $he squeals, "it feel<<s>> <<s>>o good when you make _him2 moan into me!"<</if>> + <<set $slaves[$partner].counter.oral++, getSlave($AS).counter.oral++, $oralTotal++>> + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ["daughter", "father", "half-sister", "mother", "sister", "twin"].includes(_activeSlaveRel)>> + Since between them they aren't able to enthusiastically perform an incestuous threesome, you simply line <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName up next to one another on the couch next to your desk,<<if ($PC.dick == 0)>> don a strap-on,<</if>> and fuck <<if $seeRace == 1>><<= getSlave($AS).race>> holes <</if>>at will. Whenever a hole begins to pall you just switch to another. <<= getSlave($AS).slaveName>> tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the cock getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ((_activeSlaveRel == "friend") || (_activeSlaveRel == "best friend")) && (getSlave($AS).devotion > 20) && ($slaves[$partner].devotion > 20)>> + <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName line up next to one another on the couch next to your desk<<if ($PC.dick == 0)>> while you don a strap-on,<</if>> and offer you their holes. They're just friends, but they're sex slaves and they see nothing wrong with enjoying sex with you, together. They keep up a constant stream of giggling, gasping, and smiling as each of them in turn feels a cock, warm and wet from their friend's body, transferred into them. Each of them does their best to help the other do well, even manually stimulating their friend when necessary<<if ($PC.boobs >= 300 || $PC.title == 0)>> and spinning around to lavish attention on your nipples<</if>>. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<elseif ["friend with benefits", "lover", "slave wife"].includes(_activeSlaveRel) && (getSlave($AS).devotion > 20) && ($slaves[$partner].devotion > 20)>> + <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName eagerly retire to the couch and arrange themselves face to face so they can make out and enjoy each other's bodies as you enjoy theirs. You decide not to set up an elaborate threesome, and just <<if ($PC.dick == 0)>>engage in a little tribadism with<<else>>fuck<</if>> whatever hole catches your eye next. They rarely break their intimate kissing, forming between the two of them a loving entity on the couch with all sorts of interesting parts to experience. They're sex slaves, and you're fucking them, but they're also lovers who are very comfortable in each others' + <<if ((hasBothArms(getSlave($AS))) && (hasBothArms($slaves[$partner])))>> + arms, + <<elseif ((hasAnyArms(getSlave($AS))) && (hasAnyArms($slaves[$partner])))>> + embrace, + <<else>> + presence, + <</if>> + kissing, fondling each other, and <<if ($PC.dick == 0)>>enjoying your pussy loving<<else>>taking your dick<</if>>. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<<else>> + Since between them they aren't able to enthusiastically perform a threesome, you simply line <<= getSlave($AS).slaveName>> and $slaves[$partner].slaveName up next to one another on the couch next to your desk, and fuck <<if $seeRace == 1>><<= getSlave($AS).race>> holes <</if>>at will. Whenever a hole begins to pall you just switch to another. <<= getSlave($AS).slaveName>> tries hard to ignore the fact that $he's getting fucked next to $his _partnerRel, and $slaves[$partner].slaveName pretends the <<if ($PC.dick == 0)>>strap-on<<else>>cock<</if>> getting shoved into _him2 isn't slick from _his2 _activeSlaveRel's fuckhole. + <<= VCheck.Both()>> + <<= VCheck.Partner()>> +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $nextLink = "AS Dump">> +<</if>> + +<<set $partner = 0>> +<<set $relation = "">> +<<set $relationType = "">> diff --git a/src/npc/interaction/fRival.tw b/src/npc/interaction/fRival.tw new file mode 100644 index 0000000000000000000000000000000000000000..7221a0b16fa65e0c720add2e8b26e36d69232aaa --- /dev/null +++ b/src/npc/interaction/fRival.tw @@ -0,0 +1,58 @@ +:: FRival [nobr] + +<<set $AS = $activeSlave.ID>> +<<set $partner = $slaveIndices[$activeSlave.rivalryTarget]>> +<<setLocalPronouns $activeSlave>> +<<setLocalPronouns $slaves[$partner] 2>> + +You call <<= getSlave($AS).slaveName>> to your office and let $him know you'll be abusing $slaves[$partner].slaveName together. + +<<if (getSlave($AS).fetish == "sadist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He looks overjoyed at the prospect of getting to hurt someone. +<</if>> + +$slaves[$partner].slaveName <<if canSee($slaves[$partner])>>sees<<else>>senses<</if>> <<= getSlave($AS).slaveName>> as _he2 enters and looks worried. + +<<if ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina < 0)>> + Since _he2's a sissy bitch and an anal virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell <<= getSlave($AS).slaveName>> to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. <<= getSlave($AS).slaveName>> administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time <<= getSlave($AS).slaveName>> decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's limp dick instead of _his2 ass. + <<set $slaves[$partner].counter.oral++, $oralTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina == 0) && (hasAnyArms(getSlave($AS)))>> + Since _he2's a virgin, you tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell <<= getSlave($AS).slaveName>> to come over and start spanking. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. <<= getSlave($AS).slaveName>> administers a series of cruel slaps to the quivering <<if $seeRace == 1>>$slaves[$partner].race <</if>>buttocks in front of $him, making your victim yell delightfully into your <<if ($PC.dick == 0)>>womanhood<<else>>member<</if>>. After a short time <<= getSlave($AS).slaveName>> decides to be even crueler, and begins to 'miss' frequently, hitting $slaves[$partner].slaveName's poor pussy instead of _his2 ass. + <<set $slaves[$partner].counter.oral++, $oralTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && canPenetrate(getSlave($AS)) && (hasAnyArms(getSlave($AS)))>> + You tell _him2 to bend over and <<if ($PC.dick == 0)>>give you head<<else>>suck your dick<</if>>. _He2 does, and once _he2's working away, you tell <<= getSlave($AS).slaveName>> to use the bitch. $slaves[$partner].slaveName begins to lift _his2 head as though to protest, so you shove _him2 back down onto your <<if ($PC.dick == 0)>>pussy<<else>>cock<</if>>, gagging and struggling. <<= getSlave($AS).slaveName>> lands a slap on the <<if $seeRace == 1>>$slaves[$partner].race <</if>>butt in front of $him as $he lines $his turgid dick up with $slaves[$partner].slaveName's pussy. $He sinks in with a sigh and begins to enjoy $himself, using slaps and pinches to ensure that of the two slaves, the fun is entirely on $his side. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.oral++, getSlave($AS).counter.penetrative++, $vaginalTotal++, $oralTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0) && (getSlave($AS).dick > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place. Once _he2's humping away, you tell <<= getSlave($AS).slaveName>> to use _his2 face. <<= getSlave($AS).slaveName>> comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, <<= getSlave($AS).slaveName>>, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and <<= getSlave($AS).slaveName>> sighs in contentment. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, getSlave($AS).counter.oral++, $vaginalTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus == 0) && ($slaves[$partner].vagina > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing away from you. $He does, not without trepidation, which increases when you hold $him securely in place. Once _he2's humping away, you tell <<= getSlave($AS).slaveName>> to ride _his2 face. <<= getSlave($AS).slaveName>> comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.vaginal++, getSlave($AS).counter.oral++, $vaginalTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 0) && canPenetrate(getSlave($AS))>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell <<= getSlave($AS).slaveName>> to come over and join you. <<= getSlave($AS).slaveName>> comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes <<= getSlave($AS).slaveName>> a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. Of the three phalli present, $slaves[$partner].slaveName's is the only one that's soft as _he2 cries _his2 way through a brutal double anal rape. + <<set $slaves[$partner].counter.anal++, getSlave($AS).counter.penetrative++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina == 0) && canPenetrate(getSlave($AS))>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing you. _He2 lowers _his2 butthole down onto your cock, not without trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell <<= getSlave($AS).slaveName>> to come over and join you. <<= getSlave($AS).slaveName>> comes over, stroking $himself hard, not certain what you mean. To make it clear, you hook a single finger up into poor $slaves[$partner].slaveName's rectum alongside <<if ($PC.dick == 0)>>the fake phallus<<else>>your dick<</if>>. It takes <<= getSlave($AS).slaveName>> a while to jam $his cock up the struggling and sobbing $slaves[$partner].slaveName's anus. $slaves[$partner].slaveName buys continued vaginal virginity by taking a brutal double anal rape. + <<set $slaves[$partner].counter.anal++, getSlave($AS).counter.penetrative++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1) && (getSlave($AS).dick > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell <<= getSlave($AS).slaveName>> to ride _his2 face. <<= getSlave($AS).slaveName>> comes over slowly, unsure what to do with the offer since $his dick is so useless. $He forces $slaves[$partner].slaveName's face against $his useless member anyway. After a bit of this, <<= getSlave($AS).slaveName>>, clearly unsatisfied, turns around and rides $slaves[$partner].slaveName with $his ass instead. $slaves[$partner].slaveName tries to avoid orally servicing _his2 rival's asshole, but you hold _him2 in place and <<= getSlave($AS).slaveName>> sighs in contentment. + <<set $slaves[$partner].counter.anal++, $slaves[$partner].counter.oral++, getSlave($AS).counter.oral++, $analTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina < 1)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>> anally, facing away from you. _He2 does, not without trepidation, which increases when you hold _him2 securely in place as you pump yourself in and out of _his2 asshole. You tell <<= getSlave($AS).slaveName>> to ride _his2 face. <<= getSlave($AS).slaveName>> comes over, gently rubbing $his pussy. $He forces $slaves[$partner].slaveName's face against $his slick cunt, ignoring _his2 reluctance. $slaves[$partner].slaveName eventually realizes that _he2's better off getting it over with, and applies _his2 tongue as best _he2 can. + <<set $slaves[$partner].counter.oral++, $slaves[$partner].counter.anal++, getSlave($AS).counter.oral++, $analTotal++, $oralTotal += 2>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && canPenetrate(getSlave($AS))>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell <<= getSlave($AS).slaveName>> to come over and join you. <<= getSlave($AS).slaveName>> comes over, stroking $himself hard. You squeeze $slaves[$partner].slaveName's buttocks together and then spread them again, forcing _his2 anus to wink invitingly. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while <<= getSlave($AS).slaveName>> gets $his cock up $his ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, getSlave($AS).counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0) && (getSlave($AS).dick > 0) && (hasAnyArms(getSlave($AS)))>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell <<= getSlave($AS).slaveName>> to come over and join you. <<= getSlave($AS).slaveName>> comes over, stroking $himself hard, not certain what you mean, since $his cock is useless. To make it clear, you push two fingers into $slaves[$partner].slaveName's butt, finger fucking _his2 asshole until <<= getSlave($AS).slaveName>> takes over. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. <<= getSlave($AS).slaveName>> uses as many fingers as $he can, always at least one more than $slaves[$partner].slaveName would like. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, getSlave($AS).counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<elseif ($slaves[$partner].anus > 0) && ($slaves[$partner].vagina > 0)>> + You <<if ($PC.dick == 0)>>step into a strap-on and tell _him2 to ride it<<else>>tell _him2 to ride your dick<</if>>, facing you. _He2 does, with some trepidation, which increases when you reach behind _him2 and spread _his2 buttocks as wide as they'll go. With _him2 pinned, you tell <<= getSlave($AS).slaveName>> to come over and join you, indicating a strap-on for slave use, on a side shelf. <<= getSlave($AS).slaveName>> hurries into it and comes over. You stop $slaves[$partner].slaveName's abortive humping and hold _his2 hips in place while <<= getSlave($AS).slaveName>> gets $his fake cock up _his2 ass. Once $he's set, off the two of you go, with poor $slaves[$partner].slaveName gasping and grimacing as _he2 gets it rough in both holes. <<= getSlave($AS).slaveName>> murmurs calumnies in $slaves[$partner].slaveName's ear, pinches _his2 nipples, and generally adds humiliation above and beyond being double penetrated by _his2 owner and _his2 rival. + <<set $slaves[$partner].counter.vaginal++, $slaves[$partner].counter.anal++, getSlave($AS).counter.penetrative++, $vaginalTotal++, $analTotal++, $penetrativeTotal++>> +<<else>> + Unforeseen combination of rival stats; yell at FC Dev to write a scene for these slaves. +<</if>> + +<<if passage() !== "Slave Interact">> + <<set $nextLink = "AS Dump">> +<</if>> diff --git a/src/npc/interaction/fSlaveFeed.tw b/src/npc/interaction/fSlaveFeed.tw new file mode 100644 index 0000000000000000000000000000000000000000..88a2de4a90bffa29b8ec324e0335ad0fa7e73273 --- /dev/null +++ b/src/npc/interaction/fSlaveFeed.tw @@ -0,0 +1,785 @@ +:: FSlaveFeed [nobr] + +<<set _pregDiscovery = 0>> +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<setLocalPronouns $milkTap 2>> + +<span id="artFrame"> +/* 000-250-006 */ +<<if $seeImages == 1>> + <div class="imageColumn"> + <div class="imageRef medImg"> + <<= SlaveArt(getSlave($AS), 2, 0)>> + </div> + <div class="imageRef medImg"> + <<= SlaveArt($milkTap, 2, 0)>> + </div> + </div> +<</if>> +/* 000-250-006 */ +</span> + +<<if getSlave($AS).inflationType == "milk">> +<<set getSlave($AS).milkSource = $milkTap.ID>> + +The first necessary step is to prepare the milk cow and _his2 udders. + +<<if $milkTap.fuckdoll > 0>> + This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. + +<<elseif $milkTap.fetish == "mindbroken">> + This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the pressure in _his2 breasts, _he2 is simple to position. + +<<elseif $milkTap.rivalryTarget == getSlave($AS).ID>> + This is rather easy, as $milkTap.slaveName wants to <<if canSee($milkTap)>>see<<else>>feel<</if>> <<= getSlave($AS).slaveName>>'s belly swell painfully as $he is force-fed _his2 milk. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + +<<elseif $milkTap.relationshipTarget == getSlave($AS).ID>> + This is rather easy, as $milkTap.slaveName + <<if $milkTap.relationship == 1>> + wants _his2 friend to try _his2 milk, fresh from the source. + <<elseif $milkTap.relationship == 2>> + wants _his2 best friend to try _his2 milk, fresh from the source. + <<elseif $milkTap.relationship == 3>> + can't wait to have some fun with _his2 friend with benefits. + <<elseif $milkTap.relationship == 4>> + enjoys spending intimate time with _his2 lover, and having _his2 breasts suckled is one of _his2 favorites. + <<elseif $milkTap.relationship == 5>> + enjoys spending intimate time with _his2 $wife, and having _his2 breasts suckled is one of _his2 favorites. + <</if>> <<if $milkTap.lactation > 1>>_He2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + +<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> + This is very easy, since $milkTap.slaveName loves _his2 tits played with and can't wait to get suckled. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes next to no effort to get _his2 milk flowing<</if>>. + +<<elseif getSlave($AS).mother == $milkTap.ID>> + This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. +<<elseif getSlave($AS).father == $milkTap.ID>> + This is extremely tough, as $milkTap.slaveName is very uncomfortable breast feeding the $girl _he2 sired. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif $milkTap.mother == getSlave($AS).ID>> + This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own mother. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif $milkTap.father == getSlave($AS).ID>> + This is very tough, as $milkTap.slaveName finds it weird to let _his2 father suckle from _him2. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm(getSlave($AS), $milkTap)>> to try _his2 milk, but only if $he can taste $hers too. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + This is slightly difficult, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. + +<<elseif $milkTap.relationTarget == getSlave($AS).ID>> + <<if $milkTap.relation == "twin">> + This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm($milkTap, getSlave($AS))>> to try _his2 milk, but only if $he can taste _hers2 too. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + <<elseif $milkTap.relation == "sister">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _his2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _his2 eager for relief<</if>>. + <<elseif $milkTap.relation == "mother">> + This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. + <<elseif $milkTap.relation == "daughter">> + This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own <<print relativeTerm($milkTap, getSlave($AS))>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. + <</if>> + +<<elseif ($milkTap.lactation > 1) && ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName produces so much milk, _he2 eagerly accepts any source of relief _he2 can manage. + +<<elseif ($milkTap.devotion > 50)>> + Since $milkTap.slaveName is devoted to you, _he2'll allow anyone you want to drink deeply from _him2. + +<<elseif ($milkTap.devotion > 20)>> + Since $milkTap.slaveName is obedient, _he2 appreciates any relief from _his2 swollen breasts. + +<<elseif ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, $he'll at least be thankful to be relieved of some pressure. + +<<else>> + Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 tits exposed and ready to be drank from. <<if $milkTap.lactation > 1>>You affix nipple clamps to _his2 $milkTap.nipples nipples and step back to watch _his2 breasts back up with milk. When _he2 is unclamped, the flow should certainly be strong enough for your desires<<else>>You make sure to roughly coax _his2 milk into flowing, all the while reminding _him2 that _he2 is nothing more than a cow now<</if>>. + +<</if>> + +<br><br> + +Next, you see to <<= getSlave($AS).slaveName>>. + +<<if (isAmputee(getSlave($AS)))>> + You move the limbless $girl to $milkTap.slaveName's nipple and strap $him to it to prevent it from falling out of $his mouth. + +<<elseif tooBigBreasts(getSlave($AS))>> + You set $him up so that $his massive breasts pin $him on $milkTap.slaveName's milky nipple. + +<<elseif $milkTap.fuckdoll > 0>> + $He hesitantly brings $his mouth to its milky nipple, uncertain about suckling from a living doll. + +<<elseif getSlave($AS).rivalryTarget == $milkTap.ID>> + Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's milky nipple so $he has no choice but to drink until you release $him. + +<<elseif getSlave($AS).relationshipTarget == $milkTap.ID>> + This is rather easy, as <<= getSlave($AS).slaveName>> + <<if getSlave($AS).relationship == 1>> + licks $his lips as $he approaches $his friend's breasts. + <<elseif getSlave($AS).relationship == 2>> + eagerly licks $his lips as $he approaches $his best friend's breasts. + <<elseif getSlave($AS).relationship == 3>> + licks $his lips and smiles as $he approaches $his friend with benefits' breasts, knowing well how _his2 <<if canTaste(getSlave($AS))>>milk tastes<<else>>body feels<</if>>. + <<elseif getSlave($AS).relationship == 4>> + licks $his lips and smiles as $he approaches $his lover's breasts. This won't be the first time $he's suckled from _him2 like this. + <<elseif getSlave($AS).relationship == 5>> + licks $his lips and smiles as $he approaches $his _wife2's breasts. This won't be the first time $he's suckled from _him2 like this. + <</if>> + +<<elseif getSlave($AS).mother == $milkTap.ID>> + $He draws close to $his mother's nipples, trying to remember if $he once had a favorite. +<<elseif getSlave($AS).father == $milkTap.ID>> + $He hesitatingly lowers $himself to $his father's nipple. <<if $milkTap.dick > 0 && canAchieveErection($milkTap)>> $he nearly backs away when $he feels the dick that sired $him poking at $his belly.<</if>> +<<elseif $milkTap.mother == getSlave($AS).ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple. +<<elseif $milkTap.father == getSlave($AS).ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple<<if getSlave($AS).dick > 0 && canAchieveErection(getSlave($AS))>>, $his cock steadily hardening at the perversion of suckling from $his child<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + $He readily gets in position to <<if canTaste(getSlave($AS))>>taste<<else>>suckle from<</if>> $his <<print relativeTerm(getSlave($AS), $milkTap)>><<if getSlave($AS).lactation > 0>> while coaxing $his own milk to flow<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple. + +<<elseif getSlave($AS).relationTarget == $milkTap.ID>> + <<if getSlave($AS).relation == "twin">> + $He readily gets in position to <<if canTaste(getSlave($AS))>>taste<<else>>suckle from<</if>> $his <<print relativeTerm(getSlave($AS), $milkTap)>><<if getSlave($AS).lactation > 0>> while coaxing $his own milk to flow<</if>>. + <<elseif getSlave($AS).relation == "sister">> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple. + <<elseif getSlave($AS).relation == "mother">> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple. + <<elseif getSlave($AS).relation == "daughter">> + $He draws close to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipples, trying to remember if $he once had a favorite. + <</if>> + +<<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).devotion >= -20)>> + $He can't wait to <<if hasBothArms(getSlave($AS))>>wrap $his hands around<<else>>get between<</if>> $milkTap.slaveName's massive milky breasts and eagerly approaches $his nipples to suckle. + +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName's mothering instead. + +<<elseif getSlave($AS).devotion < -20>> + $He tries to refuse, so you strap $him to $milkTap.slaveName's breast, milky $milkTap.nipples nipple wedged in $his mouth. + +<<elseif getSlave($AS).devotion <= 20>> + $He obeys your orders reluctantly, drawing near $milkTap.slaveName's breasts despite $his obvious hesitation to be filled with milk. + +<<elseif getSlave($AS).devotion <= 50>> + $He obeys your orders, drawing near $milkTap.slaveName's breasts despite $his slight hesitation at the idea of being filled with milk. + +<<else>> + $He happily obeys your orders, eagerly wrapping $his lips around $milkTap.slaveName's milky $milkTap.nipples nipple and suckling enthusiastically. +<</if>> + +<br><br> + +<<if getSlave($AS).preg > getSlave($AS).pregData.normalBirth/13.33 && getSlave($AS).pregKnown == 0 && getSlave($AS).inflation > 1>> + It becomes abundantly clear that something is wrong with <<= getSlave($AS).slaveName>> as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).pregKnown = 1>> + <<set _pregDiscovery = 1>> + +<<elseif $milkTap.fuckdoll > 0>> + Slight moaning emanates from the Fuckdoll as <<= getSlave($AS).slaveName>> drinks from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.rivalryTarget == getSlave($AS).ID>> + $milkTap.slaveName grins as _his2 rival is forced to drink until $his belly is <<if getSlave($AS).inflation == 3>>nearly bursting with milk. <<= getSlave($AS).slaveName>> struggles against $his bindings until the pressure building in $him overwhelms $him, causing $him to pass out directly into $milkTap.slaveName's cushiony breasts. You quickly remove $him from the nipple before $he drowns<<elseif getSlave($AS).inflation == 2>>is rounded, jiggling and sloshing with milk. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms(getSlave($AS))>>$He gingerly crawls away from $milkTap.slaveName, <<if hasBothArms(getSlave($AS))>>one<<else>>$his<</if>> hand cradling $his overfull stomach<<else>>$He rolls onto $his side, groaning with discomfort<</if>><<elseif getSlave($AS).inflation == 1>>bloated with milk. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms(getSlave($AS))>>$He gingerly sits up and begins massaging $his full stomach<<else>>$He rolls onto $his back, hiccupping pathetically<</if>><</if>>. + +<<elseif $milkTap.relationshipTarget == getSlave($AS).ID>> + <<if $milkTap.relationship == 1>> + $milkTap.slaveName sighs contently as _his2 friend drinks deeply from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 2>> + $milkTap.slaveName sighs contently as _his2 best friend drinks deeply from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 3>> + $milkTap.slaveName moans lewdly as _his2 friend with benefits drinks deeply from _his2 breasts, savoring it despite commonly nursing <<= getSlave($AS).slaveName>> during their lovemaking. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 4>> + $milkTap.slaveName moans lewdly as _his2 lover drinks deeply from _his2 breasts, savoring it despite commonly nursing <<= getSlave($AS).slaveName>> during their lovemaking. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 5>> + $milkTap.slaveName moans lewdly as _his2 $wife drinks deeply from _his2 breasts, savoring it despite commonly nursing <<= getSlave($AS).slaveName>> during their lovemaking. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif getSlave($AS).mother == $milkTap.ID>> + $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif getSlave($AS).father == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts<<if $milkTap.dick > 0 && canAchieveErection($milkTap)>>, _his2 dick throbbing with lust<</if>>. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>><<if $milkTap.dick > 0 && canAchieveErection($milkTap)>><<if getSlave($AS).sexualQuirk == "perverted">>. The way $he is wiggling $his hips suggests $he isn't finished with $his daddy just yet, and $his father's moaning confirms $he is teasing _him2 with $his rear. $He giggles as the horny cow unloads on $his backside<<else>>. $He doesn't stay put for long, as a strong moan and a blast of cum across $his rear from the horny cow startles $him from $his rest<</if>><</if>>. +<<elseif $milkTap.mother == getSlave($AS).ID>> + $milkTap.slaveName moans lewdly as _he2 enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.father == getSlave($AS).ID>> + $milkTap.slaveName moans lewdly as _his2 father suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= getSlave($AS).actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.relationTarget == getSlave($AS).ID>> + <<if $milkTap.relation == "twin">> + $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "sister">> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= getSlave($AS).actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, getSlave($AS))>> suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "mother">> + $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "daughter">> + $milkTap.slaveName moans lewdly as $he enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif (getSlave($AS).devotion < -20) && ($milkTap.devotion < -20)>> + Since you have two restrained and unwilling slaves, the work of milking $milkTap.slaveName's breasts falls to you. That doesn't mean you can't have fun doing it though. + <<if canDoVaginal($milkTap)>> + Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>>teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.vagina == 0>>virgin <</if>>pussy. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is <<= getSlave($AS).slaveName>> bloated with enough milk. + <<set $milkTap.counter.vaginal++, $vaginalTotal++>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 0, -1)>> + <</if>> + <<elseif canDoAnal($milkTap)>> + Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.anus == 0>>virgin <</if>>rear. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is <<= getSlave($AS).slaveName>> bloated with enough milk. + <<set $milkTap.counter.anal++, $analTotal++>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 1, -1)>> + <</if>> + <<elseif $PC.dick != 0 && $milkTap.butt > 4>> + Moving behind the restrained cow while teasing your erect cock, you push _him2 forward to allow you to press your dick between _his2 huge butt cheeks. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms across the back of the sobbing cow, is <<= getSlave($AS).slaveName>> bloated with enough milk. + <<elseif $PC.dick != 0 && !hasAnyLegs($milkTap)>> + Moving behind the restrained cow while teasing your erect cock, you find a severe lack of places to stick your dick. Sighing, you hoist _his2 belted ass into the air so you may thrust between _his2 <<if $milkTap.weight > 95>>soft <</if>>thighs. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several loads blown<<if $milkTap.belly >= 1500>> onto the rounded belly of the sobbing cow<</if>>, is <<= getSlave($AS).slaveName>> bloated with enough milk. + <<else>> + With a lack of holes to penetrate, you simply wrap your arms around $milkTap.slaveName and begin fondling and milking _his2 luscious breasts. After some time, <<= getSlave($AS).slaveName>> is finally bloated to your desired size. + <</if>> + Standing and releasing $him from $milkTap.slaveName, gives you the opportunity to finally see <<= getSlave($AS).slaveName>>'s <<if getSlave($AS).inflation == 3>>taut, round belly<<elseif getSlave($AS).inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>>. You just wish you could have enjoyed it a bit more, though forcing milk into the squirming slave was quite enjoyable. + Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal($milkTap) && ($milkTap.vagina == 0)>> + $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ to your inconvenience. + <<set $milkTap.devotion -= 5, $milkTap.vagina = 1>> + <<elseif canDoAnal($milkTap) && ($milkTap.anus == 0)>> + $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ to your inconvenience. + <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> + <</if>> + +<<elseif ($milkTap.devotion < -20)>> + Since your cow is restrained, you order the more obedient <<= getSlave($AS).slaveName>> to enjoy $himself with $milkTap.slaveName's breasts. As $he suckles, you can't help but notice the tantalizing way $he wiggles $his rear. + <<if canDoVaginal(getSlave($AS))>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if getSlave($AS).vagina == 0>>virgin <</if>> pussy, doggy style. You wrap your arms around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if getSlave($AS).vagina == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his vagina.@@<</if>> + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if getSlave($AS).anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if getSlave($AS).anus == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@<</if>> + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + Teasing your stiffening cock, you push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his huge butt cheeks. You wrap your arms around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + Teasing your stiffening cock, you find a severe lack of places to stick your dick. Sighing, you hoist $his belted ass into the air, push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs. You wrap your arms around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <<else>> + With a lack of holes to penetrate, you simply wrap your arms around $him and push $him deeper into the protesting $milkTap.slaveName. You bring a hand to <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and lead the other to your <<if $PC.dick == 0>>soaked pussy<<else>>stiff prick<</if>>. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. + <</if>> + $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor cow isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<set getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<set getSlave($AS).anus = 1>> + <</if>> + +<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && (getSlave($AS).devotion < -20)>> + <<if canDoVaginal(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if getSlave($AS).anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin vagina.@@<</if>> + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if getSlave($AS).anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@<</if>> + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can rub your dick between $his huge butt cheeks while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 well milked breasts, you know $he'll come out of it and be eagerly begging you for another milking soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen stomach, and cum soaked back, @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen, cum-covered stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<else>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to drink from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your eager cow. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <</if>> + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<set getSlave($AS).vagina = 1>> + <<set getSlave($AS).devotion -= 5>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<set getSlave($AS).anus = 1>> + <<set getSlave($AS).devotion -= 5>> + <</if>> + <<set getSlave($AS).devotion -= 5>> + <<set getSlave($AS).trust -= 5>> + <<set $milkTap.devotion += 4>> + +<<elseif (getSlave($AS).devotion <= 20) || ($milkTap.devotion <= 20)>> + <<if canDoVaginal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You order <<= getSlave($AS).slaveName>> to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish praise on your obedient cow. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 loves it groped. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank <<= getSlave($AS).slaveName>> for lightening _his2 milky breasts. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<set getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<set getSlave($AS).anus = 1>> + <</if>> + +<<elseif (getSlave($AS).devotion <= 50) || ($milkTap.devotion <= 50)>> + <<if canDoVaginal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You order <<= getSlave($AS).slaveName>> to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your happy cow. With every thrust against the squirming slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 gets backed up. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so thanks to _his2 lighter breasts. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<= getSlave($AS).slaveName>> feels @@.hotpink;closer to you@@ after losing $his virginity to you. + <<set getSlave($AS).vagina = 1, getSlave($AS).devotion += 2>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<= getSlave($AS).slaveName>> feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. + <<set getSlave($AS).anus = 1, getSlave($AS).devotion += 2>> + <</if>> + +<<else>> + <<= getSlave($AS).slaveName>> eagerly lifts $his ass and jiggles it seductively as $he suckles from the moaning cow. + <<if canDoVaginal(getSlave($AS))>> + You know that signal, so you hilt yourself in <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You know that signal, so you hilt yourself in <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs, for a lack of anything better, and fuck $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <<else>> + You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple to prevent _him2 from feeling left out. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal<<if canDoVaginal(getSlave($AS)) || canDoAnal(getSlave($AS))>> and from the pleasure you drove into $him<</if>>. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so thanks to _his2 lighter breasts. + <<set getSlave($AS).devotion += 4, $milkTap.devotion += 4>> + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<= getSlave($AS).slaveName>> got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. + <<set getSlave($AS).devotion += 4, getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<= getSlave($AS).slaveName>> got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. + <<set getSlave($AS).devotion += 4, getSlave($AS).anus = 1>> + <</if>> + +<</if>> + +<<if $milkTap.lactation > 0>> + <<set $milkTap.lactationDuration = 2>> + <<set $milkTap.boobs -= $milkTap.boobsMilk, $milkTap.boobsMilk = 0>> +<</if>> + +<<else>> /* cum variant */ +<<set getSlave($AS).cumSource = $milkTap.ID>> + + +The first necessary step is to prepare the cum slave and $his cock and balls. + +<<if $milkTap.fuckdoll > 0>> + This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. + +<<elseif $milkTap.fetish == "mindbroken">> + This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the building pressure in _his2 loins, _he2 is simple to position. + +<<elseif $milkTap.rivalryTarget == getSlave($AS).ID>> + This is rather easy, as $milkTap.slaveName wants to <<if canSee($milkTap)>>see<<else>>feel<</if>> <<= getSlave($AS).slaveName>>'s belly swell painfully as $he is forced to suck down _his2 huge loads. + +<<elseif $milkTap.relationshipTarget == getSlave($AS).ID>> + This is rather easy, as $milkTap.slaveName + <<if $milkTap.relationship == 1>> + always wanted to get _his2 dick sucked by _his2 friend. + <<elseif $milkTap.relationship == 2>> + always wanted to get _his2 dick sucked by _his2 best friend. + <<elseif $milkTap.relationship == 3>> + enjoys getting _his2 dick sucked by _his2 friend with benefits. + <<elseif $milkTap.relationship == 4>> + loves getting _his2 dick sucked by _his2 lover, something that commonly happens due to _his2 overproduction. + <<elseif $milkTap.relationship == 5>> + loves getting _his2 dick sucked by _his2 $wife, something that commonly happens due to _his2 overproduction. + <</if>> + +<<elseif getSlave($AS).mother == $milkTap.ID>> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif getSlave($AS).father == $milkTap.ID>> + This is tough, as $milkTap.slaveName is rather uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif $milkTap.mother == getSlave($AS).ID>> + This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own mother, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif $milkTap.father == getSlave($AS).ID>> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own father, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm(getSlave($AS), $milkTap)>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + +<<elseif $milkTap.relationTarget == getSlave($AS).ID>> + <<if $milkTap.relation == "twin">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. + <<elseif $milkTap.relation == "sister">> + This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <<elseif $milkTap.relation == "mother">> + This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <<elseif $milkTap.relation == "daughter">> + This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own <<print relativeTerm($milkTap, getSlave($AS))>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. + <</if>> + +<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> + This is very easy, since $milkTap.slaveName loves blasting loads whenever _he2 can, and it is just a bonus to _his2 that _he2 gets a blowjob in the process. + +<<elseif ($milkTap.energy > 95)>> + This is very easy, since $milkTap.slaveName is so sexually charged _he2 is practically overflowing at the thought of getting _his2 dick sucked. + +<<elseif ($milkTap.devotion > 50)>> + Since $milkTap.slaveName is devoted to you, _he2'd allow anyone you want to suck _his2 dick. + +<<elseif ($milkTap.devotion > 20)>> + Since $milkTap.slaveName is obedient, _he2 appreciates being allowed to have _his2 dick sucked. + +<<elseif ($milkTap.devotion >= -20)>> + Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, _he2'll at least be thankful for the pleasure and relief. + +<<else>> + Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 dick exposed and ready to be sucked. To get _him2 going, + <<if canDoAnal($milkTap) && $milkTap.prostate > 0>> + you circle around behind _him2, <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, and force _him2 forward to allow you to insert yourself into $his <<if $milkTap.anus == 0>>virgin <</if>>rear. After a quick and brutal bit of prostrate stimulation, you finish and remove yourself from _him2. Before _he2 has a chance to reclench _his2 anus, you ram an electroshock stimulator in your stead. + <<else>> + you attach a number of vibrators to _his2 oversized balls and turn them to full power, stirring up _his2 overzealous cum factories. + <</if>> + _he2 cries in @@.mediumorchid;disgust@@ and @@.gold;fear@@ as _his2 penis twitches from the sensation, begging for unwelcome release. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoAnal($milkTap)>> + <<if canImpreg($milkTap, $PC)>> + <<= knockMeUp($milkTap, 40, 1, -1)>> + <</if>> + <<if ($milkTap.anus == 0)>> + $milkTap.slaveName feels @@.mediumorchid;especially violated@@ having just @@.lime;lost $his anal virginity@@ in such a manner. + <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> + <</if>> + <<set $milkTap.counter.anal++, $analTotal++>> + <</if>> + +<</if>> + +<br><br> + +Next, you see to <<= getSlave($AS).slaveName>>. + +<<if (isAmputee(getSlave($AS)))>> + You tip the limbless $girl face-first into $milkTap.slaveName's dick. + +<<elseif tooBigBreasts(getSlave($AS))>> + You set $him up so that $his massive breasts pin $him, face-first, to $milkTap.slaveName's dick. + +<<elseif $milkTap.fuckdoll > 0>> + $He hesitantly brings $his mouth to its precum tipped dick, uncertain about sucking off a doll. + +<<elseif getSlave($AS).rivalryTarget == $milkTap.ID>> + Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's eager cock so $he has no choice but to suck $his way to release. + +<<elseif getSlave($AS).relationshipTarget == $milkTap.ID>> + This is rather easy, as <<= getSlave($AS).slaveName>> + <<if getSlave($AS).relationship == 1>> + licks $his lips as $he approaches $his friend's cock. + <<elseif getSlave($AS).relationship == 2>> + eagerly licks $his lips as $he approaches $his best friend's cock. + <<elseif getSlave($AS).relationship == 3>> + licks $his lips and smiles as $he approaches $his friend with benefits' cock, knowing well how _his2 <<if canTaste(getSlave($AS))>>cum tastes<<else>>body feels<</if>>. + <<elseif getSlave($AS).relationship == 4>> + licks $his lips and smiles as $he approaches $his lover's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. + <<elseif getSlave($AS).relationship == 5>> + licks $his lips and smiles as $he approaches $his _wife2's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. + <</if>> + +<<elseif getSlave($AS).mother == $milkTap.ID>> + $He awkwardly brings $his lips to $his mother's cock. +<<elseif getSlave($AS).father == $milkTap.ID>> + $He <<if getSlave($AS).sexualQuirk == "perverted">>eagerly<<else>>awkwardly<</if>> brings $his lips to daddy's cock. +<<elseif $milkTap.mother == getSlave($AS).ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>><<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. +<<elseif $milkTap.father == getSlave($AS).ID>> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + $He gets in position to suck $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s dick. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. + +<<elseif getSlave($AS).relationTarget == $milkTap.ID>> + <<if getSlave($AS).relation == "twin">> + $He gets in position to suck $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s dick. + <<elseif getSlave($AS).relation == "sister">> + $He hesitatingly lowers $himself to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. + <<elseif getSlave($AS).relation == "mother">> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. + <<elseif getSlave($AS).relation == "daughter">> + $He awkwardly brings $his lips to $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock. + <</if>> + +<<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).devotion >= -20)>> + $He can't wait to wrap $his lips around $milkTap.slaveName's cock and balloon with cum, so $he eagerly approaches the waiting shaft. + +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName instead. + +<<elseif getSlave($AS).devotion < -20>> + $He tries to refuse, so you tie $him up, force a mouth spreader into $him, and position $him for $milkTap.slaveName to thrust into. + +<<elseif getSlave($AS).devotion <= 20>> + $He obeys your orders reluctantly, drawing near $milkTap.slaveName's cock despite $his obvious hesitation to amount of cum that will be gushing into $him. + +<<elseif getSlave($AS).devotion <= 50>> + $He obeys your orders, drawing near $milkTap.slaveName's cock despite $his slight hesitation at the idea of being filled with cum. + +<<else>> + $He happily obeys your orders, eagerly <<if canTaste(getSlave($AS))>>tasting<<else>>licking up<</if>> $milkTap.slaveName's beading precum before wrapping $his lips around $milkTap.slaveName's cock and sucking enthusiastically. +<</if>> + +<br><br> + +<<if getSlave($AS).preg > 3 && getSlave($AS).pregKnown == 0 && getSlave($AS).inflation > 1>> + It becomes abundantly clear that something is wrong with <<= getSlave($AS).slaveName>> as $he struggles to down $his thick meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if getSlave($AS).preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of cum, however. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).pregKnown = 1>> + <<set _pregDiscovery = 1>> + +<<elseif $milkTap.fuckdoll > 0>> + Slight moaning emanates from the Fuckdoll as <<= getSlave($AS).slaveName>> sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.rivalryTarget == getSlave($AS).ID>> + $milkTap.slaveName grins as _his2 rival is forced to suck down loads until $his belly is <<if getSlave($AS).inflation == 3>>nearly bursting with cum. <<= getSlave($AS).slaveName>> struggles against $his bindings until the pressure building in $his overwhelms $him, causing $him to pass out with $milkTap.slaveName's ejaculating cock still stuck in $him. You quickly remove $him from it, making sure $he gets roused from $his stupor by one last blast of cum directly to the face<<elseif getSlave($AS).inflation == 2>>is rounded, jiggling and sloshing with cum. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms(getSlave($AS))>>$He gingerly crawls away from $milkTap.slaveName, $his hand cradling $his overfull stomach<<else>>$He rolls onto $his side, groaning with discomfort<</if>><<elseif getSlave($AS).inflation == 1>>bloated with cum. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms(getSlave($AS))>>$He gingerly sits up and begins massaging $his full stomach<<else>>$He rolls onto $his back, hiccupping pathetically<</if>><</if>>. + +<<elseif $milkTap.relationshipTarget == getSlave($AS).ID>> + <<if $milkTap.relationship == 1>> + $milkTap.slaveName moans as _his2 friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 2>> + $milkTap.slaveName moans as _his2 best friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 3>> + $milkTap.slaveName moans lewdly as _his2 friend with benefits energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 4>> + $milkTap.slaveName moans lustfully as _his2 lover teases $his dick perfectly with _his2 tongue, savoring it despite commonly being sucked off by <<= getSlave($AS).slaveName>> during their lovemaking. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relationship == 5>> + $milkTap.slaveName moans lustfully as _his2 $wife teases _his2 dick perfectly with $his tongue, savoring it despite commonly being sucked off by <<= getSlave($AS).slaveName>> during their lovemaking. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif getSlave($AS).mother == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif getSlave($AS).father == $milkTap.ID>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.mother == getSlave($AS).ID>> + $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif $milkTap.father == getSlave($AS).ID>> + $milkTap.slaveName moans lewdly as _his2 father energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>><<if getSlave($AS).dick > 0 && canAchieveErection(getSlave($AS))>>, $his own stiff prick throbbing against the underside of $his new belly<</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 1>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> sucks _him2 off. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 2>> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= getSlave($AS).actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, getSlave($AS))>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. +<<elseif areSisters(getSlave($AS), $milkTap) == 3>> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + +<<elseif $milkTap.relationTarget == getSlave($AS).ID>> + <<if $milkTap.relation == "twin">> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> <<print relativeTerm($milkTap, getSlave($AS))>> sucks _his2 off. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "sister">> + $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= getSlave($AS).actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, getSlave($AS))>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "mother">> + $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, getSlave($AS))>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <<elseif $milkTap.relation == "daughter">> + $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of <<= getSlave($AS).slaveName>>'s belly steadily growing larger with each orgasm until <<if getSlave($AS).inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and rubbing $his gurgling stomach<</if>><<elseif getSlave($AS).inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his wobbling, gurgling stomach<</if>><<elseif getSlave($AS).inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm(getSlave($AS), $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms(getSlave($AS))>> and teasing $his gurgling stomach<</if>><</if>>. + <</if>> + +<<elseif (getSlave($AS).devotion < -20) && ($milkTap.devotion < -20)>> + Since you have two restrained and unwilling slaves, though $milkTap.slaveName's twitching penis betrays _him2, you are going to have to take an active role in forcing <<= getSlave($AS).slaveName>> to suck. + <<if canDoVaginal(getSlave($AS))>> + Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>rear. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to rub your dick between $his huge butt cheeks. Once you are firmly slotted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs, for a lack of anything better. Once you are firmly seated, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <<else>> + Moving behind the struggling cocksleeve while teasing your erect cock, you find a distinct lack of ways to use $him to get off. <<if $PC.dick != 0>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. Once you are positioned, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you masturbate, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. + <</if>> + <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<</if>>. Standing and releasing $him from $milkTap.slaveName, gives you a lovely sight of <<= getSlave($AS).slaveName>>'s <<if getSlave($AS).inflation == 3>>taut, round belly<<elseif getSlave($AS).inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>> quivering as $he comes down from $his own forced climax<<if $PC.dick != 0 && (canDoAnal(getSlave($AS)) || canDoVaginal(getSlave($AS)))>>, cum leaking from both ends<</if>>. + Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<= getSlave($AS).slaveName>> @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ in such a demeaning manner. + <<set getSlave($AS).devotion -= 5>> + <<set getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<= getSlave($AS).slaveName>> @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ in such a demeaning manner. + <<set getSlave($AS).devotion -= 5>> + <<set getSlave($AS).anus = 1>> + <</if>> + +<<elseif ($milkTap.devotion < -20)>> + Since your sperm tank is restrained, you order the more obedient <<= getSlave($AS).slaveName>> to enjoy $himself with $milkTap.slaveName's dick. As $he teases and licks, you can't help but notice the tantalizing way $he wiggles $his rear. + <<if canDoVaginal(getSlave($AS))>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy, doggy style. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if getSlave($AS).anus == 0>>virgin <</if>>asshole, doggy style. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + Stroking your stiffening cock, you wait for the perfect moment and slip your dick between $his huge butt cheeks. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + Stroking your stiffening cock, you wait for the perfect moment, hoist up $his rear and slip your dick between $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs. + <<else>> + As you watch $his butt, it becomes clear just how few ways there are to use $him to get off. <<if $PC.dick != 0>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. + <</if>> + You wrap your arms around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with ejaculate. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is $he allowed to pull off of the @@.mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch $his breath. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his pussy.@@ + <<set getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@ + <<set getSlave($AS).anus = 1>> + <</if>> + $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. + <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> + +<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && (getSlave($AS).devotion < -20)>> + <<if canDoVaginal(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can rub your dick between $his huge butt cheeks while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You position the restrained <<= getSlave($AS).slaveName>> so that you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <<else>> + You position <<= getSlave($AS).slaveName>> so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's swollen testicles, knowing just how much _he2 loves to jettison cum. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated <<= getSlave($AS).slaveName>> from $his harness. Patting _his2 spasming, dribbling cock, you know _he2'll come out of it and be eagerly begging you for another slave to fuck soon. <<= getSlave($AS).slaveName>>, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin pussy.@@ + <<set getSlave($AS).vagina = 1, getSlave($AS).devotion -= 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@ + <<set getSlave($AS).anus = 1, getSlave($AS).devotion -= 1>> + <</if>> + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $milkTap.devotion += 4>> + +<<elseif (getSlave($AS).devotion <= 20) || ($milkTap.devotion <= 20)>> + <<if canDoVaginal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You order <<= getSlave($AS).slaveName>> to position $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to position $his ass so you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. + <<else>> + You order <<= getSlave($AS).slaveName>> to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, planning to coax even stronger orgasms out of _him2. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have truly enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank <<= getSlave($AS).slaveName>> for dealing with $his pent up loads. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<set getSlave($AS).vagina = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<set getSlave($AS).anus = 1>> + <</if>> + +<<elseif (getSlave($AS).devotion <= 50) || ($milkTap.devotion <= 50)>> + <<if canDoVaginal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can penetrate $his <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You order <<= getSlave($AS).slaveName>> to lift $his ass so you can fuck $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <<else>> + You order <<= getSlave($AS).slaveName>> to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he sucks $milkTap.slaveName's cock, since $he lacks any better way to please you. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, knowing just how much _he2 gets backed up. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so after that many orgasms. + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<= getSlave($AS).slaveName>> feels @@.hotpink;closer to you@@ after losing $his virginity to you. + <<set getSlave($AS).vagina = 1, getSlave($AS).devotion += 5>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<= getSlave($AS).slaveName>> feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. + <<set getSlave($AS).anus = 1, getSlave($AS).devotion += 5>> + <</if>> + +<<else>> + + <<= getSlave($AS).slaveName>> eagerly lifts $his ass and jiggles it seductively as $he sucks the moaning slut. + <<if canDoVaginal(getSlave($AS))>> + You know that signal, so you hilt yourself in <<if getSlave($AS).vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <<elseif canDoAnal(getSlave($AS))>> + You know that signal, so you hilt yourself in <<if getSlave($AS).anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<elseif $PC.dick != 0 && getSlave($AS).butt > 4>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <<elseif $PC.dick != 0 && hasBothLegs(getSlave($AS))>> + You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if getSlave($AS).weight > 95>>soft <</if>>thighs and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <<else>> + You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he deepthroats $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. + <</if>> + You wrap an arm around <<= getSlave($AS).slaveName>>'s middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's breasts to prevent _him2 from feeling left out from your attention. <<if getSlave($AS).inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif getSlave($AS).inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal and from the pleasure you drove into $him. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so after so much relief. + <<set getSlave($AS).devotion += 4>> + <<set $milkTap.devotion += 4>> + <<if canDoVaginal(getSlave($AS)) && (getSlave($AS).vagina == 0)>> + <<= getSlave($AS).slaveName>> got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. + <<set getSlave($AS).devotion += 4, getSlave($AS).anus = 1>> + <<elseif canDoAnal(getSlave($AS)) && (getSlave($AS).anus == 0)>> + <<= getSlave($AS).slaveName>> got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. + <<set getSlave($AS).devotion += 4, getSlave($AS).anus = 1>> + <</if>> + +<</if>> + +<</if>> + +<br><br> + +<<if _pregDiscovery == 0>> + <<set getSlave($AS).counter.oral++, $milkTap.counter.oral++, $oralTotal += 2>> + You help the bloated <<= getSlave($AS).slaveName>> to the couch to recover and, more importantly, keep $his meal down. Only once $he has had several minutes to unwind<<if getSlave($AS).devotion > 10>> and plenty of time to tease you with $his swollen body, do you tell <<else>> do you order<</if>> $him to keep drinking from $milkTap.slaveName so that $he is always filled with <<if getSlave($AS).inflation == 3>>two gallons<<elseif getSlave($AS).inflation == 2>>four liters<<else>>two liters<</if>> of <<= getSlave($AS).inflationType>>. You give $his <<if getSlave($AS).inflation == 3>>taut, firm globe of a belly a pat<<elseif getSlave($AS).inflation == 2>>wobbly, sloshing belly a pat<<else>>distended, sloshing belly a pat<</if>> and send $him on $his way. + + <<if getSlave($AS).inflation == 3>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<run healthDamage(getSlave($AS), 1)>> + <<elseif getSlave($AS).inflation == 2>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif getSlave($AS).inflation == 1>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <br><br> + <<if $milkTap.fuckdoll == 0>> + Once $he is gone, you see to it that the contented $milkTap.slaveName is helped back to _his2 assignment, but only after _his2 dribbling <<if getSlave($AS).inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. + <<else>> + Once $he is gone, you see to it that the dribbling Fuckdoll is cleaned up and returned to _his2 proper place, but only after _his2 leaking <<if getSlave($AS).inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. + <</if>> +<<else>> + <<if $milkTap.fuckdoll == 0>> + With <<= getSlave($AS).slaveName>> unable to continue, you are left with the backed up $milkTap.slaveName to deal with. _He2'll have to figure out some other way to relieve _himself2 as _he2 is helped back to _his2 assignment. + <<else>> + With <<= getSlave($AS).slaveName>> unable to continue, you are left with the backed up $milkTap.slaveName to deal with. Hopefully _he2 doesn't leak too much as _he2 waits for further use. + <</if>> +<</if>> + +<<run SetBellySize(getSlave($AS))>> +<<set $slaves[$slaveIndices[$milkTap.ID]] = $milkTap>> +<<set $milkTap = 0>> diff --git a/src/npc/interaction/fSlaveImpregConsummate.tw b/src/npc/interaction/fSlaveImpregConsummate.tw new file mode 100644 index 0000000000000000000000000000000000000000..b699a90178af110121174b0ccd7aca5a04264c8f --- /dev/null +++ b/src/npc/interaction/fSlaveImpregConsummate.tw @@ -0,0 +1,393 @@ +:: FSlaveImpreg Consummate [nobr] + +The first necessary step is to prepare the donatrix. +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set _belly = bellyAdjective(getSlave($AS))>> +<<set _superfetation = (getSlave($AS).geneticQuirks.superfetation == 2 && getSlave($AS).pregKnown == 1) ? 1 : 0>> +<<set _penCountBonus = random(6,20), _analCountBonus = _penCountBonus, _vagCountBonus = _penCountBonus>> +<<set $impregnatrix.counter.penetrative += _penCountBonus+1, $penetrativeTotal += _penCountBonus+1>> +<<setLocalPronouns $impregnatrix 2>> +<<setPlayerPronouns>> + +<<if ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishKnown == 1) && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion >= -20)>> + This is very easy, since $impregnatrix.slaveName has an impregnation fetish. + <<if $impregnatrix.pregKnown == 1>> + _He2's pregnant, and as far as _he2's concerned, everyone should be pregnant. $He's @@.hotpink;happy to spread the love.@@ + <<elseif isFertile($impregnatrix)>> + _He2'd love to get pregnant _himself2, but as far as _he2's concerned, putting a baby in someone else is the @@.hotpink;next best thing.@@ + <<else>> + _He2's been deeply unhappy that there's no prospect of _him2 ever being able to carry a child, and this is the @@.hotpink;next best thing@@ for _him2. + <</if>> + <<set $impregnatrix.devotion += 4>> + <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of getting another slave pregnant, but a direct injection of vasodilators quickly fixes that for this special occasion. + <<else>>_His2 member springs instantly to attention at the prospect of getting another slave pregnant. + <</if>> + +<<elseif ($impregnatrix.attrXX > 65) && ($impregnatrix.attrKnown == 1) && ($impregnatrix.devotion >= -20)>> + Since $impregnatrix.slaveName likes sticking _his2 cock in girls, _he2 doesn't take much convincing. + <<if ($impregnatrix.preg == -3)>>_His2 member remains limp despite the prospect of <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>, but a direct injection of vasodilators quickly fixes that for this special occasion. + <<else>>_His2 member springs instantly to attention at the prospect of pussy. + <</if>> + +<<elseif ($impregnatrix.devotion > 50)>> + Since $impregnatrix.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 quickly gets _himself2 hard, + <</if>> + only a certain confusion in _his2 look betraying that _he2 realizes how special an occasion this is. + +<<elseif ($impregnatrix.devotion > 20)>> + Since $impregnatrix.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 hurriedly gets _himself2 hard, + <</if>> + only a slight hesitation betraying _his2 realization that this is a special occasion. + +<<elseif ($impregnatrix.devotion >= -20)>> + Since $impregnatrix.slaveName does not resist your will, _he2 should comply reasonably well. + <<if ($impregnatrix.preg == -3)>>_He2 accepts a direct injection of vasodilators to counteract the hormones keeping _him2 soft, + <<else>>_He2 has to work to get _himself2 hard despite _his2 doubts, + <</if>> + fear and disgust showing on _his2 face as _he2 absorbs the perversion of the natural order of things _he2's about to experience. + +<<else>> + Since $impregnatrix.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $impregnatrix.slaveName writhes with the pain of the injection, which is compounded as _he2 springs agonizingly erect. + +<</if>> + +<br><br> + +Next, you see to <<= getSlave($AS).slaveName>>. + +<<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).counter.anal += _analCountBonus+1>> + <<set $analTotal += _analCountBonus+1>> +<<else>> + <<set getSlave($AS).counter.vaginal += _vagCountBonus+1>> + <<set $vaginalTotal += _vagCountBonus+1>> +<</if>> + +<<if (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && ((getSlave($AS).vagina == 0) || ((getSlave($AS).anus == 0) && (getSlave($AS).mpreg == 1)))>> + $He cries with joy and presents $his virgin <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>repeat <</if>>fertilization. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish and naturally @@.lime;will break in $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 10>> + +<<elseif (getSlave($AS).fetish == "pregnancy") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + $He cries with joy and presents $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for <<if _superfetation == 1>>further <</if>>breeding. @@.hotpink;$He is grateful@@ for this fulfillment of $his fondest wish. + <<set getSlave($AS).devotion += 4>> + +<<elseif (getSlave($AS).devotion > 20) && ((getSlave($AS).vagina == 0) || ((getSlave($AS).anus == 0) && (getSlave($AS).mpreg == 1)))>> + $He accepts your orders without comment and presents $his virgin <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> to $impregnatrix.slaveName for fertilization. $He gasps in shock when $he feels _his2 hot seed. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 10>> + +<<elseif (getSlave($AS).devotion >= -20) && ((getSlave($AS).vagina == 0) || ((getSlave($AS).anus == 0) && (getSlave($AS).mpreg == 1)))>> + $He is clearly unhappy at the idea of losing $his pearl of great price to $impregnatrix.slaveName; this probably isn't what $he imagined $his first real sex would be like. Worse, $he knows $he's fertile and realizes + <<if _superfetation == 1>> + $his existing pregnancy is of little concern to the new life likely to take root in $him. + <<else>> + $he'll likely get pregnant. + <</if>> + Nevertheless, @@.hotpink;$he is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<set getSlave($AS).devotion += 4>> + +<<elseif ((getSlave($AS).vagina == 0) || ((getSlave($AS).anus == 0) && (getSlave($AS).mpreg == 1)))>> + As you anticipated, $he refuses to give $impregnatrix.slaveName $his virginity. You restrain $him despite $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel tableau @@.lime;will break in $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>.@@ + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + +<<elseif isAmputee(getSlave($AS))>> + You set $his limbless torso up for $impregnatrix.slaveName. +<<elseif tooBigBelly(getSlave($AS))>> + You set $him up for $impregnatrix.slaveName, face-down so $he may rest helplessly against $his _belly belly. +<<elseif tooBigBreasts(getSlave($AS))>> + You set $him up for $impregnatrix.slaveName, face-<<if getSlave($AS).belly >= 60000>>up<<else>>down<</if>> so the weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt(getSlave($AS))>> + You set $him up for $impregnatrix.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $impregnatrix.slaveName a lovely cushion to thrust against. +<<elseif tooBigDick(getSlave($AS))>> + You set $him up for $impregnatrix.slaveName, face-up so $he is pinned under the weight of $his giant cock. +<<elseif tooBigBalls(getSlave($AS))>> + You set $him up for $impregnatrix.slaveName, face-<<if getSlave($AS).belly >= 60000>>up<<else>>down<</if>> so the weight of $his giant balls anchor $him helplessly in place. +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He is accustomed to submit to you, but as a natural submissive $he doesn't have much trouble submitting to $impregnatrix.slaveName's seed instead. +<<elseif getSlave($AS).devotion < -20>> + $He tries to refuse, so you restrain $him despite $his resistance to the idea of being made a breeder. +<<elseif getSlave($AS).devotion <= 20>> + $He obeys your orders reluctantly, arranging $himself for <<if getSlave($AS).mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his obvious hesitation to be made a breeder. +<<elseif getSlave($AS).devotion < 10>> + $He obeys your orders, arranging $himself for <<if getSlave($AS).mpreg == 1>>anal<<else>>vaginal<</if>> sex despite $his slight hesitation at the idea of being made a breeder. +<<else>> + $He happily obeys your orders, getting ready to serve $his <<= WrittenMaster(getSlave($AS))>> by making _himP another slave. +<</if>> + +<<= knockMeUp(getSlave($AS), 100, 2, $impregnatrix.ID, 1)>> + +<br><br> + +<<if (getSlave($AS).devotion < -20) && ($impregnatrix.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. You put <<= getSlave($AS).slaveName>> on the couch with $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> available, and then maneuver $impregnatrix.slaveName's dick into place. The two slaves make no further moves until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching them mechanically go at it for a while, you stop $impregnatrix.slaveName, insert an electrostimulator up _his2 rectum, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into <<= getSlave($AS).slaveName>>. Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> + <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. + <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> + <</if>> + +<<elseif ($impregnatrix.devotion < -20)>> + Since your semen donatrix is restrained, you order <<= getSlave($AS).slaveName>> to present $himself on the couch, and then maneuver $impregnatrix.slaveName's dick into place. <<= getSlave($AS).slaveName>> does $his best to hump $himself against the unwilling cock until you deal $impregnatrix.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. After watching _him2 mechanically fuck for a while, you stop _him2, push an electrostimulator up _his2 butt, and administer a shock to _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> that forces _him2 to empty _his2 nuts into <<= getSlave($AS).slaveName>>. $He @@.mediumorchid;resents@@ what you made _him2 do and @@.gold;fears you@@ as a result. Though <<= getSlave($AS).slaveName>> accepts the situation, $he looks into $impregnatrix.slaveName's eyes with obvious apology. + <<set $impregnatrix.devotion -= 5, $impregnatrix.trust -= 5>> + <<set $impregnatrix.counter.anal += 1, $analTotal += 1>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName would have been reluctant to @@.lime;lose _his2 anal virginity@@ in any case, but being assraped by a metal probe that shocked _him2 into orgasm so that _he2 would impregnate another slave is @@.mediumorchid;a special level@@ of violation for _him2. + <<set $impregnatrix.devotion -= 5, $impregnatrix.anus = 1>> + <</if>> + +<<elseif ($impregnatrix.fetish == "pregnancy") && ($impregnatrix.fetishStrength > 60) && ($impregnatrix.devotion > 20) && (getSlave($AS).devotion < -20)>> + You arrange <<= getSlave($AS).slaveName>> on the couch with $his fertile pussy defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, even more so since $he is already with child<</if>> to fulfill _his2 desire to reproduce. _He2 finishes with indecent speed and looks almost disappointed until you tell _him2 to take _his2 time and be thorough. By the end of the day <<= getSlave($AS).slaveName>>'s <<if getSlave($AS).mpreg == 1>>ass<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses <<= getSlave($AS).slaveName>>'s _belly stomach and expresses the hope that $he'll produce a good new slave. + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $impregnatrix.devotion += 4>> + +<<elseif ($impregnatrix.energy > 95) && ($impregnatrix.devotion > 20) && (getSlave($AS).devotion < -20)>> + You arrange <<= getSlave($AS).slaveName>> on the couch with $his fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> defenseless and available, and then tell the randy $impregnatrix.slaveName that it's all _hers2. The slave life has so affected $impregnatrix.slaveName that _he2 is quite eager to rape another slave pregnant<<if _superfetation == 1>>, especially since $he is already with child<</if>>, just for the perverted novelty of the act. _He2 blows _his2 load with indecent speed and looks crushed until you tell _him2 to take _his2 time and be thorough. By the end of the day <<= getSlave($AS).slaveName>>'s <<if getSlave($AS).mpreg == 1>>anus<<else>>cunt<</if>> is dripping cum, to $his @@.gold;horror@@ and @@.mediumorchid;resentment,@@ while $impregnatrix.slaveName is lying next to $him on the couch in a state of obvious @@.hotpink;satiation and bliss.@@ $impregnatrix.slaveName kisses <<= getSlave($AS).slaveName>>'s _belly stomach and expresses the hope that you'll let _him2 do this again <<if _superfetation == 1>>soon<<else>>sometime<</if>>. + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <<set $impregnatrix.devotion += 4>> + +<<elseif (getSlave($AS).devotion <= 20) || ($impregnatrix.devotion <= 20)>> + You order <<= getSlave($AS).slaveName>> onto the couch and tell $impregnatrix.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves, with $impregnatrix.slaveName's rapidly softening dick slipping easily out of <<= getSlave($AS).slaveName>>'s cum-filled <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. + +<<elseif (getSlave($AS).devotion <= 50) || ($impregnatrix.devotion <= 50)>> + You order <<= getSlave($AS).slaveName>> and $impregnatrix.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the extreme intimacy of the act, finding between themselves a hint of a life before slavery, when men and women had sex within the bonds of marriage for the purpose of procreation<<if _superfetation == 1>>, even though one of them is already heavy with child<</if>>. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $impregnatrix.slaveName's dick and dripping away with the contents of <<= getSlave($AS).slaveName>>'s cum-filled <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>>. + +<<elseif getSlave($AS).mpreg == 1>> + The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of anal sex in <<if getSlave($AS).belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> cowgirl position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, <<= getSlave($AS).slaveName>> looks over to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, <<= getSlave($AS).slaveName>> turns around on $impregnatrix.slaveName's cock and opens wide for you. You and $impregnatrix.slaveName enjoy the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, $his eager oral reaching a fever pitch, bringing you to your own climax. + <<if $PC.dick != 0>> + <<if canDoVaginal($impregnatrix)>> + Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 pussy instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into <<= getSlave($AS).slaveName>>'s fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<elseif canDoAnal($impregnatrix)>> + Pulling out, you flip them again so that $impregnatrix.slaveName is on top and switch to _his2 ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into <<= getSlave($AS).slaveName>>'s fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> + <</if>> + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<else>> + The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <</if>> + <<else>> + <<if canDoVaginal($impregnatrix)>> + Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good fucking until _he2 blows _his2 load into <<= getSlave($AS).slaveName>>'s fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including it being _his2 @@.lime;first time@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<elseif canDoAnal($impregnatrix)>> + Pulling back, you flip them again so that $impregnatrix.slaveName is on top and don a strap-on. You begin stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck until _he2 blows _his2 load into <<= getSlave($AS).slaveName>>'s fertile <<if getSlave($AS).mpreg == 1>>ass<<else>>cunt<</if>>. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<else>> + The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh. + <</if>> + <</if>> + <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> + <<set getSlave($AS).devotion += 4>> + <<set $impregnatrix.devotion += 4>> + +<<else>> + <<set _didImpregnatrix = 0>> + The parents-to-be need little encouragement. They embrace happily and turn eagerly to the business of vanilla sex in <<if getSlave($AS).belly+$impregnatrix.belly >= 5000>>an awkward<<else>>the<</if>> missionary position. They take their time, humping slowly and gazing into each others' eyes. After a little while, though, <<= getSlave($AS).slaveName>> looks over $impregnatrix.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to + <<if canDoAnal(getSlave($AS))>> + present <<= getSlave($AS).slaveName>>'s butthole. + <<set getSlave($AS).counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<else>> + invite you into <<= getSlave($AS).slaveName>>'s crowded pussy. + <<set getSlave($AS).counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <</if>> + You and $impregnatrix.slaveName double penetrate the <<if _superfetation == 1>>gravid $girl<<else>>mother-to-be<</if>> gently until $he climaxes, clenching you to orgasm in turn with $his spasms. Pulling out, you offer <<if $PC.dick != 0>>yourself<<else>>your strap-on<</if>> to <<= getSlave($AS).slaveName>>'s gasping mouth so $he can <<if $PC.dick != 0>>suck you hard again<<else>>lube the phallus with some saliva<</if>> as $he continues riding cock. Once <<if $PC.dick != 0>>stiff<<else>>the strap-on is nice and wet<</if>>, you flip them again so that $impregnatrix.slaveName is back on top and switch to _his2 + <<if canDoVaginal($impregnatrix)>> + feminine slit instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a hard fucking + <<set _didImpregnatrix = 1>> + <<elseif canDoAnal($impregnatrix)>> + ass instead, stimulating _his2 <<if $impregnatrix.prostate != 0>>prostate<<else>>internals<</if>> with a good assfuck + <<set _didImpregnatrix = 2>> + <<else>> + mouth instead, giving _him2 a good facefuck + <<set $impregnatrix.counter.oral += _penCountBonus, $oralTotal += _penCountBonus>> + <</if>> + until _he2 blows _his2 load into <<= getSlave($AS).slaveName>>'s fertile cunt. The two of them collapse into an exhausted, @@.hotpink;happy@@ pile of slave flesh with three loads inside them. + <<set getSlave($AS).devotion += 4>> + <<set $impregnatrix.devotion += 4>> + <<if _didImpregnatrix == 1>> + <<if ($impregnatrix.vagina == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including losing _his2 @@.lime;virginity@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.vagina = 1>> + <</if>> + <<set $impregnatrix.counter.vaginal += _penCountBonus, $vaginalTotal += _penCountBonus>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 0, -1, 1)>> + <</if>> + <<elseif _didImpregnatrix == 2>> + <<if ($impregnatrix.anus == 0)>> + $impregnatrix.slaveName will certainly remember this @@.hotpink;very special@@ day for many reasons, including taking _his2 @@.lime;first buttfuck@@ as _he2 inseminated <<= getSlave($AS).slaveName>>. + <<set $impregnatrix.devotion += 4, $impregnatrix.anus = 1>> + <</if>> + <<set $impregnatrix.counter.anal += _penCountBonus, $analTotal += _penCountBonus>> + <<if canImpreg($impregnatrix, $PC)>> + <<= knockMeUp($impregnatrix, 10, 1, -1, 1)>> + <</if>> + <</if>> + <<if (getSlave($AS).anus == 0) && canDoAnal(getSlave($AS))>> + <<= getSlave($AS).slaveName>> has been used as a slave in a truly thorough way today: $he has @@.hotpink;accepted@@ both $his @@.lime;first anal@@ and insemination by $impregnatrix.slaveName. + <<set getSlave($AS).devotion += 4, getSlave($AS).anus = 1>> + <</if>> + +<</if>> + +Throughout the week, you keep <<= getSlave($AS).slaveName>>'s <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> intimate with $impregnatrix.slaveName's cock. In the end, you are certain <<= getSlave($AS).slaveName>> +<<if _superfetation == 1>> + has @@.lime;added $impregnatrix.slaveName's child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying $impregnatrix.slaveName's child.@@ +<</if>> + + +<<if $arcologies[0].FSRestart != "unset" && $eugenicsFullControl != 1>> + Rumors spread about you breeding your slaves; the Societal Elite are @@.red;displeased@@ by these rumors. + <<set $failedElite += 1>> +<</if>> +<<if $arcologies[0].FSGenderRadicalist != "unset" && getSlave($AS).mpreg == 1>> + Society @@.green;approves@@ of your breeding your slave's ass; this advances the ideal all a slave needs is their rear. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderRadicalist/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderRadicalist += 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset" && getSlave($AS).mpreg == 1>> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.green;approves@@ of your breeding your slaves; this advances the ideal of a durable, self propagating race of slaves. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderFundamentalist += 0.05*$FSSingleSlaveRep>> +<</if>> + +<br><br> + +You prepare the necessary file on their possible offspring. Upon birth, it will be remanded to a slave orphanage to be raised to the age of $minimumSlaveAge and then sold, but its likely appearance and traits are already worth noting. + +<<= getSlave($AS).slaveName>> and $impregnatrix.slaveName are likely to produce + +<<if ($seeRace == 1)>> + + <<if (getSlave($AS).race == "white") && ($impregnatrix.race == "white")>> + a pure white, + <<elseif (getSlave($AS).race == "asian") && ($impregnatrix.race == "asian")>> + a pure Asian, + <<elseif (getSlave($AS).race == "latina") && ($impregnatrix.race == "latina")>> + a pure latina, + <<elseif (getSlave($AS).race == "black") && ($impregnatrix.race == "black")>> + a pure black, + <<elseif (getSlave($AS).race == "middle eastern") && ($impregnatrix.race == "middle eastern")>> + a pure Middle Eastern, + <<elseif (getSlave($AS).race == "malay") && ($impregnatrix.race == "malay")>> + a pure malay, + <<elseif (getSlave($AS).race == "white") && ($impregnatrix.race == "black")>> + a mulatto, + <<elseif (getSlave($AS).race == "black") && ($impregnatrix.race == "white")>> + a mulatto, + <<elseif (getSlave($AS).race == "white") && ($impregnatrix.race == "latina")>> + a mestizo, + <<elseif (getSlave($AS).race == "latina") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif (getSlave($AS).race == "asian") && ($impregnatrix.race == "black")>> + an Afro-Asian, + <<elseif (getSlave($AS).race == "black") && ($impregnatrix.race == "asian")>> + an Afro-Asian, + <<elseif (getSlave($AS).race == "middle eastern") && ($impregnatrix.race == "black")>> + an Afro-Arab, + <<elseif (getSlave($AS).race == "black") && ($impregnatrix.race == "middle eastern")>> + an Afro-Arab, + <<elseif (getSlave($AS).race == "indo-aryan") && ($impregnatrix.race == "black")>> + an Afro-Indian, + <<elseif (getSlave($AS).race == "black") && ($impregnatrix.race == "indo-aryan")>> + an Afro-Indian, + <<elseif (getSlave($AS).race == "amerindian") && ($impregnatrix.race == "white")>> + a mestizo, + <<elseif (getSlave($AS).race == "white") && ($impregnatrix.race == "amerindian")>> + a mestizo, + <<elseif (getSlave($AS).race == $impregnatrix.race) && (getSlave($AS).race != "mixed race") && ($impregnatrix.race != "mixed race")>> + an ethnically pure, + <<elseif (getSlave($AS).race != $impregnatrix.race) && (getSlave($AS).race != "mixed race") && ($impregnatrix.race != "mixed race")>> + a biracial, + <<else>> + mixed ethnicity, + <</if>> + +<</if>> + +<<if ((getSlave($AS).intelligence+$impregnatrix.intelligence)/2 > 95)>> + brilliant, +<<elseif ((getSlave($AS).intelligence+$impregnatrix.intelligence)/2 > 15)>> + smart, +<<elseif ((getSlave($AS).intelligence+$impregnatrix.intelligence)/2 < -95)>> + cretinous, +<<elseif ((getSlave($AS).intelligence+$impregnatrix.intelligence)/2 < -15)>> + stupid, +<</if>> + +<<if ((getSlave($AS).height+$impregnatrix.height) > 185)>> + tall, +<<elseif ((getSlave($AS).height+$impregnatrix.height) < 160)>> + short, +<<else>> + middle height, +<</if>> + +<<if ((getSlave($AS).boobs+$impregnatrix.boobs-getSlave($AS).boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) > 1500)>> + big-titted +<<elseif ((getSlave($AS).boobs+$impregnatrix.boobs-getSlave($AS).boobsImplant-$impregnatrix.boobsImplant-$impregnatrix.boobsMilk) < 700)>> + flat-chested +<<else>> + moderately-breasted +<</if>> + +<<if ((getSlave($AS).butt+$impregnatrix.butt-getSlave($AS).buttImplant-$impregnatrix.buttImplant) > 9)>> + slave with a huge ass. +<<elseif ((getSlave($AS).butt+$impregnatrix.butt-getSlave($AS).buttImplant-$impregnatrix.buttImplant) < 5)>> + slave with a flat ass. +<<else>> + slave with a decent ass. +<</if>> + +<<set $slaves[$slaveIndices[$impregnatrix.ID]] = $impregnatrix>> /* save changes */ diff --git a/src/npc/interaction/fSlaveSelfImpreg.tw b/src/npc/interaction/fSlaveSelfImpreg.tw new file mode 100644 index 0000000000000000000000000000000000000000..9cb8eb637c0dbca9179b9e40f744252b1249ca93 --- /dev/null +++ b/src/npc/interaction/fSlaveSelfImpreg.tw @@ -0,0 +1,219 @@ +:: FSlaveSelfImpreg [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +<<set _pfh = (getSlave($AS).fetish == "pregnancy" && getSlave($AS).fetishStrength > 50)>> +<<set _pfk = (_pfh && getSlave($AS).fetishKnown == 1) || getSlave($AS).sexualFlaw == "breeder">> +<<set _coop = true, _enjoy = true>> +<<set _superfetation = (getSlave($AS).geneticQuirks.superfetation == 2 && getSlave($AS).pregKnown == 1) ? 1 : 0>> + +<<if (getSlave($AS).fetish == "mindbroken")>> +<<else>> + <<if (getSlave($AS).devotion <= 20)>> + <<if (getSlave($AS).devotion < -20)>> + <<= getSlave($AS).slaveName>> despises you, and tends to resent everything you do on principle, + <<elseif (getSlave($AS).devotion <= 20)>> + <<= getSlave($AS).slaveName>> dislikes you, + <</if>> + <<if (getSlave($AS).sexualFlaw == "breeder" || (_pfh && getSlave($AS).fetishStrength > 90))>> + but the idea of simultaneously impregnating and being impregnated is @@.hotpink;so tempting@@ that $he's @@.mediumaquamarine;grateful@@ to you despite $himself. + <<set getSlave($AS).devotion += 2, getSlave($AS).trust += 1>> + <<elseif (_pfk)>> + but $his obvious predilection for being pregnant significantly lessens the @@.mediumorchid;indignity@@ of the situation. + <<set _coop = false>> + <<set getSlave($AS).devotion -= 2>> + <<elseif (_pfh)>> + but, despite the @@.mediumorchid;indignity@@ of the situation, $his resistance seems strangely muted. It's fairly obvious that something about the idea of being impregnated is @@.hotpink;strangely appealing@@ to $him. + <<set _coop = false>> + <<set getSlave($AS).devotion -= 4>> + <<else>> + <<if (isAmputee(getSlave($AS)))>> + and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. The fact that $he is @@.gold;utterly immobile@@ makes a terrifying situation @@.mediumorchid;even worse.@@ + <<set getSlave($AS).devotion -= 1, getSlave($AS).trust -= 1>> + <<else>> + and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. $He resists so violently that you must @@.red;physically coerce $him@@ into cooperating with the procedure. + <</if>> + <<set _coop = false, _enjoy = false>> + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 6>> + <</if>> + <<elseif (_pfk)>> + <<= getSlave($AS).slaveName>> @@.hotpink;genuinely enjoys@@ impregnation and pregnancy, so $he is @@.mediumaquamarine;grateful@@ that you're giving $him a chance to become so intimately acquainted with both aspects of $his fetish at the same time. + <<set getSlave($AS).devotion += 4, getSlave($AS).trust += 2>> + <<if (getSlave($AS).devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> + $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. + <<set getSlave($AS).devotion += 1, getSlave($AS).trust += 1>> + <</if>> + <<else>> + <<if (_pfh)>> + Even though you aren't aware of any special fondness for pregnancy, <<= getSlave($AS).slaveName>> seems @@.hotpink;oddly eager@@ to cooperate with you. It quickly becomes obvious that $he is @@.lightcoral;fascinated with pregnancy@@ and you've @@.mediumaquamarine;helped $him discover this@@ about $himself. + <<set getSlave($AS).devotion += 1, getSlave($AS).trust += 1, getSlave($AS).fetishKnown = 1>> + <<elseif (getSlave($AS).behavioralQuirk == "perverted")>> + Despite having no particular interest in pregnancy, the @@.hotpink;sheer perversity@@ of impregnating $himself is palpably arousing to <<= getSlave($AS).slaveName>>. + <<set getSlave($AS).trust += 1>> + <<elseif (getSlave($AS).energy > 90)>> + Despite having no particular interest in pregnancy, <<= getSlave($AS).slaveName>>'s overwhelming sex drive causes $him to be aroused at the prospect of any sex, even if it happens to be with $himself. + <<elseif (getSlave($AS).devotion > 50)>> + Despite having no particular interest in pregnancy, <<= getSlave($AS).slaveName>> is eager to @@.hotpink;submit to your vision@@ of $him. + <<set getSlave($AS).trust += 1>> + <<if (getSlave($AS).devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> + $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. + <<set getSlave($AS).devotion += 1, getSlave($AS).trust += 1>> + <</if>> + <<set _enjoy = false>> + <<else>> + <<= getSlave($AS).slaveName>> cooperates without any protest. $He may not particularly enjoy pregnancy or impregnation, but $he's too well-broken to resist or speak against you. + <<set _enjoy = false>> + <</if>> + <</if>> +<</if>> + +<<if (getSlave($AS).fetish == "mindbroken")>> + <<= getSlave($AS).slaveName>> is dully cooperative as you ensure $he is positioned conveniently on a bench to give you access to both aspects of $his genitalia. A quick dose of vasodilators ensures that $he is ready to perform, even if $he is unable to fully comprehend what is about to happen. Once $he is fully erect, your personal assistant uses a mechanical toy to efficiently stimulate $him to climax, while you hold a small container in place to collect $his emission. Moments later, you've loaded <<= getSlave($AS).slaveName>>'s seed into a syringe and dispensed the contents deep within $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>>. +<<elseif (isAmputee(getSlave($AS)))>> + <<if (_coop && _enjoy)>> + Although <<= getSlave($AS).slaveName>> is unable to do much to help, $his expression is visibly excited as you place $him on a bench, and produce a sample container and syringe. + <<elseif (_enjoy)>> + A maelstrom of emotions fill <<= getSlave($AS).slaveName>>'s face as you carry $him to a bench, and produce a sample cup and syringe. + <<if (getSlave($AS).dick > 6)>> + You can't tell if $he's relieved or disappointed when $his excessive size interferes, as usual, with $his erection, but an injection of vasodilators quickly makes the question moot. + <</if>> + At your instruction, your personal assistant descends with a selection of toys to ensure quick ejaculation. Pleasure, lust, terror, and loathing play across <<= getSlave($AS).slaveName>>'s face as $his arousal mounts and $his hips begin to buck. By the time $he begins to ejaculate, pleasure and lust have won out and $he throws $his head back in abandon as $his emission fills the cup in your hands. <<if !canSee(getSlave($AS))>>Although $he cannot see what you are doing, $his expression is rapt, almost dreamlike,<<else>>$He watches with rapt fascination<</if>> as you load the syringe with $his sperm, slide it into $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents home, deep against $his waiting cervix. + <<elseif (_coop)>> + <<= getSlave($AS).slaveName>> is calm and docile as you place $him on a bench, and produce a sample container and syringe. With no other option, $he throws back $his head and enjoys the stimulation as your personal assistant, at your instruction, begins stimulating $him to orgasm. When $he ejaculates, you carefully catch every drop in the sample cup, load the syringe, and inject the contents directly against $his cervix. + <<else>> + Although <<= getSlave($AS).slaveName>> frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if !canSee(getSlave($AS))>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents directly against the opening to $his womb. + <</if>> +<<elseif (_coop)>> + <<if (_enjoy)>> + <<if (getSlave($AS).dick > 6 && getSlave($AS).balls <= 4)>> + Although $he is aroused by the idea of impregnating $himself, <<= getSlave($AS).slaveName>>'s cock is simply too large to easily become erect. A quick injection of vasodilators later, and $he's ready to go. Because $he's so eager, you simply stand back and let the magic happen. + <<if (getSlave($AS).vagina == 0 && getSlave($AS).mpreg != 1) || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1)>> + As ways to lose one's virginity go, this is one hell of a way to do it. Without needing any instruction, <<= getSlave($AS).slaveName>> grasps $his massive shaft <<if hasBothArms(getSlave($AS))>>in both hands<<elseif !hasAnyArms(getSlave($AS))>>as best $he can with the stumps of $his arms<<else>>with $his hand<</if>> and feeds it around so the head is <<if getSlave($AS).mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He shows only the tiniest hesitation before easing $his cock inside $his own body, @@.lime;<<if getSlave($AS).mpreg == 1>>through $his virgin backdoor<<else>>past $his maidenhead<</if>>,@@ until you can tell the head is nestled snugly against $his own cervix. + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<else>> + Without needing any instruction, <<= getSlave($AS).slaveName>> grasps $his massive shaft <<if hasBothArms(getSlave($AS))>>in both hands<<elseif !hasAnyArms(getSlave($AS))>>as best $he can with the stumps of $his arms<<else>>with $his hand<</if>> and feeds it around so the head is <<if getSlave($AS).mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He works it up and down for a second, relishing the sensation, and then plunges $his cock into $his own body until you can tell the tip is wedged against $his own cervix. + <</if>> + Without another partner to rut against, <<= getSlave($AS).slaveName>> has to rely on <<if hasBothArms(getSlave($AS))>>$his own hands<<else>>the floor tiles<<if hasAnyArms(getSlave($AS))>> and $his hand<</if>><</if>>, bucking $his hips up against them to drive the impressively curved shaft into $his own body with increasing desperation until $his whole body shudders; $his cock throbs as $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>> eagerly drinks up $his own seed. + <<else>> + <<if (getSlave($AS).trust < -20)>> + Although $he is aroused by the idea of impregnating $himself, <<= getSlave($AS).slaveName>> is too terrified to achieve an erection without assistance. It takes an injection of vasodilators to overcome $his nerves and restore $his manhood to proper functioning. + <<else>> + Merely thinking about what you're about to do has <<= getSlave($AS).slaveName>> fully erect, with a small bead of precum running down $his shaft and blending with the <<if getSlave($AS).mpreg == 1>>lubricant dripping from between $his cheeks<<else>>feminine wetness dripping from <<if hasBothLegs(getSlave($AS))>>between $his legs<<else>>$his crotch<</if>><</if>>. + <</if>> + <!-- todo: if slave has lover/wife, let them "do the honors" --> + <<if (getSlave($AS).balls > 4)>> + Since $his balls are too large to permit any other options, you produce a special toy for <<= getSlave($AS).slaveName>> — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. + <<else>> + Since $he's not large enough to simply fuck $himself, you produce a special toy for <<= getSlave($AS).slaveName>> — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. + <</if>> + <<if (getSlave($AS).vagina == 0 && getSlave($AS).mpreg != 1) || (getSlave($AS).anus == 0 && getSlave($AS).mpreg == 1)>> + As ways to lose one's virginity go, this is one hell of a way to do it. <<= getSlave($AS).slaveName>> trembles with excitement as $he brings the synthetic shaft <<if hasBothLegs(getSlave($AS))>>between $his legs<<else>>to $his groin<</if>> and slowly works it @@.lime;into $his virgin <<if getSlave($AS).mpreg == 1>>anus<<else>>pussy<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<else>> + <<= getSlave($AS).slaveName>> eagerly rams the synthetic shaft as deeply into $his <<if getSlave($AS).mpreg == 1>>ass<<else>>pussy<</if>> as it will go, obviously fantasizing that $he's driving $his own dick into $his <<if getSlave($AS).mpreg == 1>>winking anus<<else>>dripping pussy<</if>>. + <</if>> + You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen traveling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in <<= getSlave($AS).slaveName>>'s throbbing <<if getSlave($AS).mpreg == 1>>asshole<<else>>vagina<</if>>. + <</if>> + <<else>> + <<if (getSlave($AS).devotion > 50)>> + <<if (getSlave($AS).dick > 6)>> + No matter how hard $he tries, <<= getSlave($AS).slaveName>>'s dick is simply too large for $him to achieve erection on $his own. You're about to inject $him with a vasodilator to remedy the problem, when $he tries to take the syringe from your hand. Normally such impudence would be a grave violation, but it's obvious that $his actions are only motivated by loyalty — $he wants to fix this problem $himself so $he can feel like $he isn't failing you because of a physical inadequacy that is, admittedly, not $his fault. You relinquish the syringe and watch as $he injects $himself with the drugs necessary to achieve a full erection. + <<else>> + Despite a complete lack of sexual interest in the procedure, <<= getSlave($AS).slaveName>> is able to quickly bring $himself to full erectness without any help. + <</if>> + <<else>> + <<if (getSlave($AS).dick > 6)>> + <<= getSlave($AS).slaveName>> doesn't try all that hard to achieve erection, but it's obvious that the sheer size of $his cock would make it impossible anyway. $He silently cooperates as you inject $him with vasodilators to forcibly make $him erect. + <<else>> + Despite a complete lack of sexual interest in the procedure, <<= getSlave($AS).slaveName>> is able to eventually bring $himself to full erectness without any help. + <</if>> + <</if>> + <!-- todo: if slave has lover/wife, let them "do the honors" --> + You produce a sample container and syringe; <<= getSlave($AS).slaveName>> gets the idea and immediately begins jacking off. When $he ejaculates, $he carefully holds the cup <<if hasBothArms(getSlave($AS))>>with one hand<<else>>in front of $him<</if>> to catch every drop of $his virile seed. A moment later $he dips the syringe into the container and withdraws the plunger. + <<if (getSlave($AS).devotion > 50)>> + $He blushes a bit, hands you the syringe, and lies back on the bench, <<if hasBothLegs(getSlave($AS))>>spreading $his legs invitingly<<else>>presenting $himself<</if>>. You insert the syringe carefully into $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>> as far as it will go, and spray $his sperm directly against $his waiting cervix. + <<else>> + You take the syringe from $him and gesture for $him to lie back; once $he's in position, you insert the syringe carefully into $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>> and spray $his sperm directly against $his waiting cervix. + <</if>> + <</if>> +<<else>> + <<if (_enjoy)>> + Although <<= getSlave($AS).slaveName>> is anything but eager to cooperate, you don't have to drag $him. It's obvious that $his resistance is conflicting with the raw desire to fill $himself with $his own seed. + <<if (getSlave($AS).dick > 6 && getSlave($AS).balls <= 4)>> + While the size of $his cock makes it necessary for you to inject $him with vasodilators for $him to become properly erect, $his resistance is minimal. + <<if getSlave($AS).vagina == 0>> + You instruct $him to fuck $himself; by this point, $he's too far gone to object, even though obeying will rob $him of $his virginity. $His <<if hasBothArms(getSlave($AS))>>hands shake<<else>>lip quivers<</if>> with roiling emotions as $he lines $his cock up with $his own opening and gingerly works it into $his @@.lime;virgin <<if getSlave($AS).mpreg == 1>>anus<<else>>pussy<</if>>.@@ + <<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).anus = 1>> + <<else>> + <<set getSlave($AS).vagina = 1>> + <</if>> + <<else>> + You instruct $him to fuck $himself; by this point, $he's too far gone to object. $His <<if hasBothArms(getSlave($AS))>>hands shake<<else>>lip quivers<</if>> as $he lines $his cock up with $his own opening; $he lets out a sound halfway between a sob and a moan as $he penetrates $himself. + <</if>> + Without another partner to thrust against, <<= getSlave($AS).slaveName>> has to use $his remarkable shaft like a dildo, sliding it in and out of $his increasingly dripping sex. The potent mix of shame and arousal drives $him to orgasm quickly, and only a couple of minutes pass before you see $his shaft throbbing as $he fucks a baby into $his own belly. + <<else>> + <<if (getSlave($AS).dick > 6)>> + <<= getSlave($AS).slaveName>>'s balls are too large to make any other options possible, but $he is still too large to achieve erection easily. You can't tell if $he is disappointed, or relieved, by this fact, but a quick injection of vasodilators makes the question moot either way. + <<else>> + $His cock is rigidly erect almost immediately, a fact which brings a confusing mixture of shame and arousal to $his face. + <</if>> + You produce a sample container and syringe; <<= getSlave($AS).slaveName>> gets the idea and reluctantly begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his seed. A moment later $he dips the syringe into the container and withdraws the plunger. $He hesitates, likely because the release has restored some of $his self control to $him, but before $he can do anything to escape, you press $him down with one hand and feed the syringe into $his <<if getSlave($AS).mpreg == 1>>anus<<else>>pussy<</if>>, depressing the plunger as soon as it's deeply inside $him. + <!-- possible todo: allow Head Girl to do this part?--> + <</if>> + <<else>> + The repulsion <<= getSlave($AS).slaveName>> feels toward both you and what you're about to force $him to do make $his cooperation entirely out of the question. You are forced to restrain $him with straps, kicking and sobbing; the sobbing only gets louder when $he feels the prick of a needle shooting vasodilators into $his crotch. Moments later, despite $his best efforts, $he is painfully erect and ready for you to proceed. Since $he's guaranteed to make this as difficult as possible, you opt for the simplest solution: you take a condom and apply it to $his penis; once $he's sheathed, you instruct your personal assistant, using toys, to forcibly stimulate $him until $he ejaculates and remove the condom. Loading the contents into a syringe and injecting them into $his <<if getSlave($AS).mpreg == 1>>ass<<else>>vagina<</if>> is a simple matter, because of the straps, and moments later $he sobs in despair as $his sperm begins racing into $his waiting womb. + <</if>> +<</if>> + +<<set _actCount = random(2,8)+1>> +<<set getSlave($AS).counter.penetrative += _actCount, $penetrativeTotal += _actCount>> +<<if getSlave($AS).mpreg == 1>> + <<set getSlave($AS).counter.anal += _actCount, $analTotal += _actCount>> +<<else>> + <<set getSlave($AS).counter.vaginal += _actCount, $vaginalTotal += _actCount>> +<</if>> + +You repeat this ritual throughout the week, ensuring that <<= getSlave($AS).slaveName>> +<<if _superfetation == 1>> + has @@.lime;added another child@@ to $his pregnancy. +<<else>> + is @@.lime;carrying $his own child.@@ +<</if>> + +<<= knockMeUp(getSlave($AS), 100, 2, getSlave($AS).ID, 1)>> + +<<if $arcologies[0].FSRestart != "unset">> + <<if (getSlave($AS).breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> + Rumors spread about you having your slaves breed; the Societal Elite are @@.red; very displeased@@ by these rumors. + <<set $failedElite += 5>> + <</if>> +<</if>> + +<<if ($arcologies[0].FSRepopulationFocus != "unset" && ($arcologies[0].FSGenderFundamentalist == "unset" || $arcologies[0].FSRepopulationFocus >= $arcologies[0].FSGenderFundamentalist))>> + <!-- seems logical that repop would trump anything else if it's equal-or-more advanced than fundamentalism.--> + <<if $arcologies[0].FSGenderFundamentalist != "unset">> + <<set _delt = $arcologies[0].FSRepopulationFocus - $arcologies[0].FSGenderFundamentalist>> + <<else>> + <<set _delt = $arcologies[0].FSRepopulationFocus>> + <</if>> + <<if _delt > 0>> + Society is @@.green;pleased@@ by the addition of a new slave, no matter the means by which it was produced. + <<run repX($FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel), "futureSocieties", getSlave($AS))>> + <<else>> + The traditional elements of your society disapprove of this degenerate form of reproduction, but their complaints are countered by those who believe producing more slaves by any means necessary. + <</if>> +<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> + Society @@.red;is disgusted@@ by this degenerate form of reproduction. + <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", getSlave($AS))>> + <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> +<</if>> diff --git a/src/npc/interaction/fSlaveSlaveVagConsummate.tw b/src/npc/interaction/fSlaveSlaveVagConsummate.tw new file mode 100644 index 0000000000000000000000000000000000000000..5783fe47165c1fbaff46849159a937ab5439c94b --- /dev/null +++ b/src/npc/interaction/fSlaveSlaveVagConsummate.tw @@ -0,0 +1,250 @@ +:: FSlaveSlaveVag Consummate [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<setLocalPronouns $slaverapistx 2>> + +<<set getSlave($AS).counter.vaginal += 1>> +<<set $vaginalTotal += 1>> +<<set $slaverapistx.counter.penetrative++, $penetrativeTotal++>> + +<<if $slaverapistx.dick == 1>> + <<set _dicksize = "pathetic">> +<<elseif ($slaverapistx.dick == 2)>> + <<set _dicksize = "tiny">> +<<elseif ($slaverapistx.dick == 3)>> + <<set _dicksize = "average">> +<<elseif ($slaverapistx.dick == 4)>> + <<set _dicksize = "big">> +<<elseif ($slaverapistx.dick == 5)>> + <<set _dicksize = "huge">> +<<elseif ($slaverapistx.dick == 6)>> + <<set _dicksize = "gigantic">> +<<elseif ($slaverapistx.dick == 7)>> + <<set _dicksize = "titanic">> +<<elseif ($slaverapistx.dick == 8)>> + <<set _dicksize = "absurd">> +<<elseif ($slaverapistx.dick == 9)>> + <<set _dicksize = "inhuman">> +<<else>> + <<set _dicksize = "obscene">> +<</if>> + +<<if areRelated(getSlave($AS), $slaverapistx)>> + <<set _isIncest = 1>> +<</if>> + +You take a look at the slave you selected. + +<<if ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName loves to dominate others it's not hard to get _his2 <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> ready. + <<if ($slaverapistx.attrXX > 65)>> + With _his2 love of pussy, _he2 becomes aroused indecently fast. + <<else>> + _His2 <<if $slaverapistx.dick > 0>>_dicksize cock<<else>>massive clit<</if>> quickly swells to a throbbing erection at the prospect of forcing _himself2 on another slave. + <</if>> +<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> + With the prospect of torturing another slave <<if $slaverapistx.dick > 0>>_his2 _dicksize cock swells to a throbbing erection in seconds<<else>>_his2 huge clit becomes fully engorged in seconds<</if>>. +<<elseif ($slaverapistx.fetish == "pregnancy") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20) && $slaverapistx.dick > 0>> + With the prospect of raping another slave bareback, _his2 _dicksize cock swells to a throbbing erection in seconds. +<<elseif ($slaverapistx.attrXX > 65) && ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName likes sticking _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> in girls, _he2 doesn't take much convincing. +<<elseif ($slaverapistx.devotion > 50)>> + Since $slaverapistx.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. +<<elseif ($slaverapistx.devotion > 20)>> + Since $slaverapistx.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. +<<elseif ($slaverapistx.devotion >= -20)>> + Since $slaverapistx.slaveName does not resist your will, _he2 should comply reasonably well. _He2 has to work to get _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> hard despite _his2 doubts, visibly disturbed that you are ordering _him2 to fuck someone for your entertainment. +<<else>> + Since $slaverapistx.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $slaverapistx.slaveName writhes with the pain of the injection, which is compounded as _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> quickly reaches an agonizingly full erection. +<</if>> + +<<if _isIncest == 1>> + $slaverapistx.slaveName is well aware that _he2 is about to rape + <<if $slaverapistx.father == getSlave($AS).ID && $slaverapistx.mother == getSlave($AS).ID>> + the slave that is both _his2 mother and _his2 father, + <<elseif getSlave($AS).mother == $slaverapistx.ID || getSlave($AS).father == $slaverapistx.ID>> + _his2 own <<print relativeTerm($slaverapistx, getSlave($AS))>>, + <<elseif $slaverapistx.mother == getSlave($AS).ID>> + _his2 own mother, + <<elseif $slaverapistx.mother == getSlave($AS).ID>> + the slave that fathered _him2, + <<else>> + _his2 <<print relativeTerm($slaverapistx, getSlave($AS))>>, + <</if>> + <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> + <<if ($slaverapistx.energy > 60)>> + and seems quite aroused at just how <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> that is. <<if canSee($slaverapistx)>>$slaverapistx.slaveName's eyes seemed locked on <<= getSlave($AS).slaveName>>'s inviting pussy, thoroughly aroused and waiting for your order.<</if>> + <<else>> + but despite _his2 conflicted feelings _his2 arousal is clear. + <</if>> + <<set _incestMood = "Top">> + <<elseif ($slaverapistx.relationshipTarget == getSlave($AS).ID) && ($slaverapistx.relationship > 2)>> + but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<= WrittenMaster($slaverapistx)>> is watching. + <<set _incestMood = "Top">> + <<else>> + <<if $slaverapistx.devotion > 95>> + but _his2 deep acceptance of slavery means _he2 can't help but be eager to please everyone involved with _his2 performance. + <<set _incestMood = "Top">> + <<elseif $slaverapistx.devotion > 60>> + but _his2 experience as a slave means _he2 can mostly ignore it and focus on sex. + <<else>> + and is understandably disturbed. + <</if>> + <</if>> +<</if>> + +<br><br> + +Next, you see to <<= getSlave($AS).slaveName>>. + +<<if _isIncest == 1>> + <<= getSlave($AS).slaveName>> is fully naked and <<if canSee(getSlave($AS))>>looking up at<<else>>waiting in front of<</if>> + <<if getSlave($AS).father == $slaverapistx.ID && getSlave($AS).mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == getSlave($AS).ID || $slaverapistx.father == getSlave($AS).ID>> + $his own <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + $his own mother, + <<elseif getSlave($AS).father == $slaverapistx.ID>> + the slave that fathered $him, + <<else>> + $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <</if>> + <<if (getSlave($AS).sexualQuirk == "perverted") || (getSlave($AS).sexualQuirk == "sinful")>> + <<if (getSlave($AS).energy > 60)>> + whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> is standing firm above $him. $He seems indecently aroused, flushed and shivering in anticipation. + <<else>> + but despite $his conflicted feelings $his growing arousal is clear as $he <<if canSee(getSlave($AS))>>stares at<<else>>imagines<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that's soon going inside $him. + <</if>> + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<elseif (getSlave($AS).relationshipTarget == $slaverapistx.ID) && (getSlave($AS).relationship > 2)>> + and seems calm and inviting to $his + <<if getSlave($AS).relationship == 3>> + sex friend's + <<elseif getSlave($AS).relationship == 4>> + lover's + <<else>> + slave _wife2's + <</if>> + <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him. + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<else>> + <<if getSlave($AS).devotion > 95>> + and $his deep acceptance of $his status as a slave has $him staring <<if canSee(getSlave($AS))>>at<<else>>blindly towards<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> above $him with a lusty smile. + <<if _incestMood == "Top">> + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Bottom">> + <</if>> + <<elseif getSlave($AS).devotion > 60>> + and if $he focuses, $he can forget the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> standing erect in front of $him belongs to someone related to $him. + <<else>> + and is understandably disturbed, <<if canSee(getSlave($AS))>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<elseif canHear(getSlave($AS))>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<<else>>imagining how the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> of $his relative will feel inside $him<</if>> + <</if>> + <</if>> +<</if>> + +<<if (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).vagina == 0)>> + $He presents $his virgin pussy to $slaverapistx.slaveName without protest. This act @@.lime; breaks in $his pussy,@@ and @@.hotpink;reminds $him@@ of $his status as a submissive slave. + <<set getSlave($AS).vagina = 1>> + <<set getSlave($AS).devotion += 4>> + <<set getSlave($AS).fetishStrength += 1>> +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He smiles as $he lays back and presents $his pussy to $slaverapistx.slaveName. $He openly enjoys submitting $himself for others to make use of. +<<elseif (getSlave($AS).devotion > 20) && (getSlave($AS).vagina == 0) >> + $He accepts your orders without comment and presents $his virgin pussy to $slaverapistx.slaveName. $He gasps in shock when $he feels the <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> enter $him. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ + <<set getSlave($AS).vagina = 1>> + <<set getSlave($AS).devotion += 10>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).vagina == 0)>> + $He is clearly unhappy at the idea of losing $his pearl of great price to $slaverapistx.slaveName; this probably isn't what $he imagined $his first real sexual encounter would be like. Nevertheless, $he is @@.hotpink;broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ + <<set getSlave($AS).vagina = 1>> + <<set getSlave($AS).devotion += 4>> +<<elseif (getSlave($AS).vagina == 0)>> + As you anticipated, $he refuses to give $slaverapistx.slaveName $his virginity. Since $he is restrained, $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging@@ are $his only signs on rebellion. Naturally, this cruel act @@.lime;will break in $his pussy.@@ + <<set getSlave($AS).devotion -= 5>> + <<set getSlave($AS).trust -= 5>> + <<set getSlave($AS).vagina = 1>> +<</if>> + +<<if isAmputee(getSlave($AS))>> + You set $his limbless torso up for $slaverapistx.slaveName. +<<elseif tooBigBreasts(getSlave($AS))>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt(getSlave($AS))>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $slaverapistx.slaveName a lovely cushion to thrust against. +<<elseif tooBigDick(getSlave($AS))>> + You set $him up for $slaverapistx.slaveName, face-up so $he is pinned under the weight of $his giant cock. +<<elseif tooBigBalls(getSlave($AS))>> + You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant balls anchor $him helplessly in place. +<<elseif getSlave($AS).devotion < -20>> + $He tries to refuse, so you restrain $him despite $his resistance to the idea of being raped by another slave. +<<elseif getSlave($AS).devotion <= 20>> + $He obeys your orders reluctantly, arranging $himself for vaginal sex despite $his obvious hesitation to be raped by another slave. +<<elseif getSlave($AS).devotion < 10>> + $He obeys your orders, arranging $himself for vaginal sex despite $his slight hesitation at the idea of being another's slave sex toy. +<<else>> + $He happily obeys your orders, getting ready to serve another slave. +<</if>> + +<br><br> + +<<if (getSlave($AS).devotion < -20) && ($slaverapistx.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. <<= getSlave($AS).slaveName>> is tied up on the bed with $his pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddenly push _him2 deep into <<= getSlave($AS).slaveName>>, fully hilting _him2 in one motion. You occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do for you and fear you'll make them do it again. + +<<elseif ($slaverapistx.devotion < -20)>> + Since your dick slave is restrained, you order <<= getSlave($AS).slaveName>> to present $himself on the bed, and then maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. <<= getSlave($AS).slaveName>> does $his best to hump $himself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. _He2 is still unenthusiastic, so you have _him2 lie down and have <<= getSlave($AS).slaveName>> ride $himself to orgasm. _He2 resents what you made _him2 do and fears you'll force _him2 to do it again. Though <<= getSlave($AS).slaveName>> accepts the situation, $he looks into $slaverapistx.slaveName's eyes with obvious apology. + +<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> + <<= getSlave($AS).slaveName>> is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. _He2 penetrates _him2 immediately, fondling, pinching and licking while pistoning away, fully enjoying _his2 dominant role, edging _his2 poor toy again and again and making _him2 beg for release. + <<if (getSlave($AS).fetish == "dom")>> + <<if (getSlave($AS).devotion < -20)>> + By the end of the day <<= getSlave($AS).slaveName>>'s abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him horrified and disgusted at $his lack of control. + <<else>> + By the end of the day <<= getSlave($AS).slaveName>>'s abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him annoyed at $his lack of control, though $he still somewhat enjoyed $himself. + <</if>> + <<elseif (getSlave($AS).fetish == "submissive")>> + <<if (getSlave($AS).devotion < -20)>> + By the end of the day <<= getSlave($AS).slaveName>>'s abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving the submissive slave horrified that $he found the experience sexually satisfying. + <<else>> + By the end of the day <<= getSlave($AS).slaveName>>'s abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>. This sexual encounter is everything $he dreamed of, leaving $him utterly satisfied. + <</if>> + <</if>> + $slaverapistx.slaveName is lying next to $him on the bed in a state of obvious satiation and bliss. + + +<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && (getSlave($AS).devotion < -20)>> + <<= getSlave($AS).slaveName>> is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. $His high libido keeps $him going for a long time, bringing the helpless toy to one forced orgasm after another. By the end of the day <<= getSlave($AS).slaveName>> is lying on the bed, all worn out, $his cunt <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>> to $his horror and resentment, while $slaverapistx.slaveName is sleeping next to $him in a state of obvious satiation and bliss. + +<<elseif (getSlave($AS).devotion <= 20) || ($slaverapistx.devotion <= 20)>> + You order <<= getSlave($AS).slaveName>> onto the couch and tell $slaverapistx.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a non-verbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at <<= getSlave($AS).slaveName>>. + +<<elseif (getSlave($AS).devotion <= 50) || ($slaverapistx.devotion <= 50)>> + You order <<= getSlave($AS).slaveName>> and $slaverapistx.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $slaverapistx.slaveName's dick and dripping away with the contents of <<= getSlave($AS).slaveName>>'s cum-filled pussy. + +<<else>> + The two slaves happily and eagerly get down to business. They take their time with foreplay, humping slowly and gazing into each others' eyes, exchanging kisses almost constantly. After a little while, <<= getSlave($AS).slaveName>> looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to + <<if canDoAnal(getSlave($AS)) && getSlave($AS).anus > 0>> + present <<= getSlave($AS).slaveName>>'s butthole. + <<set getSlave($AS).counter.anal++, $analTotal++>> + <<else>> + invite you into <<= getSlave($AS).slaveName>>'s crowded pussy. + <<set getSlave($AS).counter.vaginal++, $vaginalTotal++>> + <</if>> + You take up the offer and penetrate <<= getSlave($AS).slaveName>> with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside _his2 dear <<= WrittenMaster($slaverapistx)>>, $slaverapistx.slaveName comes indecently hard, but no where near as hard as the completely overloaded <<= getSlave($AS).slaveName>>. All of you collapse into an exhausted, happy pile of flesh. + +<</if>> + +<<if canImpreg(getSlave($AS), $slaverapistx)>> + <<= knockMeUp(getSlave($AS), 25, 0, $slaverapistx.ID)>> +<</if>> + +<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/npc/descriptions/fVagina.tw b/src/npc/interaction/fVagina.tw similarity index 71% rename from src/npc/descriptions/fVagina.tw rename to src/npc/interaction/fVagina.tw index 65ab9e59945d35bbd27c40ca512e541cf35f5e1d..d9726af267f65da11a2ed66c9a827df4ce1bebd4 100644 --- a/src/npc/descriptions/fVagina.tw +++ b/src/npc/interaction/fVagina.tw @@ -1,82 +1,80 @@ :: FVagina [nobr] - -<<set $desc = SlaveTitle($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> You call $him over so you can -<<if ($activeSlave.vagina >= 10)>> +<<if (getSlave($AS).vagina >= 10)>> tickle $his cavernous hole. -<<elseif ($activeSlave.vagina > 3)>> +<<elseif (getSlave($AS).vagina > 3)>> use $his gaping vagina. -<<elseif ($activeSlave.vagina == 3)>> +<<elseif (getSlave($AS).vagina == 3)>> fuck $his loose cunt. -<<elseif ($activeSlave.vagina == 2)>> +<<elseif (getSlave($AS).vagina == 2)>> fuck $his whorish cunt. -<<elseif ($activeSlave.vagina == 1)>> +<<elseif (getSlave($AS).vagina == 1)>> fuck $his tight cunt. -<<elseif ($activeSlave.vagina == 0)>> +<<elseif (getSlave($AS).vagina == 0)>> take $his virginity. <</if>> -<<if ($activeSlave.vaginaTat == "tribal patterns")>> +<<if (getSlave($AS).vaginaTat == "tribal patterns")>> The tattoos on $his abdomen certainly drawn attention there. -<<elseif ($activeSlave.vaginaTat == "scenes")>> +<<elseif (getSlave($AS).vaginaTat == "scenes")>> The tattoos on $his abdomen nicely illustrate what you mean to do to $him. -<<elseif ($activeSlave.vaginaTat == "degradation")>> +<<elseif (getSlave($AS).vaginaTat == "degradation")>> The tattoos on $his abdomen ask you to, after all. <</if>> -<<if $activeSlave.devotion <= 20>> - <<if $activeSlave.clit == 1 && $activeSlave.foreskin>> +<<if getSlave($AS).devotion <= 20>> + <<if getSlave($AS).clit == 1 && getSlave($AS).foreskin>> $His big clit peeks out from under its hood. - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> $His huge clit is impossible to miss. - <<elseif $activeSlave.clit > 2>> + <<elseif getSlave($AS).clit > 2>> $His pseudophallus-sized clit is soft. <</if>> - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> $His lovely petals are quite inviting. - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> $His prominent petals are inviting. - <<elseif $activeSlave.labia > 2>> + <<elseif getSlave($AS).labia > 2>> $His labia are so large they present a slight obstacle to entry. <</if>> - <<if $activeSlave.vaginaLube > 1>> + <<if getSlave($AS).vaginaLube > 1>> $He may not want it, but that doesn't stop $his pussy from getting nice and wet for you. <</if>> <<else>> - <<if $activeSlave.clit == 1 && $activeSlave.foreskin>> + <<if getSlave($AS).clit == 1 && getSlave($AS).foreskin>> $His big, hard clit peeks out from under its hood. - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> $His huge, stiff clit is impossible to miss. - <<elseif $activeSlave.clit > 2>> + <<elseif getSlave($AS).clit > 2>> $His pseudophallus-sized clit is engorged with arousal. <</if>> - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> $His lovely petals are moist with arousal. - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> $His prominent petals bear a sheen of arousal. - <<elseif $activeSlave.labia > 2>> + <<elseif getSlave($AS).labia > 2>> $His huge labia are almost dripping with arousal. <</if>> - <<if $activeSlave.vaginaLube > 1>> + <<if getSlave($AS).vaginaLube > 1>> A steady stream of lube leaks from $his pussy in preparation to receive you. <</if>> <</if>> -<<if ($activeSlave.vaginaPiercing > 1)>> - <<if ($activeSlave.vagina != -1)>> +<<if (getSlave($AS).vaginaPiercing > 1)>> + <<if (getSlave($AS).vagina != -1)>> $His pierced lips and clit have $him nice and wet. <</if>> - <<if ($activeSlave.dick != 0)>> + <<if (getSlave($AS).dick != 0)>> Metal glints all up and down $his cock. <</if>> -<<elseif ($activeSlave.vaginaPiercing == 1)>> - <<if ($activeSlave.vagina != -1)>> +<<elseif (getSlave($AS).vaginaPiercing == 1)>> + <<if (getSlave($AS).vagina != -1)>> $His pierced clit has $him nice and moist. <</if>> - <<if ($activeSlave.dick != 0)>> + <<if (getSlave($AS).dick != 0)>> Metal glints at the head of $his cock. <</if>> <</if>> @@ -95,44 +93,44 @@ You call $him over so you can <<set _fSpeed = random(1,100)>> <</if>> -<<if canWalk($activeSlave) && $activeSlave.fetish != "mindbroken">> +<<if canWalk(getSlave($AS)) && getSlave($AS).fetish != "mindbroken">> You decide to fuck $him <<if (_fPosition <= 20)>> in the missionary position. - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> A position that will be a challenge due to $his immense pregnancy. - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> A position that will be a challenge due to $his immense stomach. - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> A position that will be difficult due to $his massive pregnancy. - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> A position that will be difficult due to $his massive stomach. - <<elseif $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>> + <<elseif getSlave($AS).belly+$PC.belly >= 20000 && getSlave($AS).belly >= 1500 && $PC.belly >= 1500>> A position that will be difficult with the combined size of your rounded middles. <</if>> You tell $him to lie down on the couch next to your desk. <<elseif (_fPosition <= 40)>> in the cowgirl position. You lie on the couch beside your desk and tell $him to straddle you, facing towards you. - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> A position that will smother you with $his immense pregnancy. - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> A position that will smother you with $his immense stomach. - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> A position that will allow you to tease $his massive pregnancy as you fuck $him. - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> A position that will allow you to tease $his massive belly as you fuck $him. - <<elseif $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>> + <<elseif getSlave($AS).belly+$PC.belly >= 20000 && getSlave($AS).belly >= 1500 && $PC.belly >= 1500>> A position that will be awkward with the combined size of your rounded middles. <</if>> <<elseif (_fPosition <= 60)>> - doggy-style. You tell $him to get on the couch beside your desk on $his <<if hasAnyArms($activeSlave)>>hand<<if hasBothArms($activeSlave)>>s<</if>><<if hasAnyLegs($activeSlave)>> and <</if>><</if>><<if hasAnyLegs($activeSlave)>>knee<<if hasBothLegs($activeSlave)>>s<</if>><</if>>. - <<if $activeSlave.bellyPreg >= 600000>> + doggy-style. You tell $him to get on the couch beside your desk on $his <<if hasAnyArms(getSlave($AS))>>hand<<if hasBothArms(getSlave($AS))>>s<</if>><<if hasAnyLegs(getSlave($AS))>> and <</if>><</if>><<if hasAnyLegs(getSlave($AS))>>knee<<if hasBothLegs(getSlave($AS))>>s<</if>><</if>>. + <<if getSlave($AS).bellyPreg >= 600000>> As $he struggles to fit on the couch, you tell $him to just lean over $his immense pregnancy instead. - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> As $he struggles to fit on the couch, you tell $him to just lean over $his immense belly instead. - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> A position that leaves $his rear high in the air thanks to $his massive pregnancy. - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> A position that leaves $his rear high in the air thanks to $his massive stomach. <</if>> <<if $PC.belly >= 5000>> @@ -140,59 +138,59 @@ You call $him over so you can <</if>> <<elseif (_fPosition <= 80)>> in the reverse cowgirl position. You lie on the couch beside your desk and tell $him to straddle you facing away from you. - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> A position that will much more comfortable for $his immense pregnancy and won't crush you under its mass. - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> A position that will much more comfortable for $his immense belly and won't crush you under its mass. - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> A position that will much more comfortable for $his massive pregnancy. - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> A position that will much more comfortable for $his massive belly. <</if>> <<else>> in the wheelbarrow position. You tell $him to get on the couch beside your desk, stand next to $him and lift $his legs up into the air. - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> $His pregnancy is so immense it reaches the floor even as you hold $him saving you the trouble of bearing its weight. - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> $His belly is so immense it reaches the floor even as you hold $him saving you the trouble of bearing its weight. - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> You hope you don't strain something supporting $his massive pregnancy. - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> You hope you don't strain something supporting $his massive belly. <</if>> <</if>> <</if>> -<<if ($activeSlave.vagina == 0) && canDoVaginal($activeSlave)>> - <<if ($activeSlave.fetish == "mindbroken")>> +<<if (getSlave($AS).vagina == 0) && canDoVaginal(getSlave($AS))>> + <<if (getSlave($AS).fetish == "mindbroken")>> $He accepts your orders dumbly and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching without real interest as you don a strap-on<</if>>. Since $he is mindbroken, <span class="virginity loss">losing $his virginity</span> has no impact on any part of $him other than $his vagina. - <<elseif ($activeSlave.devotion > 20)>> - $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster($activeSlave)>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in.</span> $He looks forward to having $his pussy fucked by you again. - <<set $activeSlave.devotion += 10>> - <<elseif ($activeSlave.devotion >= -20)>> - $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster($activeSlave)>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in,</span> and $he is <span class="trust dec">fearful</span> that sex will continue to be painful. - <<set $activeSlave.devotion += 4, $activeSlave.trust -= 4>> + <<elseif (getSlave($AS).devotion > 20)>> + $He accepts your orders without comment and presents $his virgin pussy for defloration<<if ($PC.dick == 0)>>, watching with some small trepidation as you don a strap-on<</if>>. You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning loudly as you pound away. Since $he is already well broken, this new connection with $his <<= WrittenMaster(getSlave($AS))>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in.</span> $He looks forward to having $his pussy fucked by you again. + <<set getSlave($AS).devotion += 10>> + <<elseif (getSlave($AS).devotion >= -20)>> + $He is clearly unhappy at losing $his pearl of great price to you; this probably isn't what $he imagined $his first real sex would be like.<<if ($PC.dick == 0)>>$His lower lip quivers with trepidation as $he watches you don a strap-on and maneuver to fuck $his virgin hole.<</if>> You gently ease into $his pussy before gradually increasing the intensity of your thrusts into $him. Before long, $he's moaning as you pound away. Nevertheless, this new connection with $his <<= WrittenMaster(getSlave($AS))>> <span class="devotion inc">increases $his devotion to you.</span> <span class="virginity loss">$His pussy has been broken in,</span> and $he is <span class="trust dec">fearful</span> that sex will continue to be painful. + <<set getSlave($AS).devotion += 4, getSlave($AS).trust -= 4>> <<else>> As you anticipated, $he refuses to give you $his virginity. And as you expected, $he is unable to resist you. $He cries as <<if ($PC.dick == 0)>>your strap-on<<else>>your cock<</if>> opens $his fresh, tight hole. You force your way into $his pussy and continue thrusting into $him. $He sobs and cries with horror as you pound away. The rape @@.devotion.dec;decreases $his devotion to you.@@ <span class="virginity loss">$His pussy has been broken in,</span> and $he <span class="trust dec">fears further abuse.</span> - <<set $activeSlave.devotion -= 4, $activeSlave.trust -= 4>> + <<set getSlave($AS).devotion -= 4, getSlave($AS).trust -= 4>> <</if>> - <<set $activeSlave.vagina++>> -<<elseif ($activeSlave.fetish == "mindbroken")>> + <<set getSlave($AS).vagina++>> +<<elseif (getSlave($AS).fetish == "mindbroken")>> Since $his mind is gone, $he's yours to use as a human sex doll. You throw $him over the couch and amuse yourself with $him for a while; $his body retains its instinctual responses, at least. You finish inside $him and leave your toy for one of your other slaves to clean and maintain. -<<elseif isAmputee($activeSlave)>> +<<elseif isAmputee(getSlave($AS))>> Since $he's a quadruple amputee, $he's yours to use as a human sex toy. You set $him <<if ($PC.dick != 0)>> - <<if $activeSlave.belly >= 300000>> + <<if getSlave($AS).belly >= 300000>> atop $his massive stomach and <<if _fSpeed > 75>>fuck $him hard and fast<<elseif _fSpeed > 50>>fuck $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily and controlled<<else>>fuck $him slowly and tenderly<</if>>, managing $him with your arms as you go. <<else>> atop your cock and slide $him up and down<<if _fSpeed > 75>>, hard and fast<<elseif _fSpeed > 50>>, firmly and vigorously<<elseif _fSpeed > 25>>, steadily and controlled<<else>>, slowly and tenderly<</if>>, managing $him with your arms. <</if>> - <<if $activeSlave.dick > 0>> - <<if $activeSlave.chastityPenis == 1>> + <<if getSlave($AS).dick > 0>> + <<if getSlave($AS).chastityPenis == 1>> $His dick chastity keeps $his useless bitchclit out of the way. - <<elseif !canAchieveErection($activeSlave)>> + <<elseif !canAchieveErection(getSlave($AS))>> As you use $him as a helpless cock jacket, $his - <<if $activeSlave.dick < 7>> + <<if getSlave($AS).dick < 7>> flaccid dick flops around, ignored. <<else>> massive dick flops against you, no longer able to get hard. @@ -205,38 +203,38 @@ You call $him over so you can <<else>> on the couch and straddle $his hips, bringing your already-wet pussy <<if _fSpeed > 75>>hard against $him. You grind powerfully<<elseif _fSpeed > 50>>firmly against $him. You grind vigorously<<elseif _fSpeed > 25>>against $him. You grind steadily<<else>>softly against $him. You grind gently<</if>> against $his helpless body, using $him as a living sybian until $his warmth and movement brings you to orgasm. <</if>> -<<elseif tooBigBelly($activeSlave)>> +<<elseif tooBigBelly(getSlave($AS))>> You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his belly, pushing $his face in amongst the cushions and keeping $his crotch in the ideal position to penetrate. $His belly serves as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of $his bulging belly as it sticks out from either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. -<<elseif tooBigBreasts($activeSlave)>> +<<elseif tooBigBreasts(getSlave($AS))>> You tell $him to get situated on the couch, face-down. This position pins $him down by the massive weight of $his tits, pushing $his face in amongst the cushions. $His tits serve as an anchor, allowing you to take $him doggy style without any real contribution from $him. The position muffles $his reaction entirely, other than the rhythmic jiggling of the breastflesh that sticks out to either side of $his torso as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. -<<elseif tooBigButt($activeSlave)>> +<<elseif tooBigButt(getSlave($AS))>> You tell $him to get situated on the couch, face-up. This position pins $him down by the massive weight of $his rear, causing $him to sink into the cushions. $His ass serves as an anchor, allowing you to take $him in the missionary position without any real contribution from $him. This lets you clearly see $his reaction, as well as the rhythmic jiggling of the buttflesh that sticks out to either side of $his hips as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. -<<elseif tooBigBalls($activeSlave)>> +<<elseif tooBigBalls(getSlave($AS))>> You tell $him to get situated on the couch, doggy style. This position pins $him down by the massive weight of $his balls. $His testicles serve as an anchor, allowing you to take $him doggy style without any real concern of getting struck by $his massive nuts. The position keeps $his balls completely still where they rest on the couch, so you don't have to worry about them getting in the way as you <<if _fSpeed > 75>>pound $him hard and fast<<elseif _fSpeed > 50>>pound $him firmly and vigorously<<elseif _fSpeed > 25>>fuck $him steadily<<else>>fuck $him slowly and tenderly<</if>>. -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($PC.dick != 0)>> +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && ($PC.dick != 0)>> $He comes over, smiling a little submissive smile, and spreads $himself for you. You take $him on the couch next to your desk after $he gets into position. <<if (_fPosition <= 20)>> /* missionary */ - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> <<if $PC.belly >= 5000>> You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; <<else>> You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; <</if>> - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> <<if $PC.belly >= 5000>> You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <<else>> You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> You have to heft $his gravid body up to position yourself for penetration. But once you are mounted, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> You have to heft $his weighty body up to position yourself for penetration. But once you are mounted, you rest your head against $his massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <<else>> $He hugs $his torso to you and - <<if $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>> + <<if getSlave($AS).belly+$PC.belly >= 20000 && getSlave($AS).belly >= 1500 && $PC.belly >= 1500>> your bellies bulge lewdly against each other; - <<elseif $activeSlave.belly >= 5000>> + <<elseif getSlave($AS).belly >= 5000>> pushes $his belly against your stomach; <<elseif $PC.belly >= 5000>> pushes your belly into $his stomach; @@ -261,102 +259,102 @@ You call $him over so you can <</if>> <</if>> <<elseif (_fPosition <= 40)>> /* cowgirl */ - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> You wrap your arms around $his boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of so much movement squirming against your face; - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> You wrap your arms around $his boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of your every move running through $his belly; - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of pregnancy with each downward motion; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of implant with each downward motion; <<else>> - $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; + $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; <</if>> <<elseif (_fPosition <= 60)>> /* doggy-style */ - <<if $activeSlave.bellyPreg >= 300000>> + <<if getSlave($AS).bellyPreg >= 300000>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his occupants enjoying the attention. As you rest your weight on $him, you run your hands along $his distended sides; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his belly jiggling just slightly with each thrust. As you rest your weight on $him, you run your hands along $his distended sides; <<else>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>; <</if>> <<elseif (_fPosition <= 80)>> /* reverse cowgirl */ - <<if $activeSlave.bellyPreg >= 300000>> - You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; - <<elseif $activeSlave.belly >= 300000>> - You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<if getSlave($AS).bellyPreg >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<elseif getSlave($AS).belly >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; <<else>> - $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; + $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; <</if>> <<else>> /* wheelbarrow */ - <<if $activeSlave.belly >= 600000>> + <<if getSlave($AS).belly >= 600000>> With all $his weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired; - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <<else>> $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <</if>> <</if>> - you can feel <<if $activeSlave.bellyPreg >= 300000>>$his child<<if $activeSlave.pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. As the sex reaches its climax, $he begs you to cum inside $his unworthy body. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if $activeSlave.chastityPenis == 1>> + you can feel <<if getSlave($AS).bellyPreg >= 300000>>$his child<<if getSlave($AS).pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. As the sex reaches its climax, $he begs you to cum inside $his unworthy body. + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if getSlave($AS).chastityPenis == 1>> $He does $his submissive best to stay completely soft within $his dick chastity. <<else>> As a submissive $he spares no attention for $his own orgasm, so $his rock hard erection swings untended. <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> $His cock is forgotten inside its chastity cage as you take what you want from $him. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> As a submissive $he spares no attention for $his own orgasm, so $his flaccid cock swings untended. <</if>> <<if $PC.vagina != -1>> When you finally climax, you pull out and press your wet cunt against $his mouth, letting $his lavish attention on you that brings you to another quick orgasm. - <<set $activeSlave.counter.oral += 1>> + <<set getSlave($AS).counter.oral += 1>> <<set $oralTotal += 1>> <</if>> -<<elseif $activeSlave.devotion < -20>> +<<elseif getSlave($AS).devotion < -20>> $He tries to refuse, so you <<if ($PC.dick != 0)>> - bend the disobedient slave over your desk and take $him hard from behind. $His breasts <<if ($activeSlave.dick != 0)>>and cock <</if>>slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> + bend the disobedient slave over your desk and take $him hard from behind. $His breasts <<if (getSlave($AS).dick != 0)>>and cock <</if>>slide back and forth across the desk. You give $his buttocks some nice hard swats as you pound $him. $He grunts and moans but knows better than to try to get away. + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> Despite $his unwillingness to be raped, the stimulation - <<if $activeSlave.chastityPenis>> + <<if getSlave($AS).chastityPenis>> starts to give $him an erection, which $his dick chastity makes horribly uncomfortable. $He bucks with the pain, $his hole spasming delightfully. <<else>> gives $him an erection. $He's mortified that $he would get hard while being raped. <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> $His dick chastity keeps $his bitch cock hidden away while you use $his whore hole. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> $His flaccid dick is ground into the back of the couch as you rape $him. <</if>> <<if $PC.vagina != -1>> After your first orgasm, you pull out and grind your pussy against $his face for another, enjoying the stimulation of $his muffled crying. - <<set $activeSlave.counter.oral += 1>> + <<set getSlave($AS).counter.oral += 1>> <<set $oralTotal += 1>> <</if>> <<else>> stand and seize $him, shoving $him down to sit in your chair. You jump atop $his hips, pinning $him down into the chair with your legs and pressing your pussy hard against $his groin. $He struggles and whimpers, but you give $him a hard warning slap to the cheek and kiss $his unwilling mouth, forcing your tongue past $his lips as you grind against $him. <</if>> -<<elseif $activeSlave.devotion <= 20>> +<<elseif getSlave($AS).devotion <= 20>> <<if ($PC.dick != 0)>> - $He obeys, lying on the couch next to your desk<<if hasAnyLegs($activeSlave)>> with $his leg<<if hasBothLegs($activeSlave)>>s spread<<else>> moved aside<</if>><</if>>. You kneel on the ground and enter $him<<if hasAnyLegs($activeSlave)>>, a hand on <<if hasBothLegs($activeSlave)>>each of $his legs<<else>>$his leg<</if>> to give you a good grip<</if>>. <<if _fSpeed > 75>>The pounding is hard and fast<<elseif _fSpeed > 50>>You pound $him firmly and vigorously<<elseif _fSpeed > 25>>You fuck $him steadily and controlled<<else>>You fuck $him slowly and tenderly<</if>>, and $he gasps and <<if _fSpeed > 50>>whines<<else>>moans<</if>>. You reach a hand down to maul $his breasts. - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if ($activeSlave.chastityPenis == 1)>> + $He obeys, lying on the couch next to your desk<<if hasAnyLegs(getSlave($AS))>> with $his leg<<if hasBothLegs(getSlave($AS))>>s spread<<else>> moved aside<</if>><</if>>. You kneel on the ground and enter $him<<if hasAnyLegs(getSlave($AS))>>, a hand on <<if hasBothLegs(getSlave($AS))>>each of $his legs<<else>>$his leg<</if>> to give you a good grip<</if>>. <<if _fSpeed > 75>>The pounding is hard and fast<<elseif _fSpeed > 50>>You pound $him firmly and vigorously<<elseif _fSpeed > 25>>You fuck $him steadily and controlled<<else>>You fuck $him slowly and tenderly<</if>>, and $he gasps and <<if _fSpeed > 50>>whines<<else>>moans<</if>>. You reach a hand down to maul $his breasts. + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if (getSlave($AS).chastityPenis == 1)>> $He enjoys $himself, even though $his dick chastity keeps $him soft by making the beginnings of erection very uncomfortable. <<else>> $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. $He already dribbled $his own weak load all over $his stomach. <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. Precum has been dribbling out of $his dick chastity for some time, apparently the best $his soft bitchclit can manage. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. $He already blew $his own load all over $his stomach despite $his inability to get hard. <</if>> <<if $PC.vagina != -1>> You got so wet fucking $him that when you climax, you stand up and let $him clean your pussy with $his mouth. The oral attention brings you to a quick aftershock orgasm. - <<set $activeSlave.counter.oral += 1>> + <<set getSlave($AS).counter.oral += 1>> <<set $oralTotal += 1>> <</if>> <<else>> @@ -366,27 +364,27 @@ You call $him over so you can <<if ($PC.dick != 0)>> $He skips over smiling and gives you a quick kiss. You take $him on the couch next to your desk after $he gets into position. <<if (_fPosition <= 20)>> /* missionary */ - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> <<if $PC.belly >= 5000>> You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. With your own baby bump in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; <<else>> You have to heft $his gravid body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; <</if>> - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> <<if $PC.belly >= 5000>> You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. With your own gravid swell in the way, it's a complicated maneuver, but once you manage to get in, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <<else>> You have to heft $his weighty body up and slip under $his expansive middle to position yourself for penetration. But once you are seated, you rest your head against $his immense belly and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <</if>> - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> You have to heft $his gravid body up to position yourself for penetration. But once you are mounted, you rest your head against $his bulging belly and feel the movements within as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> You have to heft $his weighty body up to position yourself for penetration. But once you are mounted, you rest your head against $his massive stomach and feel the force of your <<if _fSpeed > 75>>fast, hard<<elseif _fSpeed > 50>>vigorous, firm<<elseif _fSpeed > 25>>steady<<else>>slow, tender<</if>> thrusts running through $him; <<else>> $He hugs $his torso to you and - <<if $activeSlave.belly+$PC.belly >= 20000 && $activeSlave.belly >= 1500 && $PC.belly >= 1500>> + <<if getSlave($AS).belly+$PC.belly >= 20000 && getSlave($AS).belly >= 1500 && $PC.belly >= 1500>> your bellies bulge lewdly against each other; - <<elseif $activeSlave.belly >= 5000>> + <<elseif getSlave($AS).belly >= 5000>> pushes $his belly against your stomach; <<elseif $PC.belly >= 5000>> pushes your belly into $his stomach; @@ -411,62 +409,62 @@ You call $him over so you can <</if>> <</if>> <<elseif (_fPosition <= 40)>> /* cowgirl */ - <<if $activeSlave.bellyPreg >= 600000>> + <<if getSlave($AS).bellyPreg >= 600000>> You wrap your arms around $his boundless pregnancy as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of so much movement squirming against your face; - <<elseif $activeSlave.belly >= 600000>> + <<elseif getSlave($AS).belly >= 600000>> You wrap your arms around $his boundless stomach as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him and enjoy the feeling of your every move running through $his belly; - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of pregnancy with each downward motion; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> $He does $his best to not suffocate you with $his massive belly or knock you out with it as you thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> into $him. You get a face full of implant with each downward motion; <<else>> - $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; + $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>leans forward as you continue to thrust <<if _fSpeed > 75>>hard<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>tenderly<</if>> upwards; <</if>> <<elseif (_fPosition <= 60)>> /* doggy-style */ - <<if $activeSlave.bellyPreg >= 300000>> + <<if getSlave($AS).bellyPreg >= 300000>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his occupants enjoying the attention. As you rest your weight on $him, you run your hands along $his distended sides; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>, $his belly jiggling just slightly with each thrust. As you rest your weight on $him, you run your hands along $his distended sides; <<else>> $He arches $his back as you continue to pound $him <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>>; <</if>> <<elseif (_fPosition <= 80)>> /* reverse cowgirl */ - <<if $activeSlave.bellyPreg >= 300000>> - You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; - <<elseif $activeSlave.belly >= 300000>> - You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<if getSlave($AS).bellyPreg >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive baby bump, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; + <<elseif getSlave($AS).belly >= 300000>> + You may have to spread your legs extra wide to accommodate $his impressive belly, but the angle and pressure it puts on you feels amazing. $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards, in return you caress $his distended sides; <<else>> - $He <<if hasAnyArms($activeSlave)>>puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; + $He <<if hasAnyArms(getSlave($AS))>>puts $his hand<<if hasBothArms(getSlave($AS))>>s<</if>> on your chest and <</if>>starts to lean back as you continue to thrust <<if _fSpeed > 75>>hard and fast<<elseif _fSpeed > 50>>firmly and vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> upwards; <</if>> <<else>> /* wheelbarrow */ - <<if $activeSlave.belly >= 600000>> + <<if getSlave($AS).belly >= 600000>> With all $his weight handled, you can keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding without your arms getting tired; - <<elseif $activeSlave.bellyPreg >= 300000>> + <<elseif getSlave($AS).bellyPreg >= 300000>> Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; - <<elseif $activeSlave.belly >= 300000>> + <<elseif getSlave($AS).belly >= 300000>> Before long both of your strength begins to wane, causing $his belly to touch the floor. With some of the weight off of the both of you, you keep on <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <<else>> $He begins to tire as you keep <<if _fSpeed > 75>>furiously<<elseif _fSpeed > 50>>vigorously<<elseif _fSpeed > 25>>steadily<<else>>slowly and tenderly<</if>> pounding; <</if>> <</if>> - you can feel <<if $activeSlave.bellyPreg >= 300000>>$his child<<if $activeSlave.pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. - <<if (_fPosition <= 40) && $activeSlave.belly+$PC.belly < 20000>> As the sex reaches its climax, $his kisses grow urgent and passionate. <</if>> - <<if ($activeSlave.dick != 0) && canAchieveErection($activeSlave)>> - <<if ($activeSlave.chastityPenis == 1)>> + you can feel <<if getSlave($AS).bellyPreg >= 300000>>$his child<<if getSlave($AS).pregType > 0>>ren<</if>> begin to squirm in reaction to their mother's lust<<else>>$his heart beating hard<</if>>. + <<if (_fPosition <= 40) && getSlave($AS).belly+$PC.belly < 20000>> As the sex reaches its climax, $his kisses grow urgent and passionate. <</if>> + <<if (getSlave($AS).dick != 0) && canAchieveErection(getSlave($AS))>> + <<if (getSlave($AS).chastityPenis == 1)>> $He enjoys $himself, even though $his dick chastity keeps $him soft by making the beginnings of erection very uncomfortable. <<else>> When you orgasm together, $his erect cock squirts cum up towards $his tits while your cock fills $him with cum. <</if>> - <<elseif ($activeSlave.chastityPenis == 1)>> + <<elseif (getSlave($AS).chastityPenis == 1)>> $He bites $his lip and moans as $he climaxes. You fill $his squeezing fuckhole with your cum. Precum has been dribbling out of $his dick chastity for some time, apparently the best $his soft bitchclit can manage. - <<elseif ($activeSlave.dick != 0)>> + <<elseif (getSlave($AS).dick != 0)>> When you orgasm together, $his limp, neglected cock dribbles weakly while your cock fills $him with cum. - <<elseif ($activeSlave.clit > 2)>> + <<elseif (getSlave($AS).clit > 2)>> As you fuck $him, $he plays with $his huge clit. It's so large it almost looks like $he's jacking off a cock. <</if>> <<if $PC.vagina != -1>> You got so wet fucking $him that when you climax, you stand up; $he knows what that means, and hurries to eat you out. The oral attention brings you to a quick aftershock orgasm. - <<set $activeSlave.counter.oral += 1>> + <<set getSlave($AS).counter.oral += 1>> <<set $oralTotal += 1>> <</if>> <<else>> @@ -476,47 +474,47 @@ You call $him over so you can <<= VCheck.Vaginal()>> -<<if ($activeSlave.bellyPreg >= 1500)>> +<<if (getSlave($AS).bellyPreg >= 1500)>> The poor slave's belly gets in the way, but the added perversion of fucking a pregnant hole makes the inconvenience worthwhile. -<<elseif ($activeSlave.bellyImplant >= 1500)>> +<<elseif (getSlave($AS).bellyImplant >= 1500)>> The poor slave's implant filled belly gets in the way, but the added perversion of fucking a $girl with such a round stomach makes the inconvenience worthwhile. -<<elseif ($activeSlave.bellyFluid >= 1500)>> +<<elseif (getSlave($AS).bellyFluid >= 1500)>> The poor slave's sloshing belly gets in the way, but the added perversion of seeing it jiggle makes the inconvenience worthwhile. <</if>> -<<if (random(1,100) > (100 + $activeSlave.devotion))>> - <<if ($activeSlave.fetish != "pregnancy") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration")>> +<<if (random(1,100) > (100 + getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish != "pregnancy") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw != "hates penetration")>> Being taken by force has given $him a @@.flaw.gain;hatred of penetration.@@ - <<set $activeSlave.sexualFlaw = "hates penetration">> + <<set getSlave($AS).sexualFlaw = "hates penetration">> <</if>> -<<elseif (random(1,100) > (110 - $activeSlave.devotion))>> - <<if ($activeSlave.fetish == "none") && ($activeSlave.energy <= 95) && ($activeSlave.sexualFlaw != "hates penetration") && ($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1)>> +<<elseif (random(1,100) > (110 - getSlave($AS).devotion))>> + <<if (getSlave($AS).fetish == "none") && (getSlave($AS).energy <= 95) && (getSlave($AS).sexualFlaw != "hates penetration") && (getSlave($AS).ovaries == 1 || getSlave($AS).mpreg == 1)>> Enjoying sex with you seems to have @@.fetish.gain;encouraged $his biological clock.@@ - <<set $activeSlave.fetish = "pregnancy", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 10>> + <<set getSlave($AS).fetish = "pregnancy", getSlave($AS).fetishKnown = 1, getSlave($AS).fetishStrength = 10>> <</if>> <</if>> <<if ($PC.dick != 0)>> - <<if $activeSlave.cervixImplant == 1 || $activeSlave.cervixImplant == 3>> - <<set $activeSlave.bellyImplant += random(10,20)>> + <<if getSlave($AS).cervixImplant == 1 || getSlave($AS).cervixImplant == 3>> + <<set getSlave($AS).bellyImplant += random(10,20)>> <</if>> - <<if ($activeSlave.vagina == 3)>> + <<if (getSlave($AS).vagina == 3)>> Cum drips out of $his fucked-out hole. - <<elseif ($activeSlave.vagina == 2)>> + <<elseif (getSlave($AS).vagina == 2)>> Cum drips out of $his stretched vagina. - <<elseif ($activeSlave.vagina == 1)>> + <<elseif (getSlave($AS).vagina == 1)>> $His still-tight vagina keeps your load inside $him. - <<elseif ($activeSlave.vagina < 0)>> + <<elseif (getSlave($AS).vagina < 0)>> Cum drips out of $his girly ass. <<else>> Your cum slides right out of $his gaping hole. <</if>> - <<if canWalk($activeSlave) && $postSexCleanUp > 0>> - $He uses <<if $activeSlave.vagina > 0>>a quick douche to clean $his <<if $activeSlave.vagina < 2>>tight<<elseif $activeSlave.vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if $activeSlave.anus < 2>>tight<<elseif $activeSlave.anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, - <<switch $activeSlave.assignment>> + <<if canWalk(getSlave($AS)) && $postSexCleanUp > 0>> + $He uses <<if getSlave($AS).vagina > 0>>a quick douche to clean $his <<if getSlave($AS).vagina < 2>>tight<<elseif getSlave($AS).vagina > 3>>loose<</if>> pussy<<else>>an enema to clean $his <<if getSlave($AS).anus < 2>>tight<<elseif getSlave($AS).anus < 3>>used<<else>>gaping<</if>> butthole<</if>>, + <<switch getSlave($AS).assignment>> <<case "work in the brothel">> just like $he does between each customer. <<case "serve in the club">> @@ -536,7 +534,7 @@ You call $him over so you can <<case "rest">> before crawling back into bed. <<case "get milked">> - <<if $activeSlave.lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. + <<if getSlave($AS).lactation > 0>>before going to get $his uncomfortably milk-filled tits drained<<else>>and then rests until $his balls are ready to be drained again<</if>>. <<case "be a servant">> since $his chores didn't perform themselves while you used $his fuckhole. <<case "please you">> @@ -550,14 +548,14 @@ You call $him over so you can <<case "train slaves">> before $he returns to teaching $his classes. <<default>> - before $he returns to $activeSlave.assignment. + before $he returns to getSlave($AS).assignment. <</switch>> <</if>> <</if>> <<if passage() != "Slave Interact">> - <<set _fv = $slaveIndices[$activeSlave.ID]>> + <<set _fv = $slaveIndices[getSlave($AS).ID]>> <<if def _fv>> - <<set $slaves[_fv] = $activeSlave>> + <<set $slaves[_fv] = getSlave($AS)>> <</if>> <</if>> diff --git a/src/npc/interaction/fillUpButt.tw b/src/npc/interaction/fillUpButt.tw new file mode 100644 index 0000000000000000000000000000000000000000..be0f17d9262b4b985087a59ac8d6caee98518eb3 --- /dev/null +++ b/src/npc/interaction/fillUpButt.tw @@ -0,0 +1,384 @@ +:: FillUpButt [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set getSlave($AS).bellyAccessory = "none">> +<<set _pregDiscovery = 0>> +You +<<switch getSlave($AS).inflationType>> +<<case "water" "aphrodisiac" "curative" "tightener">> + pull out an enema bag and + <<if getSlave($AS).inflation < 2>> + a two liter bag of solution, + <<else>> + a one gallon bag of solution, + <</if>> +<<case "cum" "milk">> + attach a hose to $dairyName tap with the pipes set to pump <<= getSlave($AS).inflationType>>, +<<case "urine">> + attach a hose to your penthouse's plumbing tap, +<</switch>> +before calling $him over so you can play with $his +<<if getSlave($AS).butt < 2>> + flat, tight ass +<<elseif getSlave($AS).butt <= 2>> + cute bottom +<<elseif getSlave($AS).butt <= 3>> + round, firm rump +<<elseif getSlave($AS).butt <= 4>> + curvy, enticing butt +<<elseif getSlave($AS).butt <= 5>> + huge rear end +<<elseif getSlave($AS).butt <= 6>> + massive, alluring rump +<<elseif getSlave($AS).butt <= 7>> + enormous, hypnotic ass +<<elseif getSlave($AS).butt <= 10>> + gigantic, jiggly rear +<<elseif getSlave($AS).butt <= 14>> + inhuman, cushiony butt cheeks +<<elseif getSlave($AS).butt <= 20>> + couch-like, super jiggly ass cheeks +<</if>> +before shoving the equipment into $his +<<if (getSlave($AS).anus > 3)>> + gaping anus. +<<elseif (getSlave($AS).anus == 3)>> + loose anus. +<<elseif (getSlave($AS).anus == 2)>> + well-used asshole. +<<elseif (getSlave($AS).anus == 1)>> + tight butthole. +<<elseif (getSlave($AS).anus == 0)>> + virgin butthole. +<</if>> + +<<if getSlave($AS).inflation > 1 && getSlave($AS).preg > 1>> + $He looks uneasy at the prospect of that much fluid entering $his rear, far more than could be considered normal. + <<set _pregDiscovery = 1>> +<<else>> + <<if (getSlave($AS).fetish == "buttslut") && (getSlave($AS).devotion >= -20)>> + $He's pleased at the prospect of you touching $his favorite body part. + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).devotion >= -20) && (getSlave($AS).inflationType == "cum")>> + $He's pleased at the idea of turning into a cum balloon. + <</if>> + <<if (getSlave($AS).behavioralFlaw == "gluttonous") && (getSlave($AS).devotion >= -20) && ((getSlave($AS).inflationType == "cum") || (getSlave($AS).inflationType == "milk"))>> + $He's thrilled that you are going to give $him such a filling meal. + <<elseif (getSlave($AS).behavioralFlaw == "anorexic") && (getSlave($AS).devotion >= -20) && ((getSlave($AS).inflationType == "cum") || (getSlave($AS).inflationType == "milk"))>> + $He's hesitant about whether or not you are trying to make $him gain weight. + <</if>> +<</if>> + +<<if _pregDiscovery == 1>> + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of <<= getSlave($AS).inflationType>> up $his ass, however. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).pregKnown = 1>> +<<elseif getSlave($AS).fetish == "mindbroken">> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus, + <<elseif (getSlave($AS).anus == 3)>> + loose anus, + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole, + <<elseif (getSlave($AS).anus == 1)>> + tight butthole, + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole, + <</if>> + but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole. + <<if getSlave($AS).inflation == 2>> + $His sloshing belly slowly grows even larger with <<= getSlave($AS).inflationType>>. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his taut, <<= getSlave($AS).skin>> stomach. You give the firm orb a slap, eliciting a slight grunt from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise. + <<elseif getSlave($AS).inflation == 1>> + $His bloated belly slowly swells even larger with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his jiggly, soft, <<= getSlave($AS).skin>> stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and whole bunch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <<else>> + $His belly slowly swells with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his distended, <<= getSlave($AS).skin>> stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and touch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise.<</if>> +<<elseif getSlave($AS).devotion < -20>> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his anus for a <<= getSlave($AS).inflationType>> enema. Opposed to the thought of being filled <<if getSlave($AS).inflation > 0>>more <</if>>with <<= getSlave($AS).inflationType>>, $he tries to step back, but you catch $him and pull $him closer to you as you reach around and grab $his + <<elseif (hasAnyLegs(getSlave($AS)))>> + You instruct $him to present $his anus for a <<= getSlave($AS).inflationType>> enema. $He's opposed to the thought of being filled <<if getSlave($AS).inflation > 0>>more <</if>>with <<= getSlave($AS).inflationType>>, but since $he is immobile, can't escape. You reach around and grab $his + <<else>> + $He's opposed to the thought of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. You reach around and grab $his + <</if>> + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>> buttocks. + <<if (hasAnyArms(getSlave($AS)))>> + $He tries to grab your <<if (hasBothArms(getSlave($AS)))>>wrists to keep them<<else>>wrist to keep it<</if>> away but $he cannot resist for long. + <</if>> + You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus. + <<elseif (getSlave($AS).anus == 3)>> + loose anus. + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole. + <<elseif (getSlave($AS).anus == 1)>> + tight butthole. + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers, not breaking contact with $him. You look at $his face and $he has <<if !canSee(getSlave($AS))>>reflexively <</if>>shut $his eyes, trying not to think about what's about to happen. + <<if (hasAnyLegs(getSlave($AS)))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to push away. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $him on your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to squirm away. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if getSlave($AS).inflation == 2>> + $His sloshing belly slowly grows even larger with <<= getSlave($AS).inflationType>>. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, <<= getSlave($AS).skin>> stomach. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise. + <<elseif getSlave($AS).inflation == 1>> + $His bloated belly slowly swells even larger with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, <<= getSlave($AS).skin>> stomach. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <<else>> + $His belly slowly swells with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, <<= getSlave($AS).skin>> stomach. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise.<</if>> +<<elseif (getSlave($AS).devotion <= 20)>> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his anus for a <<= getSlave($AS).inflationType>> enema. $He complies without comment, standing in front of you. + <<elseif !isAmputee(getSlave($AS))>> + You instruct $him to present $his anus for a <<= getSlave($AS).inflationType>> enema. $He complies without comment, readying $his ass for you. + <<else>> + $he's hesitant of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>> buttocks. $He can't stop $himself from becoming aroused as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. You rub your fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus. + <<elseif (getSlave($AS).anus == 3)>> + loose anus. + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole. + <<elseif (getSlave($AS).anus == 1)>> + tight butthole. + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee(getSlave($AS))>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if (hasAnyLegs(getSlave($AS)))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if getSlave($AS).inflation == 2>> + $His sloshing belly slowly grows even larger with <<= getSlave($AS).inflationType>>. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, <<= getSlave($AS).skin>> stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise. + <<elseif getSlave($AS).inflation == 1>> + $His bloated belly slowly swells even larger with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, <<= getSlave($AS).skin>> stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <<else>> + $His belly slowly swells with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, <<= getSlave($AS).skin>> stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <</if>> +<<elseif getSlave($AS).devotion <= 50>> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus for a <<= getSlave($AS).inflationType>> enema. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his anus. + <<elseif !isAmputee(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus for a <<= getSlave($AS).inflationType>> enema. $He hesitates but eventually shifts $his buttocks to face you before presenting $his anus. + <<else>> + $he's mildly hesitant of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee(getSlave($AS))>>looking back at you doe-eyed<<else>>smiling pleasantly at you<</if>>, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if (hasAnyLegs(getSlave($AS)))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $him wriggling body on your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if getSlave($AS).inflation == 2>> + $His sloshing belly slowly grows even larger with <<= getSlave($AS).inflationType>>. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, <<= getSlave($AS).skin>> stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise. + <<elseif getSlave($AS).inflation == 1>> + $His bloated belly slowly swells even larger with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, <<= getSlave($AS).skin>> stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <<else>> + $His belly slowly swells with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, <<= getSlave($AS).skin>> stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <</if>> +<<else>> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus for a <<= getSlave($AS).inflationType>> enema. $He eagerly stands in front of you showing $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. + <<elseif !isAmputee(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus for a <<= getSlave($AS).inflationType>> enema. $He eagerly shifts around to show $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. + <<else>> + $He devotedly <<if canSee(getSlave($AS))>>looks<<else>>smiles<</if>> at you, awaiting the warm liquids entering $his bowels. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee(getSlave($AS))>>looking<<else>>gazing<</if>> back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if (hasAnyLegs(getSlave($AS)))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <<else>> + You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if getSlave($AS).inflation == 2>>$his soft and jiggly <<print getSlave($AS).inflationType>>-filled belly spilling over your legs<<elseif getSlave($AS).inflation == 1>>$his <<print getSlave($AS).inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole, and setting it on low. + <<if getSlave($AS).inflation == 2>> + $His sloshing belly slowly grows even larger with <<= getSlave($AS).inflationType>>. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, <<= getSlave($AS).skin>> stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise. + <<elseif getSlave($AS).inflation == 1>> + $His bloated belly slowly swells even larger with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, <<= getSlave($AS).skin>> stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <<else>> + $His belly slowly swells with <<= getSlave($AS).inflationType>>. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk(getSlave($AS))>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, <<= getSlave($AS).skin>> stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise. + <</if>> +<</if>> +<<if _pregDiscovery == 0>> + <<set getSlave($AS).inflation += 1>> + <<if getSlave($AS).inflation == 3>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his bloated guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<run healthDamage(getSlave($AS), 10)>> + <<elseif getSlave($AS).inflation == 2>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his full guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif getSlave($AS).inflation == 1>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <<run SetBellySize(getSlave($AS))>> +<</if>> diff --git a/src/npc/interaction/fillUpFace.tw b/src/npc/interaction/fillUpFace.tw new file mode 100644 index 0000000000000000000000000000000000000000..73d86553a5843c2e0b522c5eca5a63b88c843ee2 --- /dev/null +++ b/src/npc/interaction/fillUpFace.tw @@ -0,0 +1,229 @@ +:: FillUpFace [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<set getSlave($AS).bellyAccessory = "none">> +<<set _pregDiscovery = 0>> +<<set _belly = bellyAdjective(getSlave($AS))>> +You attach a hose to $dairyName tap with the pipes set to pump <<= getSlave($AS).inflationType>> and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him <<= getSlave($AS).inflationType>>. + +<<if getSlave($AS).inflation > 1 && getSlave($AS).preg > 1>> + $He looks uneasy at the prospect of taking in that much, far more than could be considered normal. + <<set _pregDiscovery = 1>> +<<else>> + <<if (getSlave($AS).fetish == "submissive") && (getSlave($AS).devotion >= -20)>> + $He blushes at the thought of being forcibly fed. + <<elseif (getSlave($AS).fetish == "cumslut") && (getSlave($AS).devotion >= -20) && (getSlave($AS).inflationType == "cum")>> + $He's pleased at the idea of turning into a cum balloon. + <</if>> + <<if (getSlave($AS).behavioralFlaw == "gluttonous") && (getSlave($AS).devotion >= -20) && ((getSlave($AS).inflationType == "cum") || (getSlave($AS).inflationType == "milk"))>> + $He's thrilled that you are going to give $him such a filling meal. + <<elseif (getSlave($AS).behavioralFlaw == "anorexic") && (getSlave($AS).devotion >= -20) && ((getSlave($AS).inflationType == "cum") || (getSlave($AS).inflationType == "milk"))>> + $He's hesitant about whether or not you are trying to make $him gain weight. + <</if>> +<</if>> + +<<if _pregDiscovery == 1>> + Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of <<= getSlave($AS).inflationType>>, however. + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).pregKnown = 1>> +<<elseif getSlave($AS).fetish == "mindbroken">> + <<if canWalk(getSlave($AS))>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose, but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach out and wrap your arms around $his + <<if getSlave($AS).weight > 190>> + immensely soft + <<elseif getSlave($AS).belly >= 150000>> + _belly + <<elseif getSlave($AS).weight > 160>> + massive soft + <<elseif getSlave($AS).weight > 130>> + giant soft + <<elseif getSlave($AS).inflation == 2>> + sloshing, <<print getSlave($AS).inflationType>>-filled + <<elseif getSlave($AS).belly >= 1500>> + _belly + <<elseif getSlave($AS).weight > 95>> + huge soft + <<elseif getSlave($AS).inflation == 1>> + <<print getSlave($AS).inflationType>>-bloated + <<elseif getSlave($AS).weight > 30>> + big soft + <<elseif getSlave($AS).weight > 10>> + soft + <<elseif getSlave($AS).muscles > 95>> + chiseled + <<elseif getSlave($AS).muscles > 30>> + muscular + <<elseif getSlave($AS).muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly, pulling $him into your lap. You force the hose down $his throat, strapping it to $his head to prevent it from slipping out, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if getSlave($AS).inflation == 2>>You can feel $his <<= getSlave($AS).skin>> belly growing taut with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a large belch from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<elseif getSlave($AS).inflation == 1>>You can feel $his <<= getSlave($AS).skin>> belly growing larger with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the broken slave and tons of motion from $his gut. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover, After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<else>>You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small burp from the broken slave and a little jiggle from $his gut. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping <<= getSlave($AS).slaveName>> ready to be moved<</if>>. +<<elseif getSlave($AS).devotion < -20>> + <<if canWalk(getSlave($AS))>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. Opposed to the thought of being filled <<if getSlave($AS).inflation > 0>>more <</if>>with <<= getSlave($AS).inflationType>>, $he tries to step back, but you catch $him and pull $him into your lap, wrapping your arms around $his + <<elseif (hasAnyLegs(getSlave($AS)))>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He's opposed to the thought of being filled with<<if getSlave($AS).inflation > 0>> more<</if>> <<= getSlave($AS).inflationType>>, but since $he is immobile, $he can't escape. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's opposed to the thought of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $him + <</if>> + <<if getSlave($AS).weight > 190>> + immensely soft + <<elseif getSlave($AS).belly >= 150000>> + _belly + <<elseif getSlave($AS).weight > 160>> + massive soft + <<elseif getSlave($AS).weight > 130>> + giant soft + <<elseif getSlave($AS).inflation == 2>> + sloshing, <<print getSlave($AS).inflationType>>-filled + <<elseif getSlave($AS).belly >= 1500>> + _belly + <<elseif getSlave($AS).weight > 95>> + huge soft + <<elseif getSlave($AS).inflation == 1>> + <<print getSlave($AS).inflationType>>-bloated + <<elseif getSlave($AS).weight > 30>> + big soft + <<elseif getSlave($AS).weight > 10>> + soft + <<elseif getSlave($AS).muscles > 95>> + chiseled + <<elseif getSlave($AS).muscles > 30>> + muscular + <<elseif getSlave($AS).muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You force the hose down $his throat, strapping it to $his head to prevent $him from removing it, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if getSlave($AS).inflation == 2>>You can feel $his <<= getSlave($AS).skin>> belly growing taut with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting gagging from the overfilled slave and no motion at all from $his gut. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<elseif getSlave($AS).inflation == 1>>You can feel $his <<= getSlave($AS).skin>> belly growing larger with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the full slave and tons of motion from $his gut. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<else>>You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a shudder from the bloated slave and a little jiggle from $his gut. $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping <<= getSlave($AS).slaveName>> ready to be moved<</if>>. +<<elseif getSlave($AS).devotion <= 20>> + <<if canWalk(getSlave($AS))>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arms around $his + <<elseif (hasAnyLegs(getSlave($AS)))>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He complies without comment. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's hesitant of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if getSlave($AS).weight > 190>> + immensely soft + <<elseif getSlave($AS).belly >= 150000>> + _belly + <<elseif getSlave($AS).weight > 160>> + massive soft + <<elseif getSlave($AS).weight > 130>> + giant soft + <<elseif getSlave($AS).inflation == 2>> + sloshing, <<print getSlave($AS).inflationType>>-filled + <<elseif getSlave($AS).belly >= 1500>> + _belly + <<elseif getSlave($AS).weight > 95>> + huge soft + <<elseif getSlave($AS).inflation == 1>> + <<print getSlave($AS).inflationType>>-bloated + <<elseif getSlave($AS).weight > 30>> + big soft + <<elseif getSlave($AS).weight > 10>> + soft + <<elseif getSlave($AS).muscles > 95>> + chiseled + <<elseif getSlave($AS).muscles > 30>> + muscular + <<elseif getSlave($AS).muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You insert the hose down $his throat, choosing to hold it place instead of strapping it to $him, and turn the flow to low. With everything in place, you place your free hand on $his gurgling stomach.<<if getSlave($AS).inflation == 2>>You can feel $his <<= getSlave($AS).skin>> belly growing taut with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a restrained gag from the overfilled slave and no motion at all from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<elseif getSlave($AS).inflation == 1>>You can feel $his <<= getSlave($AS).skin>> belly growing larger with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a strained burp from the full slave and tons of motion from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<else>>You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small shudder from the bloated slave and a little jiggle from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his sloshing bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<</if>>. +<<elseif getSlave($AS).devotion <= 50>> + <<if canWalk(getSlave($AS))>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He hesitates but eventually settles $himself onto your lap as you wrap your arms around $his + <<elseif (hasAnyLegs(getSlave($AS)))>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's mildly hesitant of being filled with <<if getSlave($AS).inflation > 0>>more <</if>><<= getSlave($AS).inflationType>>, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if getSlave($AS).weight > 190>> + immensely soft + <<elseif getSlave($AS).belly >= 150000>> + _belly + <<elseif getSlave($AS).weight > 160>> + massive soft + <<elseif getSlave($AS).weight > 130>> + giant soft + <<elseif getSlave($AS).inflation == 2>> + sloshing, <<print getSlave($AS).inflationType>>-filled + <<elseif getSlave($AS).belly >= 1500>> + _belly + <<elseif getSlave($AS).weight > 95>> + huge soft + <<elseif getSlave($AS).inflation == 1>> + <<print getSlave($AS).inflationType>>-bloated + <<elseif getSlave($AS).weight > 30>> + big soft + <<elseif getSlave($AS).weight > 10>> + soft + <<elseif getSlave($AS).muscles > 95>> + chiseled + <<elseif getSlave($AS).muscles > 30>> + muscular + <<elseif getSlave($AS).muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You <<if hasAnyArms(getSlave($AS))>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if getSlave($AS).inflation == 2>>You can feel $his <<= getSlave($AS).skin>> belly growing taut with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a small hiccup, that $he immediately apologizes for, from the overfilled slave and no motion at all from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<elseif getSlave($AS).inflation == 1>>You can feel $his <<= getSlave($AS).skin>> belly growing larger with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the full slave and tons of motion from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<else>>You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the bloated slave and a little jiggle from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his sloshing body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<</if>>. +<<else>> + <<if canWalk(getSlave($AS))>> + You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He eagerly settles $himself onto your lap as you wrap your arms around $his + <<elseif (hasAnyLegs(getSlave($AS)))>> + You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He squirms with excitement as you heft $him onto your lap, wrapping your arms around $his + <<else>> + $He's devotedly <<if canSee(getSlave($AS))>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arms around $his + <</if>> + <<if getSlave($AS).weight > 190>> + immensely soft + <<elseif getSlave($AS).belly >= 150000>> + _belly + <<elseif getSlave($AS).weight > 160>> + massive soft + <<elseif getSlave($AS).weight > 130>> + giant soft + <<elseif getSlave($AS).inflation == 2>> + sloshing, <<print getSlave($AS).inflationType>>-filled + <<elseif getSlave($AS).belly >= 1500>> + _belly + <<elseif getSlave($AS).weight > 95>> + huge soft + <<elseif getSlave($AS).inflation == 1>> + <<print getSlave($AS).inflationType>>-bloated + <<elseif getSlave($AS).weight > 30>> + big soft + <<elseif getSlave($AS).weight > 10>> + soft + <<elseif getSlave($AS).muscles > 95>> + chiseled + <<elseif getSlave($AS).muscles > 30>> + muscular + <<elseif getSlave($AS).muscles > 5>> + firm, ripped + <<else>> + firm, flat + <</if>> + belly. You <<if hasAnyArms(getSlave($AS))>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if getSlave($AS).inflation == 2>>You can feel $his <<= getSlave($AS).skin>> belly growing taut with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a cute burp followed by $his tongue running over $his lips, from the overfilled slave and no motion at all from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two gallons of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his near-bursting belly. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<elseif getSlave($AS).inflation == 1>>You can feel $his <<= getSlave($AS).skin>> belly growing larger with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the full slave and tons of motion from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with four liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his overfilled belly. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<<else>>You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the bloated slave and a little jiggle from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two liters of <<= getSlave($AS).inflationType>> until you say otherwise, before helping $his sloshing body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his bloated belly. Only after a few minutes of rest is the groaning <<= getSlave($AS).slaveName>> ready to be moved<</if>>. +<</if>> + +<<if _pregDiscovery == 0>> + <<set getSlave($AS).inflation += 1>> + <<if getSlave($AS).inflation == 3>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. + <<run healthDamage(getSlave($AS), 10)>> + <<elseif getSlave($AS).inflation == 2>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. + <<elseif getSlave($AS).inflation == 1>> + <<if canWalk(getSlave($AS))>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. + <</if>> + <<run SetBellySize(getSlave($AS))>> +<</if>> diff --git a/src/npc/interaction/fondleBoobs.tw b/src/npc/interaction/fondleBoobs.tw new file mode 100644 index 0000000000000000000000000000000000000000..b03bda9755823c7ef96a2d4d073717f335bfc199 --- /dev/null +++ b/src/npc/interaction/fondleBoobs.tw @@ -0,0 +1,439 @@ +:: FondleBoobs [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +You call $him over so you can fondle $his +<<if (getSlave($AS).boobs >= 20000)>> + colossal tits. +<<elseif (getSlave($AS).boobs >= 10000)>> + massive tits. +<<elseif (getSlave($AS).boobs >= 5000)>> + monster tits. +<<elseif (getSlave($AS).boobs >= 1000)>> + huge tits. +<<elseif (getSlave($AS).boobsImplant > 250)>> + fake tits. +<<elseif (getSlave($AS).boobs >= 650)>> + big tits. +<<elseif (getSlave($AS).boobs >= 300)>> + small tits. +<<else>> + flat tits. +<</if>> + +<<if (getSlave($AS).nipples == "huge")>> + $His nipples are so large they give $his breasts an unavoidably lewd appeal as they jut outward. +<<elseif (getSlave($AS).nipples == "puffy")>> + $His puffy nipples beg to be sucked. +<<elseif (getSlave($AS).nipples == "partially inverted") && (getSlave($AS).nipplesPiercing == 0)>> + $His partially inverted nipples should protrude at the slightest stimulation. +<<elseif (getSlave($AS).nipples == "inverted") && (getSlave($AS).nipplesPiercing == 0)>> + $His inverted nipples form lewd little creases across $his areolae. +<<elseif getSlave($AS).nipples == "fuckable">> + <<if getSlave($AS).lactation>> + $His nipplecunts are leaking milk and begging to be penetrated. + <<else>> + $His nipplecunts form lewd little slits across $his areolae. + <</if>> +<<else>> + $His erect nipples point enticingly outwards. +<</if>> + +<<if (getSlave($AS).boobsTat == "tribal patterns")>> + The tattoos on $his breasts certainly draw attention to $his nipples. +<</if>> + +<<if (getSlave($AS).nipplesPiercing > 1) && !hasAnyLegs(getSlave($AS))>> + You play with the chain between $his nipples. +<<elseif (getSlave($AS).nipplesPiercing > 1)>> + You pull $him over by the chain between $his nipples. +<<elseif (getSlave($AS).nipplesPiercing == 1)>> + $His nipple piercings glint enticingly. +<</if>> + +<<if isAmputee(getSlave($AS))>> + $His limbless <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>torso is a sight to behold. You place your hands on $his breasts and you gently massage + <<if (getSlave($AS).boobs >= 20000)>> + $his colossal tits, doing your best to not miss <<if $showInches == 2>>an inch<<else>>a centimeter<</if>> of their immense size, + <<elseif (getSlave($AS).boobs >= 10000)>> + $his massive tits, your hands sinking deep into their soft flesh, + <<elseif (getSlave($AS).boobs >= 5000)>> + $his monster tits, bouncing their weighty mass in your hands, + <<elseif (getSlave($AS).boobs > 1000)>> + $his huge tits, bouncing them up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + rubbing $his getSlave($AS).nipples nipples with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + $his large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + $his cute breasts, cupping them and gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + $his flat breasts, gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if getSlave($AS).nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He starts to pant heavily while $he lies helpless at your playing with $his breasts and $he cannot do anything against the relentless fondling. $He wriggles and squirms at the continued stimulation, getting aroused at the expert way you move around $his tits and nipples. +<<elseif (getSlave($AS).fetish == "boobs") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He comes over excitedly at the thought of $his breasts getting touched. $He stands in between you and your desk, already presenting $his breasts for you. You place your hands on $his breasts and you gently massage + <<if (getSlave($AS).boobs >= 20000)>> + $his colossal tits, before sinking your body into their immense softness, + <<elseif (getSlave($AS).boobs >= 10000)>> + $his massive tits, before sinking your arms into their soft mass, + <<elseif (getSlave($AS).boobs >= 5000)>> + $his monster tits, bouncing their weighty mass in your hands, + <<elseif (getSlave($AS).boobs > 1000)>> + $his huge tits, bouncing them up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + rubbing $his getSlave($AS).nipples nipples with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + $his large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + $his cute breasts, cupping them and gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + $his flat breasts gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his engorged getSlave($AS).nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if getSlave($AS).nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, rolling $his getSlave($AS).nipples nipples between your fingers and thumbs while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you give them a hard pull, sending $him gasping over the edge of ecstasy. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, adding more fingers into $his getSlave($AS).nipples nipples while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you cram your whole fist in, sending $him gasping over the edge of ecstasy. + <</if>> +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).fetish == "dom") && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + $He eagerly comes over to you, puffing $his chest out at you. When you place your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, + <<elseif (getSlave($AS).boobs >= 1000)>> + huge tits, + <<elseif (getSlave($AS).boobsImplant > 250)>> + fake tits, + <<elseif (getSlave($AS).boobs >= 650)>> + big tits, + <<elseif (getSlave($AS).boobs >= 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + <<if (hasAnyArms(getSlave($AS)))>> + $he places $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> on your <<if $PC.boobs >= 300>>bosom<<elseif $PC.title == 0>>flat chest<<else>>manly chest<</if>> in turn, $his tendency towards sexual dominance encouraging $him to compete with you in fondling each other. + <</if>> + You both alternate between taking your mouth to $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples and $hers to yours, gently nuzzling and nibbling while simultaneously fondling each other all the while. Both of you continue to passionately lick, nibble, stroke and fondle one other until tiredly, $he slows down. When you eventually stop, $he looks up at you happily. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate excitement with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>, since $he does not speak $language well enough to express $himself. + <<elseif (!hasAnyArms(getSlave($AS))) && (!canTalk(getSlave($AS)))>> + $He does $his best to communicate excitement with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he liked that. + <<else>> + "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. + <</if>> + <<if canSee(getSlave($AS))>> + $He looks at you with $his <<= App.Desc.eyesColor(getSlave($AS))>>, smiling. + <<else>> + $He smiles at you. + <</if>> +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He eagerly comes over to you, to stand between you and your desk. You lean over while $he submissively lies down upon it, face-up, with $his breasts pointed to the air. You place your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, before sinking your arms into their soft mass, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif (getSlave($AS).boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + rubbing $his getSlave($AS).nipples nipples with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, cupping them and gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his engorged getSlave($AS).nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. + <<if getSlave($AS).nipples != "fuckable">> + Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his <<= getSlave($AS).skin>> face. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<else>> + "Plea<<s>>e don't <<s>>top, <<Master>>," $he <<say>>s quietly. + <</if>> + $He <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you longingly, eager for more. +<<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> + $He hurriedly comes over to you, to stand between you and your desk. You lean over while $he lies down upon it, face-up, with $his breasts pointed to the air. $He gasps as you slap your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness before pulling back and struggling to grasp both nipples at once, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, using your entire arms to roughly jiggle them before pulling back to maul $his nipples, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, bouncing their weighty mass roughly with all your might before sliding your hands to $his nipples, + <<elseif (getSlave($AS).boobs > 1000)>> + huge tits, bouncing them roughly up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + shoving your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + flicking $his nipples hard with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, cupping them and roughly + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, roughly + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his engorged getSlave($AS).nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and firmly pulling them in all directions. + <<if getSlave($AS).nipples != "fuckable">> + Moving your head close to $his breasts, you put your lips on a nipple and close your lips firmly around it to pull strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you push $his nipples with your thumbs, flicking them hard in different directions. + <<else>> + Moving your head close to $his breasts, you put your lips over a nipple and close your lips firmly over the slit to suck strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly push the tips of your fingers down into the depths of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples to tweak what was once their tip. + <</if>> + $He moans passionately at the continued punishment of $his breasts and nipples. Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. When you finally stop $he rubs the marks on $his breasts with $his hands, an ecstatic look on $his <<= getSlave($AS).skin>> face. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate pleasure with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He does $his best to communicate $his pleasure with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves it. + <<else>> + "Plea<<s>>e puni<<sh>> me more, <<Master>>," $he <<say>>s quietly. + <</if>> + $He <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you longingly, hungry for more. +<<elseif (getSlave($AS).devotion > 50)>> + $He devotedly comes over to you, to stand between you and your desk. $His doting <<= App.Desc.eyesColor(getSlave($AS))>> looking in yours. You place your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, before sinking into your arms around their soft mass, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif (getSlave($AS).boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + rubbing $his getSlave($AS).nipples nipples with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, cupping them and gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his engorged getSlave($AS).nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them gently towards you. + <<if getSlave($AS).nipples != "fuckable">> + Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his <<= getSlave($AS).skin>> face. + <<if (getSlave($AS).accent >= 3)>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. + <<elseif (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He does $his best to communicate devotion with $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>><<else>>face<</if>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s euphorically. + <</if>> + $He <<if canSee(getSlave($AS))>>looks<<else>>gazes<</if>> at you longingly, eager for more. +<<elseif (getSlave($AS).devotion > 20)>> + $He willingly gives $himself up to you. You place your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, before sinking your body into their immense softness, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, before sinking into your arms around their soft mass, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, bouncing their weighty mass in your hands, + <<elseif (getSlave($AS).boobs > 1000)>> + huge tits, bouncing them up and down in your hands, while simultaneously + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + rubbing $his getSlave($AS).nipples nipples with your fingers and thumbs, + <</if>> + <<elseif (getSlave($AS).boobs > 650)>> + large tits, jiggling them enticingly with your hands, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, cupping them and gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his getSlave($AS).nipples nipples, + <<else>> + playing with $his nipples between your fingers and thumbs, + <</if>> + <<else>> + flat breasts, gently + <<if getSlave($AS).nipples == "fuckable">> + slipping your fingers in and out of $his engorged getSlave($AS).nipples nipples, + <<else>> + playing with $his hard, erect nipples between your fingers and thumbs, + <</if>> + <</if>> + teasing them and pulling them towards you. + <<if getSlave($AS).nipples != "fuckable">> + Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. + <<else>> + Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. + <</if>> + You sense considerable uneasiness in the <<if (getSlave($AS).physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your hands on $his breasts. $He gradually loses $himself in the feeling of your gentle hands. When you finally stop, $his <<if canSee(getSlave($AS))>><<= App.Desc.eyesColor(getSlave($AS))>> gaze<<else>>face gazes<</if>> puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $His <<if canSee(getSlave($AS))>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? + <<elseif !canTalk(getSlave($AS))>> + $He signs hesitantly, asking if that's it. + <<else>> + $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" + <</if>> +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).trust < -20)>> + $He shakes at your touch fearfully. As you softly place your hands on $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits, + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits, + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits, + <<elseif (getSlave($AS).boobs >= 1000)>> + huge tits, + <<elseif (getSlave($AS).boobs > 650)>> + large tits, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + $his eagerness to avoid punishment leads $him to stiffen as you start to massage them. $He finally starts to relax as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, + <<if getSlave($AS).nipples != "fuckable">> + playing with $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples<<if (getSlave($AS).lactation > 0)>> milk streams out of them and<</if>> $he lets out a gasp. + <<else>> + playing with $his<<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they become sodden with fluid around your fingers. You plunge the depths of $his nipple cunts and vigorously work the unusual orifice. When you finally withdraw from $his nipples<<if (getSlave($AS).lactation > 0)>>, a stream of pent-up milk flows out after you and<<else>>,<</if>> $he lets out a gasp. + <</if>> + $His body softens as <<if canSee(getSlave($AS))>>$his <<= App.Desc.eyesColor(getSlave($AS))>> dart up to your face, before visibly catching $himself with a reminder<<else>>$he remembers<</if>> that $he's a slave and you're $his owner. When you finally stop, $he shivers but says nothing, uneasy at what you are going to do next. +<<elseif (getSlave($AS).trust < -50)>> + $He is nearly frozen with fear, and does not resist as you start to massage $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits. + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits. + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits. + <<elseif (getSlave($AS).boobs >= 1000)>> + huge tits. + <<elseif (getSlave($AS).boobs > 650)>> + large tits. + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts. + <<else>> + flat breasts. + <</if>> + In fact, $he barely reacts at all. $He <<if canSee(getSlave($AS))>>stares<<else>>glowers<</if>> at you, but $he remains motionless. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. $He trembles as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, playing with $his + <<if getSlave($AS).nipples != "fuckable">> + <<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if (getSlave($AS).lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <<else>> + <<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if (getSlave($AS).lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <</if>> + When you finally stop, $he shakes uncontrollably but says nothing, apprehensive at what you are going to do next. +<<else>> + $He tries to refuse you, so you push $him down on top of your desk and squeeze $his <<= getSlave($AS).skin>> breasts in your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands. $He tries to push you off $his + <<if (getSlave($AS).boobs >= 20000)>> + colossal tits. + <<elseif (getSlave($AS).boobs >= 10000)>> + massive tits. + <<elseif (getSlave($AS).boobs >= 5000)>> + monster tits. + <<elseif (getSlave($AS).boobs >= 1000)>> + huge tits, + <<elseif (getSlave($AS).boobs > 650)>> + large tits, + <<elseif (getSlave($AS).boobs > 300)>> + cute breasts, + <<else>> + flat breasts, + <</if>> + but you continue to massage them, playing with $his + <<if getSlave($AS).nipples != "fuckable">> + <<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if (getSlave($AS).lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <<else>> + <<if (getSlave($AS).lactation > 0)>> milky<</if>> getSlave($AS).nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if (getSlave($AS).lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. + <</if>> + When you finally stop, $he shakes uncontrollably, apprehensive at what you are going to do next. +<</if>> + +<<if getSlave($AS).lactation > 0>> + <<set getSlave($AS).lactationDuration = 2>> + <<set getSlave($AS).boobs -= getSlave($AS).boobsMilk, getSlave($AS).boobsMilk = 0>> +<<else>> + <<= induceLactation(getSlave($AS))>> +<</if>> diff --git a/src/npc/interaction/fondleButt.tw b/src/npc/interaction/fondleButt.tw new file mode 100644 index 0000000000000000000000000000000000000000..1353e9c878618450a6c8660f0db5c539cbb33994 --- /dev/null +++ b/src/npc/interaction/fondleButt.tw @@ -0,0 +1,540 @@ +:: FondleButt [nobr] + +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + +You call $him over so you can fondle $his +<<if getSlave($AS).butt < 2>> + flat, tight ass +<<elseif getSlave($AS).butt <= 2>> + cute bottom +<<elseif getSlave($AS).butt <= 3>> + round, firm rump +<<elseif getSlave($AS).butt <= 4>> + curvy, enticing butt +<<elseif getSlave($AS).butt <= 5>> + huge rear end +<<elseif getSlave($AS).butt <= 6>> + massive, alluring rump +<<elseif getSlave($AS).butt <= 7>> + enormous, hypnotic ass +<<elseif getSlave($AS).butt <= 10>> + gigantic, jiggly rear +<<elseif getSlave($AS).butt <= 14>> + inhuman, cushiony butt cheeks +<<elseif getSlave($AS).butt <= 20>> + couch-like, super jiggly ass cheeks +<</if>> +as well as $his +<<if (getSlave($AS).anus > 3)>> + gaping anus. +<<elseif (getSlave($AS).anus == 3)>> + loose anus. +<<elseif (getSlave($AS).anus == 2)>> + well-used asshole. +<<elseif (getSlave($AS).anus == 1)>> + tight butthole. +<<elseif (getSlave($AS).anus == 0)>> + virgin butthole. +<</if>> + +<<if (getSlave($AS).fetish == "buttslut") && (getSlave($AS).devotion >= -20)>> + $He's pleased at the prospect of you touching $his favorite body part. +<</if>> + +<<if (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1) && (getSlave($AS).anus == 0) && (getSlave($AS).devotion >= -20)>> + <<if canWalk(getSlave($AS))>> + $He approaches you eagerly and waves $his butt, then presents $his virgin anus in front of you, spreading $his butt cheeks towards you with $his hands before turning to face you. + <</if>> + You reach around and firmly grab $his buttocks with both hands. $He gasps as you smack both of $his cheeks, you feel the shape of $his<<if $seeRace == 1>><<= getSlave($AS).race>> <</if>> ass with your fingers and squeeze hard. $He moans with arousal as you spank $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks. $He looks longingly into your eyes as you continue to move around $his posterior, pinching with your fingers and slapping with your palms before reaching to touch your fingertips against $his sphincter. $He moans and quivers slightly when you rub your fingers around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks firmly — first one, then the other and then finally both. $He can't resist gyrating $his hips in arousal while in your grasp. + <<if canWalk(getSlave($AS))>> + You strongly pull $his body closer towards you by $his buttocks, turn $him around, and push $him down to bend $him over your desk. + <<else>> + You move closer towards $him, turn $him around and firmly hold $him down on desk, face-down so that $his butt is facing you up into the air. + <</if>> + $He pretends to be unwilling but cannot disguise $his obvious joy. You see that $his rear has reddened in your rough play and you continue to squeeze $his cheeks hard and spank them with your firm hands. $He moans harder at you squeezing along the contours of $his posterior with both your hands and at $his virgin butthole as you push against it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks a few hard smacks for good measure. $His face is in ecstasy as $he stands and turns to face you, gently rubbing the red spots on $his buttocks and looking at you hungrily as if $he wants more. +<<elseif (getSlave($AS).devotion > 50) && (getSlave($AS).anus == 0)>> + <<if canWalk(getSlave($AS))>> + $He accepts your orders happily and waves $his virgin anus to you, spreading $his butt cheeks in front of you with $his hands before turning to face you. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He looks passionately into your eyes as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He sighs as you rub your fingertips around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't resist gyrating $his hips enticingly while in your grasp. + <<if canWalk(getSlave($AS))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. + <<else>> + You move closer towards $him, turn $him around and push $him down on desk, face-down so that $his butt is facing you up into the air. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. $He turns to face you, kissing you, but looking at you longingly as if $he wants more. + <<if (!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS))>> + $He does $his best to communicate love with $his <<= App.Desc.eyesColor(getSlave($AS))>>. + <<elseif !canTalk(getSlave($AS))>> + $He signs that $he loves you. + <<elseif SlaveStatsChecker.checkForLisp(getSlave($AS))>> "I love you, + <<Master>>," $he lisps happily. + <<else>> "I love you, + <<Master>>," $he says happily. + <</if>> +<<elseif (getSlave($AS).devotion > 20) && (getSlave($AS).anus == 0)>> + <<if canWalk(getSlave($AS))>> + $He accepts your orders without comment and presents $his virgin anus to you before turning to face you. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You watch $his face as you continue to move around $his posterior and $he clearly enjoys the contact on $his bare skin. You gently reach to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but gyrate $his hips enticingly while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically. Though $he has accepted life as a sex slave, $he cannot help but feel a conflicted mixture of enjoyment and mild embarrassment. +<<elseif (getSlave($AS).devotion >= -20) && (getSlave($AS).anus == 0)>> + $He obeys your harmless order but $he can't help but feel slight trepidation and trembles slightly at the thought of you groping $his butt. <<if (hasAnyLegs(getSlave($AS)))>>$He stands in front of you as you <<else>>You <</if>>reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You study $his face as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but wiggle $his hips while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically, $his eyes searching in yours for answers that $he cannot find. +<<elseif (getSlave($AS).trust < -50) && (getSlave($AS).anus == 0)>> + $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He stands in front of you and visibly stiffens as you reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He gasps and shivers as you rub fingers around $his virgin anus. $He remains frozen as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He shudders more while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both. $He is so filled with terror that $he remains stiff while in your grasp, even as it becomes clear to $him you're not going to hurt $him. You pull $his quivering body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his quaking rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He gradually stands and looks in your eyes with utter incomprehension, but $he is frightened about what you will do next. +<<elseif (getSlave($AS).anus == 0)>> + While you grope $his butt, $he tries hard to resist. $He <<if hasAnyArms(getSlave($AS))>>grabs <<if (hasBothArms(getSlave($AS)))>>your wrists and tugs on your arms<<else>>your wrist and tugs on your arm<</if>><<else>>writhes under your fingers<</if>> but stops, helpless, when you tell $him what the alternatives are. You reach around and grab $his <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his virgin anus. $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his unbroken anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee(getSlave($AS))>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. +<<elseif getSlave($AS).fetish == "mindbroken">> + <<if canWalk(getSlave($AS))>> + You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus, + <<elseif (getSlave($AS).anus == 3)>> + loose anus, + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole, + <<elseif (getSlave($AS).anus == 1)>> + tight butthole, + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole, + <</if>> + but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop but $he remains in position over your desk until you stand $him up yourself. +<<elseif getSlave($AS).devotion < -20>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his buttocks and anus. Opposed to the thought of your hands groping $him, $he tries to <<if (hasAnyLegs(getSlave($AS)))>>step<<else>>move<</if>> back, but you catch $him and pull $him closer to you as you reach around and grab $his + <<else>> + $He's opposed to the thought of your hands groping $him, but as an amputee can do nothing about it. You reach around and grab $his + <</if>> + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>> buttocks. + <<if hasAnyArms(getSlave($AS))>> + $He tries to grab your wrists to keep them away but $he cannot resist for long. + <</if>> + You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus. + <<elseif (getSlave($AS).anus == 3)>> + loose anus. + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole. + <<elseif (getSlave($AS).anus == 1)>> + tight butthole. + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee(getSlave($AS))>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if hasBothLegs(getSlave($AS))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. +<<elseif (getSlave($AS).devotion <= 20) && (getSlave($AS).vagina < 0)>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his anus. $He complies without comment, standing in front of you. + <<else>> + $He's hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>> buttocks. $His dick cannot stop twitching as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. You rub your fingers around $his + <<if (getSlave($AS).anus > 3)>> + gaping anus. + <<elseif (getSlave($AS).anus == 3)>> + loose anus. + <<elseif (getSlave($AS).anus == 2)>> + well-used asshole. + <<elseif (getSlave($AS).anus == 1)>> + tight butthole. + <<elseif (getSlave($AS).anus == 0)>> + virgin butthole. + <</if>> + $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee(getSlave($AS))>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. + <<if hasBothLegs(getSlave($AS))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he wriggles. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + butthole as you trace it with your fingers and thumb. Eventually, you decide to stop and $he looks up at you quizzically, unsure about what you will do next. +<<elseif (getSlave($AS).devotion <= 50)>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + anus to you and turning to face you. + <<else>> + $He's mildly hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you doe-eyed, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if hasBothLegs(getSlave($AS))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee(getSlave($AS))>>looks up into your eyes<<else>>angles $his head to face you<</if>> longingly, as if $he wants more. +<<else>> + <<if !isAmputee(getSlave($AS))>> + You instruct $him to present $his <<if $seeRace == 1>><<= getSlave($AS).race>> <</if>>anus. $He eagerly stands in front of you showing $his buttocks before happily presenting $his + <<if (getSlave($AS).anus > 3)>> + gaping + <<elseif (getSlave($AS).anus == 3)>> + loose + <<elseif (getSlave($AS).anus == 2)>> + well-used + <<elseif (getSlave($AS).anus == 1)>> + tight + <<elseif (getSlave($AS).anus == 0)>> + virgin + <</if>> + anus to you, spreading $his butt cheeks and turning to face you. + <<else>> + $He devotedly looks at you, awaiting your touch on $his body. + <</if>> + You reach around and grab $his + <<if getSlave($AS).butt < 2>> + flat + <<elseif getSlave($AS).butt <= 2>> + cute + <<elseif getSlave($AS).butt <= 3>> + firm + <<elseif getSlave($AS).butt <= 4>> + generous + <<elseif getSlave($AS).butt <= 5>> + massive + <<elseif getSlave($AS).butt <= 7>> + enormous + <<elseif getSlave($AS).butt <= 10>> + gigantic + <<elseif getSlave($AS).butt <= 14>> + inhuman + <<elseif getSlave($AS).butt <= 20>> + couch-like + <</if>> + buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> <<= getSlave($AS).race>><</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. + <<if (hasAnyLegs(getSlave($AS)))>> + You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. + <<else>> + You move closer to $him, turn $him around and push $him down, face-down on your desk so that $his butt is up facing towards you. + <</if>> + You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee(getSlave($AS))>>looks up into your eyes<<else>>angles $his head to face you<</if>> ecstatically<<if (hasAnyLegs(getSlave($AS)))>> as $he stands up<</if>>, eager for more. +<</if>> diff --git a/src/player/actions/fondleDick.tw b/src/npc/interaction/fondleDick.tw similarity index 56% rename from src/player/actions/fondleDick.tw rename to src/npc/interaction/fondleDick.tw index e52d28cccf7197876475c79935f77f57bcb64663..cba3d61cd5da91ad61914e65575dafa70660f81e 100644 --- a/src/player/actions/fondleDick.tw +++ b/src/npc/interaction/fondleDick.tw @@ -1,42 +1,45 @@ :: FondleDick [nobr] +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + You call $him over so you can fondle $his -<<if $activeSlave.dick == 1>> +<<if getSlave($AS).dick == 1>> tiny dick -<<elseif $activeSlave.dick == 2>> +<<elseif getSlave($AS).dick == 2>> cute dick -<<elseif $activeSlave.dick == 3>> +<<elseif getSlave($AS).dick == 3>> dick -<<elseif $activeSlave.dick == 4>> +<<elseif getSlave($AS).dick == 4>> big dick -<<elseif $activeSlave.dick == 5>> +<<elseif getSlave($AS).dick == 5>> impressive dick -<<elseif $activeSlave.dick == 6>> +<<elseif getSlave($AS).dick == 6>> huge dick -<<elseif $activeSlave.dick == 7>> +<<elseif getSlave($AS).dick == 7>> gigantic dick -<<elseif $activeSlave.dick == 8>> +<<elseif getSlave($AS).dick == 8>> titanic dick -<<elseif $activeSlave.dick == 9>> +<<elseif getSlave($AS).dick == 9>> absurd dick -<<elseif $activeSlave.dick == 10>> +<<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick <</if>> and -<<if $activeSlave.scrotum > 0>> - <<if $activeSlave.balls == 0>> +<<if getSlave($AS).scrotum > 0>> + <<if getSlave($AS).balls == 0>> soft scrotum. - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls. - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> cute balls. - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls. - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> large balls. - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> huge balls. <<else>> monstrous balls. @@ -45,56 +48,56 @@ and soft perineum. <</if>> -<<if ($activeSlave.vaginaTat == "tribal patterns")>> +<<if (getSlave($AS).vaginaTat == "tribal patterns")>> The tattoos on $his abdomen certainly draw attention there. <</if>> -<<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.dick != 0)>> +<<if (getSlave($AS).vaginaPiercing > 1) && (getSlave($AS).dick != 0)>> Metal glints all up and down $his cock. -<<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.dick != 0)>> +<<elseif (getSlave($AS).vaginaPiercing == 1) && (getSlave($AS).dick != 0)>> Metal glints at the head of $his cock. <</if>> -<<if ($activeSlave.fetish == "mindbroken")>> +<<if (getSlave($AS).fetish == "mindbroken")>> Like a doll, $he dumbly remains still, watching your hands move towards $him without any real interest. You gently trace your fingers along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> the soft skin between $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> $his tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> $his small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> $his balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> $his big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> $his lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> $his fist-sized balls <<else>> $his hypertrophied balls @@ -102,52 +105,52 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick but, $he does not respond. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft but, except for the cockmilk leaking out of $his dick, $he does not respond. <</if>> Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. -<<elseif isAmputee($activeSlave)>> +<<elseif isAmputee(getSlave($AS))>> Since $he's a quadruple amputee, $he's yours to use as a human finger toy. While $he's lying there helpless, you move your hands towards $him. You gently trace your fingers along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping $his - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> soft skin beneath $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -155,51 +158,51 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick but, except for the cockmilk leaking out of $his dick, $he does not respond. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft but, except for the cockmilk leaking out of $his dick, $he does not respond. <</if>> Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hand, looking at you as you stop moving your hands. You leave your toy for one of your other slaves to clean and maintain. -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> $He comes submissively over, smiling a little submissive smile, and points $his dick towards you. You gently trace your fingers along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping $his - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> soft skin beneath $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -207,51 +210,51 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. <</if>> Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hands before submissively avoiding your gaze as you get cleaned up. -<<elseif $activeSlave.devotion < -20>> +<<elseif getSlave($AS).devotion < -20>> $He clearly dislikes the thought of getting $his dick fondled by you. $His lower lip quivers with trepidation as $he watches your hands move towards $him. $He has no choice but to obey if $he wants to avoid punishment. $He gasps and shakes as you gently trace along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping $his - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> soft skin beneath $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -259,51 +262,51 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. <<else>> $His prick stiffens like a rod in your hand and you continue your expert strokes along the erect shaft. <</if>> - $He <<if hasAnyArms($activeSlave)>>grabs your wrist with $his hand<<if hasBothArms($activeSlave)>>s<</if>><<else>>jostles against your arm<</if>> and tries to stop it from moving but is unable to and despite $his resistant pulling against you. $He bites $his lip but $he cannot help but moan. Soon $he shudders and leaks $his cockmilk as $he orgasms in your hands. $He looks at you shamefully as you stop moving your hands and get cleaned up. -<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> + $He <<if hasAnyArms(getSlave($AS))>>grabs your wrist with $his hand<<if hasBothArms(getSlave($AS))>>s<</if>><<else>>jostles against your arm<</if>> and tries to stop it from moving but is unable to and despite $his resistant pulling against you. $He bites $his lip but $he cannot help but moan. Soon $he shudders and leaks $his cockmilk as $he orgasms in your hands. $He looks at you shamefully as you stop moving your hands and get cleaned up. +<<elseif (getSlave($AS).fetish == "masochist") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> $He hurriedly comes over to you, to stand between you and your desk. You lean over while $he lies down upon it, face-up, with $his dick pointed towards you. $He gasps when you slap $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick <</if>> with your hand. You firmly grab it and tightly squeeze it with your fingers, stroking your hand along its shaft. - <<if $activeSlave.balls > 0>>, + <<if getSlave($AS).balls > 0>>, Simultaneously, you slap $his - <<if $activeSlave.balls == 1>> + <<if getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -311,51 +314,51 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze and pinch the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. - <</if>> Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hands. $He rubs the marks on $his dick and balls with $his hands, an ecstatic look on $his $activeSlave.skin face. $He looks at you longingly as you get cleaned up, hungry for more. -<<elseif $activeSlave.devotion <= 20>> + <</if>> Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. Soon, $his movements indicate that $he is orgasming. $He shudders and leaks $his cockmilk as $he orgasms in your hands. $He rubs the marks on $his dick and balls with $his hands, an ecstatic look on $his getSlave($AS).skin face. $He looks at you longingly as you get cleaned up, hungry for more. +<<elseif getSlave($AS).devotion <= 20>> $He obeys silently, standing in front of you as you move your hands towards $him. You gently trace your fingers along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping $his - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> soft skin beneath $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -363,52 +366,52 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. <</if>> - $He <<if canSee($activeSlave)>>looks into your eyes<<else>>faces you<</if>> furtively while $he <<if hasAnyArms($activeSlave)>>grabs your wrist<<if hasBothArms($activeSlave)>>s<</if>> with $his hand<<if hasBothArms($activeSlave)>>s<</if>><<else>>moves $his hips ever so slightly<</if>>, moving to match your hand movements. $He moans and shudders, leaking $his cockmilk as $he orgasms in your hands. $He dutifully looks at you as you stop moving your hands and get cleaned up. + $He <<if canSee(getSlave($AS))>>looks into your eyes<<else>>faces you<</if>> furtively while $he <<if hasAnyArms(getSlave($AS))>>grabs your wrist<<if hasBothArms(getSlave($AS))>>s<</if>> with $his hand<<if hasBothArms(getSlave($AS))>>s<</if>><<else>>moves $his hips ever so slightly<</if>>, moving to match your hand movements. $He moans and shudders, leaking $his cockmilk as $he orgasms in your hands. $He dutifully looks at you as you stop moving your hands and get cleaned up. <<else>> $He devotedly comes over and gives you an impassioned kiss. $He smiles and points $his dick towards you. You gently trace your fingers along $his - <<if $activeSlave.dick == 1>> + <<if getSlave($AS).dick == 1>> tiny dick - <<elseif $activeSlave.dick == 2>> + <<elseif getSlave($AS).dick == 2>> cute dick - <<elseif $activeSlave.dick == 3>> + <<elseif getSlave($AS).dick == 3>> dick - <<elseif $activeSlave.dick == 4>> + <<elseif getSlave($AS).dick == 4>> big dick - <<elseif $activeSlave.dick == 5>> + <<elseif getSlave($AS).dick == 5>> impressive dick - <<elseif $activeSlave.dick == 6>> + <<elseif getSlave($AS).dick == 6>> huge dick - <<elseif $activeSlave.dick == 7>> + <<elseif getSlave($AS).dick == 7>> gigantic dick - <<elseif $activeSlave.dick == 8>> + <<elseif getSlave($AS).dick == 8>> titanic dick - <<elseif $activeSlave.dick == 9>> + <<elseif getSlave($AS).dick == 9>> absurd dick - <<elseif $activeSlave.dick == 10>> + <<elseif getSlave($AS).dick == 10>> inhuman dick <<else>> hypertrophied dick - <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if $activeSlave.balls > 0>>,<<else>>.<</if>> - <<if $activeSlave.balls > 0>> + <</if>> before taking it gently in one hand and tenderly stroking your hand along its shaft<<if getSlave($AS).balls > 0>>,<<else>>.<</if>> + <<if getSlave($AS).balls > 0>> while simultaneously cupping $his - <<if $activeSlave.scrotum == 0>> + <<if getSlave($AS).scrotum == 0>> soft skin beneath $his base and $his butthole - <<elseif $activeSlave.balls == 1>> + <<elseif getSlave($AS).balls == 1>> tiny balls - <<elseif $activeSlave.balls == 2>> + <<elseif getSlave($AS).balls == 2>> small balls - <<elseif $activeSlave.balls == 3>> + <<elseif getSlave($AS).balls == 3>> balls - <<elseif $activeSlave.balls == 4>> + <<elseif getSlave($AS).balls == 4>> big balls - <<elseif $activeSlave.balls == 5>> + <<elseif getSlave($AS).balls == 5>> lemon-sized balls - <<elseif $activeSlave.balls < 10>> + <<elseif getSlave($AS).balls < 10>> fist-sized balls <<else>> hypertrophied balls @@ -416,7 +419,7 @@ and with your other hand. <</if>> You firmly wrap your fingers, thumb and palm around $his dick, rhythmically stroking along with both hands, starting slow but gradually increasing the speed of your movements. You occasionally squeeze the tip and head of $his dick between your fingers and thumb. - <<if !canAchieveErection($activeSlave)>> + <<if !canAchieveErection(getSlave($AS))>> $His dick remains flaccid as it cannot get stiff and you continue tenderly stroking $his soft dick. <<else>> $His prick stiffens like a rod in your hands and you continue your expert strokes along the erect shaft. diff --git a/src/player/actions/fondleVagina.tw b/src/npc/interaction/fondleVagina.tw similarity index 56% rename from src/player/actions/fondleVagina.tw rename to src/npc/interaction/fondleVagina.tw index 019308082d2cc948c076dadbfdc116759c6b3a22..7e31cec7558285f6074b1662740a6cc4dee096dd 100644 --- a/src/player/actions/fondleVagina.tw +++ b/src/npc/interaction/fondleVagina.tw @@ -1,61 +1,64 @@ :: FondleVagina [nobr] +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> + You call $him over so you can fondle $his -<<if ($activeSlave.vagina > 3)>> +<<if (getSlave($AS).vagina > 3)>> gaping vagina. -<<elseif ($activeSlave.vagina == 3)>> +<<elseif (getSlave($AS).vagina == 3)>> loose vagina. -<<elseif ($activeSlave.vagina == 2)>> +<<elseif (getSlave($AS).vagina == 2)>> well-used pussy. -<<elseif ($activeSlave.vagina == 1)>> +<<elseif (getSlave($AS).vagina == 1)>> tight pussy. -<<elseif ($activeSlave.vagina == 0)>> +<<elseif (getSlave($AS).vagina == 0)>> virgin pussy. -<<elseif ($activeSlave.vagina == -1)>> +<<elseif (getSlave($AS).vagina == -1)>> dick. <</if>> -<<if ($activeSlave.vaginaTat == "tribal patterns")>> +<<if (getSlave($AS).vaginaTat == "tribal patterns")>> The tattoos on $his abdomen certainly draw attention there. <</if>> -<<if ($activeSlave.vagina != -1)>> - <<if $activeSlave.devotion <= 20>> - <<if $activeSlave.clit == 1>> +<<if (getSlave($AS).vagina != -1)>> + <<if getSlave($AS).devotion <= 20>> + <<if getSlave($AS).clit == 1>> $His big clit peeks out from under its hood - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> $His huge clit is impossible to miss - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> $His pseudophallus-sized clit is soft <<else>> $His pretty little clit is barely visible <</if>> and - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> $his lovely petals are quite inviting. - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> $his prominent petals are inviting. - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> $his labia are so large they present a slight obstacle to entry. <<else>> $his cute labia are barely noticeable. <</if>> <<else>> - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> $His big clit peeks out from under its hood. - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> $His huge clit is impossible to miss. - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> $His pseudophallus-sized clit is soft. <<else>> $His pretty little clit is ready for you, <</if>> and - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> $his lovely petals are moist with arousal. - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> $his prominent petals bear a sheen of arousal. - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> $his huge labia are almost dripping with arousal. <<else>> $he's becoming moist. @@ -63,148 +66,148 @@ You call $him over so you can fondle $his <</if>> <</if>> -<<if ($activeSlave.vaginaPiercing > 1) && ($activeSlave.vagina != -1)>> +<<if (getSlave($AS).vaginaPiercing > 1) && (getSlave($AS).vagina != -1)>> $His pierced lips and clit have $his nice and wet. -<<elseif ($activeSlave.vaginaPiercing == 1) && ($activeSlave.vagina != -1)>> +<<elseif (getSlave($AS).vaginaPiercing == 1) && (getSlave($AS).vagina != -1)>> $His pierced clit has $his nice and moist. <</if>> -<<if ($activeSlave.vagina == 0)>> - <<if ($activeSlave.fetish == "mindbroken")>> - $He accepts your orders dumbly and presents $his virgin pussy to you, <<if canSee($activeSlave)>>watching your hands move towards $him<<else>>waiting<</if>> without any real interest. You gently trace along $his - <<if $activeSlave.labia == 1>> +<<if (getSlave($AS).vagina == 0)>> + <<if (getSlave($AS).fetish == "mindbroken")>> + $He accepts your orders dumbly and presents $his virgin pussy to you, <<if canSee(getSlave($AS))>>watching your hands move towards $him<<else>>waiting<</if>> without any real interest. You gently trace along $his + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> large clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> and rub it with your fingertips as your hand nears it but except for the pussy juices trickling down $his leg, $he does not respond. Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. - <<elseif ($activeSlave.devotion > 50)>> + <<elseif (getSlave($AS).devotion > 50)>> $He accepts your orders happily and presents $his virgin pussy to you, watching your hands with eagerness. $He gasps and quivers with pleasure as you gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> - with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. <<if ($activeSlave.fetish == "boobs")>> $He fondles $his breasts and plays with $his nipples at the same time.<</if>> You occasionally flick $his - <<if $activeSlave.clit == 1>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. <<if (getSlave($AS).fetish == "boobs")>> $He fondles $his breasts and plays with $his nipples at the same time.<</if>> You occasionally flick $his + <<if getSlave($AS).clit == 1>> large clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. As $he becomes more aroused, $he grabs hold of your wrist lightly, moving $his hands along with the motion of your own. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyLegs($activeSlave))>>, gently clamping your hand between $his thighs<</if>> as you continue to move your hand along $his pussy. $He moans loudly as $he shudders in orgasmic joy. - <<if ((!hasAnyArms($activeSlave)) && !canTalk($activeSlave))>> - $He does $his best to communicate love with $his <<= App.Desc.eyesColor($activeSlave)>>. - <<elseif !canTalk($activeSlave)>> + and rub it with your fingertips as your hand nears it. As $he becomes more aroused, $he grabs hold of your wrist lightly, moving $his hands along with the motion of your own. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyLegs(getSlave($AS)))>>, gently clamping your hand between $his thighs<</if>> as you continue to move your hand along $his pussy. $He moans loudly as $he shudders in orgasmic joy. + <<if ((!hasAnyArms(getSlave($AS))) && !canTalk(getSlave($AS)))>> + $He does $his best to communicate love with $his <<= App.Desc.eyesColor(getSlave($AS))>>. + <<elseif !canTalk(getSlave($AS))>> $He signs that $he loves you. - <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> "I love you, + <<elseif SlaveStatsChecker.checkForLisp(getSlave($AS))>> "I love you, <<Master>>," $he lisps rapturously. <<else>> "I love you, <<Master>>," $he says rapturously. <</if>> - <<elseif ($activeSlave.devotion > 20)>> + <<elseif (getSlave($AS).devotion > 20)>> $He accepts your orders without comment and presents $his virgin pussy to you, watching your hands with some slight trepidation. $He gasps as you gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> large clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyArms($activeSlave))>>, grasping your wrist with $his hand<<if (hasBothArms($activeSlave))>>s<</if>> tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, almost embarrassed. $He looks into your eyes expectantly. - <<elseif ($activeSlave.devotion >= -20)>> + and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyArms(getSlave($AS)))>>, grasping your wrist with $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, almost embarrassed. $He looks into your eyes expectantly. + <<elseif (getSlave($AS).devotion >= -20)>> $He clearly dislikes the thought of getting fondled by you. $His lower lip quivers with trepidation as $he watches your hands move towards $him. $He has no choice but to obey if $he wants to avoid punishment. $He gasps and shakes as you gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyArms($activeSlave))>>, grasping your wrist with $his hand<<if (hasBothArms($activeSlave))>>s<</if>> tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, clearly embarrassed to end up in this position as $he loses control. + and rub it with your fingertips as your hand nears it. $His pussy juices run down $his leg as $he begins to moan audibly<<if (hasAnyArms(getSlave($AS)))>>, grasping your wrist with $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> tightly<</if>> and clamping $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, clearly embarrassed to end up in this position as $he loses control. <<else>> As you anticipated, $he refuses to let $himself be groped by you. $He is unable to resist you, also as you expected, when you mention some of the alternatives. $He gasps and shakes as you gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> - with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements.<<if (hasAnyArms($activeSlave))>> $He grabs your wrist with $his hand<<if (hasBothArms($activeSlave))>>s<</if>> in an effort to stop you but $he is unable to stop your hand from moving for long.<</if>> You occasionally flick $his - <<if $activeSlave.clit == 1>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements.<<if (hasAnyArms(getSlave($AS)))>> $He grabs your wrist with $his hand<<if (hasBothArms(getSlave($AS)))>>s<</if>> in an effort to stop you but $he is unable to stop your hand from moving for long.<</if>> You occasionally flick $his + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. $He <<if (hasAnyArms($activeSlave))>>tightly grasps your wrist and<</if>>clamps $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, gripping tighter and shamefully looking at you as you stop moving your hand. + and rub it with your fingertips as your hand nears it. $He <<if (hasAnyArms(getSlave($AS)))>>tightly grasps your wrist and<</if>>clamps $his thighs together as you continue to move your hand along $his pussy. $He moans as $he shudders in an orgasm, gripping tighter and shamefully looking at you as you stop moving your hand. <</if>> -<<elseif ($activeSlave.fetish == "mindbroken")>> +<<elseif (getSlave($AS).fetish == "mindbroken")>> Like a doll, $he dumbly remains still, watching your hands move towards $him without any real interest. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit @@ -212,133 +215,133 @@ You call $him over so you can fondle $his and rub it with your fingertips as your hand nears it. Except for the pussy juices trickling down $his leg, $he does not respond. <</if>> Since $he is mindbroken, $his responses to you are purely physiological and your actions have no affect on $him mentally. You leave your toy for one of your other slaves to clean and maintain. -<<elseif isAmputee($activeSlave)>> +<<elseif isAmputee(getSlave($AS))>> Since $he's a quadruple amputee, $he's yours to use as a human finger toy. While $he's lying there helpless, you move your hands towards $him. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> and rub it with your fingertips as your hand nears it. <</if>> - Soon $he shudders in an orgasm, <<if canSee($activeSlave)>>looking at you<<else>>facing<</if>> as you stop moving your hand. You leave your toy for one of your other slaves to clean and maintain. -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> + Soon $he shudders in an orgasm, <<if canSee(getSlave($AS))>>looking at you<<else>>facing<</if>> as you stop moving your hand. You leave your toy for one of your other slaves to clean and maintain. +<<elseif (getSlave($AS).fetish == "submissive") && (getSlave($AS).fetishStrength > 60) && (getSlave($AS).fetishKnown == 1)>> $He comes submissively over, smiling a little submissive smile, and points $his pussy towards you. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. $He begs you not to stop as $he <<if canSee($activeSlave)>>looks into your eyes<<else>>faces<</if>> expectantly as $he shudders in an orgasm. + and rub it with your fingertips as your hand nears it. $He begs you not to stop as $he <<if canSee(getSlave($AS))>>looks into your eyes<<else>>faces<</if>> expectantly as $he shudders in an orgasm. <</if>> -<<elseif $activeSlave.devotion < -20>> +<<elseif getSlave($AS).devotion < -20>> $He tries to refuse, so you push the disobedient slave down over your desk as you move your hands towards $him. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> - with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. $He <<if hasAnyArms($activeSlave)>>grabs your wrist<<else>>twists and turns<</if>> to try to stop you but $he is unable to. You occasionally flick $his - <<if $activeSlave.clit == 1>> + with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. $He <<if hasAnyArms(getSlave($AS))>>grabs your wrist<<else>>twists and turns<</if>> to try to stop you but $he is unable to. You occasionally flick $his + <<if getSlave($AS).clit == 1>> large clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> and rub it with your fingertips as your hand nears it, despite $his resistant pulling against you. $He bites $his lip but $he cannot help but moan and $he shudders in an orgasm. <</if>> - $He <<if canSee($activeSlave)>>looks at you<<else>>faces<</if>> shamefully as you stop moving your hand. -<<elseif $activeSlave.devotion <= 20>> + $He <<if canSee(getSlave($AS))>>looks at you<<else>>faces<</if>> shamefully as you stop moving your hand. +<<elseif getSlave($AS).devotion <= 20>> $He obeys silently, standing in front of you as you move your hands towards $him. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> erect clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> - and rub it with your fingertips as your hand nears it. $He <<if canSee($activeSlave)>>looks into your eyes<<else>>faces you<</if>> furtively while<<if hasAnyArms($activeSlave)>> $he grabs your wrist with $his hand and<</if>> $he squeezes $his thighs together as $he moans and shudders in an orgasm. + and rub it with your fingertips as your hand nears it. $He <<if canSee(getSlave($AS))>>looks into your eyes<<else>>faces you<</if>> furtively while<<if hasAnyArms(getSlave($AS))>> $he grabs your wrist with $his hand and<</if>> $he squeezes $his thighs together as $he moans and shudders in an orgasm. <</if>> - $He dutifully <<if canSee($activeSlave)>>looks at you<<else>>faces<</if>> as you stop moving your hand. + $He dutifully <<if canSee(getSlave($AS))>>looks at you<<else>>faces<</if>> as you stop moving your hand. <<else>> $He devotedly comes over and gives you an impassioned kiss. $He smiles and points $his pussy towards you. - <<if ($activeSlave.vagina != -1)>> + <<if (getSlave($AS).vagina != -1)>> You gently trace along $his - <<if $activeSlave.labia == 1>> + <<if getSlave($AS).labia == 1>> lovely petals - <<elseif $activeSlave.labia == 2>> + <<elseif getSlave($AS).labia == 2>> prominent petals - <<elseif $activeSlave.labia > 1>> + <<elseif getSlave($AS).labia > 1>> huge labia <<else>> cute labia <</if>> with your outstretched fingers, strumming up and down the edges of $his pussylips, then softly rub your fingers along the inner walls with a tender touch, starting slow but gradually increasing the speed of your movements. You occasionally flick $his - <<if $activeSlave.clit == 1>> + <<if getSlave($AS).clit == 1>> large clit - <<elseif $activeSlave.clit == 2>> + <<elseif getSlave($AS).clit == 2>> huge clit - <<elseif $activeSlave.clit > 1>> + <<elseif getSlave($AS).clit > 1>> massive clit <<else>> pretty little clit <</if>> and rub it with your fingertips as your hand nears it. $He squeezes $his thighs lightly against your hand as $he moans and shudders in orgasmic bliss. <</if>> - $He <<if canSee($activeSlave)>>looks at you<<else>>faces<</if>> passionately as you stop moving your hand. + $He <<if canSee(getSlave($AS))>>looks at you<<else>>faces<</if>> passionately as you stop moving your hand. <</if>> diff --git a/src/pregmod/forceFeeding.tw b/src/npc/interaction/forceFeeding.tw similarity index 65% rename from src/pregmod/forceFeeding.tw rename to src/npc/interaction/forceFeeding.tw index 7c0a93541868d0b11124cf860fddc9ad094d24db..c99bbb40b6855b070c830a5c1d537f0a7008b7a6 100644 --- a/src/pregmod/forceFeeding.tw +++ b/src/npc/interaction/forceFeeding.tw @@ -1,163 +1,163 @@ :: forceFeeding [nobr] -<<run clearSummaryCache($activeSlave)>> +<<set $AS = $activeSlave.ID>> <<setLocalPronouns $activeSlave>> -<<set _belly = bellyAdjective($activeSlave)>> -<<set $activeSlave.bellyAccessory = "none", _isDone = $activeSlave.inflation-1, _pregDiscovery = 0>> +<<set _belly = bellyAdjective(getSlave($AS))>> +<<set getSlave($AS).bellyAccessory = "none", _isDone = getSlave($AS).inflation-1, _pregDiscovery = 0>> You call $him over and ask $him to wait patiently for a moment. -<<if $activeSlave.fetish == "mindbroken">> +<<if getSlave($AS).fetish == "mindbroken">> $He shows no response as <<else>> $He barely has time to ponder why you called for $him when <</if>> another slave carries in a pair of -<<if $activeSlave.inflation == 3>> +<<if getSlave($AS).inflation == 3>> one gallon -<<elseif $activeSlave.inflation == 2>> +<<elseif getSlave($AS).inflation == 2>> two liter <<else>> one liter <</if>> buckets overflowing with slave food. $He is going to eat it all and you're going to enjoy $him as $he does it. -<<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>> - $He looks nauseated by the <<if canSee($activeSlave)>>sight<<elseif canSmell($activeSlave)>>smell<<else>>very existence<</if>> of the food. -<<elseif $activeSlave.fetish == "submissive" && $activeSlave.devotion >= -20>> +<<if getSlave($AS).inflation > 1 && getSlave($AS).preg > 1>> + $He looks nauseated by the <<if canSee(getSlave($AS))>>sight<<elseif canSmell(getSlave($AS))>>smell<<else>>very existence<</if>> of the food. +<<elseif getSlave($AS).fetish == "submissive" && getSlave($AS).devotion >= -20>> $He blushes at the thought of being forced to eat for another's amusement. -<<elseif $activeSlave.behavioralFlaw == "gluttonous" && $activeSlave.devotion >= -20>> +<<elseif getSlave($AS).behavioralFlaw == "gluttonous" && getSlave($AS).devotion >= -20>> $He's awestruck that you approve of $his gluttony enough to present $him a feast. -<<elseif $activeSlave.behavioralFlaw == "gluttonous">> - $He's hesitant about your intent, but $he gives in as $his belly begins to growl at the <<if canSee($activeSlave)>>sight<<elseif canSmell($activeSlave)>>smell<<else>>anticipation<</if>> of $his waiting meal. -<<elseif $activeSlave.behavioralFlaw == "anorexic">> - $He grimaces at the <<if canSee($activeSlave)>>sight<<elseif canSmell($activeSlave)>>smell<<else>>thought<</if>> of the food that will soon be going into $him. $He knows you won't let it come back up later. +<<elseif getSlave($AS).behavioralFlaw == "gluttonous">> + $He's hesitant about your intent, but $he gives in as $his belly begins to growl at the <<if canSee(getSlave($AS))>>sight<<elseif canSmell(getSlave($AS))>>smell<<else>>anticipation<</if>> of $his waiting meal. +<<elseif getSlave($AS).behavioralFlaw == "anorexic">> + $He grimaces at the <<if canSee(getSlave($AS))>>sight<<elseif canSmell(getSlave($AS))>>smell<<else>>thought<</if>> of the food that will soon be going into $him. $He knows you won't let it come back up later. <</if>> -<<if canWalk($activeSlave)>> +<<if canWalk(getSlave($AS))>> You instruct $him to take a seat on your lap and open - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> wide, but $he remains still and unresponsive. Talking to a broken mind is pointless. <<else>> wide. <</if>> - <<if $activeSlave.devotion < -20>> + <<if getSlave($AS).devotion < -20>> Opposed to the thought of being forced to eat all that food, $he tries to step back, but you catch $him and pull $him into your lap, wrapping an arm - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> $He meekly settles into your lap and shudders as $he feels your dominant hand wrap - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> $He wastes no time getting into position with $his mouth agape as you wrap your hand - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arm - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> $He hesitates but eventually settles onto your lap as you wrap your arm <<else>> $He eagerly settles $himself onto your lap as you wrap your arm <</if>> -<<elseif (isAmputee($activeSlave))>> - <<if $activeSlave.devotion < -20>> +<<elseif (isAmputee(getSlave($AS)))>> + <<if getSlave($AS).devotion < -20>> $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping an arm - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> $He's opposed to the thought of being forced to eat all that food, but as an amputee can do nothing about it; not that $he'd go against your orders anyway. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> $He can't wait to chow down, but as an amputee can do nothing to get in position. $He shudders with anticipation as you heft $him onto your lap, wrapping an arm - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> $He's hesitant of being force-fed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> $He's mildly hesitant of being force-fed, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arm <<else>> - $He devotedly <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arm + $He devotedly <<if canSee(getSlave($AS))>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arm <</if>> <<else>> You inform $him $he'll be taking a seat on your lap and opening wide for $his meal. - <<if $activeSlave.devotion < -20>> + <<if getSlave($AS).devotion < -20>> $He's opposed to the thought of being forced to eat all that food, but since $he is immobile, can't escape. You heft $him onto your lap, wrapping an arm - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> $He accepts your orders without question. $He shudders with pleasure as you heft $him onto your lap, wrapping a dominant arm - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> $He eagerly tries to get to your lap faster. $He shudders with anticipation as you heft $him onto your lap, wrapping your arm - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> $He complies without comment. You heft $him onto your lap, wrapping an arm - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping an arm <<else>> $He squirms with excitement as you heft $him onto your lap, wrapping an arm <</if>> <</if>> -<<if $activeSlave.fetish == "mindbroken">> +<<if getSlave($AS).fetish == "mindbroken">> You reach out and wrap your arms <</if>> around $his -<<if $activeSlave.weight > 190>> +<<if getSlave($AS).weight > 190>> immensely soft -<<elseif $activeSlave.belly >= 150000>> +<<elseif getSlave($AS).belly >= 150000>> _belly -<<elseif $activeSlave.weight > 160>> +<<elseif getSlave($AS).weight > 160>> massive soft -<<elseif $activeSlave.weight > 130>> +<<elseif getSlave($AS).weight > 130>> giant soft -<<elseif $activeSlave.belly >= 1500>> +<<elseif getSlave($AS).belly >= 1500>> _belly -<<elseif $activeSlave.weight > 95>> +<<elseif getSlave($AS).weight > 95>> huge soft -<<elseif $activeSlave.weight > 30>> +<<elseif getSlave($AS).weight > 30>> big soft -<<elseif $activeSlave.weight > 10>> +<<elseif getSlave($AS).weight > 10>> soft -<<elseif $activeSlave.muscles > 95>> +<<elseif getSlave($AS).muscles > 95>> chiseled -<<elseif $activeSlave.muscles > 30>> +<<elseif getSlave($AS).muscles > 30>> muscular -<<elseif $activeSlave.muscles > 5>> +<<elseif getSlave($AS).muscles > 5>> firm, ripped <<else>> firm, flat <</if>> -<<if $activeSlave.fetish == "mindbroken">> +<<if getSlave($AS).fetish == "mindbroken">> belly, pulling $him into your lap. <<else>> belly. <</if>> You hold $him tight as you pull $his meal closer, dip in a cup and bring it to $his lips. -<<if $activeSlave.fetish == "mindbroken">> +<<if getSlave($AS).fetish == "mindbroken">> It takes little effort to get $him to gulp down the contents -<<elseif $activeSlave.devotion < -20>> +<<elseif getSlave($AS).devotion < -20>> $He struggles in your lap and refuses to open $his mouth. You drop the cup back into the bucket and lean in close. You quickly clip $his nose shut, eliciting a panicked thrash from the $girl. - <<if hasAnyLegs($activeSlave)>> + <<if hasAnyLegs(getSlave($AS))>> You warn $him that $his punishment will be severe if $he comes that close to kicking over the buckets again. <</if>> With $his mouth forced open, you now have a clear avenue with which to pour the slave food into $his mouth. $He sputters as $he struggles to swallow with $his nose shut. After several cups, tears are streaming down $his face from the discomfort. Weeping, $he implores you to remove the clamp so that $he may drink like a good $girl. -<<elseif $activeSlave.fetish == "submissive">> +<<elseif getSlave($AS).fetish == "submissive">> $He submissively drinks the contents and readies $his lips for the next, -<<elseif $activeSlave.behavioralFlaw == "gluttonous">> +<<elseif getSlave($AS).behavioralFlaw == "gluttonous">> $He hurriedly gulps down the contents and opens wide for the next, -<<elseif $activeSlave.devotion <= 20>> +<<elseif getSlave($AS).devotion <= 20>> $He wordless drinks the contents, -<<elseif $activeSlave.devotion <= 50>> +<<elseif getSlave($AS).devotion <= 50>> $He drinks the contents without hesitation, <<else>> $He happily downs the contents, <</if>> -<<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion < -20>> +<<if getSlave($AS).fetish != "mindbroken" && getSlave($AS).devotion < -20>> You readily comply and waste no time in bring cupful after cupful to $his lips. <<else>> so you keep the cupfuls coming. <</if>> -You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once $he has downed two liters, you give $his bloated belly a slap, eliciting -<<if $activeSlave.fetish == "mindbroken">> +You can feel $his <<= getSlave($AS).skin>> belly swelling with <<= getSlave($AS).inflationType>> as it pushes out against your hand. Once $he has downed two liters, you give $his bloated belly a slap, eliciting +<<if getSlave($AS).fetish == "mindbroken">> a small burp from the broken slave -<<elseif $activeSlave.devotion < -20>> +<<elseif getSlave($AS).devotion < -20>> a shudder from the groaning slave -<<elseif $activeSlave.fetish == "submissive">> +<<elseif getSlave($AS).fetish == "submissive">> a subtle belch that the moaning slave quickly apologizes for, -<<elseif $activeSlave.behavioralFlaw == "gluttonous">> +<<elseif getSlave($AS).behavioralFlaw == "gluttonous">> a subtle belch from the moaning slave -<<elseif $activeSlave.devotion <= 20>> +<<elseif getSlave($AS).devotion <= 20>> a small shudder from the bloated slave -<<elseif $activeSlave.devotion <= 50>> +<<elseif getSlave($AS).devotion <= 50>> a small hiccup that the overfilled slave immediately apologizes for, <<else>> a cute burp from the bloated slave, followed by $his tongue running over $his lips @@ -166,38 +166,38 @@ and a little jiggle from $his gut. <br><br> -<<if $activeSlave.pregKnown == 0 && $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && _isDone > 0>> +<<if getSlave($AS).pregKnown == 0 && getSlave($AS).preg > getSlave($AS).pregData.normalBirth/13.33 && _isDone > 0>> As soon as the next helping enters $him you feel something is wrong. $He begins to heave, - <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion > 50>> + <<if getSlave($AS).fetish != "mindbroken" && getSlave($AS).devotion > 50>> struggling to keep down the slave food, however $he shortly expels the entirety of $his stomach across the floor. <<else>> shortly expelling the entirety of $his stomach <</if>> - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> all over $himself and your lap. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> all over $himself and your lap. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> onto your floor. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> all over $himself and your lap. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> all over $himself and your lap. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> across the floor. <</if>> It didn't seem to be willful, - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> not that much is with $him, but is still unacceptable. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> given how pathetically $he is cowering from your wrath, but is completely unacceptable. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> given how $he is begging to clean it up with $his tongue, but is completely unacceptable. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> given how $he is in tears over the loss of such a meal, but is completely unacceptable. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> given how $he is begging you to try again, but is completely unacceptable. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> given how disappointed $he is in failing you, but is completely unacceptable. <<else>> given how disappointed $he is in failing you, but is worrying. Such a good slave shouldn't do such bad things. @@ -207,49 +207,49 @@ and a little jiggle from $his gut. <<if _isDone > 0>> <<set _isDone-->> But $he isn't done - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> yet. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> yet. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> yet, not that $he minds. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> yet, much to $his delight. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> yet, much to $his dismay. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> yet, not that $he'd risk complaining. <<else>> yet, not that $he'd complain about fulfilling your desires. <</if>> More and more you feed $him; $his belly swelling ever larger and growing even heavier as $he - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> guzzles - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> painstakingly drinks - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> diligently drinks - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> desperately sucks down - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> diligently drinks - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> diligently drinks <<else>> diligently drinks <</if>> the slave food. You reposition yourself to bet a better hold on $his bulging food baby. As $he passes the gallon mark, you give the swollen orb a good jiggle, eliciting - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> a burp from the broken slave and tons of motion under your arm. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> a pained burp from the crying slave and tons of motion under your arm. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> a moan of arousal over your control and tons of motion under your arm. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> a load hiccup, tons of motion under your arm, and a plea for more food. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> a strained burp from the full slave and tons of motion under your arm. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> a small hiccup, which the bloated slave immediately apologizes for, and tons of motion under your arm. <<else>> a small sigh followed by a request for more, from the bloated slave and tons of motion under your arm. @@ -257,55 +257,55 @@ and a little jiggle from $his gut. <br><br> <</if>> <<if _isDone > 0>> - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> $He squirms a little in discomfort, but $he still has another gallon to go, so you continue feeding food into $his mouth. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> $He squirms in discomfort, but $he still has another gallon to go and $he knows it. You remind $him of the ways you can torment $him in this state so you can continue feeding food into $his mouth without too much resistance. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> $He gets comfortable as $he still has another gallon to go and $he knows it. Gulping, $he opens $his mouth in preparation, eager to obey $his dom. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> $He still has another gallon to go and $he knows it, so $he wastes no time in letting you know $he's ready. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> $He begins to struggle when $he realizes $he still has another gallon to go. Gulping, $he opens up as another helping approaches $his mouth. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> $He still has another gallon to go and $he knows it, so $he tries $his best to get comfortable and give $his belly room to grow. Gulping, $he diligently opens up for the next serving. <<else>> $He still has another gallon to go and $he knows it, but if <<= WrittenMaster()>> wants $him to be stuffed like a turkey, $he'll happily comply. $He wastes no time in opening up for your next helping. <</if>> You can feel the pressure growing in $his middle as it fills out under your arm more and more. $He - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> mechanically downs every sip you give $him with no concern for $his own health. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> struggles to down every sip you give $him and pants heavily whenever $he gets the chance. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> struggles to down every sip you give $him and pants heavily whenever $he gets the chance. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> forces down every sip you give $him and pants heavily when $his mouth isn't full. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> struggles to down every sip you give $him and pants heavily whenever $he gets the chance. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> obediently downs every gulp you give $him and pants heavily between helpings. <<else>> devotedly downs every gulp you give $him and catches $his breath, while being a tease, between helpings. <</if>> - Once the last of the slave food is in $his stomach, you give the firm globe a <<if $activeSlave.devotion > 20>>gentle <</if>>slap, eliciting - <<if $activeSlave.fetish == "mindbroken">> + Once the last of the slave food is in $his stomach, you give the firm globe a <<if getSlave($AS).devotion > 20>>gentle <</if>>slap, eliciting + <<if getSlave($AS).fetish == "mindbroken">> a large belch from the broken slave. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> a large belch and a glare from the straining slave. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> a large belch and a squeak of shame from the submissive slave. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> a large belch and a content sigh from the bloated glutton. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> a restrained gag from the overfilled slave. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> a small hiccup from the overfilled slave, which $he immediately apologizes for. <<else>> a large belch and a playfully stuck out tongue from the stuffed slave. <</if>> $His belly is as taut as a drum; you - <<if $activeSlave.devotion > 20>> + <<if getSlave($AS).devotion > 20>> rub it some more <<else>> pat it several more times @@ -314,53 +314,53 @@ and a little jiggle from $his gut. <br><br> <</if>> Knocking the empty buckets aside, you help $his - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> hiccupping - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> hiccupping - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> hiccupping - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> hiccupping - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> heaving - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> hefty <<else>> hefty <</if>> bulk onto the couch to recover. - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, - <<elseif $activeSlave.devotion < -20>> - $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, - <<elseif $activeSlave.fetish == "submissive">> - $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, though $his gurgling middle says otherwise. After a few minutes of rest, - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> - $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, and $his stomach audibly grumbles its displeasure that no more food is working down $his throat. After a few minutes of rest, - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion < -20>> + $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, + <<elseif getSlave($AS).fetish == "submissive">> + $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, though $his gurgling middle says otherwise. After a few minutes of rest, + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> + $He <<if canSee(getSlave($AS))>>looks in your eyes<<else>>faces you<</if>>; a satisfied smile on $his face. $He almost looks sad that it's over, and $his stomach audibly grumbles its displeasure that no more food is working down $his throat. After a few minutes of rest, + <<elseif getSlave($AS).devotion <= 20>> $He looks up at you quizzically, unsure about what you will do next. $His meal attempts to come back up on $him several times, but $he holds it down for fear of punishment should $he vomit. After a few minutes of rest, - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> $He sighs contently, hoping you'll give $him more attention. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. After a few minutes of rest, <<else>> $He sighs contently, hoping you'll give $him more attention. $He is proud to let you know that you could fit even more in $him if you wanted. After a few minutes of rest, <</if>> you order $him to continue stuffing $himself to maintain $his current size until you say otherwise. - <<if $activeSlave.fetish != "mindbroken" && $activeSlave.devotion >= -20 && $activeSlave.behavioralFlaw == "gluttonous">> + <<if getSlave($AS).fetish != "mindbroken" && getSlave($AS).devotion >= -20 && getSlave($AS).behavioralFlaw == "gluttonous">> $He squeals with glee at the order. <</if>> You spend $his remaining time in recovery - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> teasing $his belly until you tire of $him and send $him on $his way. - <<elseif $activeSlave.devotion < -20>> + <<elseif getSlave($AS).devotion < -20>> tormenting $his gurgling belly until you tire of $his sobbing and send $him on $his way. - <<elseif $activeSlave.fetish == "submissive">> + <<elseif getSlave($AS).fetish == "submissive">> toying with $his belly until you tire of moaning and send $him on $his way. - <<elseif $activeSlave.behavioralFlaw == "gluttonous">> + <<elseif getSlave($AS).behavioralFlaw == "gluttonous">> massaging $his stuffed belly until you tire of $him and send $him on $his way. - <<elseif $activeSlave.devotion <= 20>> + <<elseif getSlave($AS).devotion <= 20>> tormenting $his gurgling belly until you tire of $his groaning and send $him on $his way. - <<elseif $activeSlave.devotion <= 50>> + <<elseif getSlave($AS).devotion <= 50>> lavishing attention on $his gurgling belly, much to $his delight, until you tire of $him and send $him on $his way. <<else>> playing with $his belly. $He joins you in the endeavor, happy that you are pleased with the @@ -368,14 +368,14 @@ and a little jiggle from $his gut. outcome. <<else>> outcome, but $his - <<if canSee($activeSlave)>>eyes tell<<else>>face tells<</if>> + <<if canSee(getSlave($AS))>>eyes tell<<else>>face tells<</if>> you $he wants more. <</if>> <!-- Fuckings for devoted slaves. --> <<set _doMe = 1>> - <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> + <<if canDoVaginal(getSlave($AS)) && getSlave($AS).vagina > 0>> <<set _sexType = "vaginal">> - <<elseif canDoAnal($activeSlave) && $activeSlave.anus > 0>> + <<elseif canDoAnal(getSlave($AS)) && getSlave($AS).anus > 0>> <<set _sexType = "anal">> <<else>> <<set _sexType = "none">> @@ -397,20 +397,20 @@ and a little jiggle from $his gut. pull $his legs apart, <<if _sexType == "vaginal">> revealing $his - <<if $activeSlave.vaginaLube > 1>> + <<if getSlave($AS).vaginaLube > 1>> sopping wet, - <<elseif $activeSlave.vaginaLube > 0>> + <<elseif getSlave($AS).vaginaLube > 0>> moist, <<else>> moist, relative to its usual dryness, <</if>> - <<if $activeSlave.vagina >= 10>> + <<if getSlave($AS).vagina >= 10>> devastated - <<elseif $activeSlave.vagina > 3>> + <<elseif getSlave($AS).vagina > 3>> cavernous - <<elseif $activeSlave.vagina > 2>> + <<elseif getSlave($AS).vagina > 2>> loose - <<elseif $activeSlave.vagina > 1>> + <<elseif getSlave($AS).vagina > 1>> used <<else>> tight @@ -418,11 +418,11 @@ and a little jiggle from $his gut. pussy. <<else>> and heft $his bulk up to reveal $his - <<if $activeSlave.anus > 3>> + <<if getSlave($AS).anus > 3>> gaping asshole. - <<elseif $activeSlave.anus > 2>> + <<elseif getSlave($AS).anus > 2>> loose anus. - <<elseif $activeSlave.anus > 1>> + <<elseif getSlave($AS).anus > 1>> used asshole. <<else>> tight asshole. @@ -430,9 +430,9 @@ and a little jiggle from $his gut. <</if>> $His belly is putting so much pressure on it that <<if _sexType == "vaginal">> - <<set _looseness = $activeSlave.vagina>> + <<set _looseness = getSlave($AS).vagina>> <<else>> - <<set _looseness = $activeSlave.anus>> + <<set _looseness = getSlave($AS).anus>> <</if>> <<if _sexType == "vaginal" && _looseness >= 10>> you might be able to get some decent friction now. @@ -482,14 +482,14 @@ and a little jiggle from $his gut. <</if>> <</if>> Once you're hilted, you bring your hands to $his distended belly, eager to feel it move as you fuck $him. - <<if hasAnyArms($activeSlave)>> - $His own join<<if hasBothArms($activeSlave)>>s<</if>> yours atop the taut dome. + <<if hasAnyArms(getSlave($AS))>> + $His own join<<if hasBothArms(getSlave($AS))>>s<</if>> yours atop the taut dome. <</if>> Every thrust into the stuffed $desc forces $his full middle to leap back before slamming into your stomach alongside a moaning groan. As you pick up the pace, $he begins to buck against you, adding even more motion to $his body. It doesn't take long for you to reach your peak and, after cumming, catch sight of $his own climax. Watching $his middle attempt to contract around the mass of slave food inside $him invigorates you for a second round. <<if $PC.balls >= 30>> By the time you're done, $he's positively massive; your copious seed flows out of $him in spurts as $his body desperately struggles to relieve the extra pressure your huge balls pumped into $him. <</if>> - Once you are spent, <<if $PC.balls >= 30>>and $he's forced out all your cum,<</if>> you settle down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeSlave.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. + Once you are spent, <<if $PC.balls >= 30>>and $he's forced out all your cum,<</if>> you settle down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and <<= getSlave($AS).slaveName>> doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. <<if _sexType == "vaginal">> <<= VCheck.Vaginal(2)>> <<else>> @@ -502,53 +502,53 @@ and a little jiggle from $his gut. <<if _doMe == 0>> <<if $PC.dick != 0>> You crawl onto the couch above $his head and lower your erect cock straight into $his waiting mouth. $He eagerly sucks you off, $his belly wobbling with every thrust into $his throat. You cum fast and hard into $him, a product of being on the edge during $his feeding; - <<if $activeSlave.behavioralFlaw == "gluttonous">> + <<if getSlave($AS).behavioralFlaw == "gluttonous">> $he takes it like nothing and resumes sucking, $his gluttony showing no bounds. <<else>> $he swallows it promptly and keeps sucking. You'd swear $he was a glutton at this point. <</if>> <<else>> You crawl onto the couch above $his head and lower your needy pussy straight onto $his outstretched tongue. $He eagerly eats you out, $his belly wobbling along to $his vigorous licking. You cum fast and hard onto $him, a product of being on the edge during $his feeding; - <<if $activeSlave.behavioralFlaw == "gluttonous">> + <<if getSlave($AS).behavioralFlaw == "gluttonous">> $he laps it all up and resumes pleasuring you, $his gluttony showing no bounds. <<else>> $he laps it promptly and resumes pleasuring you. You'd swear $he was a glutton at this point. <</if>> <</if>> - Once you are spent, you slide down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and $activeSlave.slaveName doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. - <<set $activeSlave.counter.oral += 2, $oralTotal += 2>> + Once you are spent, you slide down beside $him and rest your head against $his belly; it almost feels like a water-filled pillow, albeit a little noisy. You and <<= getSlave($AS).slaveName>> doze off together for a much needed nap. You don't get much rest; $his stomach's constant groaning and burbling keeping you up, so you send $him on $his way. $He blows you one last kiss and eagerly looks forward to next time. + <<set getSlave($AS).counter.oral += 2, $oralTotal += 2>> <</if>> <</if>> <</if>> <<if _pregDiscovery == 1>> - Once you've managed to stop $his heaving and clean up, you decide to get to the root of this mess. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> + Once you've managed to stop $his heaving and clean up, you decide to get to the root of this mess. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant <<if getSlave($AS).preg > getSlave($AS).pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ + <<set getSlave($AS).inflation = 0, getSlave($AS).inflationType = "none", getSlave($AS).inflationMethod = 0, getSlave($AS).pregKnown = 1>> <<else>> - <<if $activeSlave.inflation == 3>> - <<if canWalk($activeSlave)>> + <<if getSlave($AS).inflation == 3>> + <<if canWalk(getSlave($AS))>> $He gingerly leaves your office, massaging $his over-stuffed belly as $he goes. <<else>> $His belly wobbles heavily as $he is helped from your office. <</if>> Being filled so full @@.red;surely had negative effects@@ on $his health. - <<run healthDamage($activeSlave, 10)>> - <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>> + <<run healthDamage(getSlave($AS), 10)>> + <<elseif getSlave($AS).inflation == 2>> + <<if canWalk(getSlave($AS))>> $He gingerly leaves your office, massaging $his stuffed belly as $he goes. <<else>> $His belly wobbles heavily as $he is helped from your office. <</if>> - <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>> + <<elseif getSlave($AS).inflation == 1>> + <<if canWalk(getSlave($AS))>> $He gingerly leaves your office, massaging $his distended belly as $he goes. <<else>> $His belly wobbles as $he is helped from your office. <</if>> <</if>> - <<if $activeSlave.fetish == "mindbroken">> + <<if getSlave($AS).fetish == "mindbroken">> You question if the broken $girl understood your commands, but relish the idea of force-feeding $him even more should $he fail you. <</if>> <</if>> -<<run SetBellySize($activeSlave)>> +<<run SetBellySize(getSlave($AS))>> diff --git a/src/pregmod/fAnimalImpreg.tw b/src/npc/interaction/passage/fAnimalImpreg.tw similarity index 100% rename from src/pregmod/fAnimalImpreg.tw rename to src/npc/interaction/passage/fAnimalImpreg.tw diff --git a/src/pregmod/fAnimalImpregConsummate.tw b/src/npc/interaction/passage/fAnimalImpregConsummate.tw similarity index 100% rename from src/pregmod/fAnimalImpregConsummate.tw rename to src/npc/interaction/passage/fAnimalImpregConsummate.tw diff --git a/src/npc/interaction/passage/fMarry.tw b/src/npc/interaction/passage/fMarry.tw new file mode 100644 index 0000000000000000000000000000000000000000..62d81f1156fc665582ca4238764665441059b703 --- /dev/null +++ b/src/npc/interaction/passage/fMarry.tw @@ -0,0 +1,814 @@ +:: FMarry [nobr] + +<<set $nextButton = "Back", $nextLink = "Slave Interact">> +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<run Enunciate(getSlave($AS))>> +<<set _belly = bellyAdjective(getSlave($AS))>> + +<<setAssistantPronouns>> +<<setPlayerPronouns>> + +<<if getSlave($AS).relationship > 0>> + <<set _m = $slaveIndices[getSlave($AS).relationshipTarget]>> + <<if def _m>> + <<setLocalPronouns $slaves[_m] 2>> + <<setSpokenLocalPronouns getSlave($AS) $slaves[_m]>> + <<if SlaveStatsChecker.checkForLisp(getSlave($AS))>> + <<set _name = lispReplace($slaves[_m].slaveName)>> + <<else>> + <<set _name = $slaves[_m].slaveName>> + /* Use the modified "L"isp variables when they are speaking, just in case. */ + <</if>> + <<else>> + @@.red;Error, relationshipTarget not found.@@ + <</if>> +<</if>> +<<if SlaveStatsChecker.checkForLisp(getSlave($AS))>> + <<set _myName = lispReplace(<<= getSlave($AS).slaveName>>)>> + <<set _playerSurname = lispReplace($PC.slaveSurname)>> +<<else>> + <<set _myName = <<= getSlave($AS).slaveName>>>> + <<set _playerSurname = $PC.slaveSurname>> +<</if>> + +You tell <<= getSlave($AS).slaveName>> that you're going to marry $him. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) +<<if getSlave($AS).fetish == "mindbroken">> + $He doesn't react. + <<set _reactionType = 0>> +<<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + You're not exactly lacking in ways to make <<if getSlave($AS).physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. When $he's gotten $himself under control again, <<if !hasAnyArms(getSlave($AS))>>looking somewhat embarrassed that $he can't wipe $his own tears<<else>>distractedly cuffing away $his tears<</if>> and consciously breathing deeply, + <<if canTalk(getSlave($AS))>> + $he <<say>>s, + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + "I promi<<s>>e I'll try to <<s>>top <<s>>leeping around <<s>>o much." + <<elseif getSlave($AS).relationship == 4>> + "I'll have to break up with _name... I'll try to let _him2 down gently, <<he 2>>'ll under<<s>>tand." + <<elseif getSlave($AS).relationship == 3>> + "_name will mi<<ss>> having <<s>>e<<x>> with me, but <<he 2>>'ll under<<s>>tand." + <<elseif getSlave($AS).relationship > 0>> + "I'll have to <<s>>top hanging out with _name; I'm <<s>>ure <<he 2>>'ll under<<s>>tand." + <<else>> + "I've been waiting for thi<<s>> day! I'm <<s>>o happy!" + <</if>> + $He continues, + <</if>> + "Thank you, <<Master>>. I am going to do my be<<s>>t to be a + <<setSpokenLocalPronouns getSlave($AS) getSlave($AS)>> + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).fetish == "submissive")>> + perfect <<s>>ubmi<<ss>>ive <<wife>> to you, + <<elseif (getSlave($AS).fetish == "cumslut")>> + perfect oral <<wife>>, + <<elseif (getSlave($AS).fetish == "humiliation")>> + hot <<wife>> for you, + <<elseif (getSlave($AS).fetish == "buttslut")>> + perfect little anal <<wife>>, + <<elseif (getSlave($AS).fetish == "boobs")>> + <<if getSlave($AS).boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> <<wife>> + <<elseif (getSlave($AS).fetish == "pregnancy")>> + perfect barefoot breeding <<wife>>, + <<elseif (getSlave($AS).fetish == "dom")>> + perfect, you know, <<sh>>aring <<wife>> with other <<s>>lave<<s>>, + <<elseif (getSlave($AS).fetish == "sadist")>> + perfect <<wife>> to u<<s>>e on other <<s>>lave<<s>>, + <<elseif (getSlave($AS).fetish == "masochist")>> + good, beaten <<wife>>, + <<else>> + good <<wife>>, + <</if>> + <<else>> + good <<wife>>, + <</if>> + <<Master>>. Oh, thank you, <<Master>>," $he blubbers, and starts crying again. + <<elseif !hasAnyArms(getSlave($AS))>> + $he painstakingly mouths $his thanks, since $he cannot speak or use hands to sign. + <<if getSlave($AS).relationship != 0>> + $He struggles to tell you + <<if getSlave($AS).relationship == -1>> + that $he'll try to be less of a slut. + <<elseif getSlave($AS).relationship == 4>> + that $he'll try to let $his lover $slaves[_m].slaveName down gently. + <<elseif getSlave($AS).relationship == 3>> + that $he'll try to let $his FWB $slaves[_m].slaveName down gently. + <<elseif getSlave($AS).relationship > 0>> + that $he'll have to stop hanging around $slaves[_m].slaveName. + <<else>> + that $he has never been happier. + <</if>> + <</if>> + <<else>> + $he shakily signs $his thanks twice in a row before breaking down again. + <<if getSlave($AS).relationship != 0>> + $He regains composure enough to continue signing out + <<if getSlave($AS).relationship == -1>> + that $he'll try to be less of a slut. + <<elseif getSlave($AS).relationship == 4>> + that $he'll try to let $his lover $slaves[_m].slaveName down gently. + <<elseif getSlave($AS).relationship == 3>> + that $he'll try to let $his FWB $slaves[_m].slaveName down gently. + <<elseif getSlave($AS).relationship > 0>> + that $he'll have to stop hanging around $slaves[_m].slaveName. + <<else>> + that $he has never been happier. + <</if>> + <</if>> + <</if>> + Despite $his devotion and trust, $he is still a slave, and probably knows that $his position could always change. This brings $him one step closer to true permanence, and $he knows it. + <<set _reactionType = 1>> +<<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + You're not exactly lacking in ways to make <<if getSlave($AS).physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is surprisingly effective. It seems <<= getSlave($AS).slaveName>> does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. + <<if canTalk(getSlave($AS))>> + $He <<say>>s, "Plea<<s>>e <<Master>>, I don't want to + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).fetish == "submissive")>> + be your little <<s>>ubmi<<ss>>ive fucktoy, + <<elseif (getSlave($AS).fetish == "cumslut")>> + be your cum <<s>>ucker, + <<elseif (getSlave($AS).fetish == "humiliation")>> + be <<s>>tripped bare and <<sh>>own off, + <<elseif (getSlave($AS).fetish == "buttslut")>> + have thing<<s>> <<sh>>oved up my butt, + <<elseif (getSlave($AS).fetish == "boobs")>> + have my tit<<s>> tea<<s>>ed every night, + <<elseif (getSlave($AS).fetish == "pregnancy")>> + <<if canGetPregnant(getSlave($AS))>> + get knocked up by you, + <<else>> + be your pregnant toy, + <</if>> + <<elseif (getSlave($AS).fetish == "dom")>> + have to rule your <<s>>i<<ss>>y dick, + <<elseif (getSlave($AS).fetish == "sadist")>> + <<s>>pank your a<<ss>>, + <<elseif (getSlave($AS).fetish == "masochist")>> + get beaten by you, + <<else>> + <<s>>tay in your ni<<c>>e room, + <</if>> + <<else>> + <<s>>tay in your ni<<c>>e room, + <</if>> + <<Master>>. You're a terrible per<<s>>on, <<Master>>," $he blubbers, and starts crying again. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + "I'll never be <<s>>ati<<s>>fied by ju<<s>>t you!" + <<elseif getSlave($AS).relationship == 4>> + "I love _name, not you <<Master>>! You'll never be a<<s>> good a<<s>> _him2!" + <<elseif getSlave($AS).relationship == 3>> + "But I like having <<s>>e<<x>> with _name, not you <<Master>>! You'll never be a<<s>> good as _him2!" + <<elseif getSlave($AS).relationship > 0>> + "But I like <<s>>pending time with _name, <<he 2>>'<<s>> <<s>>o much ni<<c>>er to be around than you, <<Master>>. + <<else>> + "I need you in my life, <<Master>>, <<s>>o why don't you bend down like the bitch you are and <<if getSlave($AS).dick > 0>><<s>>uck my dick<<elseif getSlave($AS).vagina > -1>>eat me out<<else>>lick my a<<ss>><</if>>, <<Master>>?" + <</if>> + <</if>> + <<elseif !hasAnyArms(getSlave($AS))>> + $he painstakingly mouths $his displeasure, since $he cannot speak or use hands to sign. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + $He desperately tries to explain that you'll never satisfy $him. + <<elseif getSlave($AS).relationship == 4>> + $He desperately tries to explain that $his love, $slaves[_m].slaveName, is better than you'll ever be. + <<elseif getSlave($AS).relationship == 3>> + $He desperately tries to explain that $his lover, $slaves[_m].slaveName, satisfies $his far better than you can. + <<elseif getSlave($AS).relationship > 0>> + $He desperately tries to explain $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. + <<else>> + $He wiggles $his nethers at you, as if trying to tell you to do something. + <</if>> + <</if>> + <<else>> + $he shakily makes a rather rude hand gesture before crying more. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + $He also makes it clear that you'll never satisfy $him. + <<elseif getSlave($AS).relationship == 4>> + $He also makes it clear that $his love, $slaves[_m].slaveName, is better than you'll ever be. + <<elseif getSlave($AS).relationship == 3>> + $He also makes it clear that $his lover, $slaves[_m].slaveName, satisfies $him far better than you can. + <<elseif getSlave($AS).relationship > 0>> + $He also makes it clear $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. + <<else>> + On top of the prior gesturing, $he adds another, lewder one involving you and $his crotch. + <</if>> + <</if>> + <</if>> + Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. $His tears may not all be genuine either, you have a feeling $he may be trying to take advantage of you. + <<set _reactionType = 2>> +<<elseif getSlave($AS).devotion < -20>> + You're not exactly lacking in ways to make <<if getSlave($AS).physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. It seems <<= getSlave($AS).slaveName>> does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. You lean in and whisper that + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).fetish == "submissive")>> + $he'll make the perfect submissive $wife for you dominate. + <<elseif (getSlave($AS).fetish == "cumslut")>> + $he'll make the perfect oral $wife for your <<if $PC.dick > 0 && $PC.vagina >= 0>>dick and pussy<<elseif $PC.dick > 0>>cock<<else>>pussy<</if>> to enjoy. + <<elseif (getSlave($AS).fetish == "humiliation")>> + $he'll make a hot $wife for you to parade around naked. + <<elseif (getSlave($AS).fetish == "buttslut")>> + $he'll make the perfect little anal $wife <<if $PC.dick > 0>>to keep your dick warm<<else>>stick things in<</if>>. + <<elseif (getSlave($AS).fetish == "boobs")>> + $he'll make the <<if getSlave($AS).boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> $wife for you to bury your head into. + <<elseif (getSlave($AS).fetish == "pregnancy")>> + $he'll make the perfect barefoot breeding $wife.<<if $PC.dick > 0 && canGetPregnant(getSlave($AS))>> You poke $him with your erection, letting $him know what $he's in for.<</if>> + <<elseif (getSlave($AS).fetish == "dom")>> + $he'll make the perfect dominant $wife to force upon $his closest friends. + <<elseif (getSlave($AS).fetish == "sadist")>> + $he'll make the perfect cruel $wife to force upon $his closest friends. + <<elseif (getSlave($AS).fetish == "masochist")>> + $he'll make a good, beaten $wife. + <<else>> + $he'll make a good $wife. + <</if>> + <<else>> + $he'll make a good $wife. + <</if>> + <<if canTalk(getSlave($AS))>> + "<<Master>>. Plea<<s>>e, <<Master>>, don't make me do thi<<s>>. I don't want thi<<s>>!" $he blubbers, and starts crying again. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + "I need a new dick in me every night! How can I be <<s>>ati<<s>>fied like thi<<s>>?!" + <<elseif getSlave($AS).relationship == 4>> + "I love _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<elseif getSlave($AS).relationship == 3>> + "I love playing around with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<elseif getSlave($AS).relationship > 0>> + "But I like <<s>>pending time with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" + <<else>> + "I need you in my life, <<Master>>, but not like thi<<s>>, plea<<s>>e?" + <</if>> + <</if>> + <<elseif !hasAnyArms(getSlave($AS))>> + $He painstakingly pleads with you, since $he cannot speak or use hands to sign. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + $He desperately tries to explain that $he needs multiple partners. + <<elseif getSlave($AS).relationship == 4>> + $He desperately begs you to not separate $him from $his love, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship == 3>> + $He desperately begs you to not separate $him from $his lover, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship > 0>> + $He desperately begs you to not separate $him from $his friend, $slaves[_m].slaveName. + <<else>> + $He desperately begs you to not marry $him, despite $his emotional connection with you. + <</if>> + <</if>> + <<else>> + $He desperately struggles to plead with you before breaking down again. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + $He tries to explain that $he needs multiple partners. + <<elseif getSlave($AS).relationship == 4>> + $He begs you to not separate $him from $his love, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship == 3>> + $He begs you to not separate $him from $his lover, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship > 0>> + $He begs you to not separate $him from $his friend, $slaves[_m].slaveName. + <<else>> + $He begs you to not marry $him, despite $his emotional connection with you. + <</if>> + <</if>> + <</if>> + You leave $him to weep and consider $his fate. Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. + <<set _reactionType = 2>> +<<else>> + $He doesn't really react to this. By no means does $he want to be your $wife, but $he's obedient enough to know that you are in charge. You leave $him to $his business, and go back to yours. + <<if getSlave($AS).relationship != 0>> + <<if getSlave($AS).relationship == -1>> + $He sighs at the realization that $he won't be allowed to be so promiscuous and will have to learn to focus $his attention on you. + <<elseif getSlave($AS).relationship == 4>> + $He sighs at the realization that $he'll have to stop seeing $his love, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship == 3>> + $He sighs at the realization that $he'll have to stop spending so much time with $his lover, $slaves[_m].slaveName. + <<elseif getSlave($AS).relationship > 0>> + $He sighs at the realization that $he'll have to stop spending so much time with $his friend, $slaves[_m].slaveName. + <<else>> + Deep down, $he dreamed of this. But now that it's happening $he can't shake the feeling of regret. + <</if>> + <</if>> + <<set _reactionType = 3>> +<</if>> +<br><br> +<<= capFirstChar($assistant.name)>> prompts you for wedding +<<if $assistant.personality == 0>> + instructions. +<<else>> + instructions, _hisA + <<if $assistant.appearance == "monstergirl">> + monster<<= _girlA>> avatar appearing in a surprisingly conventional surplice that covers _himA up decently. All except for _hisA horns, which protrude from under the headpiece. + <<elseif $assistant.appearance == "shemale">> + shemale avatar appears in a collar patterned to look like a minister's, and absolutely nothing else, stroking _himselfA with anticipation. + <<elseif $assistant.appearance == "amazon">> + amazon avatar wearing a tribal shaman's cape and carrying a medicine stick adorned with all sorts of little charms and baubles. + <<elseif $assistant.appearance == "businesswoman">> + business<<= _womanA>> avatar looking rather severe in a minister's collar. + <<elseif $assistant.appearance == "fairy">> + fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes and looking rather smug about it. + <<elseif $assistant.appearance == "pregnant fairy">> + fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by _hisA pregnant belly and looking rather smug about it. + <<elseif $assistant.appearance == "goddess">> + goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. + <<elseif $assistant.appearance == "hypergoddess">> + goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. + <<elseif $assistant.appearance == "loli">> + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + <<elseif $assistant.appearance == "preggololi">> + _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. + <<elseif $assistant.appearance == "schoolgirl">> + school<<= _girlA>> avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt. + <<elseif $assistant.appearance == "angel">> + angelic avatar looking, well, angelic in _hisA usual garb with an added minister's collar. + <<elseif $assistant.appearance == "cherub">> + angelic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. + <<elseif $assistant.appearance == "incubus">> + demonic avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage, though _heA has made sure to be fully erect for the wedding. + <<elseif $assistant.appearance == "succubus">> + demonic avatar wearing nothing but a minister's collar. _HeA has brought several marital aids along with _himA to tease the bride and groom with. + <<elseif $assistant.appearance == "imp">> + demonic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. + <<elseif $assistant.appearance == "witch">> + witchy avatar looking rather formal in a fine robe and minister's collar. + <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + twitching avatar completely unchanged, sans a bulbous ring of flesh around _hisA neck that sort of resembles a minister's collar. + <<else>> + symbol appearing in white. + <</if>> +<</if>> + +<br> +<span id="result"> +<br><<link "Just redesignate $him as your slave $wife">> + <<replace "#result">> + You order $assistant.name to simply redesignate <<= getSlave($AS).slaveName>> as your slave $wife. + <<if $assistant.personality == 0>> + "Slave redesignated," it responds immediately. The thing is done. + <<else>> + <<if $assistant.appearance == "monstergirl">> + _HisA avatar snaps _hisA fingers and shrugs off _hisA surplice, revealing _hisA tentacle hair, pale skin, and cocks once more. + <<elseif $assistant.appearance == "shemale">> + _HisA avatar snaps _hisA fingers and starts to masturbate more energetically. + <<elseif $assistant.appearance == "amazon">> + _HisA avatar gives _hisA medicine stick a shake. + <<elseif $assistant.appearance == "businesswoman">> + _HisA avatar snaps _hisA fingers. + <<elseif $assistant.appearance.includes("fairy")>> + _HisA avatar claps _hisA hands twice, looking a bit disappointed at the lack of celebration. + <<elseif $assistant.appearance.includes("goddess")>> + _HisA avatar makes a complex hand gesture, looking beatific. + <<elseif $assistant.appearance.includes("loli")>> + _HisA avatar claps _hisA hands together. + <<elseif $assistant.appearance == "schoolgirl">> + _HisA avatar snaps _hisA fingers and gives a little twirl. + <<elseif $assistant.appearance == "angel">> + _HisA avatar spreads _hisA wings and arms and emits a flash of light. + <<elseif $assistant.appearance == "cherub">> + _HisA avatar claps _hisA hands together, emitting a burst of light. + <<elseif $assistant.appearance == "incubus">> + _HisA avatar flicks the tip of _hisA penis and blows _hisA load towards the both of you. + <<elseif $assistant.appearance == "succubus">> + _HisA avatar starts to masturbate furiously and orgasms lewdly. + <<elseif $assistant.appearance == "imp">> + _HisA avatar claps _hisA hands together, emitting a burst of darkness. + <<elseif $assistant.appearance == "witch">> + _HisA avatar pulls out _hisA spell book and attempts a spell to bind you two; _heA manages to conjure a large ring around _himselfA, pinning _hisA arms to _hisA sides. + <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + _HisA avatar splits open to reveal a number of tentacles and wraps them around each other. + <<else>> + _HisA symbol flashes. + <</if>> + "Done," _heA says. + <</if>> + <<if getSlave($AS).relationship > 0>> + <<set getSlave($AS).relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <</if>> + <<if getSlave($AS).devotion+getSlave($AS).trust >= 175>> + <<if getSlave($AS).relationship > 0>> + Both $him and $his ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. + <<if getSlave($AS).relationship == 4>> + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif getSlave($AS).relationship == 3>> + <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <<else>> + <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <</if>> + <</if>> + <<elseif getSlave($AS).devotion < -20>> + <<if getSlave($AS).relationship == -1>> + $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + <<set getSlave($AS).devotion -= 40, getSlave($AS).trust -= 40>> + <<elseif getSlave($AS).relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> + <<set getSlave($AS).devotion -= 40, getSlave($AS).trust -= 40>> + <<elseif getSlave($AS).relationship == 3>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> + <<set getSlave($AS).devotion -= 30, getSlave($AS).trust -= 30>> + <<elseif getSlave($AS).relationship > 0>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set getSlave($AS).devotion -= 20, getSlave($AS).trust -= 20>> + <</if>> + <<else>> + <<if getSlave($AS).relationship == -1>> + $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> + <<elseif getSlave($AS).relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set getSlave($AS).devotion -= 20, getSlave($AS).trust -= 20>> + <<elseif getSlave($AS).relationship == 3>> + Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> + <<elseif getSlave($AS).relationship > 0>> + Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <</if>> + <</if>> + <<set getSlave($AS).relationship = -3>> + <<if $PC.slaveSurname && getSlave($AS).slaveSurname != $PC.slaveSurname>> + <br><br><span id="surnaming"> + <<link "Give $him your surname">> + <<replace "#surnaming">> + <<set getSlave($AS).slaveSurname = $PC.slaveSurname>> + You also command $assistant.name to rename your new slave $wife <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. + <<if getSlave($AS).fetish == "mindbroken">> + The new Mrs. getSlave($AS).slaveSurname <<if canHear(getSlave($AS))>>hears<<else>>understands<</if>> this, of course, and shows no reaction. Like many things, names mean nothing to $him now. + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + The new Mrs. getSlave($AS).slaveSurname <<if canHear(getSlave($AS))>>hears<<else>>understands<</if>> this, of course, and breaks down again. Being brusquely redesignated as your slave $wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your $wife,@@ and that's what matters to $him. + <<set getSlave($AS).devotion += 5, getSlave($AS).trust += 5>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + The new Mrs. getSlave($AS).slaveSurname <<if canHear(getSlave($AS))>>hears<<else>>understands<</if>> this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding. + <<set getSlave($AS).devotion -= 10>> + <<elseif getSlave($AS).devotion < -20>> + The new Mrs. getSlave($AS).slaveSurname <<if canHear(getSlave($AS))>>hears<<else>>understands<</if>> this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. + <<set getSlave($AS).devotion += 5>> + <<else>> + The new Mrs. getSlave($AS).slaveSurname <<if canHear(getSlave($AS))>>hears<<else>>understands<</if>> this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however. + <<set getSlave($AS).devotion--, getSlave($AS).trust += 5>> + <</if>> + <</replace>> + <</link>> + </span> + <</if>> + <</replace>> +<</link>> +<br><<link "Have your assistant marry $him to you">> + <<replace "#result">> + You order <<= getSlave($AS).slaveName>> to go change into bridal lingerie. + <<if _reactionType == 0>> + <<if canWalk(getSlave($AS))>> + $He hurries off, still crying. When $he returns, $he's wearing + <<else>> + $He is helped out, still crying. When $he is returned, $he's wearing + <</if>> + <<elseif _reactionType == 1>> + $He is helped out, completely unaware of $his pending marriage. When $he is returned, $he's wearing + <<elseif _reactionType == 2>> + <<if canWalk(getSlave($AS))>> + $He shuffles off, still sobbing. When $he returns, $he's wearing + <<else>> + $He is helped out, still sobbing. When $he is returned, $he's wearing + <</if>> + <<else>> + <<if canWalk(getSlave($AS))>> + $He hurries off to fulfill your orders. When $he returns, $he's wearing + <<else>> + $He is helped out to get dressed. When $he is returned, $he's wearing + <</if>> + <</if>> + <<if (getSlave($AS).vagina == 0)>> + white, since $he's a virgin. + <<elseif (getSlave($AS).pregKnown == 1)>> + light pink, since $he is pregnant. + <<elseif (getSlave($AS).vagina < 0) && (getSlave($AS).anus == 0)>> + white, since $he's an anal virgin. + <<elseif (getSlave($AS).vagina < 0) && (getSlave($AS).boobs > 500)>> + electric blue, since $he's a shemale. + <<elseif (getSlave($AS).vagina < 0)>> + pale blue, since $he's a sissy slave. + <<elseif (getSlave($AS).dick > 0)>> + hot pink, since $he's a futa slave. + <<else>> + light pink, since $he's an experienced sex slave. + <</if>> + A flimsy veil covers $his head and shoulders. + <<if (getSlave($AS).boobs > 4000)>> + On such short notice, no bridal bra for boobs of $his size was available, so $he's topless. Not a tragedy. + <<elseif (getSlave($AS).boobs > 1200)>> + $His lacy bridal bra just barely restrains $his huge boobs, leaving the tops of $his areolae visible. + <<elseif (getSlave($AS).boobs > 400)>> + $His lacy bridal bra flatters $his pretty breasts. + <<else>> + $His lacy bridal bra flatters $his pretty chest. + <</if>> + <<if getSlave($AS).bellyPreg >= 600000>> + $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene. + <<elseif (getSlave($AS).bellyPreg >= 1500)>> + $His _belly pregnant belly protrudes out the front of $his bridal wear. + <<elseif (getSlave($AS).bellyImplant >= 1500)>> + $His _belly <<print getSlave($AS).bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear. + <<elseif (getSlave($AS).bellyFluid >= 10000)>> + $His hugely bloated, <<print getSlave($AS).inflationType>>-filled belly protrudes out the front of $his bridal wear. + <<elseif (getSlave($AS).bellyFluid >= 5000)>> + $His bloated, <<print getSlave($AS).inflationType>>-stuffed belly protrudes out the front of $his bridal wear. + <<elseif (getSlave($AS).bellyFluid >= 1500)>> + $His distended, <<print getSlave($AS).inflationType>>-belly protrudes out the front of $his bridal wear. + <</if>> + <<if getSlave($AS).chastityPenis == 1>> + $His slave dick is hidden by its chastity cage. + <<elseif canAchieveErection(getSlave($AS))>> + <<if (getSlave($AS).dick > 4) && (getSlave($AS).belly >= 5000)>> + $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if getSlave($AS).bellyPreg >= 3000>>pregnant <</if>>belly. + <<elseif getSlave($AS).dick > 4>> + $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. + <<else>> + $His erection tents the front of $his lacy g-string. + <</if>> + <<elseif (getSlave($AS).dick > 0)>> + <<if getSlave($AS).dick > 10>> + $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it. + <<elseif getSlave($AS).dick > 4>> + $His big soft cock forms a lewd mass, stuffed into $his lacy g-string. + <<else>> + $His lacy g-string perfectly conceals $his soft dick. + <</if>> + <<else>> + <<if getSlave($AS).clit > 1>> + $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it. + <<else>> + $His lacy g-string is starting to look a bit moist in front. + <</if>> + <</if>> + <<= capFirstChar($assistant.name)>> marries $him to you in a brief ceremony adapted for slaves and their owners. You place a + <<if hasAnyArms(getSlave($AS))>> + simple steel ring on $his finger; + <<else>> + chain with a simple steel ring around $his neck; + <</if>> + $he does not reciprocate, since this marriage does not bind you. + <<if $assistant.personality == 0>> + "The marriage protocol now requires you to <<if $PC.dick != 0>>fellate<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistant.name orders $him, and $he <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. + <<else>> + <<if $assistant.appearance == "monstergirl">> + "To consecrate the ceremony," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar begins to play with _hisA dicks. + <<elseif $assistant.appearance == "shemale">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. + <<elseif $assistant.appearance == "amazon">> + "To complete this ritual," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. + <<elseif $assistant.appearance == "businesswoman">> + "To consecrate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar sneaks a hand down _hisA suit skirt, blushing furiously. + <<elseif $assistant.appearance == "fairy">> + "To seal the deal," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick != 0>>semen<<if $PC.vagina != -1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar spreads _hisA legs while still hovering in the air and masturbates eagerly through _hisA half-worn robes. + <<elseif $assistant.appearance == "pregnant fairy">> + "To seal the deal," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick != 0>>semen<<if $PC.vagina != -1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's pregnant avatar curls while still hovering in the air and masturbates eagerly around _hisA large belly. + <<elseif $assistant.appearance == "goddess">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you must now <<if $PC.dick != 0>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar looks on approvingly, cradling _hisA perpetual pregnancy. + <<elseif $assistant.appearance == "hypergoddess">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you must now <<if $PC.dick != 0>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar looks on approvingly, cradling _hisA massive perpetual pregnancy. + <<elseif $assistant.appearance == "loli">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina != -1>>and lick _hisP cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar sneaks a hand down _hisA dress, blushing furiously. + <<elseif $assistant.appearance == "preggololi">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina != -1>>and eat out _hisP cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar attempts to sneak a hand down _hisA dress, but is thwarted by _hisA belly. _HeA instead openly rubs _hisA crotch through the front of _hisA dress, blushing furiously. + <<elseif $assistant.appearance == "schoolgirl">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, the rules say you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. + <<elseif $assistant.appearance == "angel">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave <<if _reactionType == 0>>stares blankly<<else>>looks confused<</if>>. "After the wedding ends, would be the time." $assistant.name says, covering _hisA face in embarrassment at the thought. + <<elseif $assistant.appearance == "cherub">> + "To consummate the marriage," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you should <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina != -1>>and lick _hisP pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistant.name hides _hisA face in _hisA hands at the thought. + <<elseif $assistant.appearance == "incubus">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistant.name's avatar begins to furiously stroke its shaft. + <<elseif $assistant.appearance == "succubus">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar pulls out a large dildo and begins ramming it into _hisA own pussy. + <<elseif $assistant.appearance == "imp">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar hikes _hisA robe and vigorously rubs _hisA pussy. + <<elseif $assistant.appearance == "witch">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. + <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of <<= getSlave($AS).slaveName>>. $assistant.name's two avatars begin copying you and <<= getSlave($AS).slaveName>>'s actions perfectly. + <<else>> + "To get this marriage started," $assistant.name concludes, "<<= getSlave($AS).slaveName>>, the rules say you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _hisA approval, $assistant.name is forced to content _himselfA with spinning the symbol and making it glow in time with your new slave $wife's efforts. + <</if>> + "Done," _heA says when you climax. "Enjoy your + <<if (getSlave($AS).fetishKnown == 1) && (getSlave($AS).fetishStrength > 60)>> + <<if (getSlave($AS).fetish == "submissive")>> + submissive slave $wife!" + <<elseif (getSlave($AS).fetish == "cumslut")>> + slave $wife's mouth!" + <<elseif (getSlave($AS).fetish == "humiliation")>> + exhibitionist slave $wife!" + <<elseif (getSlave($AS).fetish == "buttslut")>> + slave $wife's butthole!" + <<elseif (getSlave($AS).fetish == "boobs")>> + slave $wife's boobs!" + <<elseif (getSlave($AS).fetish == "pregnancy")>> + breeder $wife!" + <<elseif (getSlave($AS).fetish == "dom")>> + slave $wife's aggression!" + <<elseif (getSlave($AS).fetish == "sadist")>> + slave $wife's sadistic tendencies!" + <<elseif (getSlave($AS).fetish == "masochist")>> + slave $wife's pain!" + <<else>> + slave $wife!" + <</if>> + <<else>> + slave $wife!" + <</if>> + <</if>> + <<if getSlave($AS).relationship > 0>> + <<set getSlave($AS).relationshipTarget = 0>> + <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> + <<setLocalPronouns $slaves[_m] 2>> + <</if>> + <<if getSlave($AS).devotion+getSlave($AS).trust >= 175>> + <<if getSlave($AS).relationship > 0>> + $His ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 love's future. + <<if getSlave($AS).relationship == 4>> + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<elseif getSlave($AS).relationship == 3>> + <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> + <<else>> + <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> + <</if>> + <</if>> + <<elseif getSlave($AS).devotion < -20>> + <<if getSlave($AS).relationship == -1>> + $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. + <<set getSlave($AS).devotion -= 40, getSlave($AS).trust -= 40>> + <<elseif getSlave($AS).relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> + <<set getSlave($AS).devotion -= 40, getSlave($AS).trust -= 40>> + <<elseif getSlave($AS).relationship == 3>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> + <<set getSlave($AS).devotion -= 30, getSlave($AS).trust -= 30>> + <<elseif getSlave($AS).relationship > 0>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set getSlave($AS).devotion -= 20, getSlave($AS).trust -= 20>> + <</if>> + <<else>> + <<if getSlave($AS).relationship == -1>> + $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> + <<elseif getSlave($AS).relationship == 4>> + Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> + <<set getSlave($AS).devotion -= 20, getSlave($AS).trust -= 20>> + <<elseif getSlave($AS).relationship == 3>> + Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> + <<set getSlave($AS).devotion -= 10, getSlave($AS).trust -= 10>> + <<elseif getSlave($AS).relationship > 0>> + Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. + <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> + <<set getSlave($AS).devotion -= 5, getSlave($AS).trust -= 5>> + <</if>> + <</if>> + <<set getSlave($AS).relationship = -3>> + <<if $PC.slaveSurname && getSlave($AS).slaveSurname != $PC.slaveSurname>> + <br><br><span id="surnaming"> + <<link "Give $him your surname">> + <<replace "#surnaming">> + <<set getSlave($AS).slaveSurname = $PC.slaveSurname>> + You also command $assistant.name to rename your new slave $wife <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. + <<if getSlave($AS).fetish == "mindbroken">> + Before you get too distracted, you tell your lovely new $wife that $he's now to be known as <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. You are uncertain if it sunk in or not. + <<elseif getSlave($AS).devotion+getSlave($AS).trust >= 175>> + Before you get too distracted, you tell your lovely new $wife that $he's now to be known as <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. It would be an understatement to say $he's delighted. $He's a good $desc, but even $he has to retain a kernel of doubt about whether a marriage between an owner and a piece of property is really worth much. This @@.mediumaquamarine;reassures $him@@ that it is. $His special day probably wasn't exactly like $he might once have imagined it, but $he obviously thinks it's been @@.hotpink;very nice,@@ all things considered. + <<if canTalk(getSlave($AS))>>"_myName _playerSurname," $he murmurs to $himself occasionally, smiling.<</if>> + <<set getSlave($AS).devotion += 5, getSlave($AS).trust += 5>> + <<elseif getSlave($AS).devotion < -20 && getSlave($AS).trust > 20>> + Before you get too distracted, you tell your lovely new $wife that $he's now to be known as <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ + <<if canTalk(getSlave($AS))>>"_myName _playerSurname," $he mutters to $himself occasionally; their is a distinct distaste to the way $he says it.<</if>> + <<set getSlave($AS).devotion -= 10>> + <<elseif getSlave($AS).devotion < -20>> + Before you get too distracted, you tell your quivering new $wife that $he's now to be known as <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. $He nods in terror. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. + <<if canTalk(getSlave($AS))>>"_myName _playerSurname," $he mutters to $himself occasionally, $his voice wavering as $he struggles to hold back the tears.<</if>> + <<set getSlave($AS).devotion += 5>> + <<else>> + Before you get too distracted, you tell your lovely new $wife that $he's now to be known as <<= getSlave($AS).slaveName>> getSlave($AS).slaveSurname. $He nods acceptingly. $He's a good $desc, but $he has doubts about whether a marriage between an owner and a piece of property is really worth much. That doesn't matter, @@.mediumaquamarine;it's worth something to $him.@@ + <<if canTalk(getSlave($AS))>>"_myName _playerSurname," $he murmurs to $himself occasionally<<if canHear(getSlave($AS))>>, listening to how it sounds<</if>>.<</if>> + <<set getSlave($AS).trust += 5>> + <</if>> + <</replace>> + <</link>> + </span> + <</if>> + <</replace>> +<</link>> +<<if $cash > 10000>> + <<if $weddingPlanned > 0>> + <<if $weddingPlanned == 1>> + <br>Invite prominent citizens to a wedding: + <br> + <<link "Straightforward ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 1>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will cost <<print cashFormat(10000)>>// + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 2>> + //an orgiastic ceremony// + <<elseif $weddingPlanned == 3>> + //an impregnation ceremony// + <</if>> + //and cannot host a straightforward ceremony// + <</if>> + <<if (getSlave($AS).vagina != 0) && (getSlave($AS).anus != 0)>> + <<if $weddingPlanned == 2>> + <br> + <<link "Orgiastic ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. + <<set $weddingPlanned = 2>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 1>> + //a straightforward ceremony// + <<elseif $weddingPlanned == 3>> + //an impregnation ceremony// + <</if>> + //and cannot host an orgiastic ceremony// + <</if>> + <</if>> + <<if isFertile(getSlave($AS)) && ($PC.dick != 0)>> + <<if $weddingPlanned == 3>> + <br> + <<link "Impregnation ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 3>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// + <br> + <<else>> + <br> + + //You are already hosting// + <<if $weddingPlanned == 1>> + //a straightforward ceremony// + <<elseif $weddingPlanned == 2>> + //an orgiastic ceremony// + <</if>> + //and cannot host an impregnation ceremony// + <</if>> + <</if>> + <<else>> + <br>Invite prominent citizens to a wedding: + <br> + <<link "Straightforward ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 1>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will cost <<print cashFormat(10000)>>// + <<if (getSlave($AS).vagina != 0) && (getSlave($AS).anus != 0)>> + <br> + <<link "Orgiastic ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. + <<set $weddingPlanned = 2>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// + <</if>> + <<if isFertile(getSlave($AS)) && ($PC.dick != 0)>> + <br> + <<link "Impregnation ceremony">> + <<replace "#result">> + You order $assistant.name to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. + <<set $weddingPlanned = 3>> + <<set $marrying.push(getSlave($AS).ID)>> + <<run cashX(-10000, "event", getSlave($AS))>> + <</replace>> + <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// + <</if>> + <</if>> +<<else>> + //You cannot afford an elaborate ceremony// +<</if>> +</span> diff --git a/src/npc/fSlaveImpreg.tw b/src/npc/interaction/passage/fSlaveImpreg.tw similarity index 100% rename from src/npc/fSlaveImpreg.tw rename to src/npc/interaction/passage/fSlaveImpreg.tw diff --git a/src/pregmod/fSlaveSlaveDick.tw b/src/npc/interaction/passage/fSlaveSlaveDick.tw similarity index 100% rename from src/pregmod/fSlaveSlaveDick.tw rename to src/npc/interaction/passage/fSlaveSlaveDick.tw diff --git a/src/npc/interaction/passage/fSlaveSlaveDickConsummate.tw b/src/npc/interaction/passage/fSlaveSlaveDickConsummate.tw new file mode 100644 index 0000000000000000000000000000000000000000..c9dbd551b220a78077b0969d36033d9d9214c057 --- /dev/null +++ b/src/npc/interaction/passage/fSlaveSlaveDickConsummate.tw @@ -0,0 +1,550 @@ +:: FSlaveSlaveDick Consummate [nobr] + +<<set $nextButton = "Continue", $returnTo = $nextLink, $nextLink = "AS Dump">> +<<set $AS = $activeSlave.ID>> +<<setLocalPronouns $activeSlave>> +<<setLocalPronouns $slaverapistx 2>> + +<<if getSlave($AS).dick>> + <<if getSlave($AS).dick == 1>> + <<set _dicksize = "tiny">> + <<elseif (getSlave($AS).dick == 2)>> + <<set _dicksize = "tiny">> + <<elseif (getSlave($AS).dick == 3)>> + <<set _dicksize = "average">> + <<elseif (getSlave($AS).dick == 4)>> + <<set _dicksize = "big">> + <<elseif (getSlave($AS).dick == 5)>> + <<set _dicksize = "huge">> + <<elseif (getSlave($AS).dick == 6)>> + <<set _dicksize = "gigantic">> + <<elseif (getSlave($AS).dick == 7)>> + <<set _dicksize = "titanic">> + <<elseif (getSlave($AS).dick == 8)>> + <<set _dicksize = "absurd">> + <<elseif (getSlave($AS).dick >= 9)>> + <<set _dicksize = "inhuman">> + <</if>> +<</if>> + +<<if areRelated(getSlave($AS), $slaverapistx)>> + <<set _isIncest = 1>> +<</if>> + +You take a look at the bound cock toy. + + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career != "a dairy cow") && (getSlave($AS).career != "a breeding bull")>> + Since <<= getSlave($AS).slaveName>> is mentally broken, the restraints don't do anything but set the scene. +<<elseif (getSlave($AS).devotion > 50)>> + Since <<= getSlave($AS).slaveName>> is devoted, $his restraints are more for the show than for practical purposes. +<<elseif (getSlave($AS).devotion > 20)>> + <<= getSlave($AS).slaveName>> is obedient but not devoted, so $his restraints are firm for $his own good. +<<else>> + <<= getSlave($AS).slaveName>> is unlikely to comply willingly, and is tied down tight, unable to budge more than <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>. +<</if>> + +<<if isAmputee(getSlave($AS))>> + $His limbless torso lies on the bed, ready for $slaverapistx.slaveName. +<<elseif tooBigBelly(getSlave($AS))>> + $His huge belly will limit the number of possible positions for $slaverapistx.slaveName to take $him in. +<<elseif tooBigBreasts(getSlave($AS))>> + The weight of $his tits pins $him helplessly in place. +<<elseif tooBigButt(getSlave($AS))>> + $His huge ass pushes $his pelvis further up, making it look as if $he's trying to fuck the air. +<<elseif tooBigDick(getSlave($AS))>> + $His huge cock is clearly going to be a challenge. +<<elseif tooBigBalls(getSlave($AS))>> + $His huge balls might get a bit in the way in this position. +<<elseif tooFatSlave(getSlave($AS))>> + $His huge gut threatens to envelope $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>. +<</if>> + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career != "a dairy cow") && (getSlave($AS).career != "a breeding bull")>> + <<if getSlave($AS).energy > 40>> + <<= getSlave($AS).slaveName>> is broken mentally, but has a serviceable libido. After a bit of stimulation $he's good to go without any further reaction on $his own. + <<else>> + <<= getSlave($AS).slaveName>> is broken mentally, and $his low libido prevents $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> from becoming erect. A massive dose of vasodilators fixes this, and you think you see $his face twitch with the pain, but there is no further reaction. + <</if>> +<<elseif (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career == "a dairy cow")>> + <<if getSlave($AS).energy > 40>> + <<= getSlave($AS).slaveName>>, as a good cow with a good libido, takes only a little fondling before $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> becomes erect. When you let go, $he gives a needy moo with a sad expression to ask you to keep going. + <<else>> + <<= getSlave($AS).slaveName>> may be a cow, but $his low libido keeps $his mostly soft despite plenty of fondling. You inject $him with vasodilators so $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect, and $he moos in discomfort and struggles against $his restraints. + <<set _bottomdrugged = 1>> + <</if>> +<<elseif (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career == "a breeding bull")>> + <<= getSlave($AS).slaveName>>, as a good bull, was already erect while being tied down. It seems $he knows what's going to happen to $him soon. Maybe someone at the Cattle Ranch has been sampling their bulls? +<<else>> + <<if getSlave($AS).devotion >= -20>> + <<if getSlave($AS).energy > 40>> + <<if (getSlave($AS).fetishKnown == 1)>> + <<if (getSlave($AS).fetish == "submissive")>> + <<= getSlave($AS).slaveName>> is a known sub, and seconds after $he is ordered to lie down to be restrained $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is erect. $He knows $he's going to get used, and can't hide $his excitement. + <<elseif (getSlave($AS).fetish == "dom")>> + <<= getSlave($AS).slaveName>> is a known dom, and needs some stimulation before $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes hard. Despite knowing $he's going to be used, $he can't hide $his curiosity to experience what the other side feels. + <<elseif (getSlave($AS).fetish == "masochist")>> + <<= getSlave($AS).slaveName>> almost gets off on being tied down tight, sporting a <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> once you have finished. $His nipples are firm as well, and $he struggles against $his restraints to feel them dig into $him tighter. + <<elseif (getSlave($AS).fetish == "sadist")>> + <<= getSlave($AS).slaveName>> is a sadist, and finds $himself in the exact opposite position $he'd want to be in to get off. It's obvious $he's not going to get aroused soon, so you inject $him with vasodilators so $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect and hope $he at least learns something from being on the receiving end for once. + <<set _bottomdrugged = 1>> + <<elseif (getSlave($AS).fetish == "humiliation")>> + <<= getSlave($AS).slaveName>> gets off on humiliation, and after being ordered to lay naked on a bed to be tied down, becomes flushed with arousal with $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> throbbing in anticipation at being used like a toy. + <<elseif (getSlave($AS).fetish == "pregnancy") && ($arcologies[0].FSRepopulationFocus != "unset") && canPenetrate(getSlave($AS))>> + <<= getSlave($AS).slaveName>> gets off thinking about pregnancy, and in your arcology most women are pregnant or fertile. $He knows someone's pussy will be around $his _dicksize cock soon, and is clearly lost in $his fantasies as $his cock swells to a throbbing erection. + <</if>> + <<elseif (getSlave($AS).attrXX > 65)>> + <<= getSlave($AS).slaveName>> has a good sex drive and likes pussy, even before $he's fully bound $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is throbbing in anticipation. + <<else>> + Despite $his adequate sex drive, since <<= getSlave($AS).slaveName>> isn't turned on by the prospect of pussy, $he takes some manual stimulation before $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> stands erect. + <</if>> + <<else>> + <<if (getSlave($AS).attrXX > 65)>> + <<= getSlave($AS).slaveName>> isn't known for $his high libido, but since $he likes pussy all it takes is some teasing to get $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> erect and ready. + <<else>> + <<= getSlave($AS).slaveName>> doesn't have a high libido, and also isn't attracted to female slaves. A dose of vasodilators injected at the base of $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> causes $him to quickly reach painful readiness, and the unnatural pain makes $him strain at $his bonds. + <<set _bottomdrugged = 1>> + <</if>> + <</if>> + <<else>> + <<if getSlave($AS).energy > 60>> + <<if (getSlave($AS).attrXX > 65)>> + Although <<= getSlave($AS).slaveName>> does not like being a slave, $his high libido and love for pussy have $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> ready for sex despite $his negative feelings. + <<else>> + <<= getSlave($AS).slaveName>> does not like being a slave, and isn't attracted to women, but with $his high libido all it takes is simple teasing for $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> to be ready for sex. + <</if>> + <<else>> + <<= getSlave($AS).slaveName>> does not like being a slave, and without a high sex drive $he is able to resist stimulation and stay soft. A quick dose of vasodilators changes that, and $he moans in pain and struggles against $his bonds in vain as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes painfully hard. + <<set _bottomdrugged = 1>> + <</if>> + <</if>> +<</if>> + +<br><br> + +You call $slaverapistx.slaveName into the room. + +<br><br> + +<<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career != "a dairy cow") && (getSlave($AS).career != "a breeding bull")>> + <<= getSlave($AS).slaveName>> doesn't even notice + <<if _isIncest == 1>> + <<if getSlave($AS).father == $slaverapistx.ID && getSlave($AS).mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == getSlave($AS).ID || $slaverapistx.father == getSlave($AS).ID>> + $his own <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + $his own mother, + <<elseif getSlave($AS).father == $slaverapistx.ID>> + the slave that fathered $him, + <<else>> + $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <</if>> + <<else>> + the other slave, + <</if>> + and simply lays still. +<<elseif (getSlave($AS).fetish == "mindbroken") && ((getSlave($AS).career == "a dairy cow") || (getSlave($AS).career == "a breeding bull"))>> + <<if _isIncest == 1>> + <<= getSlave($AS).slaveName>>'s simple mind does not even acknowledge that $slaverapistx.slaveName is + <<if getSlave($AS).father == $slaverapistx.ID && getSlave($AS).mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == getSlave($AS).ID || $slaverapistx.father == getSlave($AS).ID>> + $his own <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + $his own mother, + <<elseif getSlave($AS).father == $slaverapistx.ID>> + the slave that fathered $him, + <<else>> + $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <</if>> + <<else>> + <<= getSlave($AS).slaveName>> <<if canSee(getSlave($AS))>>sees<<elseif canHear(getSlave($AS))>>hears<<else>>dimly acknowledges<</if>> the newcomer, and with $his simple mind + <</if>> + $he only knows that they have a pussy and $his <<if (getSlave($AS).clit >= 4)>>swollen clit<<else>>_dicksize penis<</if>> is erect. Naturally, $he seems quite eager to put them together. + <<set _incestMood = "Bottom">> +<<else>> + <<if _isIncest == 1>> + <<= getSlave($AS).slaveName>> is fully naked and <<if canSee(getSlave($AS))>>looking up at<<else>>waiting in front of<</if>> + <<if getSlave($AS).father == $slaverapistx.ID && getSlave($AS).mother == $slaverapistx.ID>> + the slave that is both $his mother and $his father, + <<elseif $slaverapistx.mother == getSlave($AS).ID || $slaverapistx.father == getSlave($AS).ID>> + $his own <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + $his own mother, + <<elseif getSlave($AS).father == $slaverapistx.ID>> + the slave that fathered $him, + <<else>> + $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>, + <</if>> + <<if (getSlave($AS).sexualQuirk == "perverted") || (getSlave($AS).sexualQuirk == "sinful")>> + <<set _incestMood = "Bottom">> + unable to hide $his intense arousal at the impending <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> act.<<if canSee(getSlave($AS))>> $His eyes are locked on $slaverapistx.slaveName's pussy, and<</if>> $slaverapistx.slaveName can hear $him moan in anticipation<<if !canSee(getSlave($AS))>>, which surprises the blind slave<</if>>. + <<elseif (getSlave($AS).relationshipTarget == $slaverapistx.ID) && (getSlave($AS).relationship > 2)>> + <<set _incestMood = "Both">> + but since they're already in a sexual relationship, $he just shows a relaxed smile as $he waits for $slaverapistx.slaveName to mount $him. + <<else>> + <<if getSlave($AS).devotion > 95>> + <<set _incestMood = "Bottom">> + but $his deep acceptance of slavery means $he is eager to please you, <<if (getSlave($AS).clit >= 4)>>leaving $his massive clit flushed<<else>>making $his _dicksize cock drip precum<</if>>. + <<elseif getSlave($AS).devotion > 60>> + and is clearly struggling between keeping $himself hard and acknowledging the incest. A small dose of vasodilators and $his impressive desire to please you should keep $his <<if (getSlave($AS).clit >= 4)>>clit<<else>>penis<</if>> up for $slaverapistx.slaveName. + <<set _incestMood = "BottomFragile">> + <<else>> + <<if ndef _bottomdrugged>> + and once it becomes clear to $him that $slaverapistx.slaveName will be the one mounting $him, $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> shrinks away. A direct injection of vasodilators changes that, bringing $him back to readiness to $his horror. + <<set _bottomdrugged = 1>> + <<else>> + and to $his own horror the drugs $he was injected with keep $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting. + <</if>> + <</if>> + <</if>> + <</if>> +<</if>> + +<br><br> + +<<if $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career != "a dairy cow") && ($slaverapistx.career != "a breeding bull")>> + $slaverapistx.slaveName stares blankly, and needs to be deliberately guided to straddle <<= getSlave($AS).slaveName>>. + <<if _isIncest == 1>> + Naturally, _he2 isn't even aware of the impending incest. + <</if>> + <<if (getSlave($AS).fetish == "mindbroken") && (getSlave($AS).career != "a dairy cow") && (getSlave($AS).career != "a breeding bull")>> + Since both slaves are essentially vegetables, this is shaping up to be a rather contrived sexual demonstration. The parts are all there, but the actors aren't going to contribute much to the show. + <</if>> +<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a dairy cow")>> + $slaverapistx.slaveName sees the <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, and catches on to why _he2's here quickly. _He2 takes it into _his2 mouth before you stop _him2 and tap _his2 pussy, and after a few seconds of thinking _he2 straddles <<= getSlave($AS).slaveName>>'s hips with a moo. + <<if _isIncest == 1>> + Naturally, since _he2 thinks _he2's a cow, incest means nothing to _him2. + <</if>> +<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a breeding bull")>> + $slaverapistx.slaveName sees the <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, but isn't quite sure what to do with it. _He2's been brought up to use _his2 dick when thinking, after all. It takes a few minutes to get _him2 to straddle <<= getSlave($AS).slaveName>>'s hips with the intent to get _his2 pussy penetrated. + <<if _isIncest == 1>> + Naturally, since _he2 thinks _he2's a breeding bull, incest means nothing to _him2. + <</if>> +<<else>> + <<if _isIncest == 1>> + $slaverapistx.slaveName sees + <<if $slaverapistx.father == getSlave($AS).ID && $slaverapistx.mother == getSlave($AS).ID>> + the slave that is both _his2 mother and _his2 father + <<elseif getSlave($AS).mother == $slaverapistx.ID || getSlave($AS).father == $slaverapistx.ID>> + _his2 own <<print relativeTerm($slaverapistx, getSlave($AS))>> + <<elseif $slaverapistx.mother == getSlave($AS).ID>> + _his2 own mother + <<elseif $slaverapistx.father == getSlave($AS).ID>> + the slave that fathered _him2 + <<else>> + _his2 <<print relativeTerm($slaverapistx, getSlave($AS))>> + <</if>> + tied to the bed, + <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> + <<if _incestMood == "Bottom">> + and can't hide _his2 <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> arousal at the excited glances they share. + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Top">> + and becomes indecently aroused at their horrified expressions for the <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> incest to come. + <</if>> + <<elseif ($slaverapistx.relationshipTarget == getSlave($AS).ID) && ($slaverapistx.relationship > 2)>> + and licks _his2 lips involuntarily. + <<else>> + <<if $slaverapistx.devotion > 95>> + <<if _incestMood == "Bottom">> + as well as _his2 apparent lust. Since _he2 is a perfect slave for you, _his2 vagina becomes flushed with arousal quickly. + <<set _incestMood = "Both">> + <<else>> + <<set _incestMood = "Top">> + as well as $his worried expressions. $slaverapistx.slaveName seems aroused and determined to show $him how a proper slave should act. + <</if>> + <<elseif $slaverapistx.devotion > 60>> + <<if _incestMood == "BottomFragile">> + <<unset _incestMood>> + <</if>> + and after figuring out they're just as superficially prepared as _he2 is, resolves _himself2 to forget they're related to stay aroused. + <<else>> + and can't hide the look of horror that crosses _his2 face. You assure _him2 this is what _he2 needs to do. + <<if _incestMood == "Bottom">> + To _his2 growing disgust, _he2 can tell <<= getSlave($AS).slaveName>>'s <<if (getSlave($AS).clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> shows off genuine arousal despite their blood relation. + <<else>> + _He2 might find solace in the fact that the owner of the <<if (getSlave($AS).clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> on display doesn't seem thrilled as well. + <</if>> + <</if>> + <</if>> + <</if>> + + <<if _incestMood == "Top" || _incestMood == "Both" || ndef(_isIncest)>> + <<if ($slaverapistx.fetishKnown == 1)>> + <<if ($slaverapistx.fetish == "submissive")>> + $slaverapistx.slaveName usually prefers to be underneath someone with a <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> like that, which is obvious in _his2 expressions. Knowing _he2's riding it due to someone's orders is just about the only detail that plays to _his2 fetish. + <<elseif ($slaverapistx.fetish == "dom")>> + $slaverapistx.slaveName can't hide _his2 domineering smile at the <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> tied up and presented to _him2. Being on top and controlling everything is what gets _him2 off, and you just gave _him2 a nice human dildo to dominate. + <<elseif ($slaverapistx.fetish == "masochist")>> + $slaverapistx.slaveName usually prefers to be the one being abused, which is clear from _his2 disappointed reaction as _he2 considers the <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> tied before _him2. Maybe _he2 can delude _himself2 into thinking this is a denial play for _himself2 and enjoy the human dildo, or maybe not. + <<elseif ($slaverapistx.fetish == "sadist")>> + $slaverapistx.slaveName is a sadist, and seeing a human dildo tied town for _him2 to abuse and enjoy has _him2 almost panting in arousal. The ecstatic look of devotion _he2 flashes you makes it clear _he2's going to enjoy _himself2, regardless of how the <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>'s owner feels. + <<elseif ($slaverapistx.fetish == "humiliation")>> + $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<= WrittenMaster($slaverapistx)>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. + <</if>> + <</if>> + <</if>> +<</if>> + +<br><br> + + +<<if (getSlave($AS).devotion < -20) && ($slaverapistx.devotion < -20)>> + Since you have two restrained slaves, it's up to you to do all the work. Since <<= getSlave($AS).slaveName>> is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts lowering _himself2 very slowly, pulling back every time <<= getSlave($AS).slaveName>>'s dick prods _his2 womanhood. After watching the sad display for a while, you grab _him2 by the hips and slam _him2 down onto <<= getSlave($AS).slaveName>>, hilting _him2 in one, scream-inducing move. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + $slaverapistx.slaveName seems more cooperative after that and you only have to occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do and fear you as a result. + +<<elseif (getSlave($AS).devotion < -20)>> + Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of <<= getSlave($AS).slaveName>>, and then maneuver _his2 pussy into place. <<= getSlave($AS).slaveName>> is uncooperative, so you prod and slap $him until $he starts to thrust $his cock into $slaverapistx.slaveName with urgency. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _h2e might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + It doesn't take long for <<= getSlave($AS).slaveName>> to orgasm. $He resents what you made $him do and fears you as a result. + +<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> + You tell the randy $slaverapistx.slaveName that <<= getSlave($AS).slaveName>>'s <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. + <<if $slaverapistx.vagina == 0>> + Without further instruction, $slaverapistx.slaveName lowers _his2 virgin pussy onto <<= getSlave($AS).slaveName>> waiting <<if (getSlave($AS).clit >= 4)>>clit-dick<<else>>_dicksize dick<</if>>, impaling _himself2 slowly and teasing _his2 bound victim. This act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.fetishStrength += 1>> + <</if>> + _He2 begins playing with _him2 immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionally _he2 stops, denying <<= getSlave($AS).slaveName>> release and teasing $him, fully enjoying _his2 dominant role. + <<if getSlave($AS).dick > 0>> + <<if (getSlave($AS).fetish == "submissive")>> + By the end of the session <<= getSlave($AS).slaveName>>'s abused, pent-up penis has shot a massive load into $slaverapistx.slaveName's welcoming pussy. $He is glad to be dominated. + <<else>> + By the end of the session <<= getSlave($AS).slaveName>>'s abused, pent-up penis has shot a massive load, to $his horror and resentment, into the blissfully satisfied $slaverapistx.slaveName. + <</if>> + <</if>> + +<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && (getSlave($AS).devotion < -20)>> + You tell the grinning $slaverapistx.slaveName that <<= getSlave($AS).slaveName>>'s <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to hurt and rape another slave for _his2 pleasure. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + _He2 begins playing with $him immediately, slapping, pinching and licking $his boobs while bouncing on the meaty shaft. Occasionally _he2 stops, denying <<= getSlave($AS).slaveName>> release by painfully squeezing and smacking the sensitive shaft. By the end of the session <<= getSlave($AS).slaveName>>'s abused, pent-up penis has shot several massive and painful loads into the blissfully satisfied $slaverapistx.slaveName, leaving $him lying on the bed, shaking in horror and @@.red;utter exhaustion,@@ while $slaverapistx.slaveName reaps the opportunity to continue painfully tormenting $him. + <<run healthDamage(getSlave($AS), 10)>> + <<set getSlave($AS).counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> + +<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20)>> + You tell the randy $slaverapistx.slaveName that <<= getSlave($AS).slaveName>>'s <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all $hers. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + _He2 rides the helpless <<= getSlave($AS).slaveName>> through several ejaculating orgasms. In the short breaks between them, _he2 teases $his pussy. By the end of the session $slaverapistx.slaveName's cunt is dripping cum, to _his2 obvious satiation and bliss. <<= getSlave($AS).slaveName>> is lying next to _him2 on the bed in a state of fatigue, the entire experience having thoroughly exhausted $him. + <<set getSlave($AS).counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> + +<<elseif (getSlave($AS).devotion <= 20) || ($slaverapistx.devotion <= 20)>> + You toss <<= getSlave($AS).slaveName>> onto the bed and tell $slaverapistx.slaveName to get on with it. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;_he2 is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at <<= getSlave($AS).slaveName>>. + +<<elseif (getSlave($AS).devotion <= 50) || ($slaverapistx.devotion <= 50)>> + You order <<= getSlave($AS).slaveName>> and $slaverapistx.slaveName to get on with it. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with <<= getSlave($AS).slaveName>>'s <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> and dripping away with the contents of $slaverapistx.slaveName's cum-filled pussy. You notice $slaverapistx.slaveName's looking a little more longingly at <<= getSlave($AS).slaveName>>. + +<<else>> + The two slaves turn eagerly to the business of sex. + <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ + <<if ($slaverapistx.devotion > 20)>> + $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on <<= getSlave($AS).slaveName>>'s ready <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> + <<elseif ($slaverapistx.devotion >= -20)>> + $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to <<= getSlave($AS).slaveName>>; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> + <<else>> + As you anticipated, $slaverapistx.slaveName refuses to give <<= getSlave($AS).slaveName>> _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ + <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> + <</if>> + <<if $slaverapistx.mother == getSlave($AS).ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm(getSlave($AS), $slaverapistx)>>'s vagina. + <</if>> + <<elseif getSlave($AS).mother == $slaverapistx.ID>> + <<if (getSlave($AS).counter.penetrative == 0)>> + <<= getSlave($AS).slaveName>> gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. + <<else>> + <<= getSlave($AS).slaveName>>'s breath quickens as $his <<if (getSlave($AS).clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. + <</if>> + <</if>> + <</if>> /* closes losing virginity */ + $slaverapistx.slaveName happily rides <<= getSlave($AS).slaveName>>, who occasionally thrusts $his hips up. After a little while, when $slaverapistx.slaveName bends down to engage in passionate kissing, you come over and + <<if canDoAnal($slaverapistx) && $slaverapistx.anus > 0>> + penetrate $slaverapistx.slaveName's free asshole with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the extra stimulus of double penetration, _he2 comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<set $slaverapistx.counter.anal++, $analTotal++>> + <<if canImpreg($slaverapistx, $PC)>> + <<= knockMeUp($slaverapistx, 5, 1, -1, 1)>> + <</if>> + <<elseif canDoVaginal(getSlave($AS))>> + penetrate <<= getSlave($AS).slaveName>>'s free pussy with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<= VCheck.Vaginal(1)>> + <<elseif canDoAnal(getSlave($AS))>> + penetrate <<= getSlave($AS).slaveName>>'s free asshole with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. + <<= VCheck.Anal(1)>> + <<else>> + pull _his2 face to your crotch. All this penetration has got you horny and there are no free holes to fuck, so a little oral will have to do. It doesn't take long for all three of you to collapse into an exhausted, satisfied pile of flesh. + <<set $slaverapistx.counter.oral++, $oralTotal++>> + <</if>> +<</if>> + + +<br><br> + +<<set getSlave($AS).counter.penetrative += 1, $penetrativeTotal += 1, $slaverapistx.counter.vaginal += 1, $vaginalTotal += 1>> + +/% Friendship/lust? %/ +<<if ([2].includes(getSlave($AS).relationship) && getSlave($AS).relationshipTarget == $slaverapistx.ID) && ([2].includes($slaverapistx.relationship) && $slaverapistx.relationshipTarget == getSlave($AS).ID)>> + You keep <<= getSlave($AS).slaveName>>'s dick intimate with $slaverapistx.slaveName's pussy for awhile, something the two friends haven't been sharing with each other. In the end, you are certain they got closer, becoming @@.lightgreen;friends with benefits.@@ + <<set getSlave($AS).relationship++, $slaverapistx.relationship++>> +<</if>> + +/% pregnancy test %/ +<<if canImpreg($slaverapistx, getSlave($AS))>> + <<= knockMeUp($slaverapistx, 25, 0, getSlave($AS).ID)>> +<</if>> + +/% save changes %/ +<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/pregmod/fSlaveSlaveVag.tw b/src/npc/interaction/passage/fSlaveSlaveVag.tw similarity index 100% rename from src/pregmod/fSlaveSlaveVag.tw rename to src/npc/interaction/passage/fSlaveSlaveVag.tw diff --git a/src/npc/slaveStats.tw b/src/npc/slaveStats.tw index d00675a2c70aa7cde569ec021371b12f85bc3df0..b3ad5f10e0de1a7e662c7d007243a145c8a7a79a 100644 --- a/src/npc/slaveStats.tw +++ b/src/npc/slaveStats.tw @@ -7,7 +7,6 @@ } </style> -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <br>Name: $activeSlave.slaveName, diff --git a/src/player/actions/fCaress.tw b/src/player/actions/fCaress.tw deleted file mode 100644 index d9bc953fb279d4b954e2cbe95ead98cb98dd993f..0000000000000000000000000000000000000000 --- a/src/player/actions/fCaress.tw +++ /dev/null @@ -1,135 +0,0 @@ -:: FCaress [nobr] - -<<setPlayerPronouns>> -<<run Enunciate($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -You tell $activeSlave.slaveName to -<<if !hasAnyLegs($activeSlave)>> - have another slave set $him down on your desk. -<<elseif tooBigBreasts($activeSlave)>> - have another slave help $him heft $his tits so $he can be near you. -<<elseif tooBigBelly($activeSlave)>> - have another slave help $him heft $his belly so $he can be near you. -<<elseif tooBigButt($activeSlave)>> - have another slave help $him heft $his ass cheeks so $he can be near you. -<<elseif tooBigDick($activeSlave)>> - have another slave help $him heft $his cock so $he can be near you. -<<elseif tooBigBalls($activeSlave)>> - have another slave help $him heft $his balls so $he can be near you. -<<elseif tooFatSlave($activeSlave)>> - have another slave help $him up so $he can be near you. -<<else>> - move closer towards you. -<</if>> - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> - $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. -<<elseif ($activeSlave.relationship == -2)>> - $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. - <<else>> - upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. - <</if>> - $He blushes furiously. -<<elseif ($activeSlave.relationship == -3)>> - <<if $activeSlave.fetish == "mindbroken">> - $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyesColor($activeSlave)>>. $He doesn't react. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - $He happily complies, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - $He complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>. - <<elseif $activeSlave.devotion < -20>> - $He complies out of fear. Once $he's close, you hold $his shaking face in your palms and look into $his teary <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>. - <<else>> - $He complies obediently. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. - <</if>> -<<elseif ($activeSlave.devotion > 75)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. -<<elseif ($activeSlave.devotion > 50)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster($activeSlave)>> disconcerting, and $he looks down after a moment, blushing. -<<elseif ($activeSlave.devotion > 20)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster($activeSlave)>> worrying, and $he looks down after a moment, blushing nervously. -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust >= -20)>> - $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster($activeSlave)>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. -<<elseif ($activeSlave.trust < -20)>> - The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He looks down fearfully, and begins to shake with terror, tears leaking silently down $his cheeks. -<<else>> - $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and look into $his <<= App.Desc.eyesColor($activeSlave)>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. -<</if>> - -You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. -<<if ($activeSlave.lipsTat != 0)>> - Your fingers trace $his facial tattoos, slowly picking out the patterns against $his $activeSlave.skin skin. -<</if>> -<<if ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> - You touch each of $his facial piercings, one by one, feeling the hard metal contrast with $his pliant flesh. -<</if>> -Then, you gently tilt $his <<if $activeSlave.face > 95>>overwhelmingly stunning<<elseif $activeSlave.face > 10>>alluring<<elseif $activeSlave.face >= -10>>appealing<<elseif $activeSlave.face >= -40>>plain<<else>>rough<</if>> head back and lightly touch $his -<<if $activeSlave.lips > 95>>facepussy -<<else>> - <<if $activeSlave.lips > 70>>pillowlike - <<elseif $activeSlave.lips > 40>>generous - <<elseif $activeSlave.lips > 20>>plush - <</if>> - lips -<</if>> with your fingertips. You use your fingers and thumbs to slowly slide along $his mouth, $his chin, $his cheeks then around $his face. You use a deft touch to thoroughly explore the shape of $his <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 10>>nice<<elseif $activeSlave.face >= -10>>cute<<elseif $activeSlave.face >= -40>>fair<<else>>prominent<</if>> cheekbones. Grazing $his temple and brushing $his forehead simultaneously, you smoothly motion along $his eyelids and nose, and tenderly stroke $his face with both hands as you take $his head lightly and trace around it, gently massaging as you go. You work your way down, slowly and gradually, along $his neck with one hand, then the other, briefly pausing before continuing your path down to $his shoulders and<<if ($activeSlave.fetish != "mindbroken")>> $he starts to gasp as<<else>> starts to shudder as<</if>> you slide your hands down $his side, across $his back and along $his belly taking every moment to savor the contours of $his body before going back up again to $his face. - -<<if ($activeSlave.fetish == "mindbroken")>> - $His posture doesn't change. $He initially only reacts slightly to your physical touch but then stops reacting completely. When you stop, $his <<= App.Desc.eyesColor($activeSlave)>> track the movements of your hands briefly but then stare blankly ahead of $him, awaiting further use of $his body. -<<elseif ($activeSlave.relationship == -2)>> - $His eyes gradually close and $he slowly leans $his head back, relaxing as $he feels your caress. $He gently gasps as $he feels your warm <<if $PC.title == 1>>manly<<else>>feminine<</if>> hand. When you finally stop gently caressing $him, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you, $he has an eager look on $his face.<<if (hasAnyArms($activeSlave))>> A hand reaches dumbly up to $his face mimicking your last movements.<</if>> <<if ($activeSlave.accent >= 3)>>$He does $his best to communicate love with $his <<= App.Desc.eyesColor($activeSlave)>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>>$He does $his best to communicate love with $his <<= App.Desc.eyesColor($activeSlave)>>.<<elseif !canTalk($activeSlave)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s dreamily.<</if>> $He looks as though $he wants much more than your mere caress. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - As you start to touch $his <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 10>>lovely<<elseif $activeSlave.face >= -10>>pretty<<elseif $activeSlave.face >= -40>>homely<<else>>ugly<</if>> face, $he smiles at you and takes your hand in $hers, following its movements. $He tries hard to stop $himself from losing $himself in your masterful hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. <<if ($activeSlave.accent >= 3)>>$He does $his best to communicate excitement with $his <<= App.Desc.eyesColor($activeSlave)>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>>$He does $his best to communicate excitement with $his <<= App.Desc.eyesColor($activeSlave)>>.<<elseif !canTalk($activeSlave)>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully.<</if>> $He looks at you, $his eyes almost begging you to give $him more than your mere caress. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He stiffens at your touch but slowly relaxes to your fingers on $his face. As you move your fingers along $his lips, $he reacts almost as though $he's receiving oral. $He starts to gently suck your fingers, moaning into your hand and pressing $himself lewdly against your - <<if $PC.boobs >= 1400>> - giant tits. - <<elseif $PC.boobs >= 1200>> - huge breasts. - <<elseif $PC.boobs >= 1000>> - big breasts. - <<elseif $PC.boobs >= 800>> - prominent breasts. - <<elseif $PC.boobs >= 650>> - unremarkable breasts. - <<elseif $PC.boobs >= 500>> - breasts. - <<elseif $PC.boobs >= 300>> - tiny breasts. - <<elseif $PC.title > 0>> - manly chest. - <<else>> - non-existent breasts. - <</if>> - <<if ($activeSlave.teeth == "pointy")>> $He's very careful to avoid spearing your tongue with $his sharp teeth.<</if>> $He achieves a weak orgasm before you stop caressing $him. <<if ($activeSlave.accent >= 3)>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyesColor($activeSlave)>>, since $he does not speak $language well enough to express $himself.<<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>>$He does $his best to communicate undiminished lust with $his <<= App.Desc.eyesColor($activeSlave)>>.<<elseif !canTalk($activeSlave)>>$He signs that $he liked that.<<else>>"That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully.<</if>> $He looks at you as if $he wants more than your hands touching $him. -<<elseif ($activeSlave.devotion > 50)>> - $He accepts your touch with devotion, leaning $his head back at your gentle caress along $his face. $He leans $his body forward, pressing $himself against you, and you feel the intense heat from $his body against your - <<if $PC.boobs >= 1400>> - expansive <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> chest. - <<elseif $PC.boobs >= 1200>> - huge <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. - <<elseif $PC.boobs >= 1000>> - big <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. - <<elseif $PC.boobs >= 800>> - soft breasts. - <<elseif $PC.boobs >= 500>> - breasts. - <<elseif $PC.boobs >= 300>> - small chest. - <<elseif $PC.title > 0>> - manly chest. - <<else>> - flat chest. - <</if>> - $He gradually closes $his eyes and when you finally stop, <<if (hasAnyArms($activeSlave))>>$he runs $his hand delightfully across $his face where you last touched $him,<<else>>there is<</if>> a euphoric look on $his $activeSlave.skin face. <<if ($activeSlave.accent >= 3)>>$He does $his best to communicate devotion with $his <<= App.Desc.eyesColor($activeSlave)>>, since $he's not confident in $his ability to express it in $language.<<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>>$He does $his best to communicate devotion with $his <<= App.Desc.eyesColor($activeSlave)>>.<<elseif !canTalk($activeSlave)>>$He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s jubilantly.<</if>> $He looks at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. -<<elseif ($activeSlave.devotion > 20)>> - $He accepts your touch willingly. As you are so close to $him, you sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch across $his face. When you finally move your hand away, $his <<= App.Desc.eyesColor($activeSlave)>> gaze into yours searchingly, looking for answers that are not there. <<if ((!hasAnyArms($activeSlave)) && (!canTalk($activeSlave)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeSlave)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>> - $He shakes at your touch fearfully. As you move your hand along $his unresisting face, $his eagerness to avoid punishment leads $him to stiffen, $his nervousness is made apparent. You continue stroking $his cheek, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When finally move your hand away, $he looks at you for a long moment, $his eyes darting up at you, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. <<if ((!hasAnyArms($activeSlave)) && (!canTalk($activeSlave)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeSlave)>>$He signs hesitantly, asking if that's it.<<else>>$He asks hesitantly, "I-i<<s>> that it, <<Master>>?"<</if>> -<<elseif ($activeSlave.trust < -50)>> - $He is nearly frozen with fear, and does not resist as you start to caress $his face. In fact, $he barely reacts at all. $He stares at you as you move your fingers across $his stiff face, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he stares at you in utter incomprehension. <<if ((!hasAnyArms($activeSlave)) && (!canTalk($activeSlave)))>>$His eyes beg for an answer: is that it?<<elseif !canTalk($activeSlave)>>$He signs spastically, begging fearfully to know if that's it.<<else>>$He asks nervously, "I-i<<s>> that it, <<Master>>?"<</if>> Then $he cringes. -<<else>> - $He reflexively turns away from you, but you catch $his head with one hand and slowly but gently move your other hand along $his face. Spluttering, $he leans backwards, but you tip forward with $him and pin $him against your desk, not stopping your gentle touch on $his head. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and move your hand away, $he stares at you in utter incomprehension. <<if ((!hasAnyArms($activeSlave)) && (!canTalk($activeSlave)))>>$His eyes demand an answer: is that it?<<elseif !canTalk($activeSlave)>>$He signs irritably, asking whether that's it.<<else>>$He splutters, "I<<s>> that it, <<Master>>!?"<</if>> -<</if>> diff --git a/src/player/actions/fEmbrace.tw b/src/player/actions/fEmbrace.tw deleted file mode 100644 index 063e040e2fd2437fe7dde1517f5b30d73bcca9fd..0000000000000000000000000000000000000000 --- a/src/player/actions/fEmbrace.tw +++ /dev/null @@ -1,167 +0,0 @@ -:: FEmbrace [nobr] - -<<setPlayerPronouns>> -<<run Enunciate($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -You tell $activeSlave.slaveName to -<<if (hasAnyLegs($activeSlave))>> - stand in front of you. -<<else>> - have another slave set $him down on your desk. -<</if>> - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> - $He complies automatically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. -<<elseif ($activeSlave.relationship == -2)>> - $He excitedly complies, happy to be near the object of $his longing. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. - <<else>> - upon $his face. $He senses the intense look from the _womanP $he loves and finds it overwhelming, and after a moment glances away. - <</if>> - $He blushes furiously. -<<elseif ($activeSlave.relationship == -3)>> - <<if $activeSlave.fetish == "mindbroken">> - $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his blank <<= App.Desc.eyesColor($activeSlave)>>. $He shows no reaction. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - $He lovingly complies, hurrying to come close to the _womanP who married $him. Once $he's close, you take your willing $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - $He complies. Once $he's close, you take your reluctant $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>. - <<elseif $activeSlave.devotion < -20>> - $He complies out of fear. Once $he's close, you take your unwilling $wife's head in your hands and gaze deeply into $his teary <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and <<if canSee($activeSlave)>> breaks eye contact<<else>> turns $his face away<</if>>. - <<else>> - $He complies obediently. Once $he's close, you take your willing $wife's head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile<<if canSee($activeSlave)>>, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>><</if>>. - <</if>> -<<elseif ($activeSlave.devotion > 75)>> - $He elatedly complies, joyful at being near to you. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. $He blushes furiously. -<<elseif ($activeSlave.devotion > 50)>> - $He dotingly complies, being near you filling $him with delight. Once $he's close, you take $his completely relaxed head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. -<<elseif ($activeSlave.devotion > 20)>> - $He joyfully complies, happy to be near you. Once $he's close, you take $his willing head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust >= -20)>> - $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you take $his head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, $his lower lip trembling with nervousness. -<<elseif ($activeSlave.trust < -20)>> - The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you take $his trembling head in your hands and gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>> for a moment. $He looks down fearfully, and begins to shake with terror, tears streaking down $his cheeks. -<<else>> - $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you take a moment to gaze deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. -<</if>> - -You walk around $him and put your hands around $his abdomen,<<if (hasAnyLegs($activeSlave))>> to gently pull $him close towards you<<else>> moving close towards $him on your desk<</if>> and then wrap your arms around $his shoulders.<<if (hasAnyLegs($activeSlave))>> When you press your hips against $hers,<<else>> You use your arms to prop $him up against you,<</if>> <<if ($activeSlave.trust > 20)>>letting $him lean while taking the weight of $him against you<<else>>$he tries to lean away from you, pushing against your arms<</if>>. You lovingly squeeze $him in your long, cradling embrace. - -<<if ($activeSlave.boobs < 2600)>> - <<if ($activeSlave.nipples == "huge")>> - You feel $his large, erect nipples against your - <<elseif ($activeSlave.nipples == "puffy")>> - You feel $his erect, puffy nipples against your - <<elseif $activeSlave.nipples == "partially inverted">> - You feel $his partially inverted nipples against your - <<elseif $activeSlave.nipples == "inverted">> - You feel $his inverted nipples against your - <<elseif $activeSlave.nipples == "inverted">> - You feel the slits of $his nipples against your - <<else>> - You feel $his erect nipples against your - <</if>> - hands as you move your arms down around $his breasts. <<if ($activeSlave.devotion > 20)>>You take your time to stay in this position, feeling $his heart beat against you. $He starts to breathe faster before you keep one arm wrapped around $him as you move to $his front<<else>>As you move to $his front, with one arm still around $him, $he again tries to break away but you keep $him held tightly and you whisper the alternatives to $him, reminding $him<</if>>. You wrap your arms around $his back as you press $his breasts against your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. -<<else>> - $His massive tits are too large for you to wrap your arms around so you start to wrap your arms around $his waist. You feel $his heart beat against your chest, $he starts to breathe faster as you press $his back against your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. -<</if>> - -<<if ($activeSlave.fetish == "mindbroken")>> - $His posture doesn't change. $He initially only reacts slightly to your physical touch but eventually $he relaxes in the warmth of your embrace against $him. You know that this may only be a physiological reaction, nothing more. For a brief moment you think you detect a spark of life in $his dull eyes but just as quickly, it is gone. When you stop, $his <<= App.Desc.eyesColor($activeSlave)>> track the movements of your hands briefly but then $he stares blankly ahead of $him, not understanding what is happening. -<<elseif ($activeSlave.relationship == -2)>> - In the warmth of your embrace, $he turns towards you, $his passionate <<= App.Desc.eyesColor($activeSlave)>> staring intently at your face. $He leans closer to you and kisses you as you hold $him. $His heart beats faster and then gradually slows as $he grows accustomed to your body against $hers. Eventually, $he relaxes totally and $his eyes gradually close, melting in your arms. When you finally stop and relax your embrace, $his eyes remain closed and $his mouth still in a rapturous shape for a moment before $he slowly opens $his eyes and smiles at you with a blissful look on $his face. <<if (hasAnyArms($activeSlave))>> $His hand reaches to your arms and $he strokes them longingly.<</if>> - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He slowly opens them and does $his best to communicate love with $his <<= App.Desc.eyesColor($activeSlave)>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<else>> - "I love you, <<Master>>," $he <<say>>s dreamily. - <</if>> - $He looks at you, almost begging you with $his eyes that $he wants much more than a mere embrace. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - In your soft, warm embrace, $he tries hard to stop $himself from losing $himself in your arms. - <<if (hasAnyArms($activeSlave))>> - $He starts to embrace you <<if (hasBothArms($activeSlave))>>in $his arms<<else>>with $his arm<</if>> as well. When you gently squeeze $him in your arms, $he breathes more heavily and starts to lovingly squeeze you as well, $his tendency towards sexual dominance encouraging $him to compete with you in embraces against each other. - <<else>> - When you gently squeeze $him in your arms, $he breathes more heavily before relaxing against you. - <</if>> - When you finally stop and relax your embrace, $his eyes are closed and $he's smiling blissfully. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He slowly opens them and does $his best to communicate excitement with $his <<= App.Desc.eyesColor($activeSlave)>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he liked that. - <<else>> - "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. - <</if>> - $He eagerly looks at you, $his eyes almost seem to say that $he wants you to give $his <<Master>> more than a mere hug. -<<elseif ($activeSlave.devotion > 50)>> - $He sighs devotedly in your arms and slowly relaxes. $He turns towards you, $his doting <<= App.Desc.eyesColor($activeSlave)>> staring intently at your face. You feel $his heart beating faster against your chest as you softly squeeze your arms tighter.<<if hasAnyArms($activeSlave)>> $His hand<<if hasBothArms($activeSlave)>>s<</if>> reach to your arms and $he strokes them longingly as you squeeze.<</if>> $He gradually closes $his eyes as $he leans $his body against yours, melting in your warm embrace, and you feel the intense heat from $his body against your - <<if $PC.boobs >= 1400>> - expansive <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> chest. - <<elseif $PC.boobs >= 1200>> - huge <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. - <<elseif $PC.boobs >= 1000>> - big <<if $PC.boobsImplant/$PC.boobs >= .60>>firm<<else>>soft<</if>> breasts. - <<elseif $PC.boobs >= 800>> - soft breasts. - <<elseif $PC.boobs >= 500>> - breasts. - <<elseif $PC.boobs >= 300>> - small chest. - <<elseif $PC.title > 0>> - manly chest. - <<else>> - flat chest. - <</if>> - When you finally stop, <<if (hasAnyArms($activeSlave))>>$he reaches to your face with $his hand and gently strokes your cheek<<else>>$he turns to you<</if>>, a euphoric look on $his $activeSlave.skin face. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He does $his best to communicate devotion with $his <<= App.Desc.eyesColor($activeSlave)>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<elseif ($activeSlave.accent >= 3)>> - $He does $his best to communicate devotion with $his <<= App.Desc.eyesColor($activeSlave)>>, since $he's not confident in $his ability to express it in $language. - <<else>> - "I love you, <<Master>>," $he <<say>>s elatedly. - <</if>> - $He looks at you longingly, almost as if $he's bursting to say that $he wants more than a mere embrace. -<<elseif ($activeSlave.devotion > 20)>> - $He willingly gives $himself up to your embracing arms. As you are so close to $him, you sense considerable uneasiness in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your soft embrace against $his body. $He gradually closes $his eyes in the feeling of your gentle arms. When you finally stop and relax your embrace, $his <<= App.Desc.eyesColor($activeSlave)>> open to gaze puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this non-sexual physical contact. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $His eyes beg for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs hesitantly, asking if that's it. - <<else>> - $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" - <</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>> - $He shakes at your touch fearfully. As you softly press $his trembling body against you, $his eagerness to avoid punishment leads $him to stiffen in your arms. While $he continues to shudder, you continue embracing $him, enjoying $his fear, and the physical intimacy slowly does its work. $He starts to relax, $his resistance easing and $his eyes start to close. When you relax your arms for a moment, $he opens $his eyes to look at you for a long moment, $his eyes darting up to your face, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $His eyes beg for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs hesitantly, asking if that's it. - <<else>> - $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" - <</if>> -<<elseif ($activeSlave.trust < -50)>> - $He is nearly frozen with fear, and does not resist as you start to squeeze your arms around $him. In fact, $he barely reacts at all. $He stares at your arms as they continue squeezing, but it's like touching a statue. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. When you bore of embracing the still <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>> and release $him, $he stares at you in utter incomprehension. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $His eyes beg for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs spastically, begging fearfully to know if that's it. - <<else>> - $He asks nervously, "I-i<<s>> that it, <<Master>>?" - <</if>> - Then $he cringes, unsure of what you are going to do next. -<<else>> - $He reflexively tries to break free from your arms, but you keep $him wrapped in them. Shuddering, $he desperately leans away from you, but you tip forward with $him and pin $him against your desk, continuing your hold on $him. $He tries to wriggle out of your grasp desperately, but $his struggles slowly subside as $he realizes that you're not taking this any farther. When you bore of it and release $him, $he stares at you in utter incomprehension. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $His eyes demand an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs irritably, asking whether that's it. - <<else>> - $He splutters, "I<<s>> that it, <<Master>>!?" - <</if>> - $He shakes uncontrollably, apprehensive at what you are going to do next. -<</if>> diff --git a/src/player/actions/fondleBoobs.tw b/src/player/actions/fondleBoobs.tw deleted file mode 100644 index f8a720b483562a8ac1582b37aa4063f7e02bd2db..0000000000000000000000000000000000000000 --- a/src/player/actions/fondleBoobs.tw +++ /dev/null @@ -1,436 +0,0 @@ -:: FondleBoobs [nobr] - -You call $him over so you can fondle $his -<<if ($activeSlave.boobs >= 20000)>> - colossal tits. -<<elseif ($activeSlave.boobs >= 10000)>> - massive tits. -<<elseif ($activeSlave.boobs >= 5000)>> - monster tits. -<<elseif ($activeSlave.boobs >= 1000)>> - huge tits. -<<elseif ($activeSlave.boobsImplant > 250)>> - fake tits. -<<elseif ($activeSlave.boobs >= 650)>> - big tits. -<<elseif ($activeSlave.boobs >= 300)>> - small tits. -<<else>> - flat tits. -<</if>> - -<<if ($activeSlave.nipples == "huge")>> - $His nipples are so large they give $his breasts an unavoidably lewd appeal as they jut outward. -<<elseif ($activeSlave.nipples == "puffy")>> - $His puffy nipples beg to be sucked. -<<elseif ($activeSlave.nipples == "partially inverted") && ($activeSlave.nipplesPiercing == 0)>> - $His partially inverted nipples should protrude at the slightest stimulation. -<<elseif ($activeSlave.nipples == "inverted") && ($activeSlave.nipplesPiercing == 0)>> - $His inverted nipples form lewd little creases across $his areolae. -<<elseif $activeSlave.nipples == "fuckable">> - <<if $activeSlave.lactation>> - $His nipplecunts are leaking milk and begging to be penetrated. - <<else>> - $His nipplecunts form lewd little slits across $his areolae. - <</if>> -<<else>> - $His erect nipples point enticingly outwards. -<</if>> - -<<if ($activeSlave.boobsTat == "tribal patterns")>> - The tattoos on $his breasts certainly draw attention to $his nipples. -<</if>> - -<<if ($activeSlave.nipplesPiercing > 1) && !hasAnyLegs($activeSlave)>> - You play with the chain between $his nipples. -<<elseif ($activeSlave.nipplesPiercing > 1)>> - You pull $him over by the chain between $his nipples. -<<elseif ($activeSlave.nipplesPiercing == 1)>> - $His nipple piercings glint enticingly. -<</if>> - -<<if isAmputee($activeSlave)>> - $His limbless <<if $seeRace == 1>>$activeSlave.race <</if>>torso is a sight to behold. You place your hands on $his breasts and you gently massage - <<if ($activeSlave.boobs >= 20000)>> - $his colossal tits, doing your best to not miss <<if $showInches == 2>>an inch<<else>>a centimeter<</if>> of their immense size, - <<elseif ($activeSlave.boobs >= 10000)>> - $his massive tits, your hands sinking deep into their soft flesh, - <<elseif ($activeSlave.boobs >= 5000)>> - $his monster tits, bouncing their weighty mass in your hands, - <<elseif ($activeSlave.boobs > 1000)>> - $his huge tits, bouncing them up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - rubbing $his $activeSlave.nipples nipples with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - $his large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - $his cute breasts, cupping them and gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - $his flat breasts, gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. - <<if $activeSlave.nipples != "fuckable">> - Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. - <<else>> - Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. - <</if>> - $He starts to pant heavily while $he lies helpless at your playing with $his breasts and $he cannot do anything against the relentless fondling. $He wriggles and squirms at the continued stimulation, getting aroused at the expert way you move around $his tits and nipples. -<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He comes over excitedly at the thought of $his breasts getting touched. $He stands in between you and your desk, already presenting $his breasts for you. You place your hands on $his breasts and you gently massage - <<if ($activeSlave.boobs >= 20000)>> - $his colossal tits, before sinking your body into their immense softness, - <<elseif ($activeSlave.boobs >= 10000)>> - $his massive tits, before sinking your arms into their soft mass, - <<elseif ($activeSlave.boobs >= 5000)>> - $his monster tits, bouncing their weighty mass in your hands, - <<elseif ($activeSlave.boobs > 1000)>> - $his huge tits, bouncing them up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - rubbing $his $activeSlave.nipples nipples with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - $his large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - $his cute breasts, cupping them and gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - $his flat breasts gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, - <<else>> - playing with $his hard, erect nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. - <<if $activeSlave.nipples != "fuckable">> - Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, rolling $his $activeSlave.nipples nipples between your fingers and thumbs while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you give them a hard pull, sending $him gasping over the edge of ecstasy. - <<else>> - Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. $He moans at your playing with $his breasts, $He rubs $himself while you do, getting intensely aroused at the expert way you move around $his tits and nipples. You continue, adding more fingers into $his $activeSlave.nipples nipples while $he gets increasingly frenzied at the continued stimulation. When it seems like $he's close, you cram your whole fist in, sending $him gasping over the edge of ecstasy. - <</if>> -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He eagerly comes over to you, puffing $his chest out at you. When you place your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, - <<elseif ($activeSlave.boobs >= 1000)>> - huge tits, - <<elseif ($activeSlave.boobsImplant > 250)>> - fake tits, - <<elseif ($activeSlave.boobs >= 650)>> - big tits, - <<elseif ($activeSlave.boobs >= 300)>> - cute breasts, - <<else>> - flat breasts, - <</if>> - <<if (hasAnyArms($activeSlave))>> - $he places $his hand<<if (hasBothArms($activeSlave))>>s<</if>> on your <<if $PC.boobs >= 300>>bosom<<elseif $PC.title == 0>>flat chest<<else>>manly chest<</if>> in turn, $his tendency towards sexual dominance encouraging $him to compete with you in fondling each other. - <</if>> - You both alternate between taking your mouth to $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples and $hers to yours, gently nuzzling and nibbling while simultaneously fondling each other all the while. Both of you continue to passionately lick, nibble, stroke and fondle one other until tiredly, $he slows down. When you eventually stop, $he looks up at you happily. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate excitement with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $He does $his best to communicate excitement with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he liked that. - <<else>> - "That wa<<s>> fun, <<Master>>," $he <<say>>s cheerfully. - <</if>> - <<if canSee($activeSlave)>> - $He looks at you with $his <<= App.Desc.eyesColor($activeSlave)>>, smiling. - <<else>> - $He smiles at you. - <</if>> -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He eagerly comes over to you, to stand between you and your desk. You lean over while $he submissively lies down upon it, face-up, with $his breasts pointed to the air. You place your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, before sinking your body into their immense softness, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, before sinking your arms into their soft mass, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, bouncing their weighty mass in your hands, - <<elseif ($activeSlave.boobs > 1000)>> - huge tits, bouncing them up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - rubbing $his $activeSlave.nipples nipples with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, cupping them and gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - flat breasts, gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, - <<else>> - playing with $his hard, erect nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and pulling them gently towards you. Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. - <<if $activeSlave.nipples != "fuckable">> - Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. - <<else>> - Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. - <</if>> - $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his $activeSlave.skin face. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. - <<elseif (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<else>> - "Plea<<s>>e don't <<s>>top, <<Master>>," $he <<say>>s quietly. - <</if>> - $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you longingly, eager for more. -<<elseif ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He hurriedly comes over to you, to stand between you and your desk. You lean over while $he lies down upon it, face-up, with $his breasts pointed to the air. $He gasps as you slap your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, before sinking your body into their immense softness before pulling back and struggling to grasp both nipples at once, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, using your entire arms to roughly jiggle them before pulling back to maul $his nipples, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, bouncing their weighty mass roughly with all your might before sliding your hands to $his nipples, - <<elseif ($activeSlave.boobs > 1000)>> - huge tits, bouncing them roughly up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - shoving your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - flicking $his nipples hard with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, cupping them and roughly - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - flat breasts, roughly - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, - <<else>> - playing with $his hard, erect nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and firmly pulling them in all directions. - <<if $activeSlave.nipples != "fuckable">> - Moving your head close to $his breasts, you put your lips on a nipple and close your lips firmly around it to pull strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you push $his nipples with your thumbs, flicking them hard in different directions. - <<else>> - Moving your head close to $his breasts, you put your lips over a nipple and close your lips firmly over the slit to suck strongly on it. Then you alternate, bite hard with your teeth on the other. You firmly push the tips of your fingers down into the depths of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples to tweak what was once their tip. - <</if>> - $He moans passionately at the continued punishment of $his breasts and nipples. Your rough play leaves red marks on $his breasts and nipples and $he becomes even more aroused. When you finally stop $he rubs the marks on $his breasts with $his hands, an ecstatic look on $his $activeSlave.skin face. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate pleasure with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. - <<elseif (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He does $his best to communicate $his pleasure with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves it. - <<else>> - "Plea<<s>>e puni<<sh>> me more, <<Master>>," $he <<say>>s quietly. - <</if>> - $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you longingly, hungry for more. -<<elseif ($activeSlave.devotion > 50)>> - $He devotedly comes over to you, to stand between you and your desk. $His doting <<= App.Desc.eyesColor($activeSlave)>> looking in yours. You place your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, before sinking your body into their immense softness, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, before sinking into your arms around their soft mass, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, bouncing their weighty mass in your hands, - <<elseif ($activeSlave.boobs > 1000)>> - huge tits, bouncing them up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - rubbing $his $activeSlave.nipples nipples with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, cupping them and gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - flat breasts, gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, - <<else>> - playing with $his hard, erect nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and pulling them gently towards you. - <<if $activeSlave.nipples != "fuckable">> - Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. - <<else>> - Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. - <</if>> - $He moans passionately at the continued stimulation of $his breasts and nipples. When you finally stop, $he reaches up to your face with $his hand and lovingly strokes it, a blissful look on $his $activeSlave.skin face. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>, since $he's not confident in $his ability to express it in $language. - <<elseif (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you.<<else>>"I love you, <<Master>>," $he <<say>>s euphorically. - <</if>> - $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you longingly, eager for more. -<<elseif ($activeSlave.devotion > 20)>> - $He willingly gives $himself up to you. You place your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, before sinking your body into their immense softness, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, before sinking into your arms around their soft mass, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, bouncing their weighty mass in your hands, - <<elseif ($activeSlave.boobs > 1000)>> - huge tits, bouncing them up and down in your hands, while simultaneously - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - rubbing $his $activeSlave.nipples nipples with your fingers and thumbs, - <</if>> - <<elseif ($activeSlave.boobs > 650)>> - large tits, jiggling them enticingly with your hands, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, cupping them and gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his $activeSlave.nipples nipples, - <<else>> - playing with $his nipples between your fingers and thumbs, - <</if>> - <<else>> - flat breasts, gently - <<if $activeSlave.nipples == "fuckable">> - slipping your fingers in and out of $his engorged $activeSlave.nipples nipples, - <<else>> - playing with $his hard, erect nipples between your fingers and thumbs, - <</if>> - <</if>> - teasing them and pulling them towards you. - <<if $activeSlave.nipples != "fuckable">> - Moving your head close to $his breasts, you nuzzle on a nipple with your lips and even lick it delicately with your tongue. Then you alternate, gently nibbling with your teeth on the other nipple. You squeeze the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. - <<else>> - Moving your head close to $his breasts, you nuzzle on a nipple slit with your lips and even lick it delicately with your tongue. Then you alternate, gently probing the depths of the other nipple. You dig deep into both $his breasts, teasing what was once the tips of $his<<if ($activeSlave.lactation > 0)>> milky<</if>> nipples with your fingers before vigorously fingering $his tits. - <</if>> - You sense considerable uneasiness in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your hands on $his breasts. $He gradually loses $himself in the feeling of your gentle hands. When you finally stop, $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>> gaze<<else>>face gazes<</if>> puzzlingly at you. Even though $he has accepted life as a sex slave, $he looks as though $he is unsure of what to make of this. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs hesitantly, asking if that's it. - <<else>> - $He asks hesitantly, "I-i<<s>> that it, <<Master>>?" - <</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>> - $He shakes at your touch fearfully. As you softly place your hands on $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits, - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits, - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits, - <<elseif ($activeSlave.boobs >= 1000)>> - huge tits, - <<elseif ($activeSlave.boobs > 650)>> - large tits, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, - <<else>> - flat breasts, - <</if>> - $his eagerness to avoid punishment leads $him to stiffen as you start to massage them. $He finally starts to relax as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, - <<if $activeSlave.nipples != "fuckable">> - playing with $his<<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples<<if ($activeSlave.lactation > 0)>> milk streams out of them and<</if>> $he lets out a gasp. - <<else>> - playing with $his<<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they become sodden with fluid around your fingers. You plunge the depths of $his nipple cunts and vigorously work the unusual orifice. When you finally withdraw from $his nipples<<if ($activeSlave.lactation > 0)>>, a stream of pent-up milk flows out after you and<<else>>,<</if>> $he lets out a gasp. - <</if>> - $His body softens as <<if canSee($activeSlave)>>$his <<= App.Desc.eyesColor($activeSlave)>> dart up to your face, before visibly catching $himself with a reminder<<else>>$he remembers<</if>> that $he's a slave and you're $his owner. When you finally stop, $he shivers but says nothing, uneasy at what you are going to do next. -<<elseif ($activeSlave.trust < -50)>> - $He is nearly frozen with fear, and does not resist as you start to massage $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits. - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits. - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits. - <<elseif ($activeSlave.boobs >= 1000)>> - huge tits. - <<elseif ($activeSlave.boobs > 650)>> - large tits. - <<elseif ($activeSlave.boobs > 300)>> - cute breasts. - <<else>> - flat breasts. - <</if>> - In fact, $he barely reacts at all. $He <<if canSee($activeSlave)>>stares<<else>>glowers<</if>> at you, but $he remains motionless. $He is so filled with terror that $he remains stiff even as it becomes clear to $him you're not going to hurt $him. $He trembles as you continue to massage $his breasts with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands, playing with $his - <<if $activeSlave.nipples != "fuckable">> - <<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if ($activeSlave.lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. - <<else>> - <<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if ($activeSlave.lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. - <</if>> - When you finally stop, $he shakes uncontrollably but says nothing, apprehensive at what you are going to do next. -<<else>> - $He tries to refuse you, so you push $him down on top of your desk and squeeze $his $activeSlave.skin breasts in your <<if $PC.title == 1>>manly<<else>>feminine<</if>> hands. $He tries to push you off $his - <<if ($activeSlave.boobs >= 20000)>> - colossal tits. - <<elseif ($activeSlave.boobs >= 10000)>> - massive tits. - <<elseif ($activeSlave.boobs >= 5000)>> - monster tits. - <<elseif ($activeSlave.boobs >= 1000)>> - huge tits, - <<elseif ($activeSlave.boobs > 650)>> - large tits, - <<elseif ($activeSlave.boobs > 300)>> - cute breasts, - <<else>> - flat breasts, - <</if>> - but you continue to massage them, playing with $his - <<if $activeSlave.nipples != "fuckable">> - <<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they become hard in between your fingers and thumbs. You squeeze the tips of $his nipples with your thumbs and fingers and tweak them in your fingertips, then you dab $his nipples with your thumbs, flicking them in different directions. When you firmly pull $his nipples,<<if ($activeSlave.lactation > 0)>> milk streams out of them and<</if>> $he gasps audibly, unable to contain $himself at your relentless assault upon $his areola. When you put your mouth on $his breasts to nibble on $his nipples, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. - <<else>> - <<if ($activeSlave.lactation > 0)>> milky<</if>> $activeSlave.nipples nipples so that they tighten around your fingers. You push deeper in, rubbing their sides gently before forcing the entirety of your hands into $his breasts. When you cease fisting $his nipples and pull out<<if ($activeSlave.lactation > 0)>> alongside a stream of backed up milk<</if>>, $he gasps audibly, unable to contain $himself at your relentless assault upon $his boobs. When you put your mouth on $his breasts to lick $his slit, $he bites $his lip, desperately trying to hide $his arousal at $his stimulated nipples. - <</if>> - When you finally stop, $he shakes uncontrollably, apprehensive at what you are going to do next. -<</if>> - -<<if $activeSlave.lactation > 0>> - <<set $activeSlave.lactationDuration = 2>> - <<set $activeSlave.boobs -= $activeSlave.boobsMilk, $activeSlave.boobsMilk = 0>> -<<else>> - <<= induceLactation($activeSlave)>> -<</if>> diff --git a/src/player/actions/fondleButt.tw b/src/player/actions/fondleButt.tw deleted file mode 100644 index 0635ba9cc7459c2610338090fbd27704bc4f75ec..0000000000000000000000000000000000000000 --- a/src/player/actions/fondleButt.tw +++ /dev/null @@ -1,537 +0,0 @@ -:: FondleButt [nobr] - -You call $him over so you can fondle $his -<<if $activeSlave.butt < 2>> - flat, tight ass -<<elseif $activeSlave.butt <= 2>> - cute bottom -<<elseif $activeSlave.butt <= 3>> - round, firm rump -<<elseif $activeSlave.butt <= 4>> - curvy, enticing butt -<<elseif $activeSlave.butt <= 5>> - huge rear end -<<elseif $activeSlave.butt <= 6>> - massive, alluring rump -<<elseif $activeSlave.butt <= 7>> - enormous, hypnotic ass -<<elseif $activeSlave.butt <= 10>> - gigantic, jiggly rear -<<elseif $activeSlave.butt <= 14>> - inhuman, cushiony butt cheeks -<<elseif $activeSlave.butt <= 20>> - couch-like, super jiggly ass cheeks -<</if>> -as well as $his -<<if ($activeSlave.anus > 3)>> - gaping anus. -<<elseif ($activeSlave.anus == 3)>> - loose anus. -<<elseif ($activeSlave.anus == 2)>> - well-used asshole. -<<elseif ($activeSlave.anus == 1)>> - tight butthole. -<<elseif ($activeSlave.anus == 0)>> - virgin butthole. -<</if>> - -<<if ($activeSlave.fetish == "buttslut") && ($activeSlave.devotion >= -20)>> - $He's pleased at the prospect of you touching $his favorite body part. -<</if>> - -<<if ($activeSlave.fetish == "masochist") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.anus == 0) && ($activeSlave.devotion >= -20)>> - <<if canWalk($activeSlave)>> - $He approaches you eagerly and waves $his butt, then presents $his virgin anus in front of you, spreading $his butt cheeks towards you with $his hands before turning to face you. - <</if>> - You reach around and firmly grab $his buttocks with both hands. $He gasps as you smack both of $his cheeks, you feel the shape of $his<<if $seeRace == 1>>$activeSlave.race <</if>> ass with your fingers and squeeze hard. $He moans with arousal as you spank $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks. $He looks longingly into your eyes as you continue to move around $his posterior, pinching with your fingers and slapping with your palms before reaching to touch your fingertips against $his sphincter. $He moans and quivers slightly when you rub your fingers around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks firmly — first one, then the other and then finally both. $He can't resist gyrating $his hips in arousal while in your grasp. - <<if canWalk($activeSlave)>> - You strongly pull $his body closer towards you by $his buttocks, turn $him around, and push $him down to bend $him over your desk. - <<else>> - You move closer towards $him, turn $him around and firmly hold $him down on desk, face-down so that $his butt is facing you up into the air. - <</if>> - $He pretends to be unwilling but cannot disguise $his obvious joy. You see that $his rear has reddened in your rough play and you continue to squeeze $his cheeks hard and spank them with your firm hands. $He moans harder at you squeezing along the contours of $his posterior with both your hands and at $his virgin butthole as you push against it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks a few hard smacks for good measure. $His face is in ecstasy as $he stands and turns to face you, gently rubbing the red spots on $his buttocks and looking at you hungrily as if $he wants more. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.anus == 0)>> - <<if canWalk($activeSlave)>> - $He accepts your orders happily and waves $his virgin anus to you, spreading $his butt cheeks in front of you with $his hands before turning to face you. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He looks passionately into your eyes as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He sighs as you rub your fingertips around $his virgin anus. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't resist gyrating $his hips enticingly while in your grasp. - <<if canWalk($activeSlave)>> - You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. - <<else>> - You move closer towards $him, turn $him around and push $him down on desk, face-down so that $his butt is facing you up into the air. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals with delight after you give $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks a gentle smack. $He turns to face you, kissing you, but looking at you longingly as if $he wants more. - <<if (!hasAnyArms($activeSlave)) && !canTalk($activeSlave)>> - $He does $his best to communicate love with $his <<= App.Desc.eyesColor($activeSlave)>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> "I love you, - <<Master>>," $he lisps happily. - <<else>> "I love you, - <<Master>>," $he says happily. - <</if>> -<<elseif ($activeSlave.devotion > 20) && ($activeSlave.anus == 0)>> - <<if canWalk($activeSlave)>> - $He accepts your orders without comment and presents $his virgin anus to you before turning to face you. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks with both hands before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You watch $his face as you continue to move around $his posterior and $he clearly enjoys the contact on $his bare skin. You gently reach to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but gyrate $his hips enticingly while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically. Though $he has accepted life as a sex slave, $he cannot help but feel a conflicted mixture of enjoyment and mild embarrassment. -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.anus == 0)>> - $He obeys your harmless order but $he can't help but feel slight trepidation and trembles slightly at the thought of you groping $his butt. <<if (hasAnyLegs($activeSlave))>>$He stands in front of you as you <<else>>You <</if>>reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He gasps as you rub fingers around $his virgin anus. You study $his face as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He starts to wiggle $his ass while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then both and $he can't help but wiggle $his hips while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually you decide to stop and $he squeals in surprise after you give $his <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks a gentle smack. You tell $him to stand as you are finished. $He stands and looks at you quizzically, $his eyes searching in yours for answers that $he cannot find. -<<elseif ($activeSlave.trust < -50) && ($activeSlave.anus == 0)>> - $He is nearly frozen with fear, and does not resist as you kiss $him. In fact, $he barely reacts at all. $He stands in front of you and visibly stiffens as you reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He gasps and shivers as you rub fingers around $his virgin anus. $He remains frozen as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He shudders more while you circle around $his anus, not breaking contact with $him with your fingers. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both. $He is so filled with terror that $he remains stiff while in your grasp, even as it becomes clear to $him you're not going to hurt $him. You pull $his quivering body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his quaking rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He gradually stands and looks in your eyes with utter incomprehension, but $he is frightened about what you will do next. -<<elseif ($activeSlave.anus == 0)>> - While you grope $his butt, $he tries hard to resist. $He <<if hasAnyArms($activeSlave)>>grabs <<if (hasBothArms($activeSlave))>>your wrists and tugs on your arms<<else>>your wrist and tugs on your arm<</if>><<else>>writhes under your fingers<</if>> but stops, helpless, when you tell $him what the alternatives are. You reach around and grab $his <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his virgin anus. $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his unbroken anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee($activeSlave)>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his virgin butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. -<<elseif $activeSlave.fetish == "mindbroken">> - <<if canWalk($activeSlave)>> - You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus, - <<elseif ($activeSlave.anus == 3)>> - loose anus, - <<elseif ($activeSlave.anus == 2)>> - well-used asshole, - <<elseif ($activeSlave.anus == 1)>> - tight butthole, - <<elseif ($activeSlave.anus == 0)>> - virgin butthole, - <</if>> - but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your desk. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, then look at $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole as you trace it with your fingers and thumb. Eventually, you decide to stop but $he remains in position over your desk until you stand $him up yourself. -<<elseif $activeSlave.devotion < -20>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his buttocks and anus. Opposed to the thought of your hands groping $him, $he tries to <<if (hasAnyLegs($activeSlave))>>step<<else>>move<</if>> back, but you catch $him and pull $him closer to you as you reach around and grab $his - <<else>> - $He's opposed to the thought of your hands groping $him, but as an amputee can do nothing about it. You reach around and grab $his - <</if>> - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. - <<if hasAnyArms($activeSlave)>> - $He tries to grab your wrists to keep them away but $he cannot resist for long. - <</if>> - You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus. - <<elseif ($activeSlave.anus == 3)>> - loose anus. - <<elseif ($activeSlave.anus == 2)>> - well-used asshole. - <<elseif ($activeSlave.anus == 1)>> - tight butthole. - <<elseif ($activeSlave.anus == 0)>> - virgin butthole. - <</if>> - $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus, not breaking contact with $him with your fingers. You look at $his face and $he has <<if !canSee($activeSlave)>>reflexively <</if>>shut $his eyes, trying not to think about what's happening to $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. - <<if hasBothLegs($activeSlave)>> - You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk while $he tries to push away. - <<else>> - You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole as you trace it with your fingers and thumb. Eventually, you decide to stop. $He slowly stands and looks in your eyes, as though almost demanding answers. $He looks apprehensive about what you will do next. -<<elseif ($activeSlave.devotion <= 20) && ($activeSlave.vagina < 0)>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his anus. $He complies without comment, standing in front of you. - <<else>> - $He's hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. $His dick cannot stop twitching as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. You rub your fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus. - <<elseif ($activeSlave.anus == 3)>> - loose anus. - <<elseif ($activeSlave.anus == 2)>> - well-used asshole. - <<elseif ($activeSlave.anus == 1)>> - tight butthole. - <<elseif ($activeSlave.anus == 0)>> - virgin butthole. - <</if>> - $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee($activeSlave)>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. - <<if hasBothLegs($activeSlave)>> - You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. - <<else>> - You move closer to $him, turn $him around and push $him down, face-down on your desk while $he wriggles. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole as you trace it with your fingers and thumb. Eventually, you decide to stop and $he looks up at you quizzically, unsure about what you will do next. -<<elseif ($activeSlave.devotion <= 50)>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - anus to you and turning to face you. - <<else>> - $He's mildly hesitant at the thought of your hands groping $him, but as an amputee can do nothing about it. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you doe-eyed, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. - <<if hasBothLegs($activeSlave)>> - You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. - <<else>> - You move closer to $him, turn $him around and push $him down, face-down on your desk while $he tries to wriggle desperately. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeSlave)>>looks up into your eyes<<else>>angles $his head to face you<</if>> longingly, as if $he wants more. -<<else>> - <<if !isAmputee($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus. $He eagerly stands in front of you showing $his buttocks before happily presenting $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - anus to you, spreading $his butt cheeks and turning to face you. - <<else>> - $He devotedly looks at you, awaiting your touch on $his body. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks. You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is looking back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. - <<if (hasAnyLegs($activeSlave))>> - You pull $his body closer towards you by $his buttocks, turn $him around, and push $him down, bending $him over your desk. - <<else>> - You move closer to $him, turn $him around and push $him down, face-down on your desk so that $his butt is up facing towards you. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, then look at $his butthole as you trace it with your fingers and thumb. Eventually, you decide to stop, and $he <<if canSee($activeSlave)>>looks up into your eyes<<else>>angles $his head to face you<</if>> ecstatically<<if (hasAnyLegs($activeSlave))>> as $he stands up<</if>>, eager for more. -<</if>> diff --git a/src/pregmod/fSelf.tw b/src/player/fSelf.tw similarity index 100% rename from src/pregmod/fSelf.tw rename to src/player/fSelf.tw diff --git a/src/pregmod/beastFuck.tw b/src/pregmod/beastFuck.tw index c52d85310c2cd6a6f4ed837e1d8b36b9475c8aaf..f37ee4bec2d68b678cf08685fa89b3cd258e5488 100644 --- a/src/pregmod/beastFuck.tw +++ b/src/pregmod/beastFuck.tw @@ -1,6 +1,5 @@ :: BeastFuck [nobr] -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> /*THIS WILL ALL NEED TO BE COMPLETELY REWORKED*/ diff --git a/src/pregmod/beastFucked.tw b/src/pregmod/beastFucked.tw index 1c9603e791868fade6fd61133c39923155c5630d..18d07cf11af32b178263e4fc4a714172e2bc1404 100644 --- a/src/pregmod/beastFucked.tw +++ b/src/pregmod/beastFucked.tw @@ -1,6 +1,5 @@ :: BeastFucked [nobr] -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<if $animalType == "canine">> diff --git a/src/pregmod/csec.tw b/src/pregmod/csec.tw index fbac3dcc469ff2cd9c9290b222eb5b6796e1d04a..f9222d166ef172138339aadcfce8469e43d11fd9 100644 --- a/src/pregmod/csec.tw +++ b/src/pregmod/csec.tw @@ -2,8 +2,6 @@ <<set $nextButton = "Back", $nextLink = "Slave Interact">> -<<run clearSummaryCache($activeSlave)>> - /*---------------- calculations -----------------*/ /* Now it's will be possible to use passage for broodmothers and partial birthers too.*/ diff --git a/src/pregmod/fFeet.tw b/src/pregmod/fFeet.tw deleted file mode 100644 index a7e76b610d7f3b6d45465518d65f80cd1f0b81c4..0000000000000000000000000000000000000000 --- a/src/pregmod/fFeet.tw +++ /dev/null @@ -1,617 +0,0 @@ -:: FFeet [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -<<set _footSeed = random(1,100)>> - -<<if $activeSlave.weight > 190>> - <<set _thighs = "massive flabby">> -<<elseif $activeSlave.weight > 160>> - <<set _thighs = "thick flabby">> -<<elseif $activeSlave.weight > 130>> - <<set _thighs = "flabby">> -<<elseif $activeSlave.weight > 95>> - <<set _thighs = "fat">> -<<elseif $activeSlave.weight > 30>> - <<if $activeSlave.muscles > 75>> - <<set _thighs = "toned fat">> - <<elseif $activeSlave.muscles < 15>> - <<set _thighs = "fat">> - <<else>> - <<set _thighs = "plush">> - <</if>> -<<elseif $activeSlave.weight > 10>> - <<if $activeSlave.muscles > 70>> - <<set _thighs = "thick muscular">> - <<elseif $activeSlave.muscles > 20>> - <<set _thighs = "soft toned">> - <<else>> - <<set _thighs = "soft">> - <</if>> -<<elseif $activeSlave.weight >= -10>> - <<if $activeSlave.muscles > 70>> - <<set _thighs = "muscular">> - <<elseif $activeSlave.muscles > 20>> - <<set _thighs = "toned">> - <<else>> - <<set _thighs = "average">> - <</if>> -<<elseif $activeSlave.weight >= -30>> - <<if $activeSlave.muscles > 40>> - <<set _thighs = "thin muscular">> - <<elseif $activeSlave.muscles > 20>> - <<set _thighs = "toned model's">> - <<else>> - <<set _thighs = "model's">> - <</if>> -<<else>> - <<if $activeSlave.muscles > 5>> - <<set _thighs = "emaciated toned">> - <<else>> - <<set _thighs = "emaciated">> - <</if>> -<</if>> - -<<if $activeSlave.belly < 1500>> - <<set _belly = _thighs>> -<<else>> - <<set _belly = bellyAdjective($activeSlave)>> -<</if>> - -<<if $activeSlave.height >= 185>> - <<set _legs = "wonderfully long">> -<<elseif $activeSlave.height >= 170>> - <<set _legs = "long">> -<<elseif $activeSlave.height >= 160>> - <<set _legs = "nice">> -<<elseif $activeSlave.height >= 150>> - <<set _legs = "short">> -<<else>> - <<set _legs = "short little">> -<</if>> - -<<if $activeSlave.boobs >= 30000>> - <<set _boobsa = "skip">> - <<set _boobs = "room filling">> -<<elseif $activeSlave.boobs >= 20000>> - <<set _boobsa = "beanbag sized">> -<<elseif $activeSlave.boobs >= 8500>> - <<set _boobsa = "obscenely massive">> -<<elseif $activeSlave.boobs >= 8000>> - <<set _boobsa = "Z-cup">> -<<elseif $activeSlave.boobs >= 7500>> - <<set _boobsa = "Y-cup">> -<<elseif $activeSlave.boobs >= 7000>> - <<set _boobsa = "X-cup">> -<<elseif $activeSlave.boobs >= 6500>> - <<set _boobsa = "V-cup">> -<<elseif $activeSlave.boobs >= 5500>> - <<set _boobsa = "U-cup">> -<<elseif $activeSlave.boobs >= 5100>> - <<set _boobsa = "T-cup">> -<<elseif $activeSlave.boobs >= 4700>> - <<set _boobsa = "S-cup">> -<<elseif $activeSlave.boobs >= 4300>> - <<set _boobsa = "R-cup">> -<<elseif $activeSlave.boobs >= 3950>> - <<set _boobsa = "Q-cup">> -<<elseif $activeSlave.boobs >= 3600>> - <<set _boobsa = "P-cup">> -<<elseif $activeSlave.boobs >= 3250>> - <<set _boobsa = "O-cup">> -<<elseif $activeSlave.boobs >= 2900>> - <<set _boobsa = "N-cup">> -<<elseif $activeSlave.boobs >= 2600>> - <<set _boobsa = "M-cup">> -<<elseif $activeSlave.boobs >= 2300>> - <<set _boobsa = "L-cup">> -<<elseif $activeSlave.boobs >= 2050>> - <<set _boobsa = "K-cup">> -<<elseif $activeSlave.boobs >= 1800>> - <<set _boobsa = "J-cup">> -<<elseif $activeSlave.boobs >= 1600>> - <<set _boobsa = "I-cup">> -<<elseif $activeSlave.boobs >= 1400>> - <<set _boobsa = "H-cup">> -<<elseif $activeSlave.boobs >= 1200>> - <<set _boobsa = "G-cup">> -<<elseif $activeSlave.boobs >= 1000>> - <<set _boobsa = "F-cup">> -<<elseif $activeSlave.boobs >= 800>> - <<set _boobsa = "DD-cup">> -<<elseif $activeSlave.boobs >= 650>> - <<set _boobsa = "D-cup">> -<<elseif $activeSlave.boobs >= 400>> - <<set _boobsa = "C-cup">> -<<elseif $activeSlave.boobs >= 300>> - <<set _boobsa = "B-cup">> -<<else>> - <<set _boobsa = "skip">> - <<set _boobs = "flat">> -<</if>> -<<if _boobsa != "skip">> - <<set _boobs = "_boobsa $activeSlave.boobShape">> -<</if>> - -<<if $activeSlave.balls == 1>> - <<set _balls = "vestigial">> -<<elseif $activeSlave.balls == 2>> - <<set _balls = "small">> -<<elseif $activeSlave.balls == 3>> - <<set _balls = "average">> -<<elseif $activeSlave.balls == 4>> - <<set _balls = "large">> -<<elseif $activeSlave.balls == 5>> - <<set _balls = "massive">> -<<elseif $activeSlave.balls == 6>> - <<set _balls = "huge">> -<<elseif $activeSlave.balls == 7>> - <<set _balls = "giant">> -<<elseif $activeSlave.balls == 8>> - <<set _balls = "enormous">> -<<elseif $activeSlave.balls == 9>> - <<set _balls = "monstrous">> -<<else>> - <<set _balls = "overly massive">> -<</if>> - -<<if $activeSlave.dick == 1>> - <<set _dick = "tiny">> -<<elseif $activeSlave.dick == 2>> - <<set _dick = "little">> -<<elseif $activeSlave.dick == 3>> - <<set _dick = "average">> -<<elseif $activeSlave.dick == 4>> - <<set _dick = "big">> -<<elseif $activeSlave.dick == 5>> - <<set _dick = "huge">> -<<elseif $activeSlave.dick == 6>> - <<set _dick = "gigantic">> -<<elseif $activeSlave.dick == 7>> - <<set _dick = "massive">> -<<elseif $activeSlave.dick == 8>> - <<set _dick = "horse-sized">> -<<elseif $activeSlave.dick == 9>> - <<set _dick = "monstrous">> -<<elseif $activeSlave.dick == 10>> - <<set _dick = "inhuman">> -<<else>> - <<set _dick = "hypertrophied">> -<</if>> - -<<if $activeSlave.butt < 1>> - <<set _butt = "flat">> -<<elseif $activeSlave.butt < 2>> - <<set _butt = "small">> -<<elseif $activeSlave.butt < 3>> - <<set _butt = "plump">> -<<elseif $activeSlave.butt < 4>> - <<set _butt = "big bubble">> -<<elseif $activeSlave.butt < 5>> - <<set _butt = "huge">> -<<elseif $activeSlave.butt < 6>> - <<set _butt = "enormous">> -<<elseif $activeSlave.butt < 7>> - <<set _butt = "gigantic">> -<<elseif $activeSlave.butt < 8>> - <<set _butt = "ridiculous">> -<<elseif $activeSlave.butt < 10>> - <<set _butt = "immense">> -<<else>> - <<set _butt = "inhuman">> -<</if>> - -<<if $activeSlave.hips > 2>> - <<set _hips = "inhumanly wide">> -<<elseif $activeSlave.hips > 1>> - <<set _hips = "very wide">> -<<elseif $activeSlave.hips > 0>> - <<set _hips = "wide">> -<<elseif $activeSlave.hips > -1>> - <<set _hips = "ample">> -<<elseif $activeSlave.hips > -2>> - <<set _hips = "narrow">> -<<else>> - <<set _hips = "very narrow">> -<</if>> - -<<if ($activeSlave.skin == $activeSlave.race) || ($activeSlave.race == "white") || ($activeSlave.race == "black") || ($seeRace == 0)>> - <<set _skin = "$activeSlave.skin">> -<<else>> - <<set _skin = "$activeSlave.skin $activeSlave.race">> -<</if>> - -<<if hasBothLegs($activeSlave)>> - <<set _nounL = "legs">> - <<set _nounF = "feet">> -<<else>> - <<set _nounL = "leg">> - <<set _nounF = "foot">> -<</if>> - - -/*Part 1: Order and reaction*/ -You call $activeSlave.slaveName to your office, telling $him to use $his _nounF to please you. -<<if ($activeSlave.fetish == "mindbroken")>> - $He is brought to you and stands blankly by your desk. -<<elseif ($activeSlave.relationship == -3 && $activeSlave.devotion >= 60 )>> - Your devoted slave $wife is delighted to get another chance to pleasure you. -<<elseif ($activeSlave.relationship == -2 && $activeSlave.devotion >= 60 )>> - $He considers $himself your lover, and is delighted to spend time with you. -<<elseif ($activeSlave.devotion < -50)>> - $He strongly refuses, and you have to restrain $him to get $him to obey. -<<elseif ($activeSlave.devotion < -20)>> - $He tries to refuse, but decides it will just be easier to comply than risk punishment. -<<elseif ($activeSlave.devotion <= 20)>> - $He doesn't seem eager to comply, but fears being punished enough to obey. -<<elseif ($activeSlave.devotion < 60)>> - $He complies quietly. -<<else>> - <<if ($activeSlave.trust < -50)>> - Although $he just barely trusts that you will not harm $him, $he is still unsure about what you are going to do which makes $him pause. - <<else>> - $He rushes to comply. - <</if>> -<</if>> - -/*Extra 1 if tease/perverted and not mindbroken*/ -<<if ($activeSlave.sexualQuirk == "tease" || $activeSlave.sexualQuirk == "perverted") && $activeSlave.devotion > 60 && $activeSlave.fetish != "mindbroken">> - Before you can begin, $he arches <<if hasBothLegs($activeSlave)>>a<<else>>$his<</if>> leg in a seductive tease. -<</if>> -/*Part 2: lube and reaction*/ -<<if !canWalk($activeSlave)>> - <<if tooBigBreasts($activeSlave)>> - Since $he is immobilized by $his _boobs boobs, you have $him lay on $his side on the floor, - <<elseif tooBigBelly($activeSlave)>> - Since $he is immobilized by $his <<if $activeSlave.bellyPreg >= 3000>>hugely gravid<<elseif $activeSlave.bellyImplant >= 3000>>_belly protruding<<else>>heavy <<print $activeSlave.inflationType>>-filled<</if>> belly, you have $he lay on $his side on the floor, - <<elseif tooBigDick($activeSlave)>> - Since $he is immobilized by $his _dick dick, you have $him lay on $his side on the floor, - <<elseif tooBigButt($activeSlave)>> - Since $he is immobilized by $his _dick dick, you have $him sit on your desk to present $his _legs _nounL and _nounF, - <<elseif tooBigBalls($activeSlave)>> - Since $he is immobilized by $his _balls balls, you have $him lay on $his back on the floor with $his _nounL over $his nuts, - <<else>> - You have $him sit on the edge of your desk to present $his _legs _nounL and _nounF, - <</if>> -<<else>> - You have $him sit on the edge of your desk to present $his _legs _nounL and _nounF, -<</if>> -<<if getLegCount($activeSlave, 4) + getLegCount($activeSlave, 6) === 2>> - then pour lubricant onto your hands, applying it to $his elegant artificial _nounF. -<<elseif getLegCount($activeSlave, 5) === 2>> - then pour lubricant onto your hands, applying it to $his deadly artificial _nounF. -<<elseif hasBothLegs($activeSlave) && !hasAnyNaturalLegs($activeSlave)>> - then pour lubricant onto your hands, applying it to $his artificial _nounF. -<<else>> - then pour lubricant onto your hands, massaging it into $his $activeSlave.skin _nounF: rubbing $his arch<<if hasBothLegs($activeSlave)>>es<</if>>, sole<<if hasBothLegs($activeSlave)>>s<</if>>, and toes. -<</if>> -<<if $activeSlave.fetish == "mindbroken">> - $He shows little reaction to your efforts. -<<else>>/*not mindbroken*/ - <<if ($activeSlave.devotion < -50)>> - $He tries to stay hateful despite the pleasurable stimulation. - <<elseif ($activeSlave.devotion < -20)>> - $He is mostly quiet, but occasionally stifles a moan. - <<elseif ($activeSlave.devotion > 20 && $activeSlave.sexualFlaw == "shamefast")>> - $He <<if (hasAnyArms($activeSlave))>>hides $his face in $his hand<<if (hasBothArms($activeSlave))>>s<</if>><<else>>attempts to hide $his face<</if>> in shame at $his nudity, but occasionally a moan breaks out. - <<elseif ($activeSlave.devotion <= 20)>> - $He seems a bit surprised by the attention, occasionally letting out a moan. - <<else>> - <<if ($activeSlave.trust < -50)>> - $He seems uncomfortable at your touch and frequently jerks away, spoiling the moment. - <<else>> - $He enjoys the massage, moaning in pleasure at your touch. - <</if>> - <</if>> -<</if>> /*close lube and reaction*/ - -/*Part 3: Actions, attraction/devotion and fetishes*/ -<<if $activeSlave.fetish == "mindbroken">> - You hold $his _nounF and thrust between them as $he <<if canSee($activeSlave)>>watches you blankly. <<else>>points $his blind gaze at you. <</if>> -<<elseif !(canWalk($activeSlave))>> - <<if ($activeSlave.devotion < -50)>> - When $he refuses to serve, you take<<if hasBothLegs($activeSlave)>> both of<</if>> $his _nounF and start thrusting between them. - <<elseif ($activeSlave.devotion < -20)>> - $He seems a bit reluctant when massaging you with $his _nounF so you have to do most of the work. - <<elseif ($activeSlave.devotion <= 20)>> - $He tries to make it pleasurable for you, but the combination of the awkward angle and $his nervousness makes $him lose $his pacing often. - <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - $He does $his best to please you from $his position on $his side, massaging your cock nicely. - <<else>> - <<if ($activeSlave.trust < -50)>> - $His lack of trust causes $him to ask "<<Master>>, is this pleasurable for you?", spoiling the moment. - <<else>> - $He moves $his _nounF hypnotically, trying $his hardest to make you cum. Being on $his side doesn't affect $his footjob, and you get a nice view of $his _legs _nounL as $he runs $his _nounF across your cock. - <</if>> - <</if>> - <<if !canWalk($activeSlave)>> - <<if $activeSlave.boobs > $activeSlave.belly >> - $His _boobs breasts wobble as $his _nounF service you. - <<else>> - $His _belly belly wobbles as $his _nounF service you. - <</if>> - <</if>> -<<elseif ($activeSlave.devotion < -50)>> - When $he refuses to comply, you take both $his _nounF and start thrusting between them. -<<elseif ($activeSlave.devotion < -20)>> - $He seems a bit reluctant when massaging you with $his _nounF so you have to do most of the work. -<<elseif ($activeSlave.devotion <= 20)>> - $He tries to make it pleasurable for you, trying to find the right angle and speed, but $he seems a bit tense and ruins $his pacing. -<<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - $He does $his best to please you, massaging you nicely with $his _nounF. -<<elseif ($activeSlave.attrXY < 16)>> - $He tries to make it pleasurable for you, but $his great distaste for men is obvious on $his expression. -<<else>> - <<if $activeSlave.sexualQuirk == "perverted">> - As a devoted pervert, $activeSlave.slaveName gives an enthusiastic footjob, with $his - <<if $activeSlave.dick > 0>> - <<if canAchieveErection($activeSlave)>> - <<if ($activeSlave.chastityPenis == 1)>> - erect caged _dick cock, - <<else>> - erect _dick cock, - <</if>> - <<else>> - soft and dripping _dick <<if ($activeSlave.chastityPenis == 1)>>caged <</if>>dick, - <</if>> - <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>> - <<if $activeSlave.vagina >= 0>> - and pulsing _balls balls <<if $activeSlave.vaginaLube > 0 && $activeSlave.vagina >= 0>>that are wet from $his feminine arousal <</if>> - <</if>> - <<elseif $activeSlave.vagina >= 0>> - and <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina - <</if>> - <<elseif $activeSlave.vagina >= 0>> - <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina - <<else>> - perverted smile - <</if>> - showing $his sexual excitement to service your cock with $his _nounF. - <<elseif $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - As a devoted cumslut, $activeSlave.slaveName eagerly strokes your cock with $his _nounF, delightedly smearing your precum on $his sole<<if hasBothLegs($activeSlave)>>s<</if>>. $He - <<if canSee($activeSlave)>> - <<if $PC.balls >= 10>> - stares at your massive balls with a ravenous gaze, - <<elseif $PC.balls >= 5>> - stares at your large balls with a hungry gaze, - <<elseif $PC.scrotum > 0>> - stares at your balls with a steady gaze, - <<else>> - practically stares through you to your internal balls, - <</if>> - <<else>> - gingerly feels the - <<if $PC.balls >= 10>> - weight of your massive balls - <<elseif $PC.balls >= 5>> - weight of your large balls - <<elseif $PC.scrotum > 0>> - weight of your balls - <<else>> - tender skin at your base - <</if>> - with $his _nounF, - <</if>> - shivering in anticipation. - <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName slowly strokes your cock with $his _nounF, getting off on the degrading use of $his _nounF and avoiding your gaze. $He is showing an embarrassed smile<<if (skinToneLevel($activeSlave.skin) > 22)>>, and if $his skin was any lighter you would see $his<<else>> and<</if>> bright blushing cheeks. - <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60 && hasAnyArms($activeSlave)>> - As $activeSlave.slaveName deftly strokes your cock with $his _nounF, $his hand<<if hasBothArms($activeSlave)>>s<</if>> play<<if !hasBothArms($activeSlave)>>s<</if>> with $his <<if $activeSlave.boobs < 300>>erect nipples. <<elseif $activeSlave.boobs < 500>>small chest. <<elseif $activeSlave.boobs >= 18000>>_boobs breasts, though $he can't reach $his nipples. <<else>>_boobs breasts and erect nipples. <</if>> $He is certainly giving you plenty of sexy options for you to watch. - <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName is a sadist, and $his deft footjob toys with the boundaries of pain and pleasure. $His devoted yet belittling <<if canSee($activeSlave)>>gaze carefully watches your face<<else>>expressions are clear as $he feels<</if>> for every reaction. - <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName is a dominant and $his skilled _nounF roughly stroke your erect cock, but $he pauses often to rub $his sole<<if hasBothLegs($activeSlave)>>s<</if>> - <<if $PC.balls >= 10>> - on your massive balls - <<elseif $PC.balls >= 5>> - on your large balls - <<elseif $PC.scrotum > 0>> - on your balls - <<else>> - around your hidden balls - <</if>> - so $he doesn't get too aggressive with $his <<= WrittenMaster()>>. - <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - $activeSlave.slaveName skillfully strokes your cock with $his _nounF<<if hasAnyArms($activeSlave)>>,<<if hasBothArms($activeSlave)>> one of<</if>> $his hand<<if hasBothArms($activeSlave)>>s<</if>> roaming across $his _belly belly as $he happily services you<</if>>. $He occasionally pauses to <<if canSee($activeSlave)>>watch <<else>>feel <</if>>your - <<if $PC.balls >= 10>> - massive balls - <<elseif $PC.balls >= 5>> - large balls - <<elseif $PC.scrotum > 0>> - balls - <<else>> - pubic mound - <</if>> - churn with sperm, clearly lost in a pregnancy fantasy. - <<else>> - $activeSlave.slaveName skillfully strokes your cock with $his _nounF, trying $his best to bring you pleasure. - <</if>> -<</if>> -<<if getLegCount($activeSlave, 3) + getLegCount($activeSlave, 6) > 0>> - As you enjoy your footjob $his capable prosthetics begin to vibrate on your cock. -<<elseif getLegCount($activeSlave, 4)>> - The hard angles of $his metal _nounF provide extra stimulation. -<</if>> - -/*Extra 2: if not mindbroken/immobile, tease with a flash.*/ -<<if $activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "tease" && $activeSlave.devotion >= 60>> - <<if canSee($activeSlave)>>Seeing <<else>>Feeling <</if>>you near your orgasm, $he - <<if _footSeed < 40 && hasAnyArms($activeSlave)>> - <<if $activeSlave.boobs < 300>> - presses $his hand<<if hasBothArms($activeSlave)>>s<</if>> on $his flat chest, - <<elseif $activeSlave.boobs < 500>> - puts $his hand<<if hasBothArms($activeSlave)>>s<</if>> under $his small chest, - <<else>> - cups $his _boobs breasts with $his hand<<if hasBothArms($activeSlave)>>s<</if>>, - <</if>> - then sticks out $his tongue, posing like a Free Cities whore who wants a cumshot. - <<elseif _footSeed < 70 && !($activeSlave.chastityPenis) && !($activeSlave.chastityVagina) && ($activeSlave.dick > 0 || $activeSlave.vagina >= 0 )>> - spreads $his _legs _nounL - <<if $activeSlave.dick > 0>> - <<if $activeSlave.vagina >= 0>> - and raises $his _dick <<if canAchieveErection($activeSlave)>>erect <<else>>soft <</if>>cock <<if $activeSlave.balls > 0 && $activeSlave.scrotum > 0>>and _balls balls <</if>> to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina - <<else>> - and teases the tip of $his _dick <<if canAchieveErection($activeSlave)>>throbbing <<else>>soft <</if>>dick - <</if>> - <<else>> - to reveal $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>aroused vagina, then $he spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips - <</if>> - with a sultry smile. - <<else>> - rolls onto $his side while still stroking your dick, revealing $his _butt ass, _hips hips and _thighs thighs with a sultry smile. - <</if>> -<</if>> - -/*PC orgasms*/ -<<if ($activeSlave.fetish == "mindbroken")>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. -<<elseif !canWalk($activeSlave)>> - <<if ($activeSlave.devotion < -50)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he struggles in your grasp. $He is furious that $he is now covered in cum $he can't easily reach to clean. - <<elseif ($activeSlave.devotion < -20)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, but you are done using $him for now. $He is left covered in cum $he can't easily reach to clean. - <<elseif ($activeSlave.devotion <= 20)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he sighs in nervous relief. - <<elseif ($activeSlave.devotion < 60 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he rises to an elbow to smile at you. - <<else>> - <<if ($activeSlave.trust < -50)>> - $His lack of trust causes $his eyes to glaze over in fear. - <<else>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his side with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he moans in pleasure. - <</if>> - <</if>> -<<elseif ($activeSlave.devotion < -50)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he struggles in your grasp with a look of disgust. -<<elseif ($activeSlave.devotion < -20)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>. $He was startled by your orgasm and now wears a conflicted expression, as well as your cum, but you are done using $him for now. -<<elseif ($activeSlave.devotion <= 20)>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>> as $he sighs in nervous relief. -<<elseif ($activeSlave.devotion < 60 || $activeSlave.attrXY < 16 || ($activeSlave.sexualQuirk == "unflinching" && $activeSlave.devotion <= 20))>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he does $his best to catch your semen on $his _nounL. -<<else>> - <<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - When you eventually cum, $activeSlave.slaveName giggles in lustful joy as your hot cum coats $his _skin - <<if $PC.balls >= 5>> - _nounF and quickly slides from your desk to kneel in front of your pulsating cock. - <<if $PC.balls >= 9>> - Your massive load quickly covers $his face as $he moans and twitches in pleasure, semen dripping down $his - <<if $activeSlave.boobs < 300>> - flat chest - <<elseif $activeSlave.boobs < 500>> - small chest - <<else>> - _boobs breasts - <</if>> - and _belly belly onto $his thighs. - <<else>> - Your large load coats $his face in sticky semen, some dripping onto $his - <<if $activeSlave.boobs < 300>> - flat chest. - <<elseif $activeSlave.boobs < 500>> - small chest. - <<else>> - _boobs breasts. - <</if>> - <</if>> - <<else>> - _nounF. - <</if>> - <<elseif $activeSlave.fetish == "humiliation" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he whimpers as even $his _nounF used as a sex object. - <<elseif $activeSlave.fetish == "submissive" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>> _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps as $he submissively accepts your semen on $his skin. - <<elseif $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - When you eventually cum, $activeSlave.slaveName moans as your semen lands on $his _skin _nounF, - <<if $PC.balls >= 5>> - but quickly turns to present $his _butt ass and _hips hips as a new target. - <<if $PC.balls >= 9>> - Your massive load quickly covers $his _thighs ass and thighs, sticky cum dripping all the way to $his calves. - <<else>> - Your large load soaks $his _thighs ass and thighs in sticky semen, which drips down $his _legs _nounL. - <</if>> - <<else>> - but you know $he wanted to involve $his _butt butt and your cum, if your orgasm had more volume. - <</if>> - <<elseif $activeSlave.fetish == "boobs" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he <<if $activeSlave.boobs < 300>>pinches both $his erect nipples <<elseif $activeSlave.boobs < 500>>rubs $his hand<<if hasBothArms($activeSlave)>>s<</if>> across $his small chest <<else>>squeezes $his _boobs breasts tightly <</if>>while moaning in pleasure. - <<elseif $activeSlave.fetish == "sadist" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps slightly and condescendingly smiles as you soil $his _nounF with semen. - <<elseif $activeSlave.fetish == "dom" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he gasps slightly and holds your cock between $his _nounF tightly as you soil $him with semen. - <<elseif $activeSlave.fetish == "pregnancy" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - When you start to cum, $activeSlave.slaveName moves $his hand from $his belly to - <<if $activeSlave.vagina >= 0>> - expose $his vagina and spreads $his <<if $activeSlave.labia == 3>>extremely large <<elseif $activeSlave.labia == 2>>large <<elseif $activeSlave.labia == 1>>pretty <<else>>minimal <</if>>pussylips to show where $he wants cum. - <<elseif $activeSlave.mpreg == 1>> - expose $his <<if $activeSlave.anus > 3 >>gaping <<elseif $activeSlave.anus > 2 >>very loose <<elseif $activeSlave.anus > 1 >>loose <<elseif $activeSlave.anus > 0 >>tight <<else>>virgin <</if>>asshole to show where $he wants cum. - <<else>> - hug $his stomach. - <</if>> - Your orgasm shoots across $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly is marked with your massive load. $He runs $his hand<<if hasBothArms($activeSlave)>>s<</if>> through the cum on $his belly, massaging the semen into $his skin<<elseif $PC.balls >= 5>> and _legs _nounL<</if>>. - <<else>> - You eventually cum all over $his _skin _nounF<<if $PC.balls >= 9>>, _legs _nounL, and even $his _belly belly with your massive load<<elseif $PC.balls >= 5>> and _legs _nounL with your large load<</if>>, and $he moans softly in pleasure as $he feels your hot semen run down $his sole<<if hasBothLegs($activeSlave)>>s<</if>>. - <</if>> -<</if>> - -/*Extra 3: devoted perverted slave giggles and orgasms*/ -<<if ($activeSlave.fetish != "mindbroken" && canWalk($activeSlave) && $activeSlave.sexualQuirk == "perverted" && $activeSlave.devotion >= 60 && !($activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60))>> - $He was getting off on the footjob, but the feeling of your cum on - <<if $activeSlave.fetish == "buttslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60 && $PC.balls >= 5>> - $his ass and thighs sets off a strong orgasm of $his own, $his _thighs _nounL quivering as - <<if $activeSlave.dick > 0>> - <<if $activeSlave.vagina >= 0>> - <<if cumAmount($activeSlave) > 20>> - $his _dick dick unloads a massive amount of cum, swollen _balls testicles bulging between $his thighs, <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>> pussy and asshole clenching as $he makes a cum puddle on the floor which splashes with every spasm. - <<else>> - $his _dick dick spurts $his load, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. - <</if>> - <<else>> - <<if cumAmount($activeSlave) > 20>> - $he strokes $his _dick penis, swollen _balls testicles bulging between $his thighs, asshole clenching as $his massive cumshot splashes noisily onto the floor. - <<else>> - $he strokes $his _dick penis, asshole clenching as $his cum spurts onto the floor. - <</if>> - <</if>> - <<elseif $activeSlave.vagina >= 0>> - $he moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching as $he tries to remain standing. - <<else>> - $he moans in pleasure, asshole pulsating as $he tries to remain standing. - <</if>> - <<else>> - $his _nounL<<if $PC.balls >= 2>>and belly<</if>> sets off a strong orgasm of $his own, even without masturbating. - <<if $activeSlave.dick > 0>> /*dick shoots*/ - <<if cumAmount($activeSlave) > 20>>/*huge load*/ - $His _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave covered nearly head to toe in spunk. - <<else>> - $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down. - <</if>> - <<elseif $activeSlave.vagina >= 0>> - $He leans back and moans in pleasure, showing $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. - <<else>> - $He leans back and moans in pleasure, showing $his asshole pulsating. - <</if>> - <</if>> - <<if $activeSlave.vaginaLube >= 1>> - After $he leaves, you find a <<if $activeSlave.vaginaLube >= 2>>large <</if>>puddle of pussyjuice on your desk where $he was sitting. - <</if>> -<</if>> - -<<if $activeSlave.fetish == "cumslut" && $activeSlave.fetishKnown == 1 && $activeSlave.fetishStrength >= 60>> - <<if $PC.balls > 5>> - <<if $activeSlave.dick > 0>> - <<if cumAmount($activeSlave) > 20>> - $His _balls balls visibly throb as _dick dick unloads a massive amount of cum, adding $his own semen to $his body, resulting in a slave utterly plastered in spunk. $His eyes are held shut with a thick layer of cum, and judging by how <<if ($activeSlave.chastityPenis == 1)>>$his dick is still shooting cum even in a cage with no stimulation,<<else>>furiously $he is masturbating,<</if>> $he couldn't be happier. - <<else>> - $His _dick dick unloads onto $his belly and $boobs chest, and $his giggles and gasps as it rains down with audible splats. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeSlave)>>$his nostrils desperately taking in the heady smell and <</if>>how <<if ($activeSlave.chastityPenis == 1)>>$his dick is still throbbing in orgasm even in a cage with no stimulation,<<else>>$he can't stop masturbating,<</if>> $he couldn't be happier. - <</if>> - <<elseif $activeSlave.vagina >= 0>> - $He leans back and moans in pleasure, $his <<if $activeSlave.vaginaLube == 1>>wet <<elseif $activeSlave.vaginaLube == 2>>dripping wet <</if>>pussy and asshole clenching. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeSlave)>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. - <<else>> - $He leans back and moans in pleasure, asshole pulsating. $He is splattered in semen, face coated in your cum, and judging by <<if canSmell($activeSlave)>>$his nostrils desperately taking in your scent and <</if>>how $he can't stop masturbating, $he couldn't be happier. - <</if>> - <<else>> - $activeSlave.slaveName leans down to wipe semen off $his _nounF, quickly bringing it into $his mouth with a blissful look as $he <<if canTaste($activeSlave)>>tastes<<else>>feels<</if>> your cum and sighs in pleasure. - <</if>> -<</if>> diff --git a/src/pregmod/fLickPussy.tw b/src/pregmod/fLickPussy.tw deleted file mode 100644 index 4cdbd752fdfe5192ae758fd815fe048226d67c59..0000000000000000000000000000000000000000 --- a/src/pregmod/fLickPussy.tw +++ /dev/null @@ -1,30 +0,0 @@ -:: FLickPussy [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<setPlayerPronouns>> - -<<set _devotion = $activeSlave.devotion>> /*for brevity*/ - -<<if canWalk($activeSlave)>> - You summon $activeSlave.slaveName to your office and order $him to lie down on the couch. $He does so - <<if _devotion > 95>> - with a smile, skipping over to give you a quick kiss before $he complies with your request. - <<elseif _devotion > 50>> - without hesitation, ready to serve and obey. - <<elseif _devotion > -50>> - with a look of trepidation, as though afraid you're going to hurt $him. - <<elseif _devotion <= -50>> - with a look of hatred, though only after you threaten to punish $him. - <</if>> -<<else>> - You have $activeSlave.slaveName brought into your office and placed on your couch. -<</if>> - -After $he is situated, you go over to $him<<if $activeSlave.clothes != "no clothing">> and take off $his clothing, causing $him to <<if _devotion > 50>>give you a soft smile<<else>>give you an angry glare<</if>><</if>>. You suddenly grab $his hips and pull $his crotch to your face, causing $him to give a shriek of surprise. Looking at $him directly in the eyes, you begin to run your tongue along $his labia, drawing a soft moan from $him. The combination of the pleasure and the intense look from the _womanP $he<<if _devotion > 95>> loves <<elseif _devotion > 50>>'s accepted as $his <<= WrittenMaster($activeSlave)>><<else>> hates/*not sure what to use for "reluctant"*/<</if>> makes $him blush, but you don't let up. -<<if $activeSlave.dick == 0>> - You give $his clit a few experimental tweaks, causing $his moans to intensify<<if hasBothLegs($activeSlave)>> and $his legs to tighten around your head<</if>>. -<</if>> -Before $he cums, though, you pull back, causing $him to whine in frustration. You begin again, then pull back again just before $he orgasms. You repeat this several more times, each time causing $him to become more and more frustrated. Finally, one last stroke of your tongue causes $him to go over the edge, making $him scream out <<if _devotion > 50>>your name<</if>> in ecstasy<<if $activeSlave.dick > 0>><<if canAchieveErection($activeSlave)>> and spray cum across $his chest<<else>> and dribble cum from $his limp dick<</if>><</if>>. You send $him back to $his assignment before calling in another slave to clean up the mess. - -<<set $activeSlave.counter.vaginal++, $vaginalTotal++>> diff --git a/src/pregmod/fMarry.tw b/src/pregmod/fMarry.tw deleted file mode 100644 index 54931b58618685f59f47f8da0211a49454c982fd..0000000000000000000000000000000000000000 --- a/src/pregmod/fMarry.tw +++ /dev/null @@ -1,814 +0,0 @@ -:: FMarry [nobr] - -<<set $nextButton = "Back", $nextLink = "Slave Interact">> -<<run Enunciate($activeSlave)>> -<<set _belly = bellyAdjective($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> - -<<setLocalPronouns $activeSlave>> -<<setAssistantPronouns>> -<<setPlayerPronouns>> - -<<if $activeSlave.relationship > 0>> - <<set _m = $slaveIndices[$activeSlave.relationshipTarget]>> - <<if def _m>> - <<setLocalPronouns $slaves[_m] 2>> - <<setSpokenLocalPronouns $activeSlave $slaves[_m]>> - <<if SlaveStatsChecker.checkForLisp($activeSlave)>> - <<set _name = lispReplace($slaves[_m].slaveName)>> - <<else>> - <<set _name = $slaves[_m].slaveName>> - /* Use the modified "L"isp variables when they are speaking, just in case. */ - <</if>> - <<else>> - @@.red;Error, relationshipTarget not found.@@ - <</if>> -<</if>> -<<if SlaveStatsChecker.checkForLisp($activeSlave)>> - <<set _myName = lispReplace($activeSlave.slaveName)>> - <<set _playerSurname = lispReplace($PC.slaveSurname)>> -<<else>> - <<set _myName = $activeSlave.slaveName>> - <<set _playerSurname = $PC.slaveSurname>> -<</if>> - -You tell $activeSlave.slaveName that you're going to marry $him. (A proposal, of course, would be inappropriate, even in so enlightened a place as your arcology.) -<<if $activeSlave.fetish == "mindbroken">> - $He doesn't react. - <<set _reactionType = 0>> -<<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. When $he's gotten $himself under control again, <<if !hasAnyArms($activeSlave)>>looking somewhat embarrassed that $he can't wipe $his own tears<<else>>distractedly cuffing away $his tears<</if>> and consciously breathing deeply, - <<if canTalk($activeSlave)>> - $he <<say>>s, - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - "I promi<<s>>e I'll try to <<s>>top <<s>>leeping around <<s>>o much." - <<elseif $activeSlave.relationship == 4>> - "I'll have to break up with _name... I'll try to let _him2 down gently, <<he 2>>'ll under<<s>>tand." - <<elseif $activeSlave.relationship == 3>> - "_name will mi<<ss>> having <<s>>e<<x>> with me, but <<he 2>>'ll under<<s>>tand." - <<elseif $activeSlave.relationship > 0>> - "I'll have to <<s>>top hanging out with _name; I'm <<s>>ure <<he 2>>'ll under<<s>>tand." - <<else>> - "I've been waiting for thi<<s>> day! I'm <<s>>o happy!" - <</if>> - $He continues, - <</if>> - "Thank you, <<Master>>. I am going to do my be<<s>>t to be a - <<setSpokenLocalPronouns $activeSlave $activeSlave>> - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.fetish == "submissive")>> - perfect <<s>>ubmi<<ss>>ive <<wife>> to you, - <<elseif ($activeSlave.fetish == "cumslut")>> - perfect oral <<wife>>, - <<elseif ($activeSlave.fetish == "humiliation")>> - hot <<wife>> for you, - <<elseif ($activeSlave.fetish == "buttslut")>> - perfect little anal <<wife>>, - <<elseif ($activeSlave.fetish == "boobs")>> - <<if $activeSlave.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> <<wife>> - <<elseif ($activeSlave.fetish == "pregnancy")>> - perfect barefoot breeding <<wife>>, - <<elseif ($activeSlave.fetish == "dom")>> - perfect, you know, <<sh>>aring <<wife>> with other <<s>>lave<<s>>, - <<elseif ($activeSlave.fetish == "sadist")>> - perfect <<wife>> to u<<s>>e on other <<s>>lave<<s>>, - <<elseif ($activeSlave.fetish == "masochist")>> - good, beaten <<wife>>, - <<else>> - good <<wife>>, - <</if>> - <<else>> - good <<wife>>, - <</if>> - <<Master>>. Oh, thank you, <<Master>>," $he blubbers, and starts crying again. - <<elseif !hasAnyArms($activeSlave)>> - $he painstakingly mouths $his thanks, since $he cannot speak or use hands to sign. - <<if $activeSlave.relationship != 0>> - $He struggles to tell you - <<if $activeSlave.relationship == -1>> - that $he'll try to be less of a slut. - <<elseif $activeSlave.relationship == 4>> - that $he'll try to let $his lover $slaves[_m].slaveName down gently. - <<elseif $activeSlave.relationship == 3>> - that $he'll try to let $his FWB $slaves[_m].slaveName down gently. - <<elseif $activeSlave.relationship > 0>> - that $he'll have to stop hanging around $slaves[_m].slaveName. - <<else>> - that $he has never been happier. - <</if>> - <</if>> - <<else>> - $he shakily signs $his thanks twice in a row before breaking down again. - <<if $activeSlave.relationship != 0>> - $He regains composure enough to continue signing out - <<if $activeSlave.relationship == -1>> - that $he'll try to be less of a slut. - <<elseif $activeSlave.relationship == 4>> - that $he'll try to let $his lover $slaves[_m].slaveName down gently. - <<elseif $activeSlave.relationship == 3>> - that $he'll try to let $his FWB $slaves[_m].slaveName down gently. - <<elseif $activeSlave.relationship > 0>> - that $he'll have to stop hanging around $slaves[_m].slaveName. - <<else>> - that $he has never been happier. - <</if>> - <</if>> - <</if>> - Despite $his devotion and trust, $he is still a slave, and probably knows that $his position could always change. This brings $him one step closer to true permanence, and $he knows it. - <<set _reactionType = 1>> -<<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is surprisingly effective. It seems $activeSlave.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. - <<if canTalk($activeSlave)>> - $He <<say>>s, "Plea<<s>>e <<Master>>, I don't want to - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.fetish == "submissive")>> - be your little <<s>>ubmi<<ss>>ive fucktoy, - <<elseif ($activeSlave.fetish == "cumslut")>> - be your cum <<s>>ucker, - <<elseif ($activeSlave.fetish == "humiliation")>> - be <<s>>tripped bare and <<sh>>own off, - <<elseif ($activeSlave.fetish == "buttslut")>> - have thing<<s>> <<sh>>oved up my butt, - <<elseif ($activeSlave.fetish == "boobs")>> - have my tit<<s>> tea<<s>>ed every night, - <<elseif ($activeSlave.fetish == "pregnancy")>> - <<if canGetPregnant($activeSlave)>> - get knocked up by you, - <<else>> - be your pregnant toy, - <</if>> - <<elseif ($activeSlave.fetish == "dom")>> - have to rule your <<s>>i<<ss>>y dick, - <<elseif ($activeSlave.fetish == "sadist")>> - <<s>>pank your a<<ss>>, - <<elseif ($activeSlave.fetish == "masochist")>> - get beaten by you, - <<else>> - <<s>>tay in your ni<<c>>e room, - <</if>> - <<else>> - <<s>>tay in your ni<<c>>e room, - <</if>> - <<Master>>. You're a terrible per<<s>>on, <<Master>>," $he blubbers, and starts crying again. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - "I'll never be <<s>>ati<<s>>fied by ju<<s>>t you!" - <<elseif $activeSlave.relationship == 4>> - "I love _name, not you <<Master>>! You'll never be a<<s>> good a<<s>> _him2!" - <<elseif $activeSlave.relationship == 3>> - "But I like having <<s>>e<<x>> with _name, not you <<Master>>! You'll never be a<<s>> good as _him2!" - <<elseif $activeSlave.relationship > 0>> - "But I like <<s>>pending time with _name, <<he 2>>'<<s>> <<s>>o much ni<<c>>er to be around than you, <<Master>>. - <<else>> - "I need you in my life, <<Master>>, <<s>>o why don't you bend down like the bitch you are and <<if $activeSlave.dick > 0>><<s>>uck my dick<<elseif $activeSlave.vagina > -1>>eat me out<<else>>lick my a<<ss>><</if>>, <<Master>>?" - <</if>> - <</if>> - <<elseif !hasAnyArms($activeSlave)>> - $he painstakingly mouths $his displeasure, since $he cannot speak or use hands to sign. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - $He desperately tries to explain that you'll never satisfy $him. - <<elseif $activeSlave.relationship == 4>> - $He desperately tries to explain that $his love, $slaves[_m].slaveName, is better than you'll ever be. - <<elseif $activeSlave.relationship == 3>> - $He desperately tries to explain that $his lover, $slaves[_m].slaveName, satisfies $his far better than you can. - <<elseif $activeSlave.relationship > 0>> - $He desperately tries to explain $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. - <<else>> - $He wiggles $his nethers at you, as if trying to tell you to do something. - <</if>> - <</if>> - <<else>> - $he shakily makes a rather rude hand gesture before crying more. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - $He also makes it clear that you'll never satisfy $him. - <<elseif $activeSlave.relationship == 4>> - $He also makes it clear that $his love, $slaves[_m].slaveName, is better than you'll ever be. - <<elseif $activeSlave.relationship == 3>> - $He also makes it clear that $his lover, $slaves[_m].slaveName, satisfies $him far better than you can. - <<elseif $activeSlave.relationship > 0>> - $He also makes it clear $his friend, $slaves[_m].slaveName, is so much more enjoyable to be around than you. - <<else>> - On top of the prior gesturing, $he adds another, lewder one involving you and $his crotch. - <</if>> - <</if>> - <</if>> - Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. $His tears may not all be genuine either, you have a feeling $he may be trying to take advantage of you. - <<set _reactionType = 2>> -<<elseif $activeSlave.devotion < -20>> - You're not exactly lacking in ways to make <<if $activeSlave.physicalAge > 30>>$women<<else>><<= $girl>>s<</if>> burst into tears, but this one is unusually effective. It seems $activeSlave.slaveName does not want to marry you, if $his prolonged, anguished sobbing is anything to go by. However, $he would have to be a fool to think there's any way out of it. You lean in and whisper that - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.fetish == "submissive")>> - $he'll make the perfect submissive $wife for you dominate. - <<elseif ($activeSlave.fetish == "cumslut")>> - $he'll make the perfect oral $wife for your <<if $PC.dick > 0 && $PC.vagina >= 0>>dick and pussy<<elseif $PC.dick > 0>>cock<<else>>pussy<</if>> to enjoy. - <<elseif ($activeSlave.fetish == "humiliation")>> - $he'll make a hot $wife for you to parade around naked. - <<elseif ($activeSlave.fetish == "buttslut")>> - $he'll make the perfect little anal $wife <<if $PC.dick > 0>>to keep your dick warm<<else>>stick things in<</if>>. - <<elseif ($activeSlave.fetish == "boobs")>> - $he'll make the <<if $activeSlave.boobs > 800>>perfect big-boobed<<else>>perfect-boobed<</if>> $wife for you to bury your head into. - <<elseif ($activeSlave.fetish == "pregnancy")>> - $he'll make the perfect barefoot breeding $wife.<<if $PC.dick > 0 && canGetPregnant($activeSlave)>> You poke $him with your erection, letting $him know what $he's in for.<</if>> - <<elseif ($activeSlave.fetish == "dom")>> - $he'll make the perfect dominant $wife to force upon $his closest friends. - <<elseif ($activeSlave.fetish == "sadist")>> - $he'll make the perfect cruel $wife to force upon $his closest friends. - <<elseif ($activeSlave.fetish == "masochist")>> - $he'll make a good, beaten $wife. - <<else>> - $he'll make a good $wife. - <</if>> - <<else>> - $he'll make a good $wife. - <</if>> - <<if canTalk($activeSlave)>> - "<<Master>>. Plea<<s>>e, <<Master>>, don't make me do thi<<s>>. I don't want thi<<s>>!" $he blubbers, and starts crying again. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - "I need a new dick in me every night! How can I be <<s>>ati<<s>>fied like thi<<s>>?!" - <<elseif $activeSlave.relationship == 4>> - "I love _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" - <<elseif $activeSlave.relationship == 3>> - "I love playing around with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" - <<elseif $activeSlave.relationship > 0>> - "But I like <<s>>pending time with _name! Plea<<s>>e don't <<s>>plit u<<s>> up <<Master>>! I'll be a good $girl, <<Master>>, plea<<s>>e!" - <<else>> - "I need you in my life, <<Master>>, but not like thi<<s>>, plea<<s>>e?" - <</if>> - <</if>> - <<elseif !hasAnyArms($activeSlave)>> - $He painstakingly pleads with you, since $he cannot speak or use hands to sign. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - $He desperately tries to explain that $he needs multiple partners. - <<elseif $activeSlave.relationship == 4>> - $He desperately begs you to not separate $him from $his love, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship == 3>> - $He desperately begs you to not separate $him from $his lover, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship > 0>> - $He desperately begs you to not separate $him from $his friend, $slaves[_m].slaveName. - <<else>> - $He desperately begs you to not marry $him, despite $his emotional connection with you. - <</if>> - <</if>> - <<else>> - $He desperately struggles to plead with you before breaking down again. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - $He tries to explain that $he needs multiple partners. - <<elseif $activeSlave.relationship == 4>> - $He begs you to not separate $him from $his love, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship == 3>> - $He begs you to not separate $him from $his lover, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship > 0>> - $He begs you to not separate $him from $his friend, $slaves[_m].slaveName. - <<else>> - $He begs you to not marry $him, despite $his emotional connection with you. - <</if>> - <</if>> - <</if>> - You leave $him to weep and consider $his fate. Despite $his "fortune", $he is still a slave, and undoubtedly knows that $his position could easily change should you tire of $him. - <<set _reactionType = 2>> -<<else>> - $He doesn't really react to this. By no means does $he want to be your $wife, but $he's obedient enough to know that you are in charge. You leave $him to $his business, and go back to yours. - <<if $activeSlave.relationship != 0>> - <<if $activeSlave.relationship == -1>> - $He sighs at the realization that $he won't be allowed to be so promiscuous and will have to learn to focus $his attention on you. - <<elseif $activeSlave.relationship == 4>> - $He sighs at the realization that $he'll have to stop seeing $his love, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship == 3>> - $He sighs at the realization that $he'll have to stop spending so much time with $his lover, $slaves[_m].slaveName. - <<elseif $activeSlave.relationship > 0>> - $He sighs at the realization that $he'll have to stop spending so much time with $his friend, $slaves[_m].slaveName. - <<else>> - Deep down, $he dreamed of this. But now that it's happening $he can't shake the feeling of regret. - <</if>> - <</if>> - <<set _reactionType = 3>> -<</if>> -<br><br> -<<= capFirstChar($assistant.name)>> prompts you for wedding -<<if $assistant.personality == 0>> - instructions. -<<else>> - instructions, _hisA - <<if $assistant.appearance == "monstergirl">> - monster<<= _girlA>> avatar appearing in a surprisingly conventional surplice that covers _himA up decently. All except for _hisA horns, which protrude from under the headpiece. - <<elseif $assistant.appearance == "shemale">> - shemale avatar appears in a collar patterned to look like a minister's, and absolutely nothing else, stroking _himselfA with anticipation. - <<elseif $assistant.appearance == "amazon">> - amazon avatar wearing a tribal shaman's cape and carrying a medicine stick adorned with all sorts of little charms and baubles. - <<elseif $assistant.appearance == "businesswoman">> - business<<= _womanA>> avatar looking rather severe in a minister's collar. - <<elseif $assistant.appearance == "fairy">> - fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes and looking rather smug about it. - <<elseif $assistant.appearance == "pregnant fairy">> - fairy avatar looking incredibly silly, dressed in an oversized, disheveled priest's robes stretched tight by _hisA pregnant belly and looking rather smug about it. - <<elseif $assistant.appearance == "goddess">> - goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. - <<elseif $assistant.appearance == "hypergoddess">> - goddess avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage. - <<elseif $assistant.appearance == "loli">> - _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. - <<elseif $assistant.appearance == "preggololi">> - _loliA avatar looking surprisingly mature in a minister's collar. Though, _heA would rather be the flower _girlA in this wedding. - <<elseif $assistant.appearance == "schoolgirl">> - school<<= _girlA>> avatar looking willfully absurd in a minister's collar and _hisA usual short plaid skirt. - <<elseif $assistant.appearance == "angel">> - angelic avatar looking, well, angelic in _hisA usual garb with an added minister's collar. - <<elseif $assistant.appearance == "cherub">> - angelic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. - <<elseif $assistant.appearance == "incubus">> - demonic avatar completely unchanged, since _heA considers _hisA usual form perfectly appropriate for a marriage, though _heA has made sure to be fully erect for the wedding. - <<elseif $assistant.appearance == "succubus">> - demonic avatar wearing nothing but a minister's collar. _HeA has brought several marital aids along with _himA to tease the bride and groom with. - <<elseif $assistant.appearance == "imp">> - demonic avatar looking absurd in _hisA oversized robe, complete with wing-holes, and minister's collar. - <<elseif $assistant.appearance == "witch">> - witchy avatar looking rather formal in a fine robe and minister's collar. - <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - twitching avatar completely unchanged, sans a bulbous ring of flesh around _hisA neck that sort of resembles a minister's collar. - <<else>> - symbol appearing in white. - <</if>> -<</if>> - -<br> -<span id="result"> -<br><<link "Just redesignate $him as your slave $wife">> - <<replace "#result">> - You order $assistant.name to simply redesignate $activeSlave.slaveName as your slave $wife. - <<if $assistant.personality == 0>> - "Slave redesignated," it responds immediately. The thing is done. - <<else>> - <<if $assistant.appearance == "monstergirl">> - _HisA avatar snaps _hisA fingers and shrugs off _hisA surplice, revealing _hisA tentacle hair, pale skin, and cocks once more. - <<elseif $assistant.appearance == "shemale">> - _HisA avatar snaps _hisA fingers and starts to masturbate more energetically. - <<elseif $assistant.appearance == "amazon">> - _HisA avatar gives _hisA medicine stick a shake. - <<elseif $assistant.appearance == "businesswoman">> - _HisA avatar snaps _hisA fingers. - <<elseif $assistant.appearance.includes("fairy")>> - _HisA avatar claps _hisA hands twice, looking a bit disappointed at the lack of celebration. - <<elseif $assistant.appearance.includes("goddess")>> - _HisA avatar makes a complex hand gesture, looking beatific. - <<elseif $assistant.appearance.includes("loli")>> - _HisA avatar claps _hisA hands together. - <<elseif $assistant.appearance == "schoolgirl">> - _HisA avatar snaps _hisA fingers and gives a little twirl. - <<elseif $assistant.appearance == "angel">> - _HisA avatar spreads _hisA wings and arms and emits a flash of light. - <<elseif $assistant.appearance == "cherub">> - _HisA avatar claps _hisA hands together, emitting a burst of light. - <<elseif $assistant.appearance == "incubus">> - _HisA avatar flicks the tip of _hisA penis and blows _hisA load towards the both of you. - <<elseif $assistant.appearance == "succubus">> - _HisA avatar starts to masturbate furiously and orgasms lewdly. - <<elseif $assistant.appearance == "imp">> - _HisA avatar claps _hisA hands together, emitting a burst of darkness. - <<elseif $assistant.appearance == "witch">> - _HisA avatar pulls out _hisA spell book and attempts a spell to bind you two; _heA manages to conjure a large ring around _himselfA, pinning _hisA arms to _hisA sides. - <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - _HisA avatar splits open to reveal a number of tentacles and wraps them around each other. - <<else>> - _HisA symbol flashes. - <</if>> - "Done," _heA says. - <</if>> - <<if $activeSlave.relationship > 0>> - <<set $activeSlave.relationshipTarget = 0>> - <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> - <</if>> - <<if $activeSlave.devotion+$activeSlave.trust >= 175>> - <<if $activeSlave.relationship > 0>> - Both $him and $his ex are @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other's future. - <<if $activeSlave.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif $activeSlave.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> - <</if>> - <</if>> - <<elseif $activeSlave.devotion < -20>> - <<if $activeSlave.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> - <<elseif $activeSlave.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> - <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> - <<elseif $activeSlave.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>> - <<elseif $activeSlave.relationship > 0>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> - <</if>> - <<else>> - <<if $activeSlave.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> - <<elseif $activeSlave.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> - <<elseif $activeSlave.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> - <<elseif $activeSlave.relationship > 0>> - Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <</if>> - <</if>> - <<set $activeSlave.relationship = -3>> - <<if $PC.slaveSurname && $activeSlave.slaveSurname != $PC.slaveSurname>> - <br><br><span id="surnaming"> - <<link "Give $him your surname">> - <<replace "#surnaming">> - <<set $activeSlave.slaveSurname = $PC.slaveSurname>> - You also command $assistant.name to rename your new slave $wife $activeSlave.slaveName $activeSlave.slaveSurname. - <<if $activeSlave.fetish == "mindbroken">> - The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and shows no reaction. Like many things, names mean nothing to $him now. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Being brusquely redesignated as your slave $wife was such a sterile experience that $he wasn't sure it was real, and hearing that $he's to take your surname @@.mediumaquamarine;reassures $him@@ that it is. Not to mention, $he might be a $desc, but $he's still a $girl, and hearing that $he wouldn't get a decent wedding did disappoint $him, but this makes up for it. You might not be all that expressive, but @@.hotpink;$he's your $wife,@@ and that's what matters to $him. - <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and scoffs audibly. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ $He can't hide @@.mediumorchid;$his annoyance@@ that you couldn't even spring for a fancy wedding. - <<set $activeSlave.devotion -= 10>> - <<elseif $activeSlave.devotion < -20>> - The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and breaks down again. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. - <<set $activeSlave.devotion += 5>> - <<else>> - The new Mrs. $activeSlave.slaveSurname <<if canHear($activeSlave)>>hears<<else>>understands<</if>> this, of course, and nods acceptingly. Being trusted with your surname @@.mediumaquamarine;reassures $him@@ that $he must mean something to you, though $he is a @@.mediumorchid;little disappointed@@ by the lack of a wedding, however. - <<set $activeSlave.devotion--, $activeSlave.trust += 5>> - <</if>> - <</replace>> - <</link>> - </span> - <</if>> - <</replace>> -<</link>> -<br><<link "Have your assistant marry $him to you">> - <<replace "#result">> - You order $activeSlave.slaveName to go change into bridal lingerie. - <<if _reactionType == 0>> - <<if canWalk($activeSlave)>> - $He hurries off, still crying. When $he returns, $he's wearing - <<else>> - $He is helped out, still crying. When $he is returned, $he's wearing - <</if>> - <<elseif _reactionType == 1>> - $He is helped out, completely unaware of $his pending marriage. When $he is returned, $he's wearing - <<elseif _reactionType == 2>> - <<if canWalk($activeSlave)>> - $He shuffles off, still sobbing. When $he returns, $he's wearing - <<else>> - $He is helped out, still sobbing. When $he is returned, $he's wearing - <</if>> - <<else>> - <<if canWalk($activeSlave)>> - $He hurries off to fulfill your orders. When $he returns, $he's wearing - <<else>> - $He is helped out to get dressed. When $he is returned, $he's wearing - <</if>> - <</if>> - <<if ($activeSlave.vagina == 0)>> - white, since $he's a virgin. - <<elseif ($activeSlave.pregKnown == 1)>> - light pink, since $he is pregnant. - <<elseif ($activeSlave.vagina < 0) && ($activeSlave.anus == 0)>> - white, since $he's an anal virgin. - <<elseif ($activeSlave.vagina < 0) && ($activeSlave.boobs > 500)>> - electric blue, since $he's a shemale. - <<elseif ($activeSlave.vagina < 0)>> - pale blue, since $he's a sissy slave. - <<elseif ($activeSlave.dick > 0)>> - hot pink, since $he's a futa slave. - <<else>> - light pink, since $he's an experienced sex slave. - <</if>> - A flimsy veil covers $his head and shoulders. - <<if ($activeSlave.boobs > 4000)>> - On such short notice, no bridal bra for boobs of $his size was available, so $he's topless. Not a tragedy. - <<elseif ($activeSlave.boobs > 1200)>> - $His lacy bridal bra just barely restrains $his huge boobs, leaving the tops of $his areolae visible. - <<elseif ($activeSlave.boobs > 400)>> - $His lacy bridal bra flatters $his pretty breasts. - <<else>> - $His lacy bridal bra flatters $his pretty chest. - <</if>> - <<if $activeSlave.bellyPreg >= 600000>> - $His expansive, squirming pregnant belly makes $his bridal wear particularly obscene. - <<elseif ($activeSlave.bellyPreg >= 1500)>> - $His _belly pregnant belly protrudes out the front of $his bridal wear. - <<elseif ($activeSlave.bellyImplant >= 1500)>> - $His _belly <<print $activeSlave.bellyImplant>>cc belly implant protrudes $his middle out the front of $his bridal wear. - <<elseif ($activeSlave.bellyFluid >= 10000)>> - $His hugely bloated, <<print $activeSlave.inflationType>>-filled belly protrudes out the front of $his bridal wear. - <<elseif ($activeSlave.bellyFluid >= 5000)>> - $His bloated, <<print $activeSlave.inflationType>>-stuffed belly protrudes out the front of $his bridal wear. - <<elseif ($activeSlave.bellyFluid >= 1500)>> - $His distended, <<print $activeSlave.inflationType>>-belly protrudes out the front of $his bridal wear. - <</if>> - <<if $activeSlave.chastityPenis == 1>> - $His slave dick is hidden by its chastity cage. - <<elseif canAchieveErection($activeSlave)>> - <<if ($activeSlave.dick > 4) && ($activeSlave.belly >= 5000)>> - $He's hugely erect, with $his lacy g-string only serving to hold $his dick agonizingly pressed against the bottom of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly. - <<elseif $activeSlave.dick > 4>> - $He's hugely erect, with $his lacy g-string only serving to hold $his dick upright along $his belly. - <<else>> - $His erection tents the front of $his lacy g-string. - <</if>> - <<elseif ($activeSlave.dick > 0)>> - <<if $activeSlave.dick > 10>> - $His huge soft cock is allowed to dangle freely as no g-string could hope to contain it. - <<elseif $activeSlave.dick > 4>> - $His big soft cock forms a lewd mass, stuffed into $his lacy g-string. - <<else>> - $His lacy g-string perfectly conceals $his soft dick. - <</if>> - <<else>> - <<if $activeSlave.clit > 1>> - $His huge clit is quite hard, making $him shift uncomfortably as $his lacy g-string stimulates it. - <<else>> - $His lacy g-string is starting to look a bit moist in front. - <</if>> - <</if>> - <<= capFirstChar($assistant.name)>> marries $him to you in a brief ceremony adapted for slaves and their owners. You place a - <<if hasAnyArms($activeSlave)>> - simple steel ring on $his finger; - <<else>> - chain with a simple steel ring around $his neck; - <</if>> - $he does not reciprocate, since this marriage does not bind you. - <<if $assistant.personality == 0>> - "The marriage protocol now requires you to <<if $PC.dick != 0>>fellate<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>," $assistant.name orders $him, and $he <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. - <<else>> - <<if $assistant.appearance == "monstergirl">> - "To consecrate the ceremony," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar begins to play with _hisA dicks. - <<elseif $assistant.appearance == "shemale">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. - <<elseif $assistant.appearance == "amazon">> - "To complete this ritual," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. - <<elseif $assistant.appearance == "businesswoman">> - "To consecrate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>fellate<<else>>perform cunnilingus on<</if>> the <<if $PC.title == 1>>groom<<else>>the bride<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar sneaks a hand down _hisA suit skirt, blushing furiously. - <<elseif $assistant.appearance == "fairy">> - "To seal the deal," $assistant.name concludes, "$activeSlave.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick != 0>>semen<<if $PC.vagina != -1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar spreads _hisA legs while still hovering in the air and masturbates eagerly through _hisA half-worn robes. - <<elseif $assistant.appearance == "pregnant fairy">> - "To seal the deal," $assistant.name concludes, "$activeSlave.slaveName, you gotta drink the <<if $PC.title == 1>>groom's <<else>>bride's <</if>><<if $PC.dick != 0>>semen<<if $PC.vagina != -1>> and pussy juices<</if>><<else>>pussy juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's pregnant avatar curls while still hovering in the air and masturbates eagerly around _hisA large belly. - <<elseif $assistant.appearance == "goddess">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you must now <<if $PC.dick != 0>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar looks on approvingly, cradling _hisA perpetual pregnancy. - <<elseif $assistant.appearance == "hypergoddess">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you must now <<if $PC.dick != 0>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s seed<<else>>drink the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s female juices<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar looks on approvingly, cradling _hisA massive perpetual pregnancy. - <<elseif $assistant.appearance == "loli">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina != -1>>and lick _hisP cunny.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunny<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar sneaks a hand down _hisA dress, blushing furiously. - <<elseif $assistant.appearance == "preggololi">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s lovely cock<<if $PC.vagina != -1>>and eat out _hisP cunt.<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cunt<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar attempts to sneak a hand down _hisA dress, but is thwarted by _hisA belly. _HeA instead openly rubs _hisA crotch through the front of _hisA dress, blushing furiously. - <<elseif $assistant.appearance == "schoolgirl">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar starts to jill off. - <<elseif $assistant.appearance == "angel">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you must now join <<= PlayerName()>> in their bedroom and consummate this marriage." The slave <<if _reactionType == 0>>stares blankly<<else>>looks confused<</if>>. "After the wedding ends, would be the time." $assistant.name says, covering _hisA face in embarrassment at the thought. - <<elseif $assistant.appearance == "cherub">> - "To consummate the marriage," $assistant.name concludes, "$activeSlave.slaveName, you should <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s cock<<if $PC.vagina != -1>>and lick _hisP pussy,<</if>><<else>>lick the <<if $PC.title == 1>>groom<<else>>the bride<</if>>'s pussy<</if>>, in the privacy of <<= PlayerName()>>'s bedroom, of course." $assistant.name hides _hisA face in _hisA hands at the thought. - <<elseif $assistant.appearance == "incubus">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Enjoying the sight, $assistant.name's avatar begins to furiously stroke its shaft. - <<elseif $assistant.appearance == "succubus">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar pulls out a large dildo and begins ramming it into _hisA own pussy. - <<elseif $assistant.appearance == "imp">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. Pleased by the sight, $assistant.name's avatar hikes _hisA robe and vigorously rubs _hisA pussy. - <<elseif $assistant.appearance == "witch">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar begins to fidget at the sight, having summoned a vibrator beforehand and accidentally linked it to your pleasure. - <<elseif $assistant.appearance == "ERROR_1606_APPEARANCE_FILE_CORRUPT">> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, you will now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. $assistant.name's avatar begins to swell, drawing all its gained mass to its midsection. Its gravid middles splits vertically, allowing a new mass of flesh to fall to the floor, which quickly grows and reshapes itself into a spitting image of yourself. Meanwhile, the original twists into an image of $activeSlave.slaveName. $assistant.name's two avatars begin copying you and $activeSlave.slaveName's actions perfectly. - <<else>> - "To get this marriage started," $assistant.name concludes, "$activeSlave.slaveName, the rules say you should now <<if $PC.dick != 0>>suck the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s dick<<if $PC.vagina != -1>> and eat _hisP pussy<</if>><<else>>eat the <<if $PC.title == 1>>groom<<else>>bride<</if>>'s pussy<</if>>." The slave <<if _reactionType == 0>>only starts when you push $his head to your crotch<<elseif _reactionType == 1>>eagerly complies<<elseif _reactionType == 2>>reluctantly obeys<<else>>hurries to obey<</if>>. With only a symbol to express _hisA approval, $assistant.name is forced to content _himselfA with spinning the symbol and making it glow in time with your new slave $wife's efforts. - <</if>> - "Done," _heA says when you climax. "Enjoy your - <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - <<if ($activeSlave.fetish == "submissive")>> - submissive slave $wife!" - <<elseif ($activeSlave.fetish == "cumslut")>> - slave $wife's mouth!" - <<elseif ($activeSlave.fetish == "humiliation")>> - exhibitionist slave $wife!" - <<elseif ($activeSlave.fetish == "buttslut")>> - slave $wife's butthole!" - <<elseif ($activeSlave.fetish == "boobs")>> - slave $wife's boobs!" - <<elseif ($activeSlave.fetish == "pregnancy")>> - breeder $wife!" - <<elseif ($activeSlave.fetish == "dom")>> - slave $wife's aggression!" - <<elseif ($activeSlave.fetish == "sadist")>> - slave $wife's sadistic tendencies!" - <<elseif ($activeSlave.fetish == "masochist")>> - slave $wife's pain!" - <<else>> - slave $wife!" - <</if>> - <<else>> - slave $wife!" - <</if>> - <</if>> - <<if $activeSlave.relationship > 0>> - <<set $activeSlave.relationshipTarget = 0>> - <<set $slaves[_m].relationship = 0, $slaves[_m].relationshipTarget = 0>> - <<setLocalPronouns $slaves[_m] 2>> - <</if>> - <<if $activeSlave.devotion+$activeSlave.trust >= 175>> - <<if $activeSlave.relationship > 0>> - $His ex is @@.mediumorchid;disappointed@@ that their relationship had to end and @@.gold;worries@@ for _his2 love's future. - <<if $activeSlave.relationship == 4>> - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<elseif $activeSlave.relationship == 3>> - <<set $slaves[_m].devotion -= 3, $slaves[_m].trust -= 3>> - <<else>> - <<set $slaves[_m].devotion -= 1, $slaves[_m].trust -= 1>> - <</if>> - <</if>> - <<elseif $activeSlave.devotion < -20>> - <<if $activeSlave.relationship == -1>> - $He @@.mediumorchid;hates@@ that $he has to be yours only and @@.gold;fears@@ what will happen if $he strays. - <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> - <<elseif $activeSlave.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 40, $slaves[_m].trust -= 40>> - <<set $activeSlave.devotion -= 40, $activeSlave.trust -= 40>> - <<elseif $activeSlave.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 30, $slaves[_m].trust -= 30>> - <<set $activeSlave.devotion -= 30, $activeSlave.trust -= 30>> - <<elseif $activeSlave.relationship > 0>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;fear@@ for each other's future. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> - <</if>> - <<else>> - <<if $activeSlave.relationship == -1>> - $He @@.mediumorchid;dislikes@@ that $he has to be yours only and @@.gold;worries@@ what will happen if $he strays. - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> - <<elseif $activeSlave.relationship == 4>> - Both $him and $his ex are @@.mediumorchid;resent@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 20, $slaves[_m].trust -= 20>> - <<set $activeSlave.devotion -= 20, $activeSlave.trust -= 20>> - <<elseif $activeSlave.relationship == 3>> - Both $him and $his ex are @@.mediumorchid;are saddened@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 10, $slaves[_m].trust -= 10>> - <<set $activeSlave.devotion -= 10, $activeSlave.trust -= 10>> - <<elseif $activeSlave.relationship > 0>> - Both $him and $his ex are @@.mediumorchid;are disappointed@@ that their relationship had to end and @@.gold;worry@@ for each other. - <<set $slaves[_m].devotion -= 5, $slaves[_m].trust -= 5>> - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <</if>> - <</if>> - <<set $activeSlave.relationship = -3>> - <<if $PC.slaveSurname && $activeSlave.slaveSurname != $PC.slaveSurname>> - <br><br><span id="surnaming"> - <<link "Give $him your surname">> - <<replace "#surnaming">> - <<set $activeSlave.slaveSurname = $PC.slaveSurname>> - You also command $assistant.name to rename your new slave $wife $activeSlave.slaveName $activeSlave.slaveSurname. - <<if $activeSlave.fetish == "mindbroken">> - Before you get too distracted, you tell your lovely new $wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. You are uncertain if it sunk in or not. - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - Before you get too distracted, you tell your lovely new $wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. It would be an understatement to say $he's delighted. $He's a good $desc, but even $he has to retain a kernel of doubt about whether a marriage between an owner and a piece of property is really worth much. This @@.mediumaquamarine;reassures $him@@ that it is. $His special day probably wasn't exactly like $he might once have imagined it, but $he obviously thinks it's been @@.hotpink;very nice,@@ all things considered. - <<if canTalk($activeSlave)>>"_myName _playerSurname," $he murmurs to $himself occasionally, smiling.<</if>> - <<set $activeSlave.devotion += 5, $activeSlave.trust += 5>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - Before you get too distracted, you tell your lovely new $wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. @@.mediumorchid;$He'll remember $his name, even if you try to take it away.@@ - <<if canTalk($activeSlave)>>"_myName _playerSurname," $he mutters to $himself occasionally; their is a distinct distaste to the way $he says it.<</if>> - <<set $activeSlave.devotion -= 10>> - <<elseif $activeSlave.devotion < -20>> - Before you get too distracted, you tell your quivering new $wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. $He nods in terror. Not only have you taken $his hand, but now also $his name; @@.hotpink;$he's yours now,@@ nothing $he thinks can change that. - <<if canTalk($activeSlave)>>"_myName _playerSurname," $he mutters to $himself occasionally, $his voice wavering as $he struggles to hold back the tears.<</if>> - <<set $activeSlave.devotion += 5>> - <<else>> - Before you get too distracted, you tell your lovely new $wife that $he's now to be known as $activeSlave.slaveName $activeSlave.slaveSurname. $He nods acceptingly. $He's a good $desc, but $he has doubts about whether a marriage between an owner and a piece of property is really worth much. That doesn't matter, @@.mediumaquamarine;it's worth something to $him.@@ - <<if canTalk($activeSlave)>>"_myName _playerSurname," $he murmurs to $himself occasionally<<if canHear($activeSlave)>>, listening to how it sounds<</if>>.<</if>> - <<set $activeSlave.trust += 5>> - <</if>> - <</replace>> - <</link>> - </span> - <</if>> - <</replace>> -<</link>> -<<if $cash > 10000>> - <<if $weddingPlanned > 0>> - <<if $weddingPlanned == 1>> - <br>Invite prominent citizens to a wedding: - <br> - <<link "Straightforward ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. - <<set $weddingPlanned = 1>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will cost <<print cashFormat(10000)>>// - <<else>> - <br> - - //You are already hosting// - <<if $weddingPlanned == 2>> - //an orgiastic ceremony// - <<elseif $weddingPlanned == 3>> - //an impregnation ceremony// - <</if>> - //and cannot host a straightforward ceremony// - <</if>> - <<if ($activeSlave.vagina != 0) && ($activeSlave.anus != 0)>> - <<if $weddingPlanned == 2>> - <br> - <<link "Orgiastic ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. - <<set $weddingPlanned = 2>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// - <<else>> - <br> - - //You are already hosting// - <<if $weddingPlanned == 1>> - //a straightforward ceremony// - <<elseif $weddingPlanned == 3>> - //an impregnation ceremony// - <</if>> - //and cannot host an orgiastic ceremony// - <</if>> - <</if>> - <<if isFertile($activeSlave) && ($PC.dick != 0)>> - <<if $weddingPlanned == 3>> - <br> - <<link "Impregnation ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. - <<set $weddingPlanned = 3>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// - <br> - <<else>> - <br> - - //You are already hosting// - <<if $weddingPlanned == 1>> - //a straightforward ceremony// - <<elseif $weddingPlanned == 2>> - //an orgiastic ceremony// - <</if>> - //and cannot host an impregnation ceremony// - <</if>> - <</if>> - <<else>> - <br>Invite prominent citizens to a wedding: - <br> - <<link "Straightforward ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to a straightforward ceremony for a slave being married to a slaveowner, and to make the arrangement. The wedding will take place during the upcoming week. - <<set $weddingPlanned = 1>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will cost <<print cashFormat(10000)>>// - <<if ($activeSlave.vagina != 0) && ($activeSlave.anus != 0)>> - <br> - <<link "Orgiastic ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to an orgiastic ceremony for a slave being married to a slaveowner, and to make the arrangements. The wedding orgy will take place during the upcoming week. - <<set $weddingPlanned = 2>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will involve the slave having sex with a very large number of citizens, and will cost <<print cashFormat(10000)>>// - <</if>> - <<if isFertile($activeSlave) && ($PC.dick != 0)>> - <br> - <<link "Impregnation ceremony">> - <<replace "#result">> - You order $assistant.name to invite deserving citizens to a ceremony for a fertile slave being married to a slaveowner, and to make the arrangements. The wedding will take place during the upcoming week. - <<set $weddingPlanned = 3>> - <<set $marrying.push($activeSlave.ID)>> - <<run cashX(-10000, "event", $activeSlave)>> - <</replace>> - <</link>> //This will involve you impregnating the slave, and will cost <<print cashFormat(10000)>>// - <</if>> - <</if>> -<<else>> - //You cannot afford an elaborate ceremony// -<</if>> -</span> diff --git a/src/pregmod/fPat.tw b/src/pregmod/fPat.tw deleted file mode 100644 index 59fc505ecda0faeb50a32cf07dbe3414e066bf16..0000000000000000000000000000000000000000 --- a/src/pregmod/fPat.tw +++ /dev/null @@ -1,316 +0,0 @@ -:: FPat [nobr] - -<<run Enunciate($activeSlave)>> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<setPlayerPronouns>> - -You tell $activeSlave.slaveName to -<<if !hasAnyLegs($activeSlave)>> - have another slave set $him up onto your desk. -<<elseif tooBigBreasts($activeSlave)>> - have another slave help $him heft $his tits so $he can be near you. -<<elseif tooBigBelly($activeSlave)>> - have another slave help $him heft $his belly so $he can be near you. -<<elseif tooBigButt($activeSlave)>> - have another slave help $him heft $his ass cheeks so $he can be near you. -<<elseif tooBigDick($activeSlave)>> - have another slave help $him heft $his cock so $he can be near you. -<<elseif tooBigBalls($activeSlave)>> - have another slave help $him heft $his balls so $he can be near you. -<<elseif tooFatSlave($activeSlave)>> - have another slave help $him up so $he can be near you. -<<else>> - move closer towards you. -<</if>> - -/*approach*/ - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.relationship != -3)>> - $He complies robotically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. -<<elseif ($activeSlave.relationship == -2)>> - $He eagerly complies, happy to be near the object of $his longing. Once $he's close, you hold $his face in your palms and gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he loves overwhelming, and $his eyes flick downward after a moment. - <<else>> - upon $his face. $He finds the intense look from the _womanP $he loves overwhelming, and after a moment glances away. - <</if>> - $He blushes furiously. -<<elseif $activeSlave.relationship == -3>> - <<if $activeSlave.fetish == "mindbroken">> - $He complies mechanically. $He remembers that when <<= WrittenMaster()>>'s commands are not obeyed, there is punishment. Once $he's close, you hold $his face in your palms and look into $his empty <<= App.Desc.eyesColor($activeSlave)>>. $He shows no reaction - <<elseif $activeSlave.devotion+$activeSlave.trust >= 175>> - $He complies in a wifely fashion, moving $his body as $he approaches to best enflame your desire, eager to be close to the _womanP who married $him. Once $he's close, you hold $his face in your palms and gaze - <<if canSee($activeSlave)>> - deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. - <<else>> - upon $his face. $He finds the intense look from the _womanP $he's married to affirming, and looks down with a smile. - <</if>> - <<elseif $activeSlave.devotion < -20 && $activeSlave.trust > 20>> - $He complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his tearful <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to disturbing, and breaks eye contact. - <<else>> - upon $his face. $He can feel the intense gaze of the _womanP $he's forcibly married to, and finds it disturbing. $He quickly turns $his face away. - <</if>> - <<elseif $activeSlave.devotion < -20>> - $He complies out of fear. Once $he's close, you hold $his quivering face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his teary <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's forcibly married to terrifying, and quickly breaks eye contact. - <<else>> - upon $his tear-streaked face. $He can feel the intense look from the _womanP $he's forcibly married to, and it is horrifying, causing $him to turn $his face away after only a moment. - <</if>> - <<else>> - $He complies obediently. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from the _womanP $he's married to reassuring, and looks down with a slight smile, running $his eyes over your <<if $PC.boobs >= 300>>bosom<<else>>chest<</if>>. - <<else>> - upon $his face. The intense look from the _womanP $he's married to is reassuring to $him, and $he looks down with a slight smile. - <</if>> - <</if>> -<<elseif ($activeSlave.devotion > 75)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense look from $his beloved <<= WrittenMaster()>> disconcerting, and $his eyes flick downward after a moment. - <<else>> - upon $his face. $He can feel the intense look from $his beloved <<Master>> and it is disconcerting, causing $him to glance away after only a moment, $his face flushed. - <</if>> - $He blushes furiously. -<<elseif ($activeSlave.devotion > 50)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and $he looks down after a moment, blushing. - <<else>> - upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> disconcerting, and it causes $him to glance away after only a moment, blushing. - <</if>> -<<elseif ($activeSlave.devotion > 20)>> - $He hurriedly complies, happy to be near you. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. - <<else>> - upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and $he looks down after a moment, blushing nervously. - <</if>> -<<elseif ($activeSlave.devotion < -20) && ($activeSlave.trust >= 20)>> - $He seems to visibly consider disobedience, but apparently decides your order is harmless enough. $He does as $he is told, - <<if canSee($activeSlave)>> - giving you a defiant stare as $he does so. - <<else>> - defiantly staring in your direction. - <</if>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust >= -20)>> - $He visibly considers disobedience, but decides that complying with such an apparently harmless order is safe, for now. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He finds the intense attention from $his <<= WrittenMaster()>> troubling, and $he looks down after a moment, $his lower lip trembling with nervousness. - <<else>> - upon $his face. $He finds the intense attention from $his <<= WrittenMaster()>> worrying, and turns away after a moment, $his lower lip trembling with nervousness. - <</if>> -<<elseif ($activeSlave.trust < -20)>> - The command terrifies $him, but $he's more frightened still of the consequences of disobedience, and $he complies. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. - <<else>> - upon $his face. After a mere instant of locked faces, $he looks down fearfully and begins to shake with terror, tears leaking silently down $his cheeks. - <</if>> -<<else>> - $He pauses, obviously considering whether to resist, but eventually decides to save $his strength to fight more onerous orders, and gives in. Once $he's close, you hold $his face in your palms and take a moment to gaze deeply - <<if canSee($activeSlave)>> - into $his <<= App.Desc.eyesColor($activeSlave)>>. $He stares back, but after a few moments $he loses the contest of wills and looks down. - <<else>> - upon $his face. $He faces you defiantly, but after a few moments $he loses the contest of wills and looks down. - <</if>> -<</if>> - -/* action */ - -You walk around $him, drawing closer and slowly resting your hand on $his head. You let it rest for a few seconds to get $him accustomed to your touch. -<<if ($activeSlave.fetish == "mindbroken")>> - Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your poor mentally shattered slave's inability to resist you. $He initially reacts slightly to your physical touch, but soon stops reacting completely. Nevertheless, you continue to gingerly stroke $his <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>shaven scalp <<else>>hair <</if>>, as you gently press $his body into your chest<<if !hasAnyLegs($activeSlave)>> and onto your lap<</if>>. The warmth from your slave's body, and the action of petting $his head, combined with the sound of $his breathing, allow you to feel more relaxed by the minute. -<<elseif ($activeSlave.relationship == -3) && $activeSlave.devotion+$activeSlave.trust >= 175>> - Tenderly and lovingly you brush your fingers along $his head, enjoying the feeling of your slave's utterly willing submission. $He slowly leans $his body closer and closer to you<<if !hasAnyLegs($activeSlave)>> and finally onto your lap<</if>>, relaxing as $he feels your caress. As $he shifts $his weight to your chest, $he feels all of the daily stresses of the day melt away, and a deep, happy sigh escapes $his lips. You smile fondly, allowing all of the troubles of being an arcology owner dissipate, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content $wife. -<<elseif ($activeSlave.relationship == -2)>> - Tenderly and lovingly you brush your fingers along $his head, for a moment, appreciating how easily your slave submits to your desire to pat $his head. $He slowly leans $his body closer and closer to you<<if !hasAnyLegs($activeSlave)>> allowing you to move $him onto your lap<</if>>, relaxing as $he feels your caresses. As $his weight falls onto you, all of the stress from $his body melts away, and a small, respectful sigh escapes $his pursed lips. You smile fondly, allowing all of the troubles of being an arcology owner drift away, in a similar fashion to your slave. For now, just for now, you are just a _womanP and _hisP devoted and content servant. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && (hasAnyArms($activeSlave))>> - As you start to touch $him $he smiles at you and takes your hand, following its movements. You tenderly and lovingly kiss it and let it rest on the side of $his head, before continuing with your ministrations. As opposed to your more submissive slaves, $activeSlave.slaveName takes an active role in your petting, gently guiding where your hand goes along $his head. You enjoy the feel of $his hand on yours, as well as $his <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>smooth scalp<<else>> hair<</if>>. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - $He stiffens at your touch but slowly relaxes at the sensation of your hand on $his head. You tenderly and lovingly stroke your fingers along $his scalp, enjoying the feeling of your slave's subservience. $He gently, submissively, presses $his head against your hand, like a dog. As you continue <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>kneading $his shaved scalp<<else>>stroking $his hair<</if>>, $he starts to clutch $his thighs, and if you listen you can hear subdued whimpers. $He looks up at you with adoring eyes, and relishes in the pureness of this act as $his master's pet to $his beloved <<= WrittenMaster($activeSlave)>>. -<<elseif $activeSlave.devotion > 50>> - $He accepts it with devotion, leaning back into your gentle caresses. You tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's willingness to set aside $his dignity for headpats. $He leans $his body backward, pressing $himself against you. You can feel the intense heat from $his body against your <<if $PC.boobs >= 300>>soft breasts<<else>>manly chest<</if>>. You take your time enjoying the sensation of <<if $activeSlave.hStyle == "shaved bald" || $activeSlave.bald == 1>>rubbing your slave's smooth scalp<<else>>gently running your fingers through your slave's hair<</if>>, and your slave smiles happily as you do. As you continue with your ministrations, you can see all of the stress present in your slave's shoulders dissipate, and you feel a good deal of your own tension start to melt away as well. -<<elseif $activeSlave.devotion > 20>> - $He willingly accepts it. As you tenderly and lovingly brush your fingers along $his head, enjoying the feeling of your slave's roiling emotions, and finally submission. You can still sense considerable turmoil in the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>>; $he's doing $his duty as a slave by complying with your wishes, and is probably struggling with the mixture of resistance, obedience and perhaps even devotion forced to the forefront of $his mind by your touch. As you continue your ministrations, your slave slowly, and with more then a bit of uncertainty, finally starts to relax. $He looks at you with confusion and trepidation. Your eyes betray nothing however — you simply smile and press $his head into your <<if $PC.boobs >= 300>>soft breasts<<else>>masculine chest<</if>>, all the while enjoying the feeling of your <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>hands gliding over $his smooth head<<else>>fingers gliding through $his hair<</if>>. -<<elseif ($activeSlave.devotion < -20) && ($activeSlave.trust >= 20)>> - $He doesn't react to your touch, remaining as still as statue, the same defiant expression on $his face. $He still doesn't react when you brush your fingers down the side of $his head or when you <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>stroke $his smooth head<<else>>run your fingers through $his hair<</if>>. $He does react when you gently rest your thumb on $his lips, however, by suddenly giving you a fierce bite. Cursing, you pull your hand back and examine it — $he didn't bite deep enough to draw blood, but the area is now red and puffy. Furious, you backhand $him across the face<<if random(1,100) > 80>><<set $activeSlave.minorInjury = either("black eye", "bruise", "split lip")>>, giving $him a @@.red;$activeSlave.minorInjury@@<</if>>. -<<elseif $activeSlave.devotion >= -20 && $activeSlave.trust < -20>> - $He shakes at your touch fearfully. As you tenderly brush your fingers down $his unresisting head, you appreciate this expression of your slave's subservience, $his eagerness to avoid punishment making $him stiffen, $his nervousness easily apparent. You continue stroking $him, enjoying $his fear, as the physical intimacy slowly does its work. $He starts to relax, $his resistance easing as $his eyes start to close. Your hands continue to gently scratch at $his scalp, and you enjoy the sensation as well as the feeling of power over your hapless slave. Gently, slowly, so not as to spook $him, you ease your property's head back into your <<if $PC.boobs >= 300>>breasts<<else>>chest<</if>>. Nevertheless your slave starts at the action, but at your insistence finally gives in to the motion, and finally relaxes against you. -<<elseif $activeSlave.trust < -50>> - $He is nearly frozen with fear and does not resist as you tenderly and lovingly brush your fingers along $his head, enjoying your slave's complete and utter submission to you. In fact, $he barely reacts at all. But being an arcology owner has taught you many things, not least of which is patience. With time and a gentle hand, your slave's shoulders slowly start to relax, so slowly if you weren't paying attention you wouldn't have noticed. With a sense of satisfaction, you continue your actions, enjoying the feeling of your <<if $activeSlave.hStyle == "shaven bald" || $activeSlave.bald == 1>>hand gliding over $his smooth head<<else>>fingers combing through $his hair and gently scritching $his scalp<</if>>. You settle with this for now, knowing that any attempt at further intimacy will likely scare your slave off, but you enjoy it nonetheless. -<<else>> - $He reflexively turns away from you, but you tenderly hold $his chin and maneuver $him in position with one hand and slowly but gently move your other hand to the top of $his head. Spluttering, $he leans backwards, but you catch $him by the shoulder and pin $him against you, where you feel the intense heat from $his body against your <<if $PC.boobs >= 300>>soft breasts<<else>>manly chest<</if>>, before resuming your gentle stroking. $He desperately tries to wriggle out of your grasp, but $his struggles slowly subside as $he realizes that you're not taking this any farther. Tenderly and lovingly you stroke your fingers over $his head, appreciating the feeling of your slave's rebelliousness. -<</if>> - -You pat $him softly move your palm down the side of $his head with a soothing touch as you pet $him. Gently you start to run your hand down the back of $his head, softly stroking and caressing $him. You delicately lift $his head and touch your fingertips to $his chin, tenderly brushing along the line of $his mouth with your <<if $PC.title == 1>>manly<<else>>feminine<</if>> thumb. - -<<if $activeSlave.hStyle == "shaved bald">> - Then, you gently touch $his -<<else>> - You hold a strand of $his hair and softly place it behind $his ear, taking the chance to gently caress $his -<</if>> -<<if $activeSlave.face > 95>> - overwhelmingly stunning -<<elseif $activeSlave.face > 10>> - alluring -<<elseif $activeSlave.face >= -10>> - appealing -<<elseif $activeSlave.face >= -40>> - plain -<<else>> - rough -<</if>> -face and lightly touch $his -<<if $activeSlave.lips > 95>> - facepussy -<<else>> - <<if $activeSlave.lips > 70>> - pillowlike - <<elseif $activeSlave.lips > 40>> - generous - <<elseif $activeSlave.lips > 20>> - plush - <</if>> - lips -<</if>> -with your fingertips. You move your hand to the side of your slave's head, stroking $his temple gently. -<<if $activeSlave.fetish == "mindbroken">> - This causes an unconscious shiver to travel down $his spine. -<<elseif $activeSlave.devotion > 50>> - This causes $him to shudder in delight and to move $his hand to your hip, squeezing it gently. -<<elseif $activeSlave.devotion > 20>> - This causes $him to shudder in delight. -<<elseif $activeSlave.devotion >= -20>> - This causes $him to shiver unconsciously. -<<elseif $activeSlave.trust <= -50>> - This forces $his back rigid, in an effort not to move <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>, out of fear. -<<elseif $activeSlave <= -21>> - This would cause $him to shiver with delight, but $his distaste for the situation makes that impossible. -<</if>> - -You move your hand down to caress $his forehead, and then slide your hand along $his cheek. The last thing you do is take $his head lightly and trace around it, gently massaging as you go. Finally you pat $him a few times before letting $him up. - -/* outro + reaction */ - -<<if ($activeSlave.fetish == "mindbroken")>> - When you stop, - <<if canSee($activeSlave)>> - $his <<= App.Desc.eyesColor($activeSlave)>> track the movements of your hands briefly before returning to their usual stare, - <<else>> - $he stands at attention before you, - <</if>> - awaiting further use of $his body. -<<elseif ($activeSlave.relationship == -2)>> - When you finally stop petting $him, <<if canSee($activeSlave)>>$his eyes remain closed just for a second <</if>>and $his mouth stands open in slack-jawed joy, before $he slowly <<if canSee($activeSlave)>> opens $his eyes<<else>> turns $his gaze towards you<</if>> and smiles warmly at you. Pleasure lights up $his face<<if (hasAnyArms($activeSlave))>> as $his hand traces the path yours took up to $his head and mimics your last movements<<else>> as $his gaze drifts off to the right in memory, tilting $his head from side to side in sympathetic memory of how it felt to have your hand on $his head<</if>>. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $He does $his best to communicate love with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<else>> - "I love you, <<Master>>," $he <<say>>s dreamily. - <</if>> - $He looks as though $he wants much more than your mere caress. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "dom") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && (hasAnyArms($activeSlave))>> - $He tries hard to stop from losing $himself in your incredibly skilled hands. $He takes $his tendency towards sexual dominance right up to the edge of insubordination, when $he starts to caress your face in turn. When you finally stop, $his eyes are closed and $he's smiling. When you are finally finished stroking your slave, they remove their hand from yours. Then you give them a playful flick on the nose, and the mischievous twinkle in your eye is only half playful, reminding $him of $his place in these walls. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate enjoyment with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $He does $his best to communicate enjoyment with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he liked that and would love to pet you next time. - <<else>> - "That wa<<s>> ni<<c>>e, <<Master>>," $he <<say>>s cheerfully. "Maybe next time I can <<s>>troke you..." - <</if>> - $He looks at you, $his <<if canSee($activeSlave)>>lovely <<= App.Desc.eyesColor($activeSlave)>><<else>>face<</if>> practically begging you to let $him take this farther. -<<elseif ($activeSlave.devotion > 50) && ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> - As you stroke $his head, $he reacts almost as though you're stroking $his nether regions, and begins to moan and press $himself lewdly against your - <<if $PC.boobs >= 1400>> - giant tits. - <<elseif $PC.boobs >= 1200>> - huge breasts. - <<elseif $PC.boobs >= 1000>> - big breasts. - <<elseif $PC.boobs >= 800>> - prominent breasts. - <<elseif $PC.boobs >= 650>> - unremarkable breasts. - <<elseif $PC.boobs >= 500>> - breasts. - <<elseif $PC.boobs >= 300>> - tiny breasts. - <<elseif $PC.title > 0>> - manly chest. - <<else>> - non-existent breasts. - <</if>> - $He achieves a weak orgasm before you finally stop caressing $his head; $he is your pet, after all. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate undiminished lust with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he does not speak $language well enough to express $himself. - <<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $He does $his best to communicate undiminished lust with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he liked that. - <<else>> - "That wa<<s>> fun, <<Master>>," $he <<say>>s lustfully. "But why <<s>>top there?" - <</if>> - $He looks at you as if $he wants more than your hands touching $his head. -<<elseif ($activeSlave.devotion > 50)>> - $He gradually closes $his eyes and when you finally stop, <<if (hasAnyArms($activeSlave))>>$he runs $his hand delightedly across $his face and <</if>>a euphoric look quickly lights up $his features. - <<if ($activeSlave.accent >= 3)>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>, since $he's not confident in $his ability to express it in $language. - <<elseif (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $He does $his best to communicate devotion with $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>><<else>>facial expressions<</if>>. - <<elseif !canTalk($activeSlave)>> - $He signs that $he loves you. - <<else>> - "I love you, <<Master>>," $he <<say>>s jubilantly. - <</if>> - $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you longingly, almost as if $he's bursting to say that $he wants more than your mere caress. -<<elseif ($activeSlave.devotion > 20)>> - When you finally move your hand away, <<if canSee($activeSlave)>>$his <<= App.Desc.eyesColor($activeSlave)>> gaze into yours searchingly<<else>>$he gazes at you<</if>>, looking for answers that are not there. - <<if (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs hesitantly, asking if that's all. - <<else>> - $He asks hesitantly, "I-i<<s>> that all, <<Master>>?" - <</if>> -<<elseif ($activeSlave.devotion < -20) && ($activeSlave.trust >= 20)>> - $He does little more than give another defiant glare as you pull away. - /* TODO: write this */ -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.trust < -20)>> - When you finally move your hand away, $he <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you for a long moment, as if looking for answers, before visibly catching $himself with a reminder that $he's a slave and you're $his owner. - <<if ((!hasAnyArms($activeSlave)) && (!canTalk($activeSlave)))>> - $His <<if canSee($activeSlave)>>eyes hesitantly question<<else>>expression hesitantly questions<</if>> for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs hesitantly, asking if that's all. - <<else>> - $He asks hesitantly, "I-is that all, <<Master>>?" - <</if>> -<<elseif ($activeSlave.trust < -50)>> - $He stares <<if canSee($activeSlave)>>at you<<else>>blankly<</if>> as you move your fingers across $his stiff head, but it's like touching a statue. $He is so filled with terror that $he remains rigid even as it becomes clear to $him you're not going to hurt $him. When you bore of touching the <<if ($activeSlave.physicalAge > 30)>>$woman<<else>>$girl<</if>> and move your hand away, $he turns to you in utter incomprehension. - <<if (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $His <<if canSee($activeSlave)>>eyes beg<<else>>expression begs<</if>> beg for an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs spastically, asking fearfully to know if that's all. - <<else>> - $He stammers fearfully, although somewhat less then before this session, "I-i<<s>> that all, <<Master>>?" - <</if>> - $He then cringes. -<<else>> - When you bore of it and take your hand away, $he faces you in utter incomprehension. - <<if (!hasAnyArms($activeSlave)) && (!canTalk($activeSlave))>> - $His <<if canSee($activeSlave)>>eyes demand<<else>>expression demands<</if>> an answer: is that it? - <<elseif !canTalk($activeSlave)>> - $He signs irritably, asking whether that's all. - <<else>> - $He scowls, muttering, "I<<s>> that all, <<Master>>?" - <</if>> -<</if>> diff --git a/src/pregmod/fSlaveFeed.tw b/src/pregmod/fSlaveFeed.tw deleted file mode 100644 index 3f728846a71541bcf65a12774b2de2ba93bdffa6..0000000000000000000000000000000000000000 --- a/src/pregmod/fSlaveFeed.tw +++ /dev/null @@ -1,788 +0,0 @@ -:: FSlaveFeed [nobr] - -<<set _pregDiscovery = 0>> - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -<<run clearSummaryCache($milkTap)>> -<<setLocalPronouns $milkTap 2>> - -<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"> - <<= SlaveArt($milkTap, 2, 0)>> - </div> - </div> -<</if>> -/* 000-250-006 */ -</span> - -<<if $activeSlave.inflationType == "milk">> -<<set $activeSlave.milkSource = $milkTap.ID>> - -The first necessary step is to prepare the milk cow and _his2 udders. - -<<if $milkTap.fuckdoll > 0>> - This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. - -<<elseif $milkTap.fetish == "mindbroken">> - This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the pressure in _his2 breasts, _he2 is simple to position. - -<<elseif $milkTap.rivalryTarget == $activeSlave.ID>> - This is rather easy, as $milkTap.slaveName wants to <<if canSee($milkTap)>>see<<else>>feel<</if>> $activeSlave.slaveName's belly swell painfully as $he is force-fed _his2 milk. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. - -<<elseif $milkTap.relationshipTarget == $activeSlave.ID>> - This is rather easy, as $milkTap.slaveName - <<if $milkTap.relationship == 1>> - wants _his2 friend to try _his2 milk, fresh from the source. - <<elseif $milkTap.relationship == 2>> - wants _his2 best friend to try _his2 milk, fresh from the source. - <<elseif $milkTap.relationship == 3>> - can't wait to have some fun with _his2 friend with benefits. - <<elseif $milkTap.relationship == 4>> - enjoys spending intimate time with _his2 lover, and having _his2 breasts suckled is one of _his2 favorites. - <<elseif $milkTap.relationship == 5>> - enjoys spending intimate time with _his2 $wife, and having _his2 breasts suckled is one of _his2 favorites. - <</if>> <<if $milkTap.lactation > 1>>_He2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. - -<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> - This is very easy, since $milkTap.slaveName loves _his2 tits played with and can't wait to get suckled. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes next to no effort to get _his2 milk flowing<</if>>. - -<<elseif $activeSlave.mother == $milkTap.ID>> - This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. -<<elseif $activeSlave.father == $milkTap.ID>> - This is extremely tough, as $milkTap.slaveName is very uncomfortable breast feeding the $girl _he2 sired. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. -<<elseif $milkTap.mother == $activeSlave.ID>> - This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own mother. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. -<<elseif $milkTap.father == $activeSlave.ID>> - This is very tough, as $milkTap.slaveName finds it weird to let _his2 father suckle from _him2. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release, however<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm($activeSlave, $milkTap)>> to try _his2 milk, but only if $he can taste $hers too. <<if $milkTap.lactation > 1>>$he is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - This is slightly difficult, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. - -<<elseif $milkTap.relationTarget == $activeSlave.ID>> - <<if $milkTap.relation == "twin">> - This is easy enough, as $milkTap.slaveName wants _his2 <<print relativeTerm($milkTap, $activeSlave)>> to try _his2 milk, but only if $he can taste _hers2 too. <<if $milkTap.lactation > 1>>_he2 is practically gushing milk with excitement<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. - <<elseif $milkTap.relation == "sister">> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _his2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _his2 eager for relief<</if>>. - <<elseif $milkTap.relation == "mother">> - This is easy enough, as $milkTap.slaveName fondly remembers nursing _his2 <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>$he is practically gushing milk with nostalgia<<else>>It takes minimal effort to get _his2 milk flowing<</if>>. - <<elseif $milkTap.relation == "daughter">> - This is moderately tough, as $milkTap.slaveName finds it awkward to nurse _his2 own <<print relativeTerm($milkTap, $activeSlave)>>. <<if $milkTap.lactation > 1>>_His2 excessive milk production quickly leaves _him2 eager for release<<else>>It takes some coaxing and kneading to get _his2 milk flowing and _him2 eager for relief<</if>>. - <</if>> - -<<elseif ($milkTap.lactation > 1) && ($milkTap.devotion >= -20)>> - Since $milkTap.slaveName produces so much milk, _he2 eagerly accepts any source of relief _he2 can manage. - -<<elseif ($milkTap.devotion > 50)>> - Since $milkTap.slaveName is devoted to you, _he2'll allow anyone you want to drink deeply from _him2. - -<<elseif ($milkTap.devotion > 20)>> - Since $milkTap.slaveName is obedient, _he2 appreciates any relief from _his2 swollen breasts. - -<<elseif ($milkTap.devotion >= -20)>> - Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, $he'll at least be thankful to be relieved of some pressure. - -<<else>> - Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 tits exposed and ready to be drank from. <<if $milkTap.lactation > 1>>You affix nipple clamps to _his2 $milkTap.nipples nipples and step back to watch _his2 breasts back up with milk. When _he2 is unclamped, the flow should certainly be strong enough for your desires<<else>>You make sure to roughly coax _his2 milk into flowing, all the while reminding _him2 that _he2 is nothing more than a cow now<</if>>. - -<</if>> - -<br><br> - -Next, you see to $activeSlave.slaveName. - -<<if (isAmputee($activeSlave))>> - You move the limbless $girl to $milkTap.slaveName's nipple and strap $him to it to prevent it from falling out of $his mouth. - -<<elseif tooBigBreasts($activeSlave)>> - You set $him up so that $his massive breasts pin $him on $milkTap.slaveName's milky nipple. - -<<elseif $milkTap.fuckdoll > 0>> - $He hesitantly brings $his mouth to its milky nipple, uncertain about suckling from a living doll. - -<<elseif $activeSlave.rivalryTarget == $milkTap.ID>> - Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's milky nipple so $he has no choice but to drink until you release $him. - -<<elseif $activeSlave.relationshipTarget == $milkTap.ID>> - This is rather easy, as $activeSlave.slaveName - <<if $activeSlave.relationship == 1>> - licks $his lips as $he approaches $his friend's breasts. - <<elseif $activeSlave.relationship == 2>> - eagerly licks $his lips as $he approaches $his best friend's breasts. - <<elseif $activeSlave.relationship == 3>> - licks $his lips and smiles as $he approaches $his friend with benefits' breasts, knowing well how _his2 <<if canTaste($activeSlave)>>milk tastes<<else>>body feels<</if>>. - <<elseif $activeSlave.relationship == 4>> - licks $his lips and smiles as $he approaches $his lover's breasts. This won't be the first time $he's suckled from _him2 like this. - <<elseif $activeSlave.relationship == 5>> - licks $his lips and smiles as $he approaches $his _wife2's breasts. This won't be the first time $he's suckled from _him2 like this. - <</if>> - -<<elseif $activeSlave.mother == $milkTap.ID>> - $He draws close to $his mother's nipples, trying to remember if $he once had a favorite. -<<elseif $activeSlave.father == $milkTap.ID>> - $He hesitatingly lowers $himself to $his father's nipple. <<if $milkTap.dick > 0 && canAchieveErection($milkTap)>> $he nearly backs away when $he feels the dick that sired $him poking at $his belly.<</if>> -<<elseif $milkTap.mother == $activeSlave.ID>> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple. -<<elseif $milkTap.father == $activeSlave.ID>> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple<<if $activeSlave.dick > 0 && canAchieveErection($activeSlave)>>, $his cock steadily hardening at the perversion of suckling from $his child<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - $He readily gets in position to <<if canTaste($activeSlave)>>taste<<else>>suckle from<</if>> $his <<print relativeTerm($activeSlave, $milkTap)>><<if $activeSlave.lactation > 0>> while coaxing $his own milk to flow<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple. - -<<elseif $activeSlave.relationTarget == $milkTap.ID>> - <<if $activeSlave.relation == "twin">> - $He readily gets in position to <<if canTaste($activeSlave)>>taste<<else>>suckle from<</if>> $his <<print relativeTerm($activeSlave, $milkTap)>><<if $activeSlave.lactation > 0>> while coaxing $his own milk to flow<</if>>. - <<elseif $activeSlave.relation == "sister">> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple. - <<elseif $activeSlave.relation == "mother">> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple. - <<elseif $activeSlave.relation == "daughter">> - $He draws close to $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipples, trying to remember if $he once had a favorite. - <</if>> - -<<elseif ($activeSlave.fetish == "boobs") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.devotion >= -20)>> - $He can't wait to <<if hasBothArms($activeSlave)>>wrap $his hands around<<else>>get between<</if>> $milkTap.slaveName's massive milky breasts and eagerly approaches $his nipples to suckle. - -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName's mothering instead. - -<<elseif $activeSlave.devotion < -20>> - $He tries to refuse, so you strap $him to $milkTap.slaveName's breast, milky $milkTap.nipples nipple wedged in $his mouth. - -<<elseif $activeSlave.devotion <= 20>> - $He obeys your orders reluctantly, drawing near $milkTap.slaveName's breasts despite $his obvious hesitation to be filled with milk. - -<<elseif $activeSlave.devotion <= 50>> - $He obeys your orders, drawing near $milkTap.slaveName's breasts despite $his slight hesitation at the idea of being filled with milk. - -<<else>> - $He happily obeys your orders, eagerly wrapping $his lips around $milkTap.slaveName's milky $milkTap.nipples nipple and suckling enthusiastically. -<</if>> - -<br><br> - -<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/13.33 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>> - It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his milky meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of milk, however. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> - <<set _pregDiscovery = 1>> - -<<elseif $milkTap.fuckdoll > 0>> - Slight moaning emanates from the Fuckdoll as $activeSlave.slaveName drinks from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off _his2 nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - -<<elseif $milkTap.rivalryTarget == $activeSlave.ID>> - $milkTap.slaveName grins as _his2 rival is forced to drink until $his belly is <<if $activeSlave.inflation == 3>>nearly bursting with milk. $activeSlave.slaveName struggles against $his bindings until the pressure building in $him overwhelms $him, causing $him to pass out directly into $milkTap.slaveName's cushiony breasts. You quickly remove $him from the nipple before $he drowns<<elseif $activeSlave.inflation == 2>>is rounded, jiggling and sloshing with milk. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms($activeSlave)>>$He gingerly crawls away from $milkTap.slaveName, <<if hasBothArms($activeSlave)>>one<<else>>$his<</if>> hand cradling $his overfull stomach<<else>>$He rolls onto $his side, groaning with discomfort<</if>><<elseif $activeSlave.inflation == 1>>bloated with milk. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms($activeSlave)>>$He gingerly sits up and begins massaging $his full stomach<<else>>$He rolls onto $his back, hiccupping pathetically<</if>><</if>>. - -<<elseif $milkTap.relationshipTarget == $activeSlave.ID>> - <<if $milkTap.relationship == 1>> - $milkTap.slaveName sighs contently as _his2 friend drinks deeply from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 2>> - $milkTap.slaveName sighs contently as _his2 best friend drinks deeply from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his best friend's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 3>> - $milkTap.slaveName moans lewdly as _his2 friend with benefits drinks deeply from _his2 breasts, savoring it despite commonly nursing $activeSlave.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his friend with benefits' nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 4>> - $milkTap.slaveName moans lewdly as _his2 lover drinks deeply from _his2 breasts, savoring it despite commonly nursing $activeSlave.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his lover's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 5>> - $milkTap.slaveName moans lewdly as _his2 $wife drinks deeply from _his2 breasts, savoring it despite commonly nursing $activeSlave.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his _wife2's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <</if>> - -<<elseif $activeSlave.mother == $milkTap.ID>> - $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif $activeSlave.father == $milkTap.ID>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts<<if $milkTap.dick > 0 && canAchieveErection($milkTap)>>, _his2 dick throbbing with lust<</if>>. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his father's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>><<if $milkTap.dick > 0 && canAchieveErection($milkTap)>><<if $activeSlave.sexualQuirk == "perverted">>. The way $he is wiggling $his hips suggests $he isn't finished with $his daddy just yet, and $his father's moaning confirms $he is teasing _him2 with $his rear. $He giggles as the horny cow unloads on $his backside<<else>>. $He doesn't stay put for long, as a strong moan and a blast of cum across $his rear from the horny cow startles $him from $his rest<</if>><</if>>. -<<elseif $milkTap.mother == $activeSlave.ID>> - $milkTap.slaveName moans lewdly as _he2 enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif $milkTap.father == $activeSlave.ID>> - $milkTap.slaveName moans lewdly as _his2 father suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeSlave.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - -<<elseif $milkTap.relationTarget == $activeSlave.ID>> - <<if $milkTap.relation == "twin">> - $milkTap.slaveName sighs contently as _his2 <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "sister">> - $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeSlave.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeSlave)>> suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "mother">> - $milkTap.slaveName sighs contently as _his2 little $girl once again suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his mother's nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "daughter">> - $milkTap.slaveName moans lewdly as $he enjoys some role reversal as _his2 mother suckles from _his2 breasts. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with milk. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s nipple and settles into _his2 breasts for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <</if>> - -<<elseif ($activeSlave.devotion < -20) && ($milkTap.devotion < -20)>> - Since you have two restrained and unwilling slaves, the work of milking $milkTap.slaveName's breasts falls to you. That doesn't mean you can't have fun doing it though. - <<if canDoVaginal($milkTap)>> - Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>>teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.vagina == 0>>virgin <</if>>pussy. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is $activeSlave.slaveName bloated with enough milk. - <<set $milkTap.counter.vaginal++, $vaginalTotal++>> - <<if canImpreg($milkTap, $PC)>> - <<= knockMeUp($milkTap, 40, 0, -1)>> - <</if>> - <<elseif canDoAnal($milkTap)>> - Moving behind the restrained cow while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you push _him2 forward to allow you to insert yourself into _his2 <<if $milkTap.anus == 0>>virgin <</if>>rear. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms in both yourself and the sobbing cow, is $activeSlave.slaveName bloated with enough milk. - <<set $milkTap.counter.anal++, $analTotal++>> - <<if canImpreg($milkTap, $PC)>> - <<= knockMeUp($milkTap, 40, 1, -1)>> - <</if>> - <<elseif $PC.dick != 0 && $milkTap.butt > 4>> - Moving behind the restrained cow while teasing your erect cock, you push _him2 forward to allow you to press your dick between _his2 huge butt cheeks. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several orgasms across the back of the sobbing cow, is $activeSlave.slaveName bloated with enough milk. - <<elseif $PC.dick != 0 && !hasAnyLegs($milkTap)>> - Moving behind the restrained cow while teasing your erect cock, you find a severe lack of places to stick your dick. Sighing, you hoist _his2 belted ass into the air so you may thrust between _his2 <<if $milkTap.weight > 95>>soft <</if>>thighs. Getting comfortable, you reach around to _his2 immense mammaries and begin kneading them in time to your thrusts. After some time, and several loads blown<<if $milkTap.belly >= 1500>> onto the rounded belly of the sobbing cow<</if>>, is $activeSlave.slaveName bloated with enough milk. - <<else>> - With a lack of holes to penetrate, you simply wrap your arms around $milkTap.slaveName and begin fondling and milking _his2 luscious breasts. After some time, $activeSlave.slaveName is finally bloated to your desired size. - <</if>> - Standing and releasing $him from $milkTap.slaveName, gives you the opportunity to finally see $activeSlave.slaveName's <<if $activeSlave.inflation == 3>>taut, round belly<<elseif $activeSlave.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>>. You just wish you could have enjoyed it a bit more, though forcing milk into the squirming slave was quite enjoyable. - Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> - <<if canDoVaginal($milkTap) && ($milkTap.vagina == 0)>> - $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ to your inconvenience. - <<set $milkTap.devotion -= 5, $milkTap.vagina = 1>> - <<elseif canDoAnal($milkTap) && ($milkTap.anus == 0)>> - $milkTap.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ to your inconvenience. - <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> - <</if>> - -<<elseif ($milkTap.devotion < -20)>> - Since your cow is restrained, you order the more obedient $activeSlave.slaveName to enjoy $himself with $milkTap.slaveName's breasts. As $he suckles, you can't help but notice the tantalizing way $he wiggles $his rear. - <<if canDoVaginal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.vagina == 0>>virgin <</if>> pussy, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.vagina == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his vagina.@@<</if>> - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Teasing your stiffening cock<</if>>, you push $him deeper into the protesting $milkTap.slaveName and mount $his <<if $activeSlave.anus == 0>>virgin <</if>> asshole, doggy style. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath.<<if $activeSlave.anus == 0>> $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@<</if>> - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - Teasing your stiffening cock, you push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his huge butt cheeks. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - Teasing your stiffening cock, you find a severe lack of places to stick your dick. Sighing, you hoist $his belted ass into the air, push $him deeper into the protesting $milkTap.slaveName and squeeze your dick between $his <<if $activeSlave.weight > 95>>soft <</if>>thighs. You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk as you fuck $his butt. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. - <<else>> - With a lack of holes to penetrate, you simply wrap your arms around $him and push $him deeper into the protesting $milkTap.slaveName. You bring a hand to $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and lead the other to your <<if $PC.dick == 0>>soaked pussy<<else>>stiff prick<</if>>. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. Only once your weight is removed from the squirming milk balloon is $he allowed to pull $himself off of the @@.mediumorchid;resentful $milkTap.slaveName@@ and catch $his breath. - <</if>> - $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor cow isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. - <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - <<set $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - <<set $activeSlave.anus = 1>> - <</if>> - -<<elseif ($milkTap.fetish == "boobs") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeSlave.devotion < -20)>> - <<if canDoVaginal($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if $activeSlave.anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin vagina.@@<</if>> - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him.<<if $activeSlave.anus == 0>> $he @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@<</if>> - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You position the restrained $activeSlave.slaveName so that you can rub your dick between $his huge butt cheeks while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 well milked breasts, you know $he'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen stomach, and cum soaked back, @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he is forced to drink from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen, cum-covered stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. - <<else>> - You position the restrained $activeSlave.slaveName so that you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to drink from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your eager cow. With every thrust against the squirming slave, you push $him into the moaning $milkTap.slaveName forcing even more milk down $his throat. You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much $he loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 well milked breasts, you know _he2'll come out of it and be eagerly begging you for another milking soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. - <</if>> - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.devotion -= 5>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - <<set $activeSlave.anus = 1>> - <<set $activeSlave.devotion -= 5>> - <</if>> - <<set $activeSlave.devotion -= 5>> - <<set $activeSlave.trust -= 5>> - <<set $milkTap.devotion += 4>> - -<<elseif ($activeSlave.devotion <= 20) || ($milkTap.devotion <= 20)>> - <<if canDoVaginal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. With every thrust into the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You order $activeSlave.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. - <<else>> - You order $activeSlave.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish praise on your obedient cow. With every thrust against the squirming slave, you push $him into the docile $milkTap.slaveName forcing even more milk down $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 loves it groped. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank $activeSlave.slaveName for lightening _his2 milky breasts. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - <<set $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - <<set $activeSlave.anus = 1>> - <</if>> - -<<elseif ($activeSlave.devotion <= 50) || ($milkTap.devotion <= 50)>> - <<if canDoVaginal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust into the moaning slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You order $activeSlave.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs, for a lack of anything better, while $he drinks from $milkTap.slaveName's breasts. $He submissively obeys. With every thrust against the chaste slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. - <<else>> - You order $activeSlave.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's breasts, since $he lacks any better way to please you while you lavish attention on your happy cow. With every thrust against the squirming slave, you push $him into the smiling $milkTap.slaveName forcing even more milk down $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple, knowing just how much _he2 gets backed up. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so thanks to _his2 lighter breasts. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing $his virginity to you. - <<set $activeSlave.vagina = 1, $activeSlave.devotion += 2>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. - <<set $activeSlave.anus = 1, $activeSlave.devotion += 2>> - <</if>> - -<<else>> - $activeSlave.slaveName eagerly lifts $his ass and jiggles it seductively as $he suckles from the moaning cow. - <<if canDoVaginal($activeSlave)>> - You know that signal, so you hilt yourself in <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You know that signal, so you hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin fucking $him against $milkTap.slaveName's tits. With every thrust into the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if $activeSlave.weight > 95>>soft <</if>>thighs, for a lack of anything better, and fuck $him against $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. - <<else>> - You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he drinks from $milkTap.slaveName's tits. With every thrust against the moaning slave, you push $him into the grinning $milkTap.slaveName forcing even more milk down $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with milk and place your other hand to $milkTap.slaveName's free nipple to prevent _him2 from feeling left out. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with milk, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with milk, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with milk under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal<<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> and from the pleasure you drove into $him<</if>>. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so thanks to _his2 lighter breasts. - <<set $activeSlave.devotion += 4, $milkTap.devotion += 4>> - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $activeSlave.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. - <<set $activeSlave.devotion += 4, $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $activeSlave.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. - <<set $activeSlave.devotion += 4, $activeSlave.anus = 1>> - <</if>> - -<</if>> - -<<if $milkTap.lactation > 0>> - <<set $milkTap.lactationDuration = 2>> - <<set $milkTap.boobs -= $milkTap.boobsMilk, $milkTap.boobsMilk = 0>> -<</if>> - -<<else>> /* cum variant */ -<<set $activeSlave.cumSource = $milkTap.ID>> - - -The first necessary step is to prepare the cum slave and $his cock and balls. - -<<if $milkTap.fuckdoll > 0>> - This is hilariously easy, as you have complete control over how $milkTap.slaveName is posed. - -<<elseif $milkTap.fetish == "mindbroken">> - This is very easy, as $milkTap.slaveName blankly follows your every will. Combined with _his2 instinct to relieve the building pressure in _his2 loins, _he2 is simple to position. - -<<elseif $milkTap.rivalryTarget == $activeSlave.ID>> - This is rather easy, as $milkTap.slaveName wants to <<if canSee($milkTap)>>see<<else>>feel<</if>> $activeSlave.slaveName's belly swell painfully as $he is forced to suck down _his2 huge loads. - -<<elseif $milkTap.relationshipTarget == $activeSlave.ID>> - This is rather easy, as $milkTap.slaveName - <<if $milkTap.relationship == 1>> - always wanted to get _his2 dick sucked by _his2 friend. - <<elseif $milkTap.relationship == 2>> - always wanted to get _his2 dick sucked by _his2 best friend. - <<elseif $milkTap.relationship == 3>> - enjoys getting _his2 dick sucked by _his2 friend with benefits. - <<elseif $milkTap.relationship == 4>> - loves getting _his2 dick sucked by _his2 lover, something that commonly happens due to _his2 overproduction. - <<elseif $milkTap.relationship == 5>> - loves getting _his2 dick sucked by _his2 $wife, something that commonly happens due to _his2 overproduction. - <</if>> - -<<elseif $activeSlave.mother == $milkTap.ID>> - This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. -<<elseif $activeSlave.father == $milkTap.ID>> - This is tough, as $milkTap.slaveName is rather uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. -<<elseif $milkTap.mother == $activeSlave.ID>> - This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own mother, but _he2 can't really complain about getting _his2 overfilled nuts drained. -<<elseif $milkTap.father == $activeSlave.ID>> - This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own father, but _he2 can't really complain about getting _his2 overfilled nuts drained. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($activeSlave, $milkTap)>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. - -<<elseif $milkTap.relationTarget == $activeSlave.ID>> - <<if $milkTap.relation == "twin">> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>><<if $milkTap.energy >= 95>>, though as a nymphomaniac, the thought of someone who looks so much like _his2 is a major turn on<<else>> but _he2 can't really complain about getting _his2 overfilled nuts drained<</if>>. - <<elseif $milkTap.relation == "sister">> - This is moderately tough, as $milkTap.slaveName is uncomfortable getting so intimate with _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. - <<elseif $milkTap.relation == "mother">> - This is tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. - <<elseif $milkTap.relation == "daughter">> - This is moderately tough, as $milkTap.slaveName is very uncomfortable having _his2 dick sucked by _his2 own <<print relativeTerm($milkTap, $activeSlave)>>, but _he2 can't really complain about getting _his2 overfilled nuts drained. - <</if>> - -<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishKnown == 1) && ($milkTap.fetishStrength > 60) && ($milkTap.devotion >= -20)>> - This is very easy, since $milkTap.slaveName loves blasting loads whenever _he2 can, and it is just a bonus to _his2 that _he2 gets a blowjob in the process. - -<<elseif ($milkTap.energy > 95)>> - This is very easy, since $milkTap.slaveName is so sexually charged _he2 is practically overflowing at the thought of getting _his2 dick sucked. - -<<elseif ($milkTap.devotion > 50)>> - Since $milkTap.slaveName is devoted to you, _he2'd allow anyone you want to suck _his2 dick. - -<<elseif ($milkTap.devotion > 20)>> - Since $milkTap.slaveName is obedient, _he2 appreciates being allowed to have _his2 dick sucked. - -<<elseif ($milkTap.devotion >= -20)>> - Since $milkTap.slaveName does not resist your will, _he2 should comply reasonably well. If anything, _he2'll at least be thankful for the pleasure and relief. - -<<else>> - Since $milkTap.slaveName is unlikely to comply willingly, you simply restrain _him2 with _his2 dick exposed and ready to be sucked. To get _him2 going, - <<if canDoAnal($milkTap) && $milkTap.prostate > 0>> - you circle around behind _him2, <<if $PC.dick == 0>>while donning a strap-on<<else>>teasing your erect cock<</if>>, and force _him2 forward to allow you to insert yourself into $his <<if $milkTap.anus == 0>>virgin <</if>>rear. After a quick and brutal bit of prostrate stimulation, you finish and remove yourself from _him2. Before _he2 has a chance to reclench _his2 anus, you ram an electroshock stimulator in your stead. - <<else>> - you attach a number of vibrators to _his2 oversized balls and turn them to full power, stirring up _his2 overzealous cum factories. - <</if>> - _he2 cries in @@.mediumorchid;disgust@@ and @@.gold;fear@@ as _his2 penis twitches from the sensation, begging for unwelcome release. - <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> - <<if canDoAnal($milkTap)>> - <<if canImpreg($milkTap, $PC)>> - <<= knockMeUp($milkTap, 40, 1, -1)>> - <</if>> - <<if ($milkTap.anus == 0)>> - $milkTap.slaveName feels @@.mediumorchid;especially violated@@ having just @@.lime;lost $his anal virginity@@ in such a manner. - <<set $milkTap.devotion -= 5, $milkTap.anus = 1>> - <</if>> - <<set $milkTap.counter.anal++, $analTotal++>> - <</if>> - -<</if>> - -<br><br> - -Next, you see to $activeSlave.slaveName. - -<<if (isAmputee($activeSlave))>> - You tip the limbless $girl face-first into $milkTap.slaveName's dick. - -<<elseif tooBigBreasts($activeSlave)>> - You set $him up so that $his massive breasts pin $him, face-first, to $milkTap.slaveName's dick. - -<<elseif $milkTap.fuckdoll > 0>> - $He hesitantly brings $his mouth to its precum tipped dick, uncertain about sucking off a doll. - -<<elseif $activeSlave.rivalryTarget == $milkTap.ID>> - Knowing $his relationship with $milkTap.slaveName, you feel it best to restrain $him and anchor $him to $milkTap.slaveName's eager cock so $he has no choice but to suck $his way to release. - -<<elseif $activeSlave.relationshipTarget == $milkTap.ID>> - This is rather easy, as $activeSlave.slaveName - <<if $activeSlave.relationship == 1>> - licks $his lips as $he approaches $his friend's cock. - <<elseif $activeSlave.relationship == 2>> - eagerly licks $his lips as $he approaches $his best friend's cock. - <<elseif $activeSlave.relationship == 3>> - licks $his lips and smiles as $he approaches $his friend with benefits' cock, knowing well how _his2 <<if canTaste($activeSlave)>>cum tastes<<else>>body feels<</if>>. - <<elseif $activeSlave.relationship == 4>> - licks $his lips and smiles as $he approaches $his lover's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. - <<elseif $activeSlave.relationship == 5>> - licks $his lips and smiles as $he approaches $his _wife2's cock. This won't be the first time $he's sucked _his2 dick and swallowed _his2 huge loads. - <</if>> - -<<elseif $activeSlave.mother == $milkTap.ID>> - $He awkwardly brings $his lips to $his mother's cock. -<<elseif $activeSlave.father == $milkTap.ID>> - $He <<if $activeSlave.sexualQuirk == "perverted">>eagerly<<else>>awkwardly<</if>> brings $his lips to daddy's cock. -<<elseif $milkTap.mother == $activeSlave.ID>> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>><<print relativeTerm($activeSlave, $milkTap)>>'s cock. -<<elseif $milkTap.father == $activeSlave.ID>> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - $He gets in position to suck $his <<print relativeTerm($activeSlave, $milkTap)>>'s dick. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. - -<<elseif $activeSlave.relationTarget == $milkTap.ID>> - <<if $activeSlave.relation == "twin">> - $He gets in position to suck $his <<print relativeTerm($activeSlave, $milkTap)>>'s dick. - <<elseif $activeSlave.relation == "sister">> - $He hesitatingly lowers $himself to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. - <<elseif $activeSlave.relation == "mother">> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. - <<elseif $activeSlave.relation == "daughter">> - $He awkwardly brings $his lips to $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock. - <</if>> - -<<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60) && ($activeSlave.devotion >= -20)>> - $He can't wait to wrap $his lips around $milkTap.slaveName's cock and balloon with cum, so $he eagerly approaches the waiting shaft. - -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He is accustomed to submitting to you, but as a natural submissive $he doesn't have much trouble submitting to $milkTap.slaveName instead. - -<<elseif $activeSlave.devotion < -20>> - $He tries to refuse, so you tie $him up, force a mouth spreader into $him, and position $him for $milkTap.slaveName to thrust into. - -<<elseif $activeSlave.devotion <= 20>> - $He obeys your orders reluctantly, drawing near $milkTap.slaveName's cock despite $his obvious hesitation to amount of cum that will be gushing into $him. - -<<elseif $activeSlave.devotion <= 50>> - $He obeys your orders, drawing near $milkTap.slaveName's cock despite $his slight hesitation at the idea of being filled with cum. - -<<else>> - $He happily obeys your orders, eagerly <<if canTaste($activeSlave)>>tasting<<else>>licking up<</if>> $milkTap.slaveName's beading precum before wrapping $his lips around $milkTap.slaveName's cock and sucking enthusiastically. -<</if>> - -<br><br> - -<<if $activeSlave.preg > 3 && $activeSlave.pregKnown == 0 && $activeSlave.inflation > 1>> - It becomes abundantly clear that something is wrong with $activeSlave.slaveName as $he struggles to down $his thick meal. Before $his health can be affected further, you pull $him into a medical exam. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > 10>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of cum, however. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> - <<set _pregDiscovery = 1>> - -<<elseif $milkTap.fuckdoll > 0>> - Slight moaning emanates from the Fuckdoll as $activeSlave.slaveName sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off _his2 cock and settles into _his2 balls for a short rest while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - -<<elseif $milkTap.rivalryTarget == $activeSlave.ID>> - $milkTap.slaveName grins as _his2 rival is forced to suck down loads until $his belly is <<if $activeSlave.inflation == 3>>nearly bursting with cum. $activeSlave.slaveName struggles against $his bindings until the pressure building in $his overwhelms $him, causing $him to pass out with $milkTap.slaveName's ejaculating cock still stuck in $him. You quickly remove $him from it, making sure $he gets roused from $his stupor by one last blast of cum directly to the face<<elseif $activeSlave.inflation == 2>>is rounded, jiggling and sloshing with cum. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms($activeSlave)>>$He gingerly crawls away from $milkTap.slaveName, $his hand cradling $his overfull stomach<<else>>$He rolls onto $his side, groaning with discomfort<</if>><<elseif $activeSlave.inflation == 1>>bloated with cum. You release $his bindings, allowing $him to flop to the floor. <<if hasAnyArms($activeSlave)>>$He gingerly sits up and begins massaging $his full stomach<<else>>$He rolls onto $his back, hiccupping pathetically<</if>><</if>>. - -<<elseif $milkTap.relationshipTarget == $activeSlave.ID>> - <<if $milkTap.relationship == 1>> - $milkTap.slaveName moans as _his2 friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 2>> - $milkTap.slaveName moans as _his2 best friend energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his best friend's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 3>> - $milkTap.slaveName moans lewdly as _his2 friend with benefits energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his friend with benefits' cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 4>> - $milkTap.slaveName moans lustfully as _his2 lover teases $his dick perfectly with _his2 tongue, savoring it despite commonly being sucked off by $activeSlave.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his lover's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relationship == 5>> - $milkTap.slaveName moans lustfully as _his2 $wife teases _his2 dick perfectly with $his tongue, savoring it despite commonly being sucked off by $activeSlave.slaveName during their lovemaking. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his _wife2's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <</if>> - -<<elseif $activeSlave.mother == $milkTap.ID>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif $activeSlave.father == $milkTap.ID>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his father's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif $milkTap.mother == $activeSlave.ID>> - $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif $milkTap.father == $activeSlave.ID>> - $milkTap.slaveName moans lewdly as _his2 father energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>><<if $activeSlave.dick > 0 && canAchieveErection($activeSlave)>>, $his own stiff prick throbbing against the underside of $his new belly<</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 1>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> sucks _him2 off. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 2>> - $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeSlave.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeSlave)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. -<<elseif areSisters($activeSlave, $milkTap) == 3>> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - -<<elseif $milkTap.relationTarget == $activeSlave.ID>> - <<if $milkTap.relation == "twin">> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> <<print relativeTerm($milkTap, $activeSlave)>> sucks _his2 off. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "sister">> - $milkTap.slaveName moans lewdly as _his2 <<if $milkTap.actualAge >= $activeSlave.actualAge>>little<<else>>big<</if>> <<print relativeTerm($milkTap, $activeSlave)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "mother">> - $milkTap.slaveName moans lewdly as _his2 <<print relativeTerm($milkTap, $activeSlave)>> energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his mother's cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <<elseif $milkTap.relation == "daughter">> - $milkTap.slaveName moans lewdly as _his2 mother energetically sucks _his2 dick. You enjoy the show, specifically the sight of $activeSlave.slaveName's belly steadily growing larger with each orgasm until <<if $activeSlave.inflation == 3>>$his belly is round and taut, making $him look pregnant. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and rubbing $his gurgling stomach<</if>><<elseif $activeSlave.inflation == 2>>$his belly is round, jiggling and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his wobbling, gurgling stomach<</if>><<elseif $activeSlave.inflation == 1>>$his belly is distended and sloshing with cum. $He pops off $his <<print relativeTerm($activeSlave, $milkTap)>>'s cock and takes a seat facing the smiling $milkTap.slaveName while hiccupping<<if hasAnyArms($activeSlave)>> and teasing $his gurgling stomach<</if>><</if>>. - <</if>> - -<<elseif ($activeSlave.devotion < -20) && ($milkTap.devotion < -20)>> - Since you have two restrained and unwilling slaves, though $milkTap.slaveName's twitching penis betrays _him2, you are going to have to take an active role in forcing $activeSlave.slaveName to suck. - <<if canDoVaginal($activeSlave)>> - Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - Moving behind the struggling cocksleeve while<<if $PC.dick == 0>> donning a strap-on<<else>> teasing your erect cock<</if>>, you pull $him into a comfortable position to penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>rear. Once you are firmly mounted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust into $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to rub your dick between $his huge butt cheeks. Once you are firmly slotted, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - Moving behind the struggling cocksleeve while teasing your erect cock, you pull $him into a comfortable position to fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs, for a lack of anything better. Once you are firmly seated, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you thrust against $him, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. - <<else>> - Moving behind the struggling cocksleeve while teasing your erect cock, you find a distinct lack of ways to use $him to get off. <<if $PC.dick != 0>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. Once you are positioned, you reach around, bringing one hand to $his empty stomach and the other to $his exposed throat. As you masturbate, you force $him to choke down $milkTap.slaveName's dick, applying pressure to $his throat any time $he attempts to pull away. - <</if>> - <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers and the seemingly endless supply of ejaculate from $milkTap.slaveName<</if>>. Standing and releasing $him from $milkTap.slaveName, gives you a lovely sight of $activeSlave.slaveName's <<if $activeSlave.inflation == 3>>taut, round belly<<elseif $activeSlave.inflation == 2>>rounded, jiggling belly<<else>>distended, sloshing belly<</if>> quivering as $he comes down from $his own forced climax<<if $PC.dick != 0 && (canDoAnal($activeSlave) || canDoVaginal($activeSlave))>>, cum leaking from both ends<</if>>. - Both slaves @@.mediumorchid;resent@@ what you made them do and @@.gold;fear you@@ as a result. - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $activeSlave.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his virginity@@ in such a demeaning manner. - <<set $activeSlave.devotion -= 5>> - <<set $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $activeSlave.slaveName @@.mediumorchid;especially,@@ having just @@.lime;lost $his anal virginity@@ in such a demeaning manner. - <<set $activeSlave.devotion -= 5>> - <<set $activeSlave.anus = 1>> - <</if>> - -<<elseif ($milkTap.devotion < -20)>> - Since your sperm tank is restrained, you order the more obedient $activeSlave.slaveName to enjoy $himself with $milkTap.slaveName's dick. As $he teases and licks, you can't help but notice the tantalizing way $he wiggles $his rear. - <<if canDoVaginal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy, doggy style. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - <<if $PC.dick == 0>>Donning a strap-on<<else>>Stroking your stiffening cock<</if>>, you wait for the perfect moment and mount $his <<if $activeSlave.anus == 0>>virgin <</if>>asshole, doggy style. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - Stroking your stiffening cock, you wait for the perfect moment and slip your dick between $his huge butt cheeks. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - Stroking your stiffening cock, you wait for the perfect moment, hoist up $his rear and slip your dick between $his <<if $activeSlave.weight > 95>>soft <</if>>thighs. - <<else>> - As you watch $his butt, it becomes clear just how few ways there are to use $him to get off. <<if $PC.dick != 0>>You settle for rubbing your erection against $his back<<else>>You settle for a vibrating dildo stuck deep into your pussy<</if>>, you'll need both hands to fondle your toy. - <</if>> - You wrap your arms around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. Only once your weight is removed from the squirming cum balloon is $he allowed to pull off of the @@.mediumorchid;exhausted $milkTap.slaveName's@@ cock and catch $his breath. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his pussy.@@ - <<set $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $His senses were so overwhelmed, $he didn't even notice you @@.lime;broke in $his anus.@@ - <<set $activeSlave.anus = 1>> - <</if>> - $He gives the shaking $milkTap.slaveName an apologetic look before taking a seat. The poor slave isn't used to this yet and @@.gold;is terrified of your willingness@@ to take what you want from your slaves. - <<set $milkTap.devotion -= 5, $milkTap.trust -= 5>> - -<<elseif ($milkTap.fetish == "cumslut") && ($milkTap.fetishStrength > 60) && ($milkTap.devotion > 20) && ($activeSlave.devotion < -20)>> - <<if canDoVaginal($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he is forced to suck $milkTap.slaveName's dick. With every thrust into the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You position the restrained $activeSlave.slaveName so that you can rub your dick between $his huge butt cheeks while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You position the restrained $activeSlave.slaveName so that you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs while $he is forced to suck $milkTap.slaveName's dick. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <<else>> - You position $activeSlave.slaveName so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's swollen testicles, knowing just how much _he2 loves to jettison cum. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>> and $milkTap.slaveName even more. _He2 is semi-conscious, drooling in @@.hotpink;pleasure and satisfaction,@@ by the time you release the bloated $activeSlave.slaveName from $his harness. Patting _his2 spasming, dribbling cock, you know _he2'll come out of it and be eagerly begging you for another slave to fuck soon. $activeSlave.slaveName, on the other hand, is regarding $his swollen stomach @@.mediumorchid;with disgust@@ and @@.gold;fear@@ of your power over $him. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin pussy.@@ - <<set $activeSlave.vagina = 1, $activeSlave.devotion -= 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $He @@.mediumorchid;hates you so much more@@ that you @@.lime;broke in $his virgin anus.@@ - <<set $activeSlave.anus = 1, $activeSlave.devotion -= 1>> - <</if>> - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5>> - <<set $milkTap.devotion += 4>> - -<<elseif ($activeSlave.devotion <= 20) || ($milkTap.devotion <= 20)>> - <<if canDoVaginal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. With every thrust into the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You order $activeSlave.slaveName to position $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You order $activeSlave.slaveName to position $his ass so you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. With every thrust against the squirming slave, you push $milkTap.slaveName's cock deeper down $his throat, giving $milkTap.slaveName's orgasms a straight shot into the moaning slave's gullet. - <<else>> - You order $activeSlave.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he is forced to suck $milkTap.slaveName's dick, since $he lacks any better way to please you. With every thrust against the squirming slave, you force the moaning $milkTap.slaveName's cock deep into $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, planning to coax even stronger orgasms out of _him2. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Neither slave seems to have truly enjoyed it, instead opting to just get it over with, though $milkTap.slaveName makes sure to thank $activeSlave.slaveName for dealing with $his pent up loads. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - <<set $activeSlave.vagina = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - <<set $activeSlave.anus = 1>> - <</if>> - -<<elseif ($activeSlave.devotion <= 50) || ($milkTap.devotion <= 50)>> - <<if canDoVaginal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can penetrate $his <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust into the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You order $activeSlave.slaveName to lift $his ass so you can rub your dick between $his huge butt cheeks while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You order $activeSlave.slaveName to lift $his ass so you can fuck $his <<if $activeSlave.weight > 95>>soft <</if>>thighs while $he sucks $milkTap.slaveName's cock. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. - <<else>> - You order $activeSlave.slaveName to position $himself so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he sucks $milkTap.slaveName's cock, since $he lacks any better way to please you. $He submissively obeys. With every thrust against the moaning slave, you push milkTap.slaveName's dick deeper down $his throat. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's balls, knowing just how much _he2 gets backed up. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting. Both slaves enjoyed their union, though $milkTap.slaveName even more so after that many orgasms. - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing $his virginity to you. - <<set $activeSlave.vagina = 1, $activeSlave.devotion += 5>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $activeSlave.slaveName feels @@.hotpink;closer to you@@ after losing $his anal virginity to you. - <<set $activeSlave.anus = 1, $activeSlave.devotion += 5>> - <</if>> - -<<else>> - - $activeSlave.slaveName eagerly lifts $his ass and jiggles it seductively as $he sucks the moaning slut. - <<if canDoVaginal($activeSlave)>> - You know that signal, so you hilt yourself in <<if $activeSlave.vagina == 0>>virgin <</if>>pussy <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <<elseif canDoAnal($activeSlave)>> - You know that signal, so you hilt yourself in <<if $activeSlave.anus == 0>>virgin <</if>>ass <<if $PC.dick == 0>>with a strap-on <</if>> and begin spitroasting $him with $milkTap.slaveName. With every thrust into the moaning slave, every participant comes closer to their own climax. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<elseif $PC.dick != 0 && $activeSlave.butt > 4>> - You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his huge butt cheeks and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. - <<elseif $PC.dick != 0 && hasBothLegs($activeSlave)>> - You know that signal, but $he isn't allowed to get penetrated, so you settle for sticking your dick between $his <<if $activeSlave.weight > 95>>soft <</if>>thighs and fucking $him along with $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. - <<else>> - You know that signal, but $he isn't allowed to get fucked, so you reposition $him so you can rub your <<if $PC.dick == 0>>clit<<else>>dick<</if>> against $him while $he deepthroats $milkTap.slaveName. With every thrust against the moaning slave, both you and $milkTap.slaveName come closer to climax. - <</if>> - You wrap an arm around $activeSlave.slaveName's middle so you may feel $his stomach swell with ejaculate and place your other hand to $milkTap.slaveName's breasts to prevent _him2 from feeling left out from your attention. <<if $activeSlave.inflation == 3>>You cum multiple times as you feel $his belly slowly round with cum, transform into a jiggling mass, and finally grow taut under your molesting fingers<<elseif $activeSlave.inflation == 2>>You cum several times as you feel $his belly slowly round with cum, finally transforming into a jiggling mass, under your molesting fingers<<else>>You cum as you feel $his belly slowly round with cum under your molesting fingers<</if>>. When you release $him from under your weight, $he drops to the ground panting from $his meal and from the pleasure you drove into $him. Both slaves @@.hotpink;loved the attention,@@ though $milkTap.slaveName even more so after so much relief. - <<set $activeSlave.devotion += 4>> - <<set $milkTap.devotion += 4>> - <<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> - $activeSlave.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first fucking@@ as something special. - <<set $activeSlave.devotion += 4, $activeSlave.anus = 1>> - <<elseif canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> - $activeSlave.slaveName got off quite strongly from the growing pressure within $him, @@.hotpink;cementing@@ $his @@.lime;first anal@@ as something special. - <<set $activeSlave.devotion += 4, $activeSlave.anus = 1>> - <</if>> - -<</if>> - -<</if>> - -<br><br> - -<<if _pregDiscovery == 0>> - <<set $activeSlave.counter.oral++, $milkTap.counter.oral++, $oralTotal += 2>> - You help the bloated $activeSlave.slaveName to the couch to recover and, more importantly, keep $his meal down. Only once $he has had several minutes to unwind<<if $activeSlave.devotion > 10>> and plenty of time to tease you with $his swollen body, do you tell <<else>> do you order<</if>> $him to keep drinking from $milkTap.slaveName so that $he is always filled with <<if $activeSlave.inflation == 3>>two gallons<<elseif $activeSlave.inflation == 2>>four liters<<else>>two liters<</if>> of $activeSlave.inflationType. You give $his <<if $activeSlave.inflation == 3>>taut, firm globe of a belly a pat<<elseif $activeSlave.inflation == 2>>wobbly, sloshing belly a pat<<else>>distended, sloshing belly a pat<</if>> and send $him on $his way. - - <<if $activeSlave.inflation == 3>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly is so taut it barely wobbles at all as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. - <<run healthDamage($activeSlave, 1)>> - <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. - <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. - <</if>> - <br><br> - <<if $milkTap.fuckdoll == 0>> - Once $he is gone, you see to it that the contented $milkTap.slaveName is helped back to _his2 assignment, but only after _his2 dribbling <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. - <<else>> - Once $he is gone, you see to it that the dribbling Fuckdoll is cleaned up and returned to _his2 proper place, but only after _his2 leaking <<if $activeSlave.inflationType == "milk">>teats are dealt with<<else>>cock is dealt with<</if>>, causing the waiting servant to gulp nervously at what that may entail. - <</if>> -<<else>> - <<if $milkTap.fuckdoll == 0>> - With $activeSlave.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. _He2'll have to figure out some other way to relieve _himself2 as _he2 is helped back to _his2 assignment. - <<else>> - With $activeSlave.slaveName unable to continue, you are left with the backed up $milkTap.slaveName to deal with. Hopefully _he2 doesn't leak too much as _he2 waits for further use. - <</if>> -<</if>> - -<<run SetBellySize($activeSlave)>> -<<set $slaves[$slaveIndices[$milkTap.ID]] = $milkTap>> -<<set $milkTap = 0>> diff --git a/src/pregmod/fSlaveSelfImpreg.tw b/src/pregmod/fSlaveSelfImpreg.tw deleted file mode 100644 index 1d5c632e77c30404419f04cf5df818ec3e77872f..0000000000000000000000000000000000000000 --- a/src/pregmod/fSlaveSelfImpreg.tw +++ /dev/null @@ -1,219 +0,0 @@ -:: FSlaveSelfImpreg [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> - -<<set _pfh = ($activeSlave.fetish == "pregnancy" && $activeSlave.fetishStrength > 50)>> -<<set _pfk = (_pfh && $activeSlave.fetishKnown == 1) || $activeSlave.sexualFlaw == "breeder">> -<<set _coop = true, _enjoy = true>> -<<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> - -<<if ($activeSlave.fetish == "mindbroken")>> -<<else>> - <<if ($activeSlave.devotion <= 20)>> - <<if ($activeSlave.devotion < -20)>> - $activeSlave.slaveName despises you, and tends to resent everything you do on principle, - <<elseif ($activeSlave.devotion <= 20)>> - $activeSlave.slaveName dislikes you, - <</if>> - <<if ($activeSlave.sexualFlaw == "breeder" || (_pfh && $activeSlave.fetishStrength > 90))>> - but the idea of simultaneously impregnating and being impregnated is @@.hotpink;so tempting@@ that $he's @@.mediumaquamarine;grateful@@ to you despite $himself. - <<set $activeSlave.devotion += 2, $activeSlave.trust += 1>> - <<elseif (_pfk)>> - but $his obvious predilection for being pregnant significantly lessens the @@.mediumorchid;indignity@@ of the situation. - <<set _coop = false>> - <<set $activeSlave.devotion -= 2>> - <<elseif (_pfh)>> - but, despite the @@.mediumorchid;indignity@@ of the situation, $his resistance seems strangely muted. It's fairly obvious that something about the idea of being impregnated is @@.hotpink;strangely appealing@@ to $him. - <<set _coop = false>> - <<set $activeSlave.devotion -= 4>> - <<else>> - <<if (isAmputee($activeSlave))>> - and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. The fact that $he is @@.gold;utterly immobile@@ makes a terrifying situation @@.mediumorchid;even worse.@@ - <<set $activeSlave.devotion -= 1, $activeSlave.trust -= 1>> - <<else>> - and this @@.gold;uniquely degrading@@ violation of $his person only reinforces $his @@.mediumorchid;hatred@@ towards you. $He resists so violently that you must @@.red;physically coerce $him@@ into cooperating with the procedure. - <</if>> - <<set _coop = false, _enjoy = false>> - <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 6>> - <</if>> - <<elseif (_pfk)>> - $activeSlave.slaveName @@.hotpink;genuinely enjoys@@ impregnation and pregnancy, so $he is @@.mediumaquamarine;grateful@@ that you're giving $him a chance to become so intimately acquainted with both aspects of $his fetish at the same time. - <<set $activeSlave.devotion += 4, $activeSlave.trust += 2>> - <<if ($activeSlave.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> - $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. - <<set $activeSlave.devotion += 1, $activeSlave.trust += 1>> - <</if>> - <<else>> - <<if (_pfh)>> - Even though you aren't aware of any special fondness for pregnancy, $activeSlave.slaveName seems @@.hotpink;oddly eager@@ to cooperate with you. It quickly becomes obvious that $he is @@.lightcoral;fascinated with pregnancy@@ and you've @@.mediumaquamarine;helped $him discover this@@ about $himself. - <<set $activeSlave.devotion += 1, $activeSlave.trust += 1, $activeSlave.fetishKnown = 1>> - <<elseif ($activeSlave.behavioralQuirk == "perverted")>> - Despite having no particular interest in pregnancy, the @@.hotpink;sheer perversity@@ of impregnating $himself is palpably arousing to $activeSlave.slaveName. - <<set $activeSlave.trust += 1>> - <<elseif ($activeSlave.energy > 90)>> - Despite having no particular interest in pregnancy, $activeSlave.slaveName's overwhelming sex drive causes $him to be aroused at the prospect of any sex, even if it happens to be with $himself. - <<elseif ($activeSlave.devotion > 50)>> - Despite having no particular interest in pregnancy, $activeSlave.slaveName is eager to @@.hotpink;submit to your vision@@ of $him. - <<set $activeSlave.trust += 1>> - <<if ($activeSlave.devotion > 50 && $arcologies[0].FSRepopulationFocus > 10)>> - $He also feels @@.hotpink;proud@@ that $he can be a @@.mediumaquamarine;self-sustaining@@ source of offspring to support your vision of the future. - <<set $activeSlave.devotion += 1, $activeSlave.trust += 1>> - <</if>> - <<set _enjoy = false>> - <<else>> - $activeSlave.slaveName cooperates without any protest. $He may not particularly enjoy pregnancy or impregnation, but $he's too well-broken to resist or speak against you. - <<set _enjoy = false>> - <</if>> - <</if>> -<</if>> - -<<if ($activeSlave.fetish == "mindbroken")>> - $activeSlave.slaveName is dully cooperative as you ensure $he is positioned conveniently on a bench to give you access to both aspects of $his genitalia. A quick dose of vasodilators ensures that $he is ready to perform, even if $he is unable to fully comprehend what is about to happen. Once $he is fully erect, your personal assistant uses a mechanical toy to efficiently stimulate $him to climax, while you hold a small container in place to collect $his emission. Moments later, you've loaded $activeSlave.slaveName's seed into a syringe and dispensed the contents deep within $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>>. -<<elseif (isAmputee($activeSlave))>> - <<if (_coop && _enjoy)>> - Although $activeSlave.slaveName is unable to do much to help, $his expression is visibly excited as you place $him on a bench, and produce a sample container and syringe. - <<elseif (_enjoy)>> - A maelstrom of emotions fill $activeSlave.slaveName's face as you carry $him to a bench, and produce a sample cup and syringe. - <<if ($activeSlave.dick > 6)>> - You can't tell if $he's relieved or disappointed when $his excessive size interferes, as usual, with $his erection, but an injection of vasodilators quickly makes the question moot. - <</if>> - At your instruction, your personal assistant descends with a selection of toys to ensure quick ejaculation. Pleasure, lust, terror, and loathing play across $activeSlave.slaveName's face as $his arousal mounts and $his hips begin to buck. By the time $he begins to ejaculate, pleasure and lust have won out and $he throws $his head back in abandon as $his emission fills the cup in your hands. <<if !canSee($activeSlave)>>Although $he cannot see what you are doing, $his expression is rapt, almost dreamlike,<<else>>$He watches with rapt fascination<</if>> as you load the syringe with $his sperm, slide it into $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents home, deep against $his waiting cervix. - <<elseif (_coop)>> - $activeSlave.slaveName is calm and docile as you place $him on a bench, and produce a sample container and syringe. With no other option, $he throws back $his head and enjoys the stimulation as your personal assistant, at your instruction, begins stimulating $him to orgasm. When $he ejaculates, you carefully catch every drop in the sample cup, load the syringe, and inject the contents directly against $his cervix. - <<else>> - Although $activeSlave.slaveName frantically squirms in a futile attempt to resist as you place $him on a bench, and produce a sample cup and syringe. Without limbs to aid $his escape, $he can only <<if !canSee($activeSlave)>>blindly wait<<else>>watch<</if>> in helpless horror as the vasodilators you inject bring $his manhood to complete erectness and your personal assistant, at your instruction, begins stimulating $him. $He sobs in helpless despair as $his rigid shaft begins to throb, filling the cup with a terribly potent load of $his seed; $he frantically shakes $his head, face streaked with tears, as you dip the syringe into the cup, withdraw the plunger, insert it into $his exposed <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>>, and shoot the contents directly against the opening to $his womb. - <</if>> -<<elseif (_coop)>> - <<if (_enjoy)>> - <<if ($activeSlave.dick > 6 && $activeSlave.balls <= 4)>> - Although $he is aroused by the idea of impregnating $himself, $activeSlave.slaveName's cock is simply too large to easily become erect. A quick injection of vasodilators later, and $he's ready to go. Because $he's so eager, you simply stand back and let the magic happen. - <<if ($activeSlave.vagina == 0 && $activeSlave.mpreg != 1) || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1)>> - As ways to lose one's virginity go, this is one hell of a way to do it. Without needing any instruction, $activeSlave.slaveName grasps $his massive shaft <<if hasBothArms($activeSlave)>>in both hands<<elseif !hasAnyArms($activeSlave)>>as best $he can with the stumps of $his arms<<else>>with $his hand<</if>> and feeds it around so the head is <<if $activeSlave.mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He shows only the tiniest hesitation before easing $his cock inside $his own body, @@.lime;<<if $activeSlave.mpreg == 1>>through $his virgin backdoor<<else>>past $his maidenhead<</if>>,@@ until you can tell the head is nestled snugly against $his own cervix. - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<else>> - Without needing any instruction, $activeSlave.slaveName grasps $his massive shaft <<if hasBothArms($activeSlave)>>in both hands<<elseif !hasAnyArms($activeSlave)>>as best $he can with the stumps of $his arms<<else>>with $his hand<</if>> and feeds it around so the head is <<if $activeSlave.mpreg == 1>>kissing $his anus<<else>>nestled between $his own labia<</if>>. $He works it up and down for a second, relishing the sensation, and then plunges $his cock into $his own body until you can tell the tip is wedged against $his own cervix. - <</if>> - Without another partner to rut against, $activeSlave.slaveName has to rely on <<if hasBothArms($activeSlave)>>$his own hands<<else>>the floor tiles<<if hasAnyArms($activeSlave)>> and $his hand<</if>><</if>>, bucking $his hips up against them to drive the impressively curved shaft into $his own body with increasing desperation until $his whole body shudders; $his cock throbs as $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> eagerly drinks up $his own seed. - <<else>> - <<if ($activeSlave.trust < -20)>> - Although $he is aroused by the idea of impregnating $himself, $activeSlave.slaveName is too terrified to achieve an erection without assistance. It takes an injection of vasodilators to overcome $his nerves and restore $his manhood to proper functioning. - <<else>> - Merely thinking about what you're about to do has $activeSlave.slaveName fully erect, with a small bead of precum running down $his shaft and blending with the <<if $activeSlave.mpreg == 1>>lubricant dripping from between $his cheeks<<else>>feminine wetness dripping from <<if hasBothLegs($activeSlave)>>between $his legs<<else>>$his crotch<</if>><</if>>. - <</if>> - <!-- todo: if slave has lover/wife, let them "do the honors" --> - <<if ($activeSlave.balls > 4)>> - Since $his balls are too large to permit any other options, you produce a special toy for $activeSlave.slaveName — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. - <<else>> - Since $he's not large enough to simply fuck $himself, you produce a special toy for $activeSlave.slaveName — an onahole attached by a flexible tube to a dildo, with an embedded micro-pump to ensure any fluid in the onahole makes its way out of the dildo. - <</if>> - <<if ($activeSlave.vagina == 0 && $activeSlave.mpreg != 1) || ($activeSlave.anus == 0 && $activeSlave.mpreg == 1)>> - As ways to lose one's virginity go, this is one hell of a way to do it. $activeSlave.slaveName trembles with excitement as $he brings the synthetic shaft <<if hasBothLegs($activeSlave)>>between $his legs<<else>>to $his groin<</if>> and slowly works it @@.lime;into $his virgin <<if $activeSlave.mpreg == 1>>anus<<else>>pussy<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<else>> - $activeSlave.slaveName eagerly rams the synthetic shaft as deeply into $his <<if $activeSlave.mpreg == 1>>ass<<else>>pussy<</if>> as it will go, obviously fantasizing that $he's driving $his own dick into $his <<if $activeSlave.mpreg == 1>>winking anus<<else>>dripping pussy<</if>>. - <</if>> - You help $him keep the dildo in place while $he works the onahole onto $his cock and begins stroking up and down. The stimulation of being filled and having $his dick stroked doesn't give $him much time to enjoy what $he's doing before $his hips buck wildly and you see semen traveling from the pump, along the clear plastic tube, and into the base of the dildo embedded deeply in $activeSlave.slaveName's throbbing <<if $activeSlave.mpreg == 1>>asshole<<else>>vagina<</if>>. - <</if>> - <<else>> - <<if ($activeSlave.devotion > 50)>> - <<if ($activeSlave.dick > 6)>> - No matter how hard $he tries, $activeSlave.slaveName's dick is simply too large for $him to achieve erection on $his own. You're about to inject $him with a vasodilator to remedy the problem, when $he tries to take the syringe from your hand. Normally such impudence would be a grave violation, but it's obvious that $his actions are only motivated by loyalty — $he wants to fix this problem $himself so $he can feel like $he isn't failing you because of a physical inadequacy that is, admittedly, not $his fault. You relinquish the syringe and watch as $he injects $himself with the drugs necessary to achieve a full erection. - <<else>> - Despite a complete lack of sexual interest in the procedure, $activeSlave.slaveName is able to quickly bring $himself to full erectness without any help. - <</if>> - <<else>> - <<if ($activeSlave.dick > 6)>> - $activeSlave.slaveName doesn't try all that hard to achieve erection, but it's obvious that the sheer size of $his cock would make it impossible anyway. $He silently cooperates as you inject $him with vasodilators to forcibly make $him erect. - <<else>> - Despite a complete lack of sexual interest in the procedure, $activeSlave.slaveName is able to eventually bring $himself to full erectness without any help. - <</if>> - <</if>> - <!-- todo: if slave has lover/wife, let them "do the honors" --> - You produce a sample container and syringe; $activeSlave.slaveName gets the idea and immediately begins jacking off. When $he ejaculates, $he carefully holds the cup <<if hasBothArms($activeSlave)>>with one hand<<else>>in front of $him<</if>> to catch every drop of $his virile seed. A moment later $he dips the syringe into the container and withdraws the plunger. - <<if ($activeSlave.devotion > 50)>> - $He blushes a bit, hands you the syringe, and lies back on the bench, <<if hasBothLegs($activeSlave)>>spreading $his legs invitingly<<else>>presenting $himself<</if>>. You insert the syringe carefully into $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> as far as it will go, and spray $his sperm directly against $his waiting cervix. - <<else>> - You take the syringe from $him and gesture for $him to lie back; once $he's in position, you insert the syringe carefully into $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> and spray $his sperm directly against $his waiting cervix. - <</if>> - <</if>> -<<else>> - <<if (_enjoy)>> - Although $activeSlave.slaveName is anything but eager to cooperate, you don't have to drag $him. It's obvious that $his resistance is conflicting with the raw desire to fill $himself with $his own seed. - <<if ($activeSlave.dick > 6 && $activeSlave.balls <= 4)>> - While the size of $his cock makes it necessary for you to inject $him with vasodilators for $him to become properly erect, $his resistance is minimal. - <<if $activeSlave.vagina == 0>> - You instruct $him to fuck $himself; by this point, $he's too far gone to object, even though obeying will rob $him of $his virginity. $His <<if hasBothArms($activeSlave)>>hands shake<<else>>lip quivers<</if>> with roiling emotions as $he lines $his cock up with $his own opening and gingerly works it into $his @@.lime;virgin <<if $activeSlave.mpreg == 1>>anus<<else>>pussy<</if>>.@@ - <<if $activeSlave.mpreg == 1>> - <<set $activeSlave.anus = 1>> - <<else>> - <<set $activeSlave.vagina = 1>> - <</if>> - <<else>> - You instruct $him to fuck $himself; by this point, $he's too far gone to object. $His <<if hasBothArms($activeSlave)>>hands shake<<else>>lip quivers<</if>> as $he lines $his cock up with $his own opening; $he lets out a sound halfway between a sob and a moan as $he penetrates $himself. - <</if>> - Without another partner to thrust against, $activeSlave.slaveName has to use $his remarkable shaft like a dildo, sliding it in and out of $his increasingly dripping sex. The potent mix of shame and arousal drives $him to orgasm quickly, and only a couple of minutes pass before you see $his shaft throbbing as $he fucks a baby into $his own belly. - <<else>> - <<if ($activeSlave.dick > 6)>> - $activeSlave.slaveName's balls are too large to make any other options possible, but $he is still too large to achieve erection easily. You can't tell if $he is disappointed, or relieved, by this fact, but a quick injection of vasodilators makes the question moot either way. - <<else>> - $His cock is rigidly erect almost immediately, a fact which brings a confusing mixture of shame and arousal to $his face. - <</if>> - You produce a sample container and syringe; $activeSlave.slaveName gets the idea and reluctantly begins jacking off. When $he ejaculates, $he carefully holds the cup with one hand to catch every drop of $his seed. A moment later $he dips the syringe into the container and withdraws the plunger. $He hesitates, likely because the release has restored some of $his self control to $him, but before $he can do anything to escape, you press $him down with one hand and feed the syringe into $his <<if $activeSlave.mpreg == 1>>anus<<else>>pussy<</if>>, depressing the plunger as soon as it's deeply inside $him. - <!-- possible todo: allow Head Girl to do this part?--> - <</if>> - <<else>> - The repulsion $activeSlave.slaveName feels toward both you and what you're about to force $him to do make $his cooperation entirely out of the question. You are forced to restrain $him with straps, kicking and sobbing; the sobbing only gets louder when $he feels the prick of a needle shooting vasodilators into $his crotch. Moments later, despite $his best efforts, $he is painfully erect and ready for you to proceed. Since $he's guaranteed to make this as difficult as possible, you opt for the simplest solution: you take a condom and apply it to $his penis; once $he's sheathed, you instruct your personal assistant, using toys, to forcibly stimulate $him until $he ejaculates and remove the condom. Loading the contents into a syringe and injecting them into $his <<if $activeSlave.mpreg == 1>>ass<<else>>vagina<</if>> is a simple matter, because of the straps, and moments later $he sobs in despair as $his sperm begins racing into $his waiting womb. - <</if>> -<</if>> - -<<set _actCount = random(2,8)+1>> -<<set $activeSlave.counter.penetrative += _actCount, $penetrativeTotal += _actCount>> -<<if $activeSlave.mpreg == 1>> - <<set $activeSlave.counter.anal += _actCount, $analTotal += _actCount>> -<<else>> - <<set $activeSlave.counter.vaginal += _actCount, $vaginalTotal += _actCount>> -<</if>> - -You repeat this ritual throughout the week, ensuring that $activeSlave.slaveName -<<if _superfetation == 1>> - has @@.lime;added another child@@ to $his pregnancy. -<<else>> - is @@.lime;carrying $his own child.@@ -<</if>> - -<<= knockMeUp($activeSlave, 100, 2, $activeSlave.ID, 1)>> - -<<if $arcologies[0].FSRestart != "unset">> - <<if ($activeSlave.breedingMark != 1 || $propOutcome == 0) && $eugenicsFullControl != 1>> - Rumors spread about you having your slaves breed; the Societal Elite are @@.red; very displeased@@ by these rumors. - <<set $failedElite += 5>> - <</if>> -<</if>> - -<<if ($arcologies[0].FSRepopulationFocus != "unset" && ($arcologies[0].FSGenderFundamentalist == "unset" || $arcologies[0].FSRepopulationFocus >= $arcologies[0].FSGenderFundamentalist))>> - <!-- seems logical that repop would trump anything else if it's equal-or-more advanced than fundamentalism.--> - <<if $arcologies[0].FSGenderFundamentalist != "unset">> - <<set _delt = $arcologies[0].FSRepopulationFocus - $arcologies[0].FSGenderFundamentalist>> - <<else>> - <<set _delt = $arcologies[0].FSRepopulationFocus>> - <</if>> - <<if _delt > 0>> - Society is @@.green;pleased@@ by the addition of a new slave, no matter the means by which it was produced. - <<run repX($FSSingleSlaveRep*($arcologies[0].FSRepopulationFocus/$FSLockinLevel), "futureSocieties", $activeSlave)>> - <<else>> - The traditional elements of your society disapprove of this degenerate form of reproduction, but their complaints are countered by those who believe producing more slaves by any means necessary. - <</if>> -<<elseif $arcologies[0].FSGenderFundamentalist != "unset">> - Society @@.red;is disgusted@@ by this degenerate form of reproduction. - <<run repX(forceNeg($FSSingleSlaveRep*($arcologies[0].FSGenderFundamentalist/$FSLockinLevel)), "futureSocieties", $activeSlave)>> - <<set $arcologies[0].FSGenderFundamentalist -= 0.05*$FSSingleSlaveRep>> -<</if>> diff --git a/src/pregmod/fSlaveSlaveDickConsummate.tw b/src/pregmod/fSlaveSlaveDickConsummate.tw deleted file mode 100644 index 67df06a0f404a705c3e6c497c6a40fe116c94658..0000000000000000000000000000000000000000 --- a/src/pregmod/fSlaveSlaveDickConsummate.tw +++ /dev/null @@ -1,551 +0,0 @@ -:: FSlaveSlaveDick Consummate [nobr] - -<<set $nextButton = "Continue", $returnTo = $nextLink, $nextLink = "AS Dump">> -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<run clearSummaryCache($slaverapistx)>> -<<setLocalPronouns $slaverapistx 2>> - -<<if $activeSlave.dick>> - <<if $activeSlave.dick == 1>> - <<set _dicksize = "tiny">> - <<elseif ($activeSlave.dick == 2)>> - <<set _dicksize = "tiny">> - <<elseif ($activeSlave.dick == 3)>> - <<set _dicksize = "average">> - <<elseif ($activeSlave.dick == 4)>> - <<set _dicksize = "big">> - <<elseif ($activeSlave.dick == 5)>> - <<set _dicksize = "huge">> - <<elseif ($activeSlave.dick == 6)>> - <<set _dicksize = "gigantic">> - <<elseif ($activeSlave.dick == 7)>> - <<set _dicksize = "titanic">> - <<elseif ($activeSlave.dick == 8)>> - <<set _dicksize = "absurd">> - <<elseif ($activeSlave.dick >= 9)>> - <<set _dicksize = "inhuman">> - <</if>> -<</if>> - -<<if areRelated($activeSlave, $slaverapistx)>> - <<set _isIncest = 1>> -<</if>> - -You take a look at the bound cock toy. - - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> - Since $activeSlave.slaveName is mentally broken, the restraints don't do anything but set the scene. -<<elseif ($activeSlave.devotion > 50)>> - Since $activeSlave.slaveName is devoted, $his restraints are more for the show than for practical purposes. -<<elseif ($activeSlave.devotion > 20)>> - $activeSlave.slaveName is obedient but not devoted, so $his restraints are firm for $his own good. -<<else>> - $activeSlave.slaveName is unlikely to comply willingly, and is tied down tight, unable to budge more than <<if $showInches == 2>>an inch<<else>>a centimeter<</if>>. -<</if>> - -<<if isAmputee($activeSlave)>> - $His limbless torso lies on the bed, ready for $slaverapistx.slaveName. -<<elseif tooBigBelly($activeSlave)>> - $His huge belly will limit the number of possible positions for $slaverapistx.slaveName to take $him in. -<<elseif tooBigBreasts($activeSlave)>> - The weight of $his tits pins $him helplessly in place. -<<elseif tooBigButt($activeSlave)>> - $His huge ass pushes $his pelvis further up, making it look as if $he's trying to fuck the air. -<<elseif tooBigDick($activeSlave)>> - $His huge cock is clearly going to be a challenge. -<<elseif tooBigBalls($activeSlave)>> - $His huge balls might get a bit in the way in this position. -<<elseif tooFatSlave($activeSlave)>> - $His huge gut threatens to envelope $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>. -<</if>> - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> - <<if $activeSlave.energy > 40>> - $activeSlave.slaveName is broken mentally, but has a serviceable libido. After a bit of stimulation $he's good to go without any further reaction on $his own. - <<else>> - $activeSlave.slaveName is broken mentally, and $his low libido prevents $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> from becoming erect. A massive dose of vasodilators fixes this, and you think you see $his face twitch with the pain, but there is no further reaction. - <</if>> -<<elseif ($activeSlave.fetish == "mindbroken") && ($activeSlave.career == "a dairy cow")>> - <<if $activeSlave.energy > 40>> - $activeSlave.slaveName, as a good cow with a good libido, takes only a little fondling before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> becomes erect. When you let go, $he gives a needy moo with a sad expression to ask you to keep going. - <<else>> - $activeSlave.slaveName may be a cow, but $his low libido keeps $his mostly soft despite plenty of fondling. You inject $him with vasodilators so $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect, and $he moos in discomfort and struggles against $his restraints. - <<set _bottomdrugged = 1>> - <</if>> -<<elseif ($activeSlave.fetish == "mindbroken") && ($activeSlave.career == "a breeding bull")>> - $activeSlave.slaveName, as a good bull, was already erect while being tied down. It seems $he knows what's going to happen to $him soon. Maybe someone at the Cattle Ranch has been sampling their bulls? -<<else>> - <<if $activeSlave.devotion >= -20>> - <<if $activeSlave.energy > 40>> - <<if ($activeSlave.fetishKnown == 1)>> - <<if ($activeSlave.fetish == "submissive")>> - $activeSlave.slaveName is a known sub, and seconds after $he is ordered to lie down to be restrained $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is erect. $He knows $he's going to get used, and can't hide $his excitement. - <<elseif ($activeSlave.fetish == "dom")>> - $activeSlave.slaveName is a known dom, and needs some stimulation before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes hard. Despite knowing $he's going to be used, $he can't hide $his curiosity to experience what the other side feels. - <<elseif ($activeSlave.fetish == "masochist")>> - $activeSlave.slaveName almost gets off on being tied down tight, sporting a <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> once you have finished. $His nipples are firm as well, and $he struggles against $his restraints to feel them dig into $him tighter. - <<elseif ($activeSlave.fetish == "sadist")>> - $activeSlave.slaveName is a sadist, and finds $himself in the exact opposite position $he'd want to be in to get off. It's obvious $he's not going to get aroused soon, so you inject $him with vasodilators so $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes erect and hope $he at least learns something from being on the receiving end for once. - <<set _bottomdrugged = 1>> - <<elseif ($activeSlave.fetish == "humiliation")>> - $activeSlave.slaveName gets off on humiliation, and after being ordered to lay naked on a bed to be tied down, becomes flushed with arousal with $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> throbbing in anticipation at being used like a toy. - <<elseif ($activeSlave.fetish == "pregnancy") && ($arcologies[0].FSRepopulationFocus != "unset") && canPenetrate($activeSlave)>> - $activeSlave.slaveName gets off thinking about pregnancy, and in your arcology most women are pregnant or fertile. $He knows someone's pussy will be around $his _dicksize cock soon, and is clearly lost in $his fantasies as $his cock swells to a throbbing erection. - <</if>> - <<elseif ($activeSlave.attrXX > 65)>> - $activeSlave.slaveName has a good sex drive and likes pussy, even before $he's fully bound $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> is throbbing in anticipation. - <<else>> - Despite $his adequate sex drive, since $activeSlave.slaveName isn't turned on by the prospect of pussy, $he takes some manual stimulation before $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> stands erect. - <</if>> - <<else>> - <<if ($activeSlave.attrXX > 65)>> - $activeSlave.slaveName isn't known for $his high libido, but since $he likes pussy all it takes is some teasing to get $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> erect and ready. - <<else>> - $activeSlave.slaveName doesn't have a high libido, and also isn't attracted to female slaves. A dose of vasodilators injected at the base of $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> causes $him to quickly reach painful readiness, and the unnatural pain makes $him strain at $his bonds. - <<set _bottomdrugged = 1>> - <</if>> - <</if>> - <<else>> - <<if $activeSlave.energy > 60>> - <<if ($activeSlave.attrXX > 65)>> - Although $activeSlave.slaveName does not like being a slave, $his high libido and love for pussy have $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> ready for sex despite $his negative feelings. - <<else>> - $activeSlave.slaveName does not like being a slave, and isn't attracted to women, but with $his high libido all it takes is simple teasing for $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> to be ready for sex. - <</if>> - <<else>> - $activeSlave.slaveName does not like being a slave, and without a high sex drive $he is able to resist stimulation and stay soft. A quick dose of vasodilators changes that, and $he moans in pain and struggles against $his bonds in vain as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> becomes painfully hard. - <<set _bottomdrugged = 1>> - <</if>> - <</if>> -<</if>> - -<br><br> - -You call $slaverapistx.slaveName into the room. - -<br><br> - -<<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> - $activeSlave.slaveName doesn't even notice - <<if _isIncest == 1>> - <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> - the slave that is both $his mother and $his father, - <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> - $his own <<print relativeTerm($activeSlave, $slaverapistx)>>, - <<elseif $activeSlave.mother == $slaverapistx.ID>> - $his own mother, - <<elseif $activeSlave.father == $slaverapistx.ID>> - the slave that fathered $him, - <<else>> - $his <<print relativeTerm($activeSlave, $slaverapistx)>>, - <</if>> - <<else>> - the other slave, - <</if>> - and simply lays still. -<<elseif ($activeSlave.fetish == "mindbroken") && (($activeSlave.career == "a dairy cow") || ($activeSlave.career == "a breeding bull"))>> - <<if _isIncest == 1>> - $activeSlave.slaveName's simple mind does not even acknowledge that $slaverapistx.slaveName is - <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> - the slave that is both $his mother and $his father, - <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> - $his own <<print relativeTerm($activeSlave, $slaverapistx)>>, - <<elseif $activeSlave.mother == $slaverapistx.ID>> - $his own mother, - <<elseif $activeSlave.father == $slaverapistx.ID>> - the slave that fathered $him, - <<else>> - $his <<print relativeTerm($activeSlave, $slaverapistx)>>, - <</if>> - <<else>> - $activeSlave.slaveName <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>dimly acknowledges<</if>> the newcomer, and with $his simple mind - <</if>> - $he only knows that they have a pussy and $his <<if ($activeSlave.clit >= 4)>>swollen clit<<else>>_dicksize penis<</if>> is erect. Naturally, $he seems quite eager to put them together. - <<set _incestMood = "Bottom">> -<<else>> - <<if _isIncest == 1>> - $activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>> - <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> - the slave that is both $his mother and $his father, - <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> - $his own <<print relativeTerm($activeSlave, $slaverapistx)>>, - <<elseif $activeSlave.mother == $slaverapistx.ID>> - $his own mother, - <<elseif $activeSlave.father == $slaverapistx.ID>> - the slave that fathered $him, - <<else>> - $his <<print relativeTerm($activeSlave, $slaverapistx)>>, - <</if>> - <<if ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.sexualQuirk == "sinful")>> - <<set _incestMood = "Bottom">> - unable to hide $his intense arousal at the impending <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> act.<<if canSee($activeSlave)>> $His eyes are locked on $slaverapistx.slaveName's pussy, and<</if>> $slaverapistx.slaveName can hear $him moan in anticipation<<if !canSee($activeSlave)>>, which surprises the blind slave<</if>>. - <<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>> - <<set _incestMood = "Both">> - but since they're already in a sexual relationship, $he just shows a relaxed smile as $he waits for $slaverapistx.slaveName to mount $him. - <<else>> - <<if $activeSlave.devotion > 95>> - <<set _incestMood = "Bottom">> - but $his deep acceptance of slavery means $he is eager to please you, <<if ($activeSlave.clit >= 4)>>leaving $his massive clit flushed<<else>>making $his _dicksize cock drip precum<</if>>. - <<elseif $activeSlave.devotion > 60>> - and is clearly struggling between keeping $himself hard and acknowledging the incest. A small dose of vasodilators and $his impressive desire to please you should keep $his <<if ($activeSlave.clit >= 4)>>clit<<else>>penis<</if>> up for $slaverapistx.slaveName. - <<set _incestMood = "BottomFragile">> - <<else>> - <<if ndef _bottomdrugged>> - and once it becomes clear to $him that $slaverapistx.slaveName will be the one mounting $him, $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> shrinks away. A direct injection of vasodilators changes that, bringing $him back to readiness to $his horror. - <<set _bottomdrugged = 1>> - <<else>> - and to $his own horror the drugs $he was injected with keep $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting. - <</if>> - <</if>> - <</if>> - <</if>> -<</if>> - -<br><br> - -<<if $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career != "a dairy cow") && ($slaverapistx.career != "a breeding bull")>> - $slaverapistx.slaveName stares blankly, and needs to be deliberately guided to straddle $activeSlave.slaveName. - <<if _isIncest == 1>> - Naturally, _he2 isn't even aware of the impending incest. - <</if>> - <<if ($activeSlave.fetish == "mindbroken") && ($activeSlave.career != "a dairy cow") && ($activeSlave.career != "a breeding bull")>> - Since both slaves are essentially vegetables, this is shaping up to be a rather contrived sexual demonstration. The parts are all there, but the actors aren't going to contribute much to the show. - <</if>> -<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a dairy cow")>> - $slaverapistx.slaveName sees the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, and catches on to why _he2's here quickly. _He2 takes it into _his2 mouth before you stop _him2 and tap _his2 pussy, and after a few seconds of thinking _he2 straddles $activeSlave.slaveName's hips with a moo. - <<if _isIncest == 1>> - Naturally, since _he2 thinks _he2's a cow, incest means nothing to _him2. - <</if>> -<<elseif $slaverapistx.fetish == "mindbroken" && ($slaverapistx.career == "a breeding bull")>> - $slaverapistx.slaveName sees the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize penis<</if>> ready and waiting, but isn't quite sure what to do with it. _He2's been brought up to use _his2 dick when thinking, after all. It takes a few minutes to get _him2 to straddle $activeSlave.slaveName's hips with the intent to get _his2 pussy penetrated. - <<if _isIncest == 1>> - Naturally, since _he2 thinks _he2's a breeding bull, incest means nothing to _him2. - <</if>> -<<else>> - <<if _isIncest == 1>> - $slaverapistx.slaveName sees - <<if $slaverapistx.father == $activeSlave.ID && $slaverapistx.mother == $activeSlave.ID>> - the slave that is both _his2 mother and _his2 father - <<elseif $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID>> - _his2 own <<print relativeTerm($slaverapistx, $activeSlave)>> - <<elseif $slaverapistx.mother == $activeSlave.ID>> - _his2 own mother - <<elseif $slaverapistx.father == $activeSlave.ID>> - the slave that fathered _him2 - <<else>> - _his2 <<print relativeTerm($slaverapistx, $activeSlave)>> - <</if>> - tied to the bed, - <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> - <<if _incestMood == "Bottom">> - and can't hide _his2 <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> arousal at the excited glances they share. - <<set _incestMood = "Both">> - <<else>> - <<set _incestMood = "Top">> - and becomes indecently aroused at their horrified expressions for the <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> incest to come. - <</if>> - <<elseif ($slaverapistx.relationshipTarget == $activeSlave.ID) && ($slaverapistx.relationship > 2)>> - and licks _his2 lips involuntarily. - <<else>> - <<if $slaverapistx.devotion > 95>> - <<if _incestMood == "Bottom">> - as well as _his2 apparent lust. Since _he2 is a perfect slave for you, _his2 vagina becomes flushed with arousal quickly. - <<set _incestMood = "Both">> - <<else>> - <<set _incestMood = "Top">> - as well as $his worried expressions. $slaverapistx.slaveName seems aroused and determined to show $him how a proper slave should act. - <</if>> - <<elseif $slaverapistx.devotion > 60>> - <<if _incestMood == "BottomFragile">> - <<unset _incestMood>> - <</if>> - and after figuring out they're just as superficially prepared as _he2 is, resolves _himself2 to forget they're related to stay aroused. - <<else>> - and can't hide the look of horror that crosses _his2 face. You assure _him2 this is what _he2 needs to do. - <<if _incestMood == "Bottom">> - To _his2 growing disgust, _he2 can tell $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> shows off genuine arousal despite their blood relation. - <<else>> - _He2 might find solace in the fact that the owner of the <<if ($activeSlave.clit >= 4)>>erect clit<<else>>_dicksize erection<</if>> on display doesn't seem thrilled as well. - <</if>> - <</if>> - <</if>> - <</if>> - - <<if _incestMood == "Top" || _incestMood == "Both" || ndef(_isIncest)>> - <<if ($slaverapistx.fetishKnown == 1)>> - <<if ($slaverapistx.fetish == "submissive")>> - $slaverapistx.slaveName usually prefers to be underneath someone with a <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> like that, which is obvious in _his2 expressions. Knowing _he2's riding it due to someone's orders is just about the only detail that plays to _his2 fetish. - <<elseif ($slaverapistx.fetish == "dom")>> - $slaverapistx.slaveName can't hide _his2 domineering smile at the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>> tied up and presented to _him2. Being on top and controlling everything is what gets _him2 off, and you just gave _him2 a nice human dildo to dominate. - <<elseif ($slaverapistx.fetish == "masochist")>> - $slaverapistx.slaveName usually prefers to be the one being abused, which is clear from _his2 disappointed reaction as _he2 considers the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize erection<</if>> tied before _him2. Maybe _he2 can delude _himself2 into thinking this is a denial play for _himself2 and enjoy the human dildo, or maybe not. - <<elseif ($slaverapistx.fetish == "sadist")>> - $slaverapistx.slaveName is a sadist, and seeing a human dildo tied town for _him2 to abuse and enjoy has _him2 almost panting in arousal. The ecstatic look of devotion _he2 flashes you makes it clear _he2's going to enjoy _himself2, regardless of how the <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize cock<</if>>'s owner feels. - <<elseif ($slaverapistx.fetish == "humiliation")>> - $slaverapistx.slaveName usually gets off on humiliation, and you know _he2 wishes the roles were reversed here. Despite that, having _his2 <<= WrittenMaster($slaverapistx)>> order _him2 to get _himself2 off with the human dildo beneath _him2 is quite thrilling, sexually. - <</if>> - <</if>> - <</if>> -<</if>> - -<br><br> - - -<<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>> - Since you have two restrained slaves, it's up to you to do all the work. Since $activeSlave.slaveName is already lying on the bed, you maneuver $slaverapistx.slaveName's pussy into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts lowering _himself2 very slowly, pulling back every time $activeSlave.slaveName's dick prods _his2 womanhood. After watching the sad display for a while, you grab _him2 by the hips and slam _him2 down onto $activeSlave.slaveName, hilting _him2 in one, scream-inducing move. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - $slaverapistx.slaveName seems more cooperative after that and you only have to occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do and fear you as a result. - -<<elseif ($activeSlave.devotion < -20)>> - Since your dick slave is restrained, you order $slaverapistx.slaveName to kneel on the bed on top of $activeSlave.slaveName, and then maneuver _his2 pussy into place. $activeSlave.slaveName is uncooperative, so you prod and slap $him until $he starts to thrust $his cock into $slaverapistx.slaveName with urgency. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _h2e might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - It doesn't take long for $activeSlave.slaveName to orgasm. $He resents what you made $him do and fears you as a result. - -<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> - You tell the randy $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. - <<if $slaverapistx.vagina == 0>> - Without further instruction, $slaverapistx.slaveName lowers _his2 virgin pussy onto $activeSlave.slaveName waiting <<if ($activeSlave.clit >= 4)>>clit-dick<<else>>_dicksize dick<</if>>, impaling _himself2 slowly and teasing _his2 bound victim. This act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.fetishStrength += 1>> - <</if>> - _He2 begins playing with _him2 immediately, fondling, pinching and licking while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeSlave.slaveName release and teasing $him, fully enjoying _his2 dominant role. - <<if $activeSlave.dick > 0>> - <<if ($activeSlave.fetish == "submissive")>> - By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot a massive load into $slaverapistx.slaveName's welcoming pussy. $He is glad to be dominated. - <<else>> - By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot a massive load, to $his horror and resentment, into the blissfully satisfied $slaverapistx.slaveName. - <</if>> - <</if>> - -<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($activeSlave.devotion < -20)>> - You tell the grinning $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to hurt and rape another slave for _his2 pleasure. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - _He2 begins playing with $him immediately, slapping, pinching and licking $his boobs while bouncing on the meaty shaft. Occasionally _he2 stops, denying $activeSlave.slaveName release by painfully squeezing and smacking the sensitive shaft. By the end of the session $activeSlave.slaveName's abused, pent-up penis has shot several massive and painful loads into the blissfully satisfied $slaverapistx.slaveName, leaving $him lying on the bed, shaking in horror and @@.red;utter exhaustion,@@ while $slaverapistx.slaveName reaps the opportunity to continue painfully tormenting $him. - <<run healthDamage($activeSlave, 10)>> - <<set $activeSlave.counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> - -<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20)>> - You tell the randy $slaverapistx.slaveName that $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> is all $hers. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - _He2 rides the helpless $activeSlave.slaveName through several ejaculating orgasms. In the short breaks between them, _he2 teases $his pussy. By the end of the session $slaverapistx.slaveName's cunt is dripping cum, to _his2 obvious satiation and bliss. $activeSlave.slaveName is lying next to _him2 on the bed in a state of fatigue, the entire experience having thoroughly exhausted $him. - <<set $activeSlave.counter.penetrative += 3, $penetrativeTotal += 3, $slaverapistx.counter.vaginal += 3, $vaginalTotal += 3>> - -<<elseif ($activeSlave.devotion <= 20) || ($slaverapistx.devotion <= 20)>> - You toss $activeSlave.slaveName onto the bed and tell $slaverapistx.slaveName to get on with it. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;_he2 is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a nonverbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. - -<<elseif ($activeSlave.devotion <= 50) || ($slaverapistx.devotion <= 50)>> - You order $activeSlave.slaveName and $slaverapistx.slaveName to get on with it. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $activeSlave.slaveName's <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> and dripping away with the contents of $slaverapistx.slaveName's cum-filled pussy. You notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. - -<<else>> - The two slaves turn eagerly to the business of sex. - <<if ($slaverapistx.vagina == 0)>> /* losing virginity */ - <<if ($slaverapistx.devotion > 20)>> - $slaverapistx.slaveName accepts your orders without comment and lowers _his2 virgin pussy on $activeSlave.slaveName's ready <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>>. @@.hotpink;$slaverapistx.slaveName is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;will break in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 10>> - <<elseif ($slaverapistx.devotion >= -20)>> - $slaverapistx.slaveName is clearly unhappy at the idea of losing _his2 pearl of great price to $activeSlave.slaveName; this probably isn't what _he2 imagined _his2 first real sex would be like. _He2 fears _he2 might get pregnant. Nevertheless, @@.hotpink;$he is further broken to slavery@@ by this application of _his2 body, which naturally @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion += 4>> - <<else>> - As you anticipated, $slaverapistx.slaveName refuses to give $activeSlave.slaveName _his2 virginity. However, since $slaverapistx.slaveName is restrained _his2 resistance amounts to @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging.@@ Naturally, this cruel act @@.lime;breaks in _his2 pussy.@@ - <<set $slaverapistx.vagina = 1, $slaverapistx.devotion -= 5, $slaverapistx.trust -= 5>> - <</if>> - <<if $slaverapistx.mother == $activeSlave.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his <<print relativeTerm($activeSlave, $slaverapistx)>>'s vagina. - <</if>> - <<elseif $activeSlave.mother == $slaverapistx.ID>> - <<if ($activeSlave.counter.penetrative == 0)>> - $activeSlave.slaveName gasps and $his eyes widen as $he feels the tender folds of a pussy — and none other than $his mother's — embracing $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> for the first time. - <<else>> - $activeSlave.slaveName's breath quickens as $his <<if ($activeSlave.clit >= 4)>>massive clit<<else>>_dicksize dick<</if>> disappears into $his mother's vagina. - <</if>> - <</if>> - <</if>> /* closes losing virginity */ - $slaverapistx.slaveName happily rides $activeSlave.slaveName, who occasionally thrusts $his hips up. After a little while, when $slaverapistx.slaveName bends down to engage in passionate kissing, you come over and - <<if canDoAnal($slaverapistx) && $slaverapistx.anus > 0>> - penetrate $slaverapistx.slaveName's free asshole with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the extra stimulus of double penetration, _he2 comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. - <<set $slaverapistx.counter.anal++, $analTotal++>> - <<if canImpreg($slaverapistx, $PC)>> - <<= knockMeUp($slaverapistx, 5, 1, -1, 1)>> - <</if>> - <<elseif canDoVaginal($activeSlave)>> - penetrate $activeSlave.slaveName's free pussy with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. - <<= VCheck.Vaginal(1)>> - <<elseif canDoAnal($activeSlave)>> - penetrate $activeSlave.slaveName's free asshole with your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>>. With the double stimulus of penetrating a tight vagina and being penetrated while restrained, $he comes indecently hard. The two of them collapse into an exhausted, satisfied pile of slave flesh. - <<= VCheck.Anal(1)>> - <<else>> - pull _his2 face to your crotch. All this penetration has got you horny and there are no free holes to fuck, so a little oral will have to do. It doesn't take long for all three of you to collapse into an exhausted, satisfied pile of flesh. - <<set $slaverapistx.counter.oral++, $oralTotal++>> - <</if>> -<</if>> - - -<br><br> - -<<set $activeSlave.counter.penetrative += 1, $penetrativeTotal += 1, $slaverapistx.counter.vaginal += 1, $vaginalTotal += 1>> - -/% Friendship/lust? %/ -<<if ([2].includes($activeSlave.relationship) && $activeSlave.relationshipTarget == $slaverapistx.ID) && ([2].includes($slaverapistx.relationship) && $slaverapistx.relationshipTarget == $activeSlave.ID)>> - You keep $activeSlave.slaveName's dick intimate with $slaverapistx.slaveName's pussy for awhile, something the two friends haven't been sharing with each other. In the end, you are certain they got closer, becoming @@.lightgreen;friends with benefits.@@ - <<set $activeSlave.relationship++, $slaverapistx.relationship++>> -<</if>> - -/% pregnancy test %/ -<<if canImpreg($slaverapistx, $activeSlave)>> - <<= knockMeUp($slaverapistx, 25, 0, $activeSlave.ID)>> -<</if>> - -/% save changes %/ -<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/pregmod/fSlaveSlaveVagConsummate.tw b/src/pregmod/fSlaveSlaveVagConsummate.tw deleted file mode 100644 index 090bca27ba3281090b52efe19fb525c84fd8cbca..0000000000000000000000000000000000000000 --- a/src/pregmod/fSlaveSlaveVagConsummate.tw +++ /dev/null @@ -1,251 +0,0 @@ -:: FSlaveSlaveVag Consummate [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<setLocalPronouns $activeSlave>> -<<run clearSummaryCache($slaverapistx)>> -<<setLocalPronouns $slaverapistx 2>> - -<<set $activeSlave.counter.vaginal += 1>> -<<set $vaginalTotal += 1>> -<<set $slaverapistx.counter.penetrative++, $penetrativeTotal++>> - -<<if $slaverapistx.dick == 1>> - <<set _dicksize = "pathetic">> -<<elseif ($slaverapistx.dick == 2)>> - <<set _dicksize = "tiny">> -<<elseif ($slaverapistx.dick == 3)>> - <<set _dicksize = "average">> -<<elseif ($slaverapistx.dick == 4)>> - <<set _dicksize = "big">> -<<elseif ($slaverapistx.dick == 5)>> - <<set _dicksize = "huge">> -<<elseif ($slaverapistx.dick == 6)>> - <<set _dicksize = "gigantic">> -<<elseif ($slaverapistx.dick == 7)>> - <<set _dicksize = "titanic">> -<<elseif ($slaverapistx.dick == 8)>> - <<set _dicksize = "absurd">> -<<elseif ($slaverapistx.dick == 9)>> - <<set _dicksize = "inhuman">> -<<else>> - <<set _dicksize = "obscene">> -<</if>> - -<<if areRelated($activeSlave, $slaverapistx)>> - <<set _isIncest = 1>> -<</if>> - -You take a look at the slave you selected. - -<<if ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> - Since $slaverapistx.slaveName loves to dominate others it's not hard to get _his2 <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> ready. - <<if ($slaverapistx.attrXX > 65)>> - With _his2 love of pussy, _he2 becomes aroused indecently fast. - <<else>> - _His2 <<if $slaverapistx.dick > 0>>_dicksize cock<<else>>massive clit<</if>> quickly swells to a throbbing erection at the prospect of forcing _himself2 on another slave. - <</if>> -<<elseif ($slaverapistx.fetish == "sadist") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20)>> - With the prospect of torturing another slave <<if $slaverapistx.dick > 0>>_his2 _dicksize cock swells to a throbbing erection in seconds<<else>>_his2 huge clit becomes fully engorged in seconds<</if>>. -<<elseif ($slaverapistx.fetish == "pregnancy") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion >= -20) && $slaverapistx.dick > 0>> - With the prospect of raping another slave bareback, _his2 _dicksize cock swells to a throbbing erection in seconds. -<<elseif ($slaverapistx.attrXX > 65) && ($slaverapistx.devotion >= -20)>> - Since $slaverapistx.slaveName likes sticking _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> in girls, _he2 doesn't take much convincing. -<<elseif ($slaverapistx.devotion > 50)>> - Since $slaverapistx.slaveName is devoted to you, _he2'll eagerly fuck anything you tell _him2 to fuck. -<<elseif ($slaverapistx.devotion > 20)>> - Since $slaverapistx.slaveName is obedient, _he2'll fuck anything you tell _him2 to fuck. -<<elseif ($slaverapistx.devotion >= -20)>> - Since $slaverapistx.slaveName does not resist your will, _he2 should comply reasonably well. _He2 has to work to get _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> hard despite _his2 doubts, visibly disturbed that you are ordering _him2 to fuck someone for your entertainment. -<<else>> - Since $slaverapistx.slaveName is unlikely to comply willingly, you simply restrain _him2 and administer a massive dose of vasodilators, directly where they will do the most good. $slaverapistx.slaveName writhes with the pain of the injection, which is compounded as _his2 <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> quickly reaches an agonizingly full erection. -<</if>> - -<<if _isIncest == 1>> - $slaverapistx.slaveName is well aware that _he2 is about to rape - <<if $slaverapistx.father == $activeSlave.ID && $slaverapistx.mother == $activeSlave.ID>> - the slave that is both _his2 mother and _his2 father, - <<elseif $activeSlave.mother == $slaverapistx.ID || $activeSlave.father == $slaverapistx.ID>> - _his2 own <<print relativeTerm($slaverapistx, $activeSlave)>>, - <<elseif $slaverapistx.mother == $activeSlave.ID>> - _his2 own mother, - <<elseif $slaverapistx.mother == $activeSlave.ID>> - the slave that fathered _him2, - <<else>> - _his2 <<print relativeTerm($slaverapistx, $activeSlave)>>, - <</if>> - <<if ($slaverapistx.sexualQuirk == "perverted") || ($slaverapistx.sexualQuirk == "sinful")>> - <<if ($slaverapistx.energy > 60)>> - and seems quite aroused at just how <<if ($slaverapistx.sexualQuirk == "perverted")>>perverted<<else>>sinful<</if>> that is. <<if canSee($slaverapistx)>>$slaverapistx.slaveName's eyes seemed locked on $activeSlave.slaveName's inviting pussy, thoroughly aroused and waiting for your order.<</if>> - <<else>> - but despite _his2 conflicted feelings _his2 arousal is clear. - <</if>> - <<set _incestMood = "Top">> - <<elseif ($slaverapistx.relationshipTarget == $activeSlave.ID) && ($slaverapistx.relationship > 2)>> - but since _he2's already in a sexual relationship with $him, it's only special because _his2 <<= WrittenMaster($slaverapistx)>> is watching. - <<set _incestMood = "Top">> - <<else>> - <<if $slaverapistx.devotion > 95>> - but _his2 deep acceptance of slavery means _he2 can't help but be eager to please everyone involved with _his2 performance. - <<set _incestMood = "Top">> - <<elseif $slaverapistx.devotion > 60>> - but _his2 experience as a slave means _he2 can mostly ignore it and focus on sex. - <<else>> - and is understandably disturbed. - <</if>> - <</if>> -<</if>> - -<br><br> - -Next, you see to $activeSlave.slaveName. - -<<if _isIncest == 1>> - $activeSlave.slaveName is fully naked and <<if canSee($activeSlave)>>looking up at<<else>>waiting in front of<</if>> - <<if $activeSlave.father == $slaverapistx.ID && $activeSlave.mother == $slaverapistx.ID>> - the slave that is both $his mother and $his father, - <<elseif $slaverapistx.mother == $activeSlave.ID || $slaverapistx.father == $activeSlave.ID>> - $his own <<print relativeTerm($activeSlave, $slaverapistx)>>, - <<elseif $activeSlave.mother == $slaverapistx.ID>> - $his own mother, - <<elseif $activeSlave.father == $slaverapistx.ID>> - the slave that fathered $him, - <<else>> - $his <<print relativeTerm($activeSlave, $slaverapistx)>>, - <</if>> - <<if ($activeSlave.sexualQuirk == "perverted") || ($activeSlave.sexualQuirk == "sinful")>> - <<if ($activeSlave.energy > 60)>> - whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> is standing firm above $him. $He seems indecently aroused, flushed and shivering in anticipation. - <<else>> - but despite $his conflicted feelings $his growing arousal is clear as $he <<if canSee($activeSlave)>>stares at<<else>>imagines<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that's soon going inside $him. - <</if>> - <<if _incestMood == "Top">> - <<set _incestMood = "Both">> - <<else>> - <<set _incestMood = "Bottom">> - <</if>> - <<elseif ($activeSlave.relationshipTarget == $slaverapistx.ID) && ($activeSlave.relationship > 2)>> - and seems calm and inviting to $his - <<if $activeSlave.relationship == 3>> - sex friend's - <<elseif $activeSlave.relationship == 4>> - lover's - <<else>> - slave _wife2's - <</if>> - <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> that will be penetrating $him. - <<if _incestMood == "Top">> - <<set _incestMood = "Both">> - <<else>> - <<set _incestMood = "Bottom">> - <</if>> - <<else>> - <<if $activeSlave.devotion > 95>> - and $his deep acceptance of $his status as a slave has $him staring <<if canSee($activeSlave)>>at<<else>>blindly towards<</if>> the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> above $him with a lusty smile. - <<if _incestMood == "Top">> - <<set _incestMood = "Both">> - <<else>> - <<set _incestMood = "Bottom">> - <</if>> - <<elseif $activeSlave.devotion > 60>> - and if $he focuses, $he can forget the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> standing erect in front of $him belongs to someone related to $him. - <<else>> - and is understandably disturbed, <<if canSee($activeSlave)>>eyes glued to the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> throbbing before $him.<<elseif canHear($activeSlave)>>listening to the heavy breathing of $his relative whose <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> will be entering $him soon.<<else>>imagining how the <<if $slaverapistx.dick > 0>>_dicksize penis<<else>>massive clit<</if>> of $his relative will feel inside $him<</if>> - <</if>> - <</if>> -<</if>> - -<<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1) && ($activeSlave.vagina == 0)>> - $He presents $his virgin pussy to $slaverapistx.slaveName without protest. This act @@.lime; breaks in $his pussy,@@ and @@.hotpink;reminds $him@@ of $his status as a submissive slave. - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.devotion += 4>> - <<set $activeSlave.fetishStrength += 1>> -<<elseif ($activeSlave.fetish == "submissive") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> - $He smiles as $he lays back and presents $his pussy to $slaverapistx.slaveName. $He openly enjoys submitting $himself for others to make use of. -<<elseif ($activeSlave.devotion > 20) && ($activeSlave.vagina == 0) >> - $He accepts your orders without comment and presents $his virgin pussy to $slaverapistx.slaveName. $He gasps in shock when $he feels the <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>massive clit<</if>> enter $him. @@.hotpink;$He is broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.devotion += 10>> -<<elseif ($activeSlave.devotion >= -20) && ($activeSlave.vagina == 0)>> - $He is clearly unhappy at the idea of losing $his pearl of great price to $slaverapistx.slaveName; this probably isn't what $he imagined $his first real sexual encounter would be like. Nevertheless, $he is @@.hotpink;broken to slavery@@ by this application of $his body, which naturally @@.lime;will break in $his pussy.@@ - <<set $activeSlave.vagina = 1>> - <<set $activeSlave.devotion += 4>> -<<elseif ($activeSlave.vagina == 0)>> - As you anticipated, $he refuses to give $slaverapistx.slaveName $his virginity. Since $he is restrained, $his @@.mediumorchid;horrified tears@@ and @@.gold;frightened begging@@ are $his only signs on rebellion. Naturally, this cruel act @@.lime;will break in $his pussy.@@ - <<set $activeSlave.devotion -= 5>> - <<set $activeSlave.trust -= 5>> - <<set $activeSlave.vagina = 1>> -<</if>> - -<<if isAmputee($activeSlave)>> - You set $his limbless torso up for $slaverapistx.slaveName. -<<elseif tooBigBreasts($activeSlave)>> - You set $him up for $slaverapistx.slaveName, face-down so the weight of $his tits pins $him helplessly in place. -<<elseif tooBigButt($activeSlave)>> - You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant ass pins $him helplessly in place and gives $slaverapistx.slaveName a lovely cushion to thrust against. -<<elseif tooBigDick($activeSlave)>> - You set $him up for $slaverapistx.slaveName, face-up so $he is pinned under the weight of $his giant cock. -<<elseif tooBigBalls($activeSlave)>> - You set $him up for $slaverapistx.slaveName, face-down so the weight of $his giant balls anchor $him helplessly in place. -<<elseif $activeSlave.devotion < -20>> - $He tries to refuse, so you restrain $him despite $his resistance to the idea of being raped by another slave. -<<elseif $activeSlave.devotion <= 20>> - $He obeys your orders reluctantly, arranging $himself for vaginal sex despite $his obvious hesitation to be raped by another slave. -<<elseif $activeSlave.devotion < 10>> - $He obeys your orders, arranging $himself for vaginal sex despite $his slight hesitation at the idea of being another's slave sex toy. -<<else>> - $He happily obeys your orders, getting ready to serve another slave. -<</if>> - -<br><br> - -<<if ($activeSlave.devotion < -20) && ($slaverapistx.devotion < -20)>> - Since you have two restrained slaves, it's up to you to do all the work. $activeSlave.slaveName is tied up on the bed with $his pussy available, so you maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. The two slaves make no further moves until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. $slaverapistx.slaveName starts moving very slowly, barely prodding. After watching them mechanically go at it for a while, you use your leg to suddenly push _him2 deep into $activeSlave.slaveName, fully hilting _him2 in one motion. You occasionally prod them with an electrical jolt to keep them going at a faster pace. Both slaves resent what you made them do for you and fear you'll make them do it again. - -<<elseif ($slaverapistx.devotion < -20)>> - Since your dick slave is restrained, you order $activeSlave.slaveName to present $himself on the bed, and then maneuver $slaverapistx.slaveName's <<if $slaverapistx.dick > 0>>_dicksize dick<<else>>strap-on<</if>> into place. $activeSlave.slaveName does $his best to hump $himself against the unwilling cock until you deal $slaverapistx.slaveName a terrific swat across the ass and promise to give _him2 more of the same until _he2 gets going. _He2 is still unenthusiastic, so you have _him2 lie down and have $activeSlave.slaveName ride $himself to orgasm. _He2 resents what you made _him2 do and fears you'll force _him2 to do it again. Though $activeSlave.slaveName accepts the situation, $he looks into $slaverapistx.slaveName's eyes with obvious apology. - -<<elseif ($slaverapistx.fetish == "dom") && ($slaverapistx.fetishStrength > 20) && ($slaverapistx.devotion > 20)>> - $activeSlave.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave for _his2 pleasure. _He2 penetrates _him2 immediately, fondling, pinching and licking while pistoning away, fully enjoying _his2 dominant role, edging _his2 poor toy again and again and making _him2 beg for release. - <<if ($activeSlave.fetish == "dom")>> - <<if ($activeSlave.devotion < -20)>> - By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him horrified and disgusted at $his lack of control. - <<else>> - By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving $him annoyed at $his lack of control, though $he still somewhat enjoyed $himself. - <</if>> - <<elseif ($activeSlave.fetish == "submissive")>> - <<if ($activeSlave.devotion < -20)>> - By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>, leaving the submissive slave horrified that $he found the experience sexually satisfying. - <<else>> - By the end of the day $activeSlave.slaveName's abused cunt is <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>>. This sexual encounter is everything $he dreamed of, leaving $him utterly satisfied. - <</if>> - <</if>> - $slaverapistx.slaveName is lying next to $him on the bed in a state of obvious satiation and bliss. - - -<<elseif ($slaverapistx.energy > 95) && ($slaverapistx.devotion > 20) && ($activeSlave.devotion < -20)>> - $activeSlave.slaveName is tied and placed on the bed with $his pussy defenseless and available, and then you tell the randy $slaverapistx.slaveName that it's all _hers2. The slave life has so affected $slaverapistx.slaveName that _he2 is quite eager to rape another slave, just for the perverted novelty of the act. $His high libido keeps $him going for a long time, bringing the helpless toy to one forced orgasm after another. By the end of the day $activeSlave.slaveName is lying on the bed, all worn out, $his cunt <<if $slaverapistx.dick > 0>>dripping with cum<<else>>overflowing with juices<</if>> to $his horror and resentment, while $slaverapistx.slaveName is sleeping next to $him in a state of obvious satiation and bliss. - -<<elseif ($activeSlave.devotion <= 20) || ($slaverapistx.devotion <= 20)>> - You order $activeSlave.slaveName onto the couch and tell $slaverapistx.slaveName to get on with it. They fuck mechanically, gazing with roiling emotions into each others' eyes. They do seem to come to some sort of a non-verbal understanding on the necessity of getting it done, and there is no real unhappiness in either of them when they finish and disentangle themselves. As they clean themselves and exit, you notice $slaverapistx.slaveName's looking a little more longingly at $activeSlave.slaveName. - -<<elseif ($activeSlave.devotion <= 50) || ($slaverapistx.devotion <= 50)>> - You order $activeSlave.slaveName and $slaverapistx.slaveName to get on with it. They fuck mechanically at first, gazing with roiling emotions into each others' eyes. Eventually, they begin to enjoy the intimacy of the act, finding the shared pleasure between them comforting. They finish and resume life as slaves, the light of this intimacy diminishing, softening with $slaverapistx.slaveName's dick and dripping away with the contents of $activeSlave.slaveName's cum-filled pussy. - -<<else>> - The two slaves happily and eagerly get down to business. They take their time with foreplay, humping slowly and gazing into each others' eyes, exchanging kisses almost constantly. After a little while, $activeSlave.slaveName looks over $slaverapistx.slaveName's shoulder to where you're sitting, the invitation clear in $his eyes. As soon as you stand to come over, they roll over without being ordered to - <<if canDoAnal($activeSlave) && $activeSlave.anus > 0>> - present $activeSlave.slaveName's butthole. - <<set $activeSlave.counter.anal++, $analTotal++>> - <<else>> - invite you into $activeSlave.slaveName's crowded pussy. - <<set $activeSlave.counter.vaginal++, $vaginalTotal++>> - <</if>> - You take up the offer and penetrate $activeSlave.slaveName with your <<if $PC.dick > 0>>dick<<else>>strap-on<</if>>. With the added stimulus of penetrating a tight hole alongside _his2 dear <<= WrittenMaster($slaverapistx)>>, $slaverapistx.slaveName comes indecently hard, but no where near as hard as the completely overloaded $activeSlave.slaveName. All of you collapse into an exhausted, happy pile of flesh. - -<</if>> - -<<if canImpreg($activeSlave, $slaverapistx)>> - <<= knockMeUp($activeSlave, 25, 0, $slaverapistx.ID)>> -<</if>> - -<<set $slaves[$slaveIndices[$slaverapistx.ID]] = $slaverapistx>> diff --git a/src/pregmod/fillUpButt.tw b/src/pregmod/fillUpButt.tw deleted file mode 100644 index a207569ded313a43fce3bc51a977fca993e47da9..0000000000000000000000000000000000000000 --- a/src/pregmod/fillUpButt.tw +++ /dev/null @@ -1,383 +0,0 @@ -:: FillUpButt [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<set $activeSlave.bellyAccessory = "none">> -<<set _pregDiscovery = 0>> -You -<<switch $activeSlave.inflationType>> -<<case "water" "aphrodisiac" "curative" "tightener">> - pull out an enema bag and - <<if $activeSlave.inflation < 2>> - a two liter bag of solution, - <<else>> - a one gallon bag of solution, - <</if>> -<<case "cum" "milk">> - attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType, -<<case "urine">> - attach a hose to your penthouse's plumbing tap, -<</switch>> -before calling $him over so you can play with $his -<<if $activeSlave.butt < 2>> - flat, tight ass -<<elseif $activeSlave.butt <= 2>> - cute bottom -<<elseif $activeSlave.butt <= 3>> - round, firm rump -<<elseif $activeSlave.butt <= 4>> - curvy, enticing butt -<<elseif $activeSlave.butt <= 5>> - huge rear end -<<elseif $activeSlave.butt <= 6>> - massive, alluring rump -<<elseif $activeSlave.butt <= 7>> - enormous, hypnotic ass -<<elseif $activeSlave.butt <= 10>> - gigantic, jiggly rear -<<elseif $activeSlave.butt <= 14>> - inhuman, cushiony butt cheeks -<<elseif $activeSlave.butt <= 20>> - couch-like, super jiggly ass cheeks -<</if>> -before shoving the equipment into $his -<<if ($activeSlave.anus > 3)>> - gaping anus. -<<elseif ($activeSlave.anus == 3)>> - loose anus. -<<elseif ($activeSlave.anus == 2)>> - well-used asshole. -<<elseif ($activeSlave.anus == 1)>> - tight butthole. -<<elseif ($activeSlave.anus == 0)>> - virgin butthole. -<</if>> - -<<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>> - $He looks uneasy at the prospect of that much fluid entering $his rear, far more than could be considered normal. - <<set _pregDiscovery = 1>> -<<else>> - <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.devotion >= -20)>> - $He's pleased at the prospect of you touching $his favorite body part. - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.devotion >= -20) && ($activeSlave.inflationType == "cum")>> - $He's pleased at the idea of turning into a cum balloon. - <</if>> - <<if ($activeSlave.behavioralFlaw == "gluttonous") && ($activeSlave.devotion >= -20) && (($activeSlave.inflationType == "cum") || ($activeSlave.inflationType == "milk"))>> - $He's thrilled that you are going to give $him such a filling meal. - <<elseif ($activeSlave.behavioralFlaw == "anorexic") && ($activeSlave.devotion >= -20) && (($activeSlave.inflationType == "cum") || ($activeSlave.inflationType == "milk"))>> - $He's hesitant about whether or not you are trying to make $him gain weight. - <</if>> -<</if>> - -<<if _pregDiscovery == 1>> - Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$he is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $he should be able to still handle at least two liters of $activeSlave.inflationType up $his ass, however. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> -<<elseif $activeSlave.fetish == "mindbroken">> - <<if canWalk($activeSlave)>> - You instruct $him to present $his buttocks and anus but $he remains still and unresponsive. Talking to a broken mind is pointless. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks before rubbing along them, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He reacts to your initial touch as you rub fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus, - <<elseif ($activeSlave.anus == 3)>> - loose anus, - <<elseif ($activeSlave.anus == 2)>> - well-used asshole, - <<elseif ($activeSlave.anus == 1)>> - tight butthole, - <<elseif ($activeSlave.anus == 0)>> - virgin butthole, - <</if>> - but you understand it is only physiological. You continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. You circle around $his anus but $he remains still. You keep squeezing $his buttocks tenderly — first one, then the other and then both but $he is like a doll in your grasp. You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole. - <<if $activeSlave.inflation == 2>> - $His sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his taut, $activeSlave.skin stomach. You give the firm orb a slap, eliciting a slight grunt from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise. - <<elseif $activeSlave.inflation == 1>> - $His bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his jiggly, soft, $activeSlave.skin stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and whole bunch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise. - <<else>> - $His belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you push $him onto your desk and admire $his distended, $activeSlave.skin stomach. You give the gut orb a slap, eliciting a slight grunt from the broken slave and touch of wiggling and sloshing from $his middle. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise.<</if>> -<<elseif $activeSlave.devotion < -20>> - <<if canWalk($activeSlave)>> - You instruct $him to present $his anus for a $activeSlave.inflationType enema. Opposed to the thought of being filled <<if $activeSlave.inflation > 0>>more <</if>>with $activeSlave.inflationType, $he tries to step back, but you catch $him and pull $him closer to you as you reach around and grab $his - <<elseif (hasAnyLegs($activeSlave))>> - You instruct $him to present $his anus for a $activeSlave.inflationType enema. $He's opposed to the thought of being filled <<if $activeSlave.inflation > 0>>more <</if>>with $activeSlave.inflationType, but since $he is immobile, can't escape. You reach around and grab $his - <<else>> - $He's opposed to the thought of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You reach around and grab $his - <</if>> - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. - <<if (hasAnyArms($activeSlave))>> - $He tries to grab your <<if (hasBothArms($activeSlave))>>wrists to keep them<<else>>wrist to keep it<</if>> away but $he cannot resist for long. - <</if>> - You start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. $He tries to break out of your grasp as you rub fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus. - <<elseif ($activeSlave.anus == 3)>> - loose anus. - <<elseif ($activeSlave.anus == 2)>> - well-used asshole. - <<elseif ($activeSlave.anus == 1)>> - tight butthole. - <<elseif ($activeSlave.anus == 0)>> - virgin butthole. - <</if>> - $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers, not breaking contact with $him. You look at $his face and $he has <<if !canSee($activeSlave)>>reflexively <</if>>shut $his eyes, trying not to think about what's about to happen. - <<if (hasAnyLegs($activeSlave))>> - You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to push away. - <<else>> - You pull $his body closer towards you by $his buttocks, turn $him around, and place $him on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>, while $he tries to squirm away. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole, and setting it on low. - <<if $activeSlave.inflation == 2>> - $His sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise. - <<elseif $activeSlave.inflation == 1>> - $His bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise. - <<else>> - $His belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise.<</if>> -<<elseif ($activeSlave.devotion <= 20)>> - <<if canWalk($activeSlave)>> - You instruct $him to present $his anus for a $activeSlave.inflationType enema. $He complies without comment, standing in front of you. - <<elseif !isAmputee($activeSlave)>> - You instruct $him to present $his anus for a $activeSlave.inflationType enema. $He complies without comment, readying $his ass for you. - <<else>> - $he's hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - <<if $seeRace == 1>>$activeSlave.race <</if>> buttocks. $He can't stop $himself from becoming aroused as you start rubbing along $his cheeks, feeling the shape of $his<<if $seeRace == 1>> $activeSlave.race<</if>> ass with your fingers and squeezing gently. You rub your fingers around $his - <<if ($activeSlave.anus > 3)>> - gaping anus. - <<elseif ($activeSlave.anus == 3)>> - loose anus. - <<elseif ($activeSlave.anus == 2)>> - well-used asshole. - <<elseif ($activeSlave.anus == 1)>> - tight butthole. - <<elseif ($activeSlave.anus == 0)>> - virgin butthole. - <</if>> - $He writhes as you continue to move around $his posterior, gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He struggles to stay still while you circle around $his anus with your fingers. You look at $his face and $he has <<if !canSee($activeSlave)>>reflexively <</if>>shut $his eyes, trying not to get aroused by your touch on $his butt. This only encourages you to continue. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but quiver while in your grasp. - <<if (hasAnyLegs($activeSlave))>> - You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <<else>> - You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You explore the contours of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole, and setting it on low. - <<if $activeSlave.inflation == 2>> - $His sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise. - <<elseif $activeSlave.inflation == 1>> - $His bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise. - <<else>> - $His belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise. - <</if>> -<<elseif $activeSlave.devotion <= 50>> - <<if canWalk($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus for a $activeSlave.inflationType enema. $He hesitates but eventually stands in front of you showing $his buttocks before presenting $his anus. - <<elseif !isAmputee($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus for a $activeSlave.inflationType enema. $He hesitates but eventually shifts $his buttocks to face you before presenting $his anus. - <<else>> - $he's mildly hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he starts to relax. $He quivers as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He purses $his lips while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee($activeSlave)>>looking back at you doe-eyed<<else>>smiling pleasantly at you<</if>>, trying but failing not to get aroused by your soft touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. - <<if (hasAnyLegs($activeSlave))>> - You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <<else>> - You pull $his body closer towards you by $his buttocks, turn $him around, and place $him wriggling body on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole, and setting it on low. - <<if $activeSlave.inflation == 2>> - $His sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise. - <<elseif $activeSlave.inflation == 1>> - $His bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise. - <<else>> - $His belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He sighs contently, hoping you'll give $him more attention. You pat $his belly and tell $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise. - <</if>> -<<else>> - <<if canWalk($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus for a $activeSlave.inflationType enema. $He eagerly stands in front of you showing $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. - <<elseif !isAmputee($activeSlave)>> - You instruct $him to present $his <<if $seeRace == 1>>$activeSlave.race <</if>>anus for a $activeSlave.inflationType enema. $He eagerly shifts around to show $his buttocks before happily presenting $his anus to you, spreading $his butt cheeks and turning to face you. - <<else>> - $He devotedly <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you, awaiting the warm liquids entering $his bowels. - <</if>> - You reach around and grab $his - <<if $activeSlave.butt < 2>> - flat - <<elseif $activeSlave.butt <= 2>> - cute - <<elseif $activeSlave.butt <= 3>> - firm - <<elseif $activeSlave.butt <= 4>> - generous - <<elseif $activeSlave.butt <= 5>> - massive - <<elseif $activeSlave.butt <= 7>> - enormous - <<elseif $activeSlave.butt <= 10>> - gigantic - <<elseif $activeSlave.butt <= 14>> - inhuman - <<elseif $activeSlave.butt <= 20>> - couch-like - <</if>> - buttocks. You start rubbing along $his cheeks, feeling the shape of $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass with your fingers and squeezing gently. As you rub your fingers around $his anus, $he sighs audibly. $He moans as you continue to move around $his posterior gently reaching to touch your fingertips against $his sphincter while rubbing $his ass at the same time. $He quivers while you circle around $his anus with your fingers. You look at $his face and $he is <<if canSee($activeSlave)>>looking<<else>>gazing<</if>> back at you longingly, getting aroused by your continued touch on $his butt. You keep squeezing $his buttocks tenderly — first one, then the other and then finally both and $he can't help but let out a moan while in your grasp. - <<if (hasAnyLegs($activeSlave))>> - You pull $his body closer towards you by $his buttocks, turn $him around, and bend $him over your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <<else>> - You pull $his body closer towards you by $his buttocks, turn $him around, and place $his wriggling body on your lap, <<if $activeSlave.inflation == 2>>$his soft and jiggly <<print $activeSlave.inflationType>>-filled belly spilling over your legs<<elseif $activeSlave.inflation == 1>>$his <<print $activeSlave.inflationType>> distended belly resting on your legs<<else>>$his belly resting on your legs<</if>>. - <</if>> - You look at $his rear while you squeeze $his cheeks and rub them with your firm hands. You wander along the outline of $his posterior with both your eyes and hands, before picking up the hose and inserting it into $his - <<if ($activeSlave.anus > 3)>> - gaping - <<elseif ($activeSlave.anus == 3)>> - loose - <<elseif ($activeSlave.anus == 2)>> - well-used - <<elseif ($activeSlave.anus == 1)>> - tight - <<elseif ($activeSlave.anus == 0)>> - virgin - <</if>> - butthole, and setting it on low. - <<if $activeSlave.inflation == 2>> - $His sloshing belly slowly grows even larger with $activeSlave.inflationType. You rest a hand on $his back as $his swelling belly forces $him to rise off your lap. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his taut, $activeSlave.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise. - <<elseif $activeSlave.inflation == 1>> - $His bloated belly slowly swells even larger with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his jiggly, soft, $activeSlave.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise. - <<else>> - $His belly slowly swells with $activeSlave.inflationType. You slip a hand under $his stomach to feel it grow in your palm. Once the enema is complete and $he is plugged, you <<if canWalk($activeSlave)>>push $him to $his feet<<else>>help $him onto your desk<</if>> and admire $his distended, $activeSlave.skin stomach. $He sighs contently, before eagerly begging for more. You pat $his belly and tell $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise. - <</if>> -<</if>> -<<if _pregDiscovery == 0>> - <<set $activeSlave.inflation += 1>> - <<if $activeSlave.inflation == 3>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his bloated guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. - <<run healthDamage($activeSlave, 10)>> - <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his full guts as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. - <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. - <</if>> - <<run SetBellySize($activeSlave)>> -<</if>> diff --git a/src/pregmod/fillUpFace.tw b/src/pregmod/fillUpFace.tw deleted file mode 100644 index 61f4953fada8e96791e7110fcacb63fde8ea18fb..0000000000000000000000000000000000000000 --- a/src/pregmod/fillUpFace.tw +++ /dev/null @@ -1,228 +0,0 @@ -:: FillUpFace [nobr] - -<<run clearSummaryCache($activeSlave)>> -<<set $activeSlave.bellyAccessory = "none">> -<<set _pregDiscovery = 0>> -<<set _belly = bellyAdjective($activeSlave)>> -You attach a hose to $dairyName tap with the pipes set to pump $activeSlave.inflationType and affix a special nozzle to it, one with straps useful for anchoring it to resisting slaves, before calling $him over so you can feel $him up while you force-feed $him $activeSlave.inflationType. - -<<if $activeSlave.inflation > 1 && $activeSlave.preg > 1>> - $He looks uneasy at the prospect of taking in that much, far more than could be considered normal. - <<set _pregDiscovery = 1>> -<<else>> - <<if ($activeSlave.fetish == "submissive") && ($activeSlave.devotion >= -20)>> - $He blushes at the thought of being forcibly fed. - <<elseif ($activeSlave.fetish == "cumslut") && ($activeSlave.devotion >= -20) && ($activeSlave.inflationType == "cum")>> - $He's pleased at the idea of turning into a cum balloon. - <</if>> - <<if ($activeSlave.behavioralFlaw == "gluttonous") && ($activeSlave.devotion >= -20) && (($activeSlave.inflationType == "cum") || ($activeSlave.inflationType == "milk"))>> - $He's thrilled that you are going to give $him such a filling meal. - <<elseif ($activeSlave.behavioralFlaw == "anorexic") && ($activeSlave.devotion >= -20) && (($activeSlave.inflationType == "cum") || ($activeSlave.inflationType == "milk"))>> - $He's hesitant about whether or not you are trying to make $him gain weight. - <</if>> -<</if>> - -<<if _pregDiscovery == 1>> - Not wanting to risk such a mess, you send $him for a medical examination. While most of the tests come back normal, one in particular catches your eye; @@.lime;$He is pregnant<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/4>> and surprisingly far along<</if>>.@@ $He should be able to still handle at least two liters of $activeSlave.inflationType, however. - <<set $activeSlave.inflation = 0, $activeSlave.inflationType = "none", $activeSlave.inflationMethod = 0, $activeSlave.pregKnown = 1>> -<<elseif $activeSlave.fetish == "mindbroken">> - <<if canWalk($activeSlave)>> - You instruct $him to take a seat on your lap and open $his mouth wide for the hose, but $he remains still and unresponsive. Talking to a broken mind is pointless. - <</if>> - You reach out and wrap your arms around $his - <<if $activeSlave.weight > 190>> - immensely soft - <<elseif $activeSlave.belly >= 150000>> - _belly - <<elseif $activeSlave.weight > 160>> - massive soft - <<elseif $activeSlave.weight > 130>> - giant soft - <<elseif $activeSlave.inflation == 2>> - sloshing, <<print $activeSlave.inflationType>>-filled - <<elseif $activeSlave.belly >= 1500>> - _belly - <<elseif $activeSlave.weight > 95>> - huge soft - <<elseif $activeSlave.inflation == 1>> - <<print $activeSlave.inflationType>>-bloated - <<elseif $activeSlave.weight > 30>> - big soft - <<elseif $activeSlave.weight > 10>> - soft - <<elseif $activeSlave.muscles > 95>> - chiseled - <<elseif $activeSlave.muscles > 30>> - muscular - <<elseif $activeSlave.muscles > 5>> - firm, ripped - <<else>> - firm, flat - <</if>> - belly, pulling $him into your lap. You force the hose down $his throat, strapping it to $his head to prevent it from slipping out, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a large belch from the broken slave and no motion at all from $his gut. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the broken slave and tons of motion from $his gut. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover, After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small burp from the broken slave and a little jiggle from $his gut. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping $activeSlave.slaveName ready to be moved<</if>>. -<<elseif $activeSlave.devotion < -20>> - <<if canWalk($activeSlave)>> - You instruct $him to take a seat on your lap and open $his mouth wide for the hose. Opposed to the thought of being filled <<if $activeSlave.inflation > 0>>more <</if>>with $activeSlave.inflationType, $he tries to step back, but you catch $him and pull $him into your lap, wrapping your arms around $his - <<elseif (hasAnyLegs($activeSlave))>> - You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He's opposed to the thought of being filled with<<if $activeSlave.inflation > 0>> more<</if>> $activeSlave.inflationType, but since $he is immobile, $he can't escape. You heft $him onto your lap, wrapping your arms around $his - <<else>> - $He's opposed to the thought of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $him - <</if>> - <<if $activeSlave.weight > 190>> - immensely soft - <<elseif $activeSlave.belly >= 150000>> - _belly - <<elseif $activeSlave.weight > 160>> - massive soft - <<elseif $activeSlave.weight > 130>> - giant soft - <<elseif $activeSlave.inflation == 2>> - sloshing, <<print $activeSlave.inflationType>>-filled - <<elseif $activeSlave.belly >= 1500>> - _belly - <<elseif $activeSlave.weight > 95>> - huge soft - <<elseif $activeSlave.inflation == 1>> - <<print $activeSlave.inflationType>>-bloated - <<elseif $activeSlave.weight > 30>> - big soft - <<elseif $activeSlave.weight > 10>> - soft - <<elseif $activeSlave.muscles > 95>> - chiseled - <<elseif $activeSlave.muscles > 30>> - muscular - <<elseif $activeSlave.muscles > 5>> - firm, ripped - <<else>> - firm, flat - <</if>> - belly. You force the hose down $his throat, strapping it to $his head to prevent $him from removing it, and turn the flow to low. With everything in place, you return your hands to $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting gagging from the overfilled slave and no motion at all from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a burp from the full slave and tons of motion from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hands. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a shudder from the bloated slave and a little jiggle from $his gut. $He <<if canSee($activeSlave)>>looks in your eyes<<else>>faces you<</if>>, as though almost demanding answers. $He looks apprehensive about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. After a few minutes of rest, and several glares from you when it appears $his meal might be coming back up, is the hiccupping $activeSlave.slaveName ready to be moved<</if>>. -<<elseif $activeSlave.devotion <= 20>> - <<if canWalk($activeSlave)>> - You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He complies without comment and settles $himself onto your lap, shuddering slightly as you wrap your arms around $his - <<elseif (hasAnyLegs($activeSlave))>> - You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He complies without comment. You heft $him onto your lap, wrapping your arms around $his - <<else>> - $He's hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his - <</if>> - <<if $activeSlave.weight > 190>> - immensely soft - <<elseif $activeSlave.belly >= 150000>> - _belly - <<elseif $activeSlave.weight > 160>> - massive soft - <<elseif $activeSlave.weight > 130>> - giant soft - <<elseif $activeSlave.inflation == 2>> - sloshing, <<print $activeSlave.inflationType>>-filled - <<elseif $activeSlave.belly >= 1500>> - _belly - <<elseif $activeSlave.weight > 95>> - huge soft - <<elseif $activeSlave.inflation == 1>> - <<print $activeSlave.inflationType>>-bloated - <<elseif $activeSlave.weight > 30>> - big soft - <<elseif $activeSlave.weight > 10>> - soft - <<elseif $activeSlave.muscles > 95>> - chiseled - <<elseif $activeSlave.muscles > 30>> - muscular - <<elseif $activeSlave.muscles > 5>> - firm, ripped - <<else>> - firm, flat - <</if>> - belly. You insert the hose down $his throat, choosing to hold it place instead of strapping it to $him, and turn the flow to low. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a slap, eliciting a restrained gag from the overfilled slave and no motion at all from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a slap, eliciting a strained burp from the full slave and tons of motion from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his hiccupping bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a slap, eliciting a small shudder from the bloated slave and a little jiggle from $his gut. $He looks up at you quizzically, unsure about what you will do next. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing bulk onto the couch to recover. $His meal attempts to come back up on $his several times, but $he holds it down for fear of punishment should $he vomit. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<</if>>. -<<elseif $activeSlave.devotion <= 50>> - <<if canWalk($activeSlave)>> - You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He hesitates but eventually settles $himself onto your lap as you wrap your arms around $his - <<elseif (hasAnyLegs($activeSlave))>> - You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He hesitates for a moment, before demonstrating acceptance. You heft $him onto your lap, wrapping your arms around $his - <<else>> - $He's mildly hesitant of being filled with <<if $activeSlave.inflation > 0>>more <</if>>$activeSlave.inflationType, but as an amputee can do nothing about it. You heft $him onto your lap, wrapping your arms around $his - <</if>> - <<if $activeSlave.weight > 190>> - immensely soft - <<elseif $activeSlave.belly >= 150000>> - _belly - <<elseif $activeSlave.weight > 160>> - massive soft - <<elseif $activeSlave.weight > 130>> - giant soft - <<elseif $activeSlave.inflation == 2>> - sloshing, <<print $activeSlave.inflationType>>-filled - <<elseif $activeSlave.belly >= 1500>> - _belly - <<elseif $activeSlave.weight > 95>> - huge soft - <<elseif $activeSlave.inflation == 1>> - <<print $activeSlave.inflationType>>-bloated - <<elseif $activeSlave.weight > 30>> - big soft - <<elseif $activeSlave.weight > 10>> - soft - <<elseif $activeSlave.muscles > 95>> - chiseled - <<elseif $activeSlave.muscles > 30>> - muscular - <<elseif $activeSlave.muscles > 5>> - firm, ripped - <<else>> - firm, flat - <</if>> - belly. You <<if hasAnyArms($activeSlave)>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a small hiccup, that $he immediately apologizes for, from the overfilled slave and no motion at all from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the full slave and tons of motion from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. $His meal attempts to come back up on $him several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a small hiccup, that $he immediately apologizes for, from the bloated slave and a little jiggle from $his gut. $He sighs contently, hoping you'll give $him more attention. You order $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing body onto the couch to recover. $His meal attempts to come back up on $his several times, but $he dutifully holds it down. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<</if>>. -<<else>> - <<if canWalk($activeSlave)>> - You instruct $him to take a seat on your lap and open $his mouth wide for the hose. $He eagerly settles $himself onto your lap as you wrap your arms around $his - <<elseif (hasAnyLegs($activeSlave))>> - You inform $him $he'll be taking a seat on your lap, opening $his mouth wide for the hose, and drinking until you tell $him $he is full enough. $He squirms with excitement as you heft $him onto your lap, wrapping your arms around $his - <<else>> - $He's devotedly <<if canSee($activeSlave)>>looks<<else>>smiles<</if>> at you as you heft $him onto your lap, wrapping your arms around $his - <</if>> - <<if $activeSlave.weight > 190>> - immensely soft - <<elseif $activeSlave.belly >= 150000>> - _belly - <<elseif $activeSlave.weight > 160>> - massive soft - <<elseif $activeSlave.weight > 130>> - giant soft - <<elseif $activeSlave.inflation == 2>> - sloshing, <<print $activeSlave.inflationType>>-filled - <<elseif $activeSlave.belly >= 1500>> - _belly - <<elseif $activeSlave.weight > 95>> - huge soft - <<elseif $activeSlave.inflation == 1>> - <<print $activeSlave.inflationType>>-bloated - <<elseif $activeSlave.weight > 30>> - big soft - <<elseif $activeSlave.weight > 10>> - soft - <<elseif $activeSlave.muscles > 95>> - chiseled - <<elseif $activeSlave.muscles > 30>> - muscular - <<elseif $activeSlave.muscles > 5>> - firm, ripped - <<else>> - firm, flat - <</if>> - belly. You <<if hasAnyArms($activeSlave)>>hand $him the hose<<else>>place the hose in $his mouth<</if>>, allowing $him to drink from it at $his own pace, as you keep a hand on the tap to control the flow. With everything in place, you place your free hand on $his gurgling stomach.<<if $activeSlave.inflation == 2>>You can feel $his $activeSlave.skin belly growing taut with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the firm orb of $his belly a couple gentle pats, eliciting a cute burp followed by $his tongue running over $his lips, from the overfilled slave and no motion at all from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two gallons of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his near-bursting belly. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<elseif $activeSlave.inflation == 1>>You can feel $his $activeSlave.skin belly growing larger with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give the jiggling orb of $his belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the full slave and tons of motion from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with four liters of $activeSlave.inflationType until you say otherwise, before helping $his heavy body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his overfilled belly. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<<else>>You can feel $his $activeSlave.skin belly swelling with $activeSlave.inflationType as it pushes out against your hand. Once you have given $him $his fill, you give $his bloated belly a couple pats, eliciting a cute burp followed by $his tongue running over $his lips, from the bloated slave and a little jiggle from $his gut. $He sighs contently, before eagerly begging for more. You tell $him to keep $himself filled with two liters of $activeSlave.inflationType until you say otherwise, before helping $his sloshing body onto the couch to recover. Apart from a few hiccups, $he spends $his time settling $his stomach and teasing $his bloated belly. Only after a few minutes of rest is the groaning $activeSlave.slaveName ready to be moved<</if>>. -<</if>> - -<<if _pregDiscovery == 0>> - <<set $activeSlave.inflation += 1>> - <<if $activeSlave.inflation == 3>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his over-stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. Being filled so full @@.red;surely had negative effects@@ on $his health. - <<run healthDamage($activeSlave, 10)>> - <<elseif $activeSlave.inflation == 2>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his stuffed belly as $he goes<<else>>$His belly wobbles heavily as $he is helped from your office<</if>>. - <<elseif $activeSlave.inflation == 1>> - <<if canWalk($activeSlave)>>$He gingerly leaves your office, massaging $his distended belly as $he goes<<else>>$His belly wobbles as $he is helped from your office<</if>>. - <</if>> - <<run SetBellySize($activeSlave)>> -<</if>> diff --git a/src/pregmod/huskSlaveSwap.tw b/src/pregmod/huskSlaveSwap.tw index aca2a51ec90c9e825d44ffbd16843ca0fa1b0a6b..d945e7618334678a1f51cee0f76cd75ccfdc01cf 100644 --- a/src/pregmod/huskSlaveSwap.tw +++ b/src/pregmod/huskSlaveSwap.tw @@ -3,7 +3,6 @@ <<set $nextButton = "Continue">> <<set _oldSlave = clone($swappingSlave)>> <<set _m = $slaveIndices[$swappingSlave.ID]>> -<<run clearSummaryCache($slaves[_m])>> You strap $slaves[_m].slaveName, and the body to which $he will be transferred, into the remote surgery and stand back as it goes to work. <<BodySwap $slaves[_m] $activeSlave>> diff --git a/src/pregmod/killSlave.tw b/src/pregmod/killSlave.tw index 6acbd2fcae0defe54634913fe7a83c14d492d6c8..ae04e94e95465e6961abe24ca9bee35472769b86 100644 --- a/src/pregmod/killSlave.tw +++ b/src/pregmod/killSlave.tw @@ -140,28 +140,24 @@ you <<if canHear($activeSlave)>>quietly <</if>>reach behind your desk and pull o <<if $activeSlave.mother == $slaves[_ss].ID>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you have killed _his2 $daughter. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <</if>> <<if $activeSlave.father == $slaves[_ss].ID>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;disappointed@@ that you have killed _his2 $daughter. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <</if>> <<if $activeSlave.ID == $slaves[_ss].father>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;saddened@@ that you have killed _his2 father. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <</if>> <<if $activeSlave.ID == $slaves[_ss].mother>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you have killed _his2 mother. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <</if>> @@ -169,19 +165,16 @@ you <<if canHear($activeSlave)>>quietly <</if>>reach behind your desk and pull o <<case 1>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;devastated@@ that you have killed _his2 twin. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <<case 2>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you have killed _his2 $sister. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <<case 3>> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;disheartened@@ that you have killed _his2 half-<<= $sister>>. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <</switch>> @@ -192,7 +185,6 @@ you <<if canHear($activeSlave)>>quietly <</if>>reach behind your desk and pull o <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you have killed _his2 $activeSlave.relation. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <<set $display = 1>> @@ -204,14 +196,12 @@ you <<if canHear($activeSlave)>>quietly <</if>>reach behind your desk and pull o <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you have killed _his2 best source of comfort and companionship in a life of bondage. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= $slaves[_ss].relationship*10>> <<set $display = 1>> <</if>> <<elseif $activeSlave.relationship == -3>> Killing one of your slave $wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status. - <<run clearSummaryCache()>> <br><br> <<run repX(-200, "event")>> <<set $display = 1>> @@ -226,7 +216,6 @@ you <<if canHear($activeSlave)>>quietly <</if>>reach behind your desk and pull o <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.hotpink;pleased@@ that $he won't have to see _his2 rival any more. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion += $slaves[_ss].rivalry*3>> <<set $display = 1>> diff --git a/src/pregmod/reLegendaryWomb.tw b/src/pregmod/reLegendaryWomb.tw index fa4e65747a4a6cea05b4cfb23cec591c8b8fdbbd..05bc078f522f3f263461af3770795cd995446a49 100644 --- a/src/pregmod/reLegendaryWomb.tw +++ b/src/pregmod/reLegendaryWomb.tw @@ -10,7 +10,7 @@ <<setLocalPronouns $activeSlave>> <<set $activeSlave.devotion += 4>> -<<EventNameLink>> is an incredible mother. $He's given birth to numbers that would have been considered absurd in the days when drug treatments were limited by consent. A nascent organization will be holding a pageant for pregnant slaves tomorrow, and since they're aware you keep breeders, they've sent you an invitation to enter a heavily pregnant slave to be judged. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is an incredible mother. $He's given birth to numbers that would have been considered absurd in the days when drug treatments were limited by consent. A nascent organization will be holding a pageant for pregnant slaves tomorrow, and since they're aware you keep breeders, they've sent you an invitation to enter a heavily pregnant slave to be judged. <br><br> @@ -20,7 +20,6 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <span id="result"> <<link "Fairly enter $him in the pregnancy pageant">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 90>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. It's likely there was some bribery behind the scenes, but $his heavy belly and creative positions win the day. Against all odds $he is named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -38,7 +37,6 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <</if>> <</link>> <br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -58,7 +56,6 @@ This is a rare opportunity. The idea of a pregnancy pageant isn't new but it is <</if>> <</link>> <br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then asked to demonstrate how to pleasure a man while so heavily pregnant. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow mothers. One is taken ill, another seems drugged, and another went into labor and gave birth, disqualifying her. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as a breeder of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw index 2c6695b81589ba51feb1de62ca2812f906c15477..0e8254535492630c65cf1104e55cdbfdf05e33a3 100644 --- a/src/pregmod/rePregInventor.tw +++ b/src/pregmod/rePregInventor.tw @@ -21,7 +21,7 @@ <<if $pregInventor == 0>> <<set $pregInventorID = $activeSlave.ID>> - Your broodmother, <<EventNameLink>>, asks to see you, so you have $him brought to your office. It takes your menial servants several minutes to safely produce $him as $his massive, bloated<<if $seeRace == 1>>, $activeSlave.race<</if>> womb is stretched so thin by its load that the sudden shock to $his body if $he were dropped might cause $him to explode. Both you and your babymaker are used to these circumstances at this point, however, and, as your servants work to lower $him to the soft carpeted floor at the center of your office without undue strain to $his belly, $he shoots you a provocative + Your broodmother, <<= App.UI.slaveDescriptionDialog($activeSlave)>>, asks to see you, so you have $him brought to your office. It takes your menial servants several minutes to safely produce $him as $his massive, bloated<<if $seeRace == 1>>, $activeSlave.race<</if>> womb is stretched so thin by its load that the sudden shock to $his body if $he were dropped might cause $him to explode. Both you and your babymaker are used to these circumstances at this point, however, and, as your servants work to lower $him to the soft carpeted floor at the center of your office without undue strain to $his belly, $he shoots you a provocative <<if !hasAnyArms($activeSlave)>> grin. <<else>> @@ -74,7 +74,6 @@ <span id="result"> <<link "No, and remind $him of $his place.">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You calmly explain to your baby-filled broodmother that $he is property and expected to fulfill $his duties, not to think. $He is not to pursue this matter further. <<if $activeSlave.trust < -95>> @@ -134,7 +133,6 @@ <</replace>> <</link>> <br><<link "Yes, and offer to help $him in a... personal capacity">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Being so close to the near-bursting womb of your slave for so long has got your loins stirring, and you hop up onto your desk, bringing your <<if $PC.dick != 0>> @@ -206,7 +204,6 @@ <</replace>> <</link>> <br><<link "Yes, and offer to fund $his endeavors for ¤10000">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You are intrigued by $his offer. <<if hasAnyArms($activeSlave)>> @@ -281,11 +278,10 @@ <<elseif $pregInventor == 1>> - Your broodmother, <<EventNameLink>>, has been using the resources you gave $him to expand the possibilities for sex with hyperpregnant slaves. $He has been working hard and is finally ready to show off $his results. Your assistant gives you a list of the slave's innovations and you decide to give one a try: + Your broodmother, <<= App.UI.slaveDescriptionDialog($activeSlave)>>, has been using the resources you gave $him to expand the possibilities for sex with hyperpregnant slaves. $He has been working hard and is finally ready to show off $his results. Your assistant gives you a list of the slave's innovations and you decide to give one a try: <br><br> <span id="result"> <<link "Have $him show off $his developments in the sport of advanced maternity swing gymnastics.">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is brought into your office alongside $his invention: a customized maternity swing. It is a true marvel of Free Cities engineering, resembling something designed for use with large marine mammals rather than a sex aid for a pregnant $woman. It has been specially rigged to support both its user and their sexual partner, and to suspend them in the air, enabling them to explore sex positions that would otherwise be rendered impossible by a hyperpregnant slave's mass and size. Just watching the effort your menials expend squeezing the <<print SlaveTitle($activeSlave)>> into a device that would dwarf a normal person is enough to get you excited, and you're fully ready to enjoy some personal time with $him by the time they've hooked you both into the device. The maternity swing is controlled via a vocal command system and, as your menials retreat to give you time alone, you instruct it to lift both you and $him into the air. <br><br> @@ -362,7 +358,6 @@ <</replace>> <</link>> <br><<link "Have $him give you a trained assisted strip show.">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The first thing that you notice when your slave walks through the door is the way $he struts in with apparent ease. It's been quite a while since you've seen $him walk with any sort of elegance, but $he does so now. $He spins around, giving you a look at $his <<if $activeSlave.butt > 11>> @@ -560,7 +555,6 @@ <</link>> <<if $spa != 0>> <br><<link "Enjoy a game of 'jelly' wrestling in your new curative gelatin pool.">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the <<if $spaDecoration == "Paternalist">> @@ -785,7 +779,7 @@ <<set _arcCount = $arcologies.length>> <<set $pregInventor = 3>> - The time has finally come for your slave, <<EventNameLink>>, to appear on the slave-breeding based talk show, "Husbandry with Millie." + The time has finally come for your slave, <<= App.UI.slaveDescriptionDialog($activeSlave)>>, to appear on the slave-breeding based talk show, "Husbandry with Millie." <<if $activeSlave.porn.prestige > 2 || $activeSlave.prestige > 2>> While $he is already world-renowned, you might still improve $his chances to impress on the show with a little bit of extra investment in commercial spots or a tweaking of FCTV algorithms. <<elseif $activeSlave.porn.prestige > 1 || $activeSlave.prestige > 2>> @@ -804,7 +798,6 @@ <span id="result"> <<if $PC.skill.hacking >= 100>> <<link "Manipulate the FCTV algorithms">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if $PC.skill.hacking < 70>>bribe an employee to <</if>>tweak the randomized search algorithms for FCTV. While your hyperbroodmother is being interviewed concerning $his inventions, users browsing FCTV using the randomize channel function will be much more likely to be directed to the show. By the day of the interview, you're confident that many users will be watching as your slave sells your vision for the world's future. <br><br> @@ -834,7 +827,6 @@ <</link>> <</if>> <br><<link "Spend <<print cashFormat(10000)>> to fund additional advertising">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You fund an aggressive ad campaign featuring your slave in provocative positions and selling a "life changing interview" on "Husbandry with Millie." By the day of $his interview, user boards all through the global web are discussing your slave and what $he might be about to reveal. Even social demographics not typically inclined toward the idea of breeding slaves seem to be intrigued, and you're confident that many users will be watching as your slave sells your vision for the world's future. <br><br> @@ -863,7 +855,6 @@ <</replace>> <</link>> <br><<link "Trust in your slave">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It's a gamble, but you decide to trust in the charisma of your slave and the fame $he has already accrued to sell your vision for the world's future during the interview. <<if ($activeSlave.porn.prestige > 2)>> diff --git a/src/pregmod/saAgent.tw b/src/pregmod/saAgent.tw index 1f8b5723f51ff8ef25a7778aaacfc4bec3616661..419c1b45af150e05101dba693f12b2e0044bdde8 100644 --- a/src/pregmod/saAgent.tw +++ b/src/pregmod/saAgent.tw @@ -148,7 +148,7 @@ <<set _babyDaddy = findFather($slaves[$i].pregSource)>> <<if def _babyDaddy>> <<set _adjust = _babyDaddy.counter.slavesKnockedUp++>> - <<set adjustFatherProperty(_babyDaddy, slavesKnockedUp, _adjust)>> + <<set adjustFatherProperty(_babyDaddy, "slavesKnockedUp", _adjust)>> <</if>> <</if>> <</if>> diff --git a/src/pregmod/slaveSlaveSwap.tw b/src/pregmod/slaveSlaveSwap.tw index d9294bea78eb65f0281306849a165a374d22830d..670152e16ce9edf0f4b4628362ffca3443e0744e 100644 --- a/src/pregmod/slaveSlaveSwap.tw +++ b/src/pregmod/slaveSlaveSwap.tw @@ -10,9 +10,6 @@ <<set _gps2 = $genePool.findIndex(function(s) { return s.ID == $slaves[_ss2].ID; })>> <<set _gps2Clone = clone($genePool[_gps2])>> -<<run clearSummaryCache($slaves[_ss1])>> -<<run clearSummaryCache($slaves[_ss2])>> - You strap $activeSlave.slaveName and $swappingSlave.slaveName into the remote surgery and stand back as it goes to work. <<BodySwap $slaves[_ss1] _ss2Clone>> <<BodySwap $genePool[_gps1] _gps2Clone 1>> /* passing a third argument just to detect if it's a slave from the genepool */ diff --git a/src/pregmod/widgets/economyWidgets.tw b/src/pregmod/widgets/economyWidgets.tw index 1ab7655c9882a5c1325cb20cbacc7930a17fec35..a4a245ef28e8b5b271583182dc170cdf7be9a11a 100644 --- a/src/pregmod/widgets/economyWidgets.tw +++ b/src/pregmod/widgets/economyWidgets.tw @@ -468,14 +468,14 @@ <<if !Number.isInteger(Number.parseFloat(eval(parse('_Num' + $args[0]))))>> /* Checks if _Numasset is string */ /* Buy all */ <<if ["all", "max"].includes(State.temporary[$args[1]].toLowerCase())>> - <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> + <<set State.temporary[$args[1]] = Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Bought <<print num(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>> + Bought <<print num(Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> units for <<print cashFormat(Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500))*500*State.variables[$args[0]+"AssetPrice"])>> <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> - <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print num(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) @@ -491,36 +491,36 @@ /* Buy % */ <<elseif State.temporary[$args[1]].toString().includes("%")>> <<set _DesPerc = State.temporary[$args[1]]>> - <<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corpCash)/(State.variables[$args[0]+"AssetPrice"] * 500))>> + <<set State.temporary[$args[1]] = Math.floor((Math.clamp((Number.parseFloat(State.temporary[$args[1]])/100),0,1)*$corp.Cash)/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - Purchased <<print num(State.temporary[$args[1]])>> units (<<print num((State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corpCash).toFixed(2))>>% of cash, desired was _DesPerc) + Purchased <<print num(State.temporary[$args[1]])>> units (<<print num((State.temporary[$args[1]]*(State.variables[$args[0]+"AssetPrice"] * 50000)/$corp.Cash).toFixed(2))>>% of cash, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> - <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print num(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Successful buy */ - <<elseif (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"] < $corpCash>> + <<elseif (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"] < $corp.Cash>> <<set State.variables[$args[0]+"Assets"] += (eval(parse('_Num' + $args[0]))) * 500>> - <<set $corpCash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash -= (eval(parse('_Num' + $args[0]))) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<print num(Math.floor(State.variables[$args[0]+"Assets"]/500))>> unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) <</replace>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>><</replace>> /* Unsuccessful buy but have enough cash for more than 1 unit */ - <<elseif $corpCash > 500 * State.variables[$args[0]+"AssetPrice"]>> + <<elseif $corp.Cash > 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace `'#'+$args[0]+'AssetsPurchasing'`>> - The corp can only buy <<print num(Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. + The corp can only buy <<print num(Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500)))>> more unit<<if Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500)) > 1 >>s<</if>> of $args[0] assets. <</replace>> - <<set State.temporary[$args[1]] = Math.floor($corpCash/(State.variables[$args[0]+"AssetPrice"] * 500))>> + <<set State.temporary[$args[1]] = Math.floor($corp.Cash/(State.variables[$args[0]+"AssetPrice"] * 500))>> <<replace `'#'+'controls'+$args[0]`>><<CorpDevBuySell $args[0] $args[1]>><</replace>><<script>>setReplaceTextboxMaxLength(State.temporary["textboxMLArg"], 10);<</script>> /* Unsuccessful buy */ <<else>> @@ -536,9 +536,9 @@ <</replace>> <<set State.temporary[$args[1]] = Math.ceil((State.variables[$args[0]+"Assets"]-500)/500)>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> - <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) < 1>> < 1 <<else>><<print num(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) @@ -559,9 +559,9 @@ Sold <<print num(State.temporary[$args[1]])>> units (<<print num((State.temporary[$args[1]]*100/((State.variables[$args[0]+"Assets"]-500)/500)).toFixed(2))>>% of $args[0] assets, desired was _DesPerc) <</replace>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> - <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if Math.ceil(State.variables[$args[0]+"Assets"]/500) < 1>> < 1 <<else>><<print num(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) @@ -570,9 +570,9 @@ /* Successful sell */ <<elseif State.variables[$args[0]+"Assets"] > 500 && eval(parse('_Num' + $args[0])) * 500 < State.variables[$args[0]+"Assets"]>> <<set State.variables[$args[0]+"Assets"] -= eval(parse('_Num' + $args[0])) * 500>> - <<set $corpCash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> + <<set $corp.Cash += eval(parse('_Num' + $args[0])) * 500 * State.variables[$args[0]+"AssetPrice"]>> <<replace '#cashOnHand'>> - <<print cashFormat($corpCash)>> + <<print cashFormat($corp.Cash)>> <</replace>> <<replace `'#'+$args[0]+'AssetsDisp'`>> <<print cashFormat(State.variables[$args[0]+"AssetPrice"] * State.variables[$args[0]+"Assets"])>> (<<if (State.variables[$args[0]+"Assets"]/500) < 1>> < 1 <<else>><<print num(Math.ceil(State.variables[$args[0]+"Assets"]/500))>> <</if>>unit<<if State.variables[$args[0]+"Assets"]/500 > 1>>s<</if>>) diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw index 24416a03deb409611120ce5d401455022f58635d..5fba14fec09909a78e4f818f1ecc423d311e1f06 100644 --- a/src/uncategorized/PESS.tw +++ b/src/uncategorized/PESS.tw @@ -104,39 +104,39 @@ <<case "bodyguard beatdown">> -<<EventNameLink>> is a constant fixture by your side in your excursions outside the penthouse, as is befitting $his position as your personal bodyguard. Largely the position is ceremonial; there are few citizens with a survival instinct compromised enough to risk attacking an arcology owner in the middle of their arcology. This evening, however, you run into one of those scant few citizens — a drunkard so inebriated that he doesn't seem to understand the danger in invading your personal space. Before your personal security can be further jeopardized, your bodyguard steps in. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a constant fixture by your side in your excursions outside the penthouse, as is befitting $his position as your personal bodyguard. Largely the position is ceremonial; there are few citizens with a survival instinct compromised enough to risk attacking an arcology owner in the middle of their arcology. This evening, however, you run into one of those scant few citizens — a drunkard so inebriated that he doesn't seem to understand the danger in invading your personal space. Before your personal security can be further jeopardized, your bodyguard steps in. <<case "madam strategy">> -Your madam <<EventNameLink>> is a perceptive whore mistress. You are a clever and well-informed manager, of course, and $assistant.name is as well-informed as it is physically possible to be about anything that happens within $his sensor net, but the madam has special insight. $He sees more sex in person than anyone in the arcology, not excepting you, and may even know some of your brothel slaves better than you do. This certainly extends to their sexualities and skills; if $he ever has any doubts about any of them, $he usually fucks them $himself to get at the truth. +Your madam <<= App.UI.slaveDescriptionDialog($activeSlave)>> is a perceptive whore mistress. You are a clever and well-informed manager, of course, and $assistant.name is as well-informed as it is physically possible to be about anything that happens within $his sensor net, but the madam has special insight. $He sees more sex in person than anyone in the arcology, not excepting you, and may even know some of your brothel slaves better than you do. This certainly extends to their sexualities and skills; if $he ever has any doubts about any of them, $he usually fucks them $himself to get at the truth. <<case "DJ publicity">> -Your DJ <<EventNameLink>> is a terribly pretty $girl. Very few of your tenants, male or female, would turn down a night in $clubName with $him. Demand is such that $he must carefully confine $himself to the most important, leaving the lesser of your citizens with the sight of $his body and the sound of $his beats. A few of them are so smitten as to consider earning $his favors the primary benefit of advancement, looking forward to the day when $activeSlave.slaveName will deign to mark their success in life by giving them attention on the floor. In many ways, $activeSlave.slaveName's face is the face of $arcologies[0].name. +Your DJ <<= App.UI.slaveDescriptionDialog($activeSlave)>> is a terribly pretty $girl. Very few of your tenants, male or female, would turn down a night in $clubName with $him. Demand is such that $he must carefully confine $himself to the most important, leaving the lesser of your citizens with the sight of $his body and the sound of $his beats. A few of them are so smitten as to consider earning $his favors the primary benefit of advancement, looking forward to the day when $activeSlave.slaveName will deign to mark their success in life by giving them attention on the floor. In many ways, $activeSlave.slaveName's face is the face of $arcologies[0].name. <<case "tired collectrix">> -Your milkmaid <<EventNameLink>> worked hard today. $He's clearly exhausted, but $he seems to think it below $him to show the fatigue. $He holds $his chin level and $his shoulders square as $he heads to the bathroom to bathe before bed. After $his shower, $he inspects $his crotch closely before appearing to start masturbating. On closer inspection, however, $he's very gently massaging analgesic lotion into $his cock, wincing a little as $he does so. $He starts a little when you enter the room, but relaxes when you tell $him to continue $his ministrations and let you know how $he's feeling as $he does. +Your milkmaid <<= App.UI.slaveDescriptionDialog($activeSlave)>> worked hard today. $He's clearly exhausted, but $he seems to think it below $him to show the fatigue. $He holds $his chin level and $his shoulders square as $he heads to the bathroom to bathe before bed. After $his shower, $he inspects $his crotch closely before appearing to start masturbating. On closer inspection, however, $he's very gently massaging analgesic lotion into $his cock, wincing a little as $he does so. $He starts a little when you enter the room, but relaxes when you tell $him to continue $his ministrations and let you know how $he's feeling as $he does. <br><br> <<if !canTalk($activeSlave)>>$He indicates in amusingly graphic gestures that $his dick is sore. $He painstakingly counts on $his fingers, letting you know that $he's fucked <<print $cumSlaves>> assholes today, most of them more than once. <<else>>"<<Master>>, I've fucked a lot of a<<ss>>holes today. There'<<s>> <<print $cumSlaves>> <<s>>laves in the dairy, and I fucked them all up the butt at lea<<s>>t on<<c>>e. Mo<<s>>t of them more than on<<c>>e. My poor cock i<<s>> a little <<s>>ore, <<Master>>," $he <<say>>s.<</if>> With so many slaves getting cockmilked, $he certainly has to work hard to make sure none of them go unpenetrated. <<case "tired milkmaid">> -Your milkmaid <<EventNameLink>> worked hard today. The cows have it much easier than $he does, in many ways: all they have to do is give milk, while $his life is one of hard labor. Long after they're asleep, $he's cleaning the dairy and getting ready for the next day. At long last $he's done, and even though $he's exhausted, $he takes a few minutes to thoroughly stretch $his aching body. $He's a big girl, and the play of $his muscles across $his back as $he works out the kinks is quite eye-catching. +Your milkmaid <<= App.UI.slaveDescriptionDialog($activeSlave)>> worked hard today. The cows have it much easier than $he does, in many ways: all they have to do is give milk, while $his life is one of hard labor. Long after they're asleep, $he's cleaning the dairy and getting ready for the next day. At long last $he's done, and even though $he's exhausted, $he takes a few minutes to thoroughly stretch $his aching body. $He's a big girl, and the play of $his muscles across $his back as $he works out the kinks is quite eye-catching. <<case "loving concubine">> It's been a long, harassing day as owner of the arcology. You're composing an angry communication to a couple of imbecile tenants who seem to think they're still in their old world shithole of a homeland, insist on acting like it, and are also wealthy enough to make it unwise to simply defenestrate them from the nearest window. Not that you aren't tempted. Suddenly, you feel a moist, <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>girlish<</if>> pair of lips nibbling their way along your ear, and a <<if ($activeSlave.muscles > 95)>>powerful<<elseif ($activeSlave.muscles > 30)>>strong<<else>>feminine<</if>> hand over your shoulder. Its owner <<if !canTalk($activeSlave)>>passes you a handwritten note: "? ? It can wait, <<= WrittenMaster()>> ? ?"<<else>>whispers "It can wait, <<Master>>."<</if>> -You turn to see your concubine <<EventNameLink>>'s <<if ($activeSlave.butt > 5)>>massive, nude ass<<elseif ($activeSlave.butt > 2)>>big naked butt<<else>>nice, nude rear<</if>> vanishing back into your suite.<<if ($activeSlave.boobs > 2000)>> As $he sways away from you, you can clearly see the sides of $his massive tits, sticking out on either side of $his torso.<</if>> +You turn to see your concubine <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s <<if ($activeSlave.butt > 5)>>massive, nude ass<<elseif ($activeSlave.butt > 2)>>big naked butt<<else>>nice, nude rear<</if>> vanishing back into your suite.<<if ($activeSlave.boobs > 2000)>> As $he sways away from you, you can clearly see the sides of $his massive tits, sticking out on either side of $his torso.<</if>> <<case "bodyguard bedtime">> -<<EventNameLink>> is accustomed to sleep on a bedroll placed across the bottom of the door to your bedroom. In this way, no one could enter the room without going past your bodyguard, even as $he lies resting. As you watch, the breath in $his <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles <= 5)>>thin<<elseif ($activeSlave.boobs < 500) && ($activeSlave.butt < 3)>>androgynous<<elseif ($activeSlave.height >= 170)>>tall<<elseif ($activeSlave.height < 150)>>short<<else>>feminine<</if>> <<if $seeRace == 1>>$activeSlave.race <</if>>form slowly raises and lowers the sheet over $him. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is accustomed to sleep on a bedroll placed across the bottom of the door to your bedroom. In this way, no one could enter the room without going past your bodyguard, even as $he lies resting. As you watch, the breath in $his <<if ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles <= 5)>>thin<<elseif ($activeSlave.boobs < 500) && ($activeSlave.butt < 3)>>androgynous<<elseif ($activeSlave.height >= 170)>>tall<<elseif ($activeSlave.height < 150)>>short<<else>>feminine<</if>> <<if $seeRace == 1>>$activeSlave.race <</if>>form slowly raises and lowers the sheet over $him. <<case "worried headgirl">> -Your Head Girl <<EventNameLink>> comes to find you for a routine meeting at the end of the day, and finds your office empty. You're out on its balcony, looking out into the night from the immense height of the arcology's uppermost levels. $He comes outside to meet you, notices your reverie, and follows your gaze. Out there, most of the way to the horizon, there's a lightshow underway. In more peaceful times it might have been mistaken for fireworks, but it's not. +Your Head Girl <<= App.UI.slaveDescriptionDialog($activeSlave)>> comes to find you for a routine meeting at the end of the day, and finds your office empty. You're out on its balcony, looking out into the night from the immense height of the arcology's uppermost levels. $He comes outside to meet you, notices your reverie, and follows your gaze. Out there, most of the way to the horizon, there's a lightshow underway. In more peaceful times it might have been mistaken for fireworks, but it's not. <br><br> As the two of you stand there watching, strings of red lights begin to trace lines up into the sky. The guns are manually aimed, to go by their jerky arcs of fire, and they're hopelessly ineffective. Their target comes and goes, unseen and unheard at this distance, the only evidence of its passage a flash of light from the target area followed by a low thump that takes a long time to reach you. The commotion is outside the Free City your arcology is part of, and is of little concern: just a minor dispute of the kind becoming more and more common outside your island of safety and security. <br><br> @@ -144,17 +144,17 @@ You notice a warmth at your side. $activeSlave.slaveName has edged a bit closer <<case "loving headgirl">> -You and <<EventNameLink>> see one another less than one might expect, for a slaveowner and their Head Girl. You both lead very busy lives, for one. Furthermore, $activeSlave.slaveName often functions as a second set of eyes, ears, and castigating hands for you, so it would be a waste for the two of you to be in the same place at the same time. Today, the two of you saw almost nothing of one another, so $he comes to your office for a quick review of the day before $he turns in for the night. +You and <<= App.UI.slaveDescriptionDialog($activeSlave)>> see one another less than one might expect, for a slaveowner and their Head Girl. You both lead very busy lives, for one. Furthermore, $activeSlave.slaveName often functions as a second set of eyes, ears, and castigating hands for you, so it would be a waste for the two of you to be in the same place at the same time. Today, the two of you saw almost nothing of one another, so $he comes to your office for a quick review of the day before $he turns in for the night. <br><br> The business is brief and inconsequential, but it's good to speak with $him. When you're done, $he gets halfway to the door before coming quickly back to give you a light kiss on the cheek. <<if ($activeSlave.lips > 70)>>"Ah love you, <<Master>>," $he lisps, huge lips grazing your ear<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>"Ah love you, <<Master>>," $he lisps, oral piercings grazing your ear<<else>>"I love you, <<Master>>," $he whispers into your ear<</if>>, $his breasts brushing against your shoulder as $he does. <<case "headgirl dickgirl">> -<<EventNameLink>>, despite being a loyal and sexually receptive slave $girl, still has a virile cock. $He certainly isn't shy about using it in pursuit of $his Head Girl duties. $slaves[$j].slaveName has apparently committed some minor sin, and is now being made to pay. $activeSlave.slaveName has _him2 lying on _his2 back on a table with _his2 helpless <<if $seeRace == 1>>$slaves[$j].race <</if>>throat serving as a hole for $activeSlave.slaveName to fuck <<if $seeRace == 1>>with _his2 $activeSlave.race cock <</if>>while $activeSlave.slaveName rains light slaps on poor $slaves[$j].slaveName's nipples, breasts, and <<if ($slaves[$j].dick > 0) && !canAchieveErection($slaves[$j])>>limp dick<<elseif ($slaves[$j].dick > 0)>>defenseless dick<<elseif ($slaves[$j].clit > 0)>>big clit<<else>>mons<</if>>. All the while, your Head Girl expounds on $slaves[$j].slaveName's shortcomings and the ways in which _he2 must apply _himself2 to better serve you. +<<= App.UI.slaveDescriptionDialog($activeSlave)>>, despite being a loyal and sexually receptive slave $girl, still has a virile cock. $He certainly isn't shy about using it in pursuit of $his Head Girl duties. $slaves[$j].slaveName has apparently committed some minor sin, and is now being made to pay. $activeSlave.slaveName has _him2 lying on _his2 back on a table with _his2 helpless <<if $seeRace == 1>>$slaves[$j].race <</if>>throat serving as a hole for $activeSlave.slaveName to fuck <<if $seeRace == 1>>with _his2 $activeSlave.race cock <</if>>while $activeSlave.slaveName rains light slaps on poor $slaves[$j].slaveName's nipples, breasts, and <<if ($slaves[$j].dick > 0) && !canAchieveErection($slaves[$j])>>limp dick<<elseif ($slaves[$j].dick > 0)>>defenseless dick<<elseif ($slaves[$j].clit > 0)>>big clit<<else>>mons<</if>>. All the while, your Head Girl expounds on $slaves[$j].slaveName's shortcomings and the ways in which _he2 must apply _himself2 to better serve you. <<case "worshipful impregnatrix">> -<<EventNameLink>> comes wearily into your office at the end of $his day to check in with you, like a good Head Girl should. You're busy at the moment, so $he waits quietly, not wanting to interrupt you. $He seems tired, and leans <<if $activeSlave.physicalAge > 35>>heavily<<else>>lightly<</if>> against the back of the office couch<<if hasAnyProstheticArms($activeSlave)>>, $his mechanical hand hard against the leather<</if>>. Your Head Girl is a <<if $activeSlave.fetish == "dom">>very dominant $desc<<elseif $activeSlave.fetish == "sadist">>sadistic and dominant $desc<<else>>dutiful $desc and takes $his leadership position seriously<</if>>, but $he knows $he doesn't have to pretend to be invincible around you. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes wearily into your office at the end of $his day to check in with you, like a good Head Girl should. You're busy at the moment, so $he waits quietly, not wanting to interrupt you. $He seems tired, and leans <<if $activeSlave.physicalAge > 35>>heavily<<else>>lightly<</if>> against the back of the office couch<<if hasAnyProstheticArms($activeSlave)>>, $his mechanical hand hard against the leather<</if>>. Your Head Girl is a <<if $activeSlave.fetish == "dom">>very dominant $desc<<elseif $activeSlave.fetish == "sadist">>sadistic and dominant $desc<<else>>dutiful $desc and takes $his leadership position seriously<</if>>, but $he knows $he doesn't have to pretend to be invincible around you. <br><br> When you've finished your task, you raise your eyes to examine $him. $He's standing with $his <<if $activeSlave.hips > 1>>broad<<elseif $activeSlave.hips < -1>>narrow<<else>>womanly<</if>> hips slightly cocked and $his <<if $activeSlave.muscles > 95>>incredibly muscular<<elseif $activeSlave.weight > 10>>soft<<elseif $activeSlave.muscles > 10>>hard<<else>>trim<</if>> thighs bowed a bit wide. You immediately understand why: it's $his job to impregnate fertile slaves, a duty $he takes very seriously, and $his dick must be very sore. <<if $activeSlave.clothes == "no clothing">> @@ -182,7 +182,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to //Your bodyguard lacks the musculature required to manhandle him.// <<else>> <<link "$He uses $his muscles to manhandle him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName stomps over to the drunken delinquent, who finds himself sobering up with each step the muscular $woman makes in his direction. Soon he finds himself <<if ($activeSlave.height > 170)>>staring up at $his $activeSlave.faceShape face<<elseif ($activeSlave.height > 150)>>eye to eye with $his $activeSlave.faceShape face<<else>>looking down at $his $activeSlave.faceShape face<</if>> as $he grips him by the shoulders and lifts him bodily off of the ground. The man squeals with terror as he begs forgiveness for his affront to you, but $activeSlave.slaveName simply tosses him away from your presence as if discharging him from a bar. Word of your herculean protector is soon @@.green;the talk of $arcologies[0].name and beyond,@@ with many in the old world mistakenly believing you are guarded by a warrior so strong $he can throw any man the breadth of a room in a single heave. <<run repX(2500, "event", $activeSlave)>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $he can throw a man the breadth of a room in a single heave.">> <</if>> @@ -193,7 +192,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br>//Your bodyguard lacks the height required to tower over and intimidate him.// <<else>> <br><<link "$He intimidates him with $his towering height">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName calmly strides over to the drunken delinquent and simply towers over him with a glower on $his $activeSlave.faceShape face. The man quickly finds himself sobering up and moves to run from the scene with all the drunken haste he can muster. Unfortunately for him, $activeSlave.slaveName matches his pace with a brisk power-walk, and the citizen soon finds himself face-down on the pavement after a swift strike to the back of the head. Word of your giant protector is soon @@.green;the talk of $arcologies[0].name and beyond,@@ with many in the old world mistakenly believing you are guarded by a warrior twice the height of any man. <<run repX(2500, "event", $activeSlave)>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $he is twice the height of any man.">> <</if>> @@ -204,7 +202,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br>//Your bodyguard lacks the beauty required to distract him with $his wiles.// <<else>> <br><<link "$He distracts him with $his beautiful face">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName seductively saunters over to the drunken delinquent and poses alluringly nearby. The man can't help but become entranced by $his gorgeous $activeSlave.faceShape face, and follows $him like a lost puppy as $he beckons with one outstretched finger. $activeSlave.slaveName lures $his prey into a nearby alley before slamming $his fist into the unsuspecting drunkard's face, leaving him knocked out cold on the floor before returning to guard you. Word of your beautiful protector is soon @@.green;the talk of $arcologies[0].name and beyond,@@ with many in the old world mistakenly believing you are guarded by a warrior unmatched by any $woman in the world in $his good looks. <<run repX(2500, "event", $activeSlave)>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $his beauty is unmatched by any $woman in the world.">> <</if>> @@ -215,7 +212,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br>//Your bodyguard lacks the intellect required to de-escalate the situation with tact.// <<else>> <br><<link "$He de-escalates the situation with tact">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName walks over to the man, puts an arm about his shoulders and explains to him <<if canTalk($activeSlave)>>in hushed whispers<<else>>with rapid sign language<</if>> the severity of the situation. The man sobers up quickly as the reality of his actions set in and he soon beats a hasty exit from the scene as $activeSlave.slaveName returns to guard your body. Word of your tactful protector is soon @@.green;the talk of $arcologies[0].name and beyond,@@ with many in the old world mistakenly believing you are guarded by a warrior whose silver tongue is the envy of many politicians. <<run repX(2500, "event", $activeSlave)>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "$His silver tongue is the envy of many in the arcology.">> <</if>> @@ -226,7 +222,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <br>//Your bodyguard lacks the combat skill required to fight him hand to hand.// <<else>> <br><<link "$He fights him hand to hand">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName quickly maneuvers over to the man and strikes him low in the stomach, robbing him of breath in a single strike. The man sobers up somewhat and raises his arms to defend himself, but finds himself outmatched by $activeSlave.slaveName's skillful attacks. It doesn't take long for $activeSlave.slaveName to reduce the man to a battered heap on the ground with $his hands alone, after which $he soon returns to you to guard your body. Word of your martial protector is soon @@.green;the talk of $arcologies[0].name and beyond,@@ with many in the old world mistakenly believing you are guarded by a warrior whose hands are deadlier than many weapons. <<run repX(2500, "event", $activeSlave)>> <<if $activeSlave.prestige < 1>> <<set $activeSlave.prestige = 1,$activeSlave.prestigeDesc = "Word in the arcology is $his hands are deadlier than many weapons.">> <</if>> @@ -234,7 +229,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</link>> <</if>> <br><<link "$He fires a few dozen warning shots">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName draws $his firearm and blasts the pavement between yourself and the delinquent with a hail of bullets. The man sobers up immediately at the excessive use of firepower and flees the scene in fear of $activeSlave.slaveName turning $his weapon on him. $activeSlave.slaveName holsters $his weapon and returns to your side to guard you. Word of your trigger happy protector is soon @@.green;the talk of $arcologies[0].name@@ and you find most citizens are keen to avoid causing you offense with $activeSlave.slaveName around. <<run repX(500, "event", $activeSlave)>> @@ -244,7 +238,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "madam strategy">> <<link "Review $his charges' skills with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call $activeSlave.slaveName up to your office; $he enters with the clear anticipation of being thrown over your desk, but instead finds $himself sitting across it from you, taking part in a three-way strategy session between you and $assistant.name. The three of you carefully review the sexual advantages and disadvantages of each of $his whores. $He is @@.hotpink;properly deferential,@@ but definitely has insight to offer about how many of them satisfy customers. With $his input, you put together a plan to @@.green;address@@ their deficiencies with instruction and hands-on correction. <<set $activeSlave.devotion += 4>> @@ -262,7 +255,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> <br><<link "Talk over the whores' appearance and correct any deficiencies">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call $activeSlave.slaveName up to your office; $he enters with the clear anticipation of being thrown over your desk, but instead finds $himself sitting across it from you, taking part in a three-way inventory review with you and $assistant.name. The three of you carefully review the appearance of each of $his whores. $He is @@.hotpink;properly deferential,@@ but definitely has insight to offer about how many of them appeal to customers. With $his input, you put together a plan to @@.limegreen;correct@@ their deficiencies when they can be pulled out of a shift for a quick surgical improvement. <<set $activeSlave.devotion += 4>> @@ -306,7 +298,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "DJ publicity">> <<link "Make $him the face of an ad campaign">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him out to a pretty balcony and put $him through an extended photo shoot. $He has no idea what you're planning, but $he's skilled enough not to need to. $He dons different outfits, changes makeup, and even shifts personas for the camera, producing hundreds of elegant, sensual and eye-catching images. You dismiss $him back to the club when you're done, and $he clearly thinks little of it. The next day, however, you walk $him out onto the club in the morning. When the two of you, <<= WrittenMaster()>> and DJ, reach the main club, <<if canSee($activeSlave)>>$he stops short when $he catches sight of<<else>>you make sure to describe to $him, in explicit detail, what's displayed on<</if>> the main billboard screen. There $he is, resplendent and opulent, <<if $showInches == 2>>thirty feet<<else>>ten meters<</if>> tall, giving the viewer a sultry look. $He only breaks down for a single moment, but it's quite a moment: $he cries rather inelegantly, <<if canTalk($activeSlave)>><<say>>ing a sobbing "I love you, <<Master>>" into your ear<</if>> before giving you a @@.hotpink;wet kiss.@@ Then $he runs over to stand under the screen, looking back at you to give you a @@.green;picture-perfect@@ imitation of the billboard $he's standing under before laughing at $himself a little. <<run cashX(-1000, "event", $activeSlave)>> @@ -315,7 +306,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> //This option will cost <<print cashFormat(1000)>>// <br><<link "Keep $him to yourself for a week">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Exclusivity and slavery interact in ways more than merely complex. $activeSlave.slaveName's most passionate devotees are devastated to find $him nowhere but by your side for the whole week. Their reaction is mixed: awe, envy, resentment; but mostly @@.green;renewed respect@@ that $he is your creature, and yours alone. A lesser slave might show off the particularity you show $him, bringing shame on you by giving the impression that you care for $him as more than a slave. $He is no lesser slave, though, and thoroughly understands the fine line the two of you must walk as <<= WrittenMaster()>> and slave. $He makes @@.hotpink;painstakingly@@ clear, through every public glance and gesture, that $he is yours as a matter of @@.mediumaquamarine;trust@@ rather than as a matter of love. <<set $activeSlave.devotion += 4>> @@ -325,7 +315,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</link>> <<if $activeSlave.prestige == 0>> <br><<link "Put public emphasis on $him with the objective of making $him famous">> - <<EventNameDelink $activeSlave>> <<replace "#result">> For the coming week, $he does the publicity rounds. It's a little different than a free celebrity might do, but the mere act of letting $him be interviewed is enough of a display of your confidence in $his loyalty that people @@.green;take notice.@@ $He will be @@.green;forever remembered@@ as one of the first slaves to go before the press and articulately explain why $he loves being your property. $He looks good doing it, too. <<run cashX(-10000, "event", $activeSlave)>> @@ -338,7 +327,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "tired collectrix">> <<link "Use $his ass as $he looks after $himself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Wordlessly, you<<if ($PC.dick == 0)>> don a strap-on and<</if>> come up behind $him; the first thing to touch $him is <<if ($PC.dick == 0)>>the phallus<<else>>your rapidly hardening dick<</if>>, which pokes against <<if $activeSlave.height >= 170>>right up against $his asshole, since $he's nice and tall enough for standing anal. $He gasps a little and angles $his hips to accept your cock.<<else>>$his lower back, since $he's shorter than you. $He gasps a little and hikes $himself up on tiptoe to accept your cock.<</if>> As $he feels you slide into $his body $he whimpers with devotion, turning $his upper body so $he can kiss $his <<= WrittenMaster()>> while _heP sodomizes $him. <<if !canTalk($activeSlave)>>$He uses gestures to thank you for making $him feel like the milkers do.<<else>>"<<S>>o thi<<s>> i<<s>> how it feel<<s>> when I do them," $he whispers.<</if>> $He uses the lotion to masturbate while $he takes it, wincing whenever $he loses control and squeezes $his sore cock too hard. When you're done $he sinks to the bathroom floor in a boneless pool of @@.hotpink;satisfied sexual exhaustion,@@ dripping ejaculate from $his front<<if ($PC.dick == 0)>><<else>> and back<</if>>. <<set $activeSlave.devotion += 4>> @@ -346,7 +334,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> <br><<link "Help $him with $his duties">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName is surprised to find you in the collection facility when $he gets there the next morning. Since you're already <<if ($PC.dick == 0)>>using a strap-on to fuck<<else>>balls deep in<</if>> a whining milker's ass, $he understands immediately that you're there to help. $He's @@.hotpink;gratified,@@ and does $his best to make sure you have a good time. With so many slaves physically restrained to make their backdoors available, it's hard not to. $activeSlave.slaveName does $his best to use a slave next to you so $he can be available for extra amusement at all times as the two of you sodomize away. <<set $activeSlave.devotion += 4>> @@ -356,14 +343,12 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "tired milkmaid">> <<link "Give $him a businesslike massage">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canHear($activeSlave)>>hears you enter $dairyName,<<else>>realizes you've entered $dairyName,<</if>> $he turns to you for instructions, but you wordlessly dismiss $him back to $his stretching. $He gets back to it, but is surprised to find $his shoulders seized by your powerful hands. $He shivers helplessly as you knead $his knotted muscles, whimpering with near-orgasmic delight as $he feels the day's aches ground away under your grip. When you're done with $him, $he touches $his toes and then smoothly rises to stretch with $his hands over $his head, groaning with sheer pleasure at the feeling. <<if !canTalk($activeSlave)>>$He thanks you profusely with gestures, and then hesitantly asks if you'd like to use $his body.<<else>>"Thank you <<Master>>," $he murmurs. "Would — would you like to u<<s>>e my body, now?"<</if>> You shake your head kindly and place a kiss on $his forehead before continuing with your evening. As $he watches you go, $he suppresses @@.hotpink;another shiver.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "Share a milk bath with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canHear($activeSlave)>>hears you enter $dairyName,<<else>>realizes you've entered $dairyName,<</if>> $he turns to you for instructions, but you wordlessly dismiss $him back to $his stretching. $He gets back to it, but is mystified as $he watches you out of the corner of $his eye. The milk is held in a large tank before being filtered, pasteurized, and sold. You remove the lid from the tank and climb in. $He watches with incomprehension, but understanding dawns when you splash a little, demonstratively, and crook a finger at $him. $He gives you a deliciously naughty look and hurries to join you in the warm milk, giggling when you pull $him in with a slosh of creamy whiteness. $He doesn't break the surface after climbing in, kneeling under the milk to suck you off. $He has to surface periodically for breath, but the grin $he gives you each time makes up for it. $He manages to drag $his breasts <<if ($PC.boobs >= 300)>>against yours<<else>>up your front<</if>> each time $he rises for air. When you climax, $he carefully swallows every drop to keep the filters from getting clogged. When $he surfaces for good, $he looks you in the eyes briefly before blushing and @@.mediumaquamarine;giving you a muscular hug.@@ <<set $activeSlave.trust += 4>> @@ -374,7 +359,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "loving concubine">> <<link "It cannot wait">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Your responsibilities will not wait. You keep at it, composing a firm yet even-handed message that @@.green;puts the miscreants in their place@@ without ruffling feathers. $activeSlave.slaveName has gone to sleep by the time you enter your suite, but $he wakes at your entrance and sleepily holds the sheets open so you can climb in. Once you're bedded down $he <<if ($activeSlave.boobs > 2000)>>lies close to you with one of $his breasts resting half on your chest, since $he can't fit under your arm with $his ridiculous tits.<<elseif ($activeSlave.boobs > 1000)>>burrows softly under your arm, $his breasts heavy against your chest.<<elseif ($activeSlave.boobs > 300)>>snuggles under your arm, $his breasts against your chest.<<else>>fits $himself under your arm, $his flat chest letting $him mold $himself to your torso perfectly.<</if>> <<run repX(500, "event", $activeSlave)>> @@ -382,7 +366,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</link>> <br> <<link "It can wait until after some lovemaking with the Concubine">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he <<if canSee($activeSlave)>>sees<<else>>figures out<</if>> the kind of lovemaking you're in the mood for, $he <<if hasAnyArms($activeSlave)>>spreads $his arm<<if hasBothArms($activeSlave)>>s<</if>><<else>>presents $himself<</if>> for you, smiling gently. $He kisses you lovingly, <<if !canTalk($activeSlave) && hasAnyArms($activeSlave)>>taking your hand in $hers and drawing a heart on your palm with one finger.<<elseif canTalk($activeSlave)>><<say>>ing, "<<Master>>, I love you."<<else>>giving you a sultry look<</if>> <<if ($PC.vagina != -1)>> @@ -411,7 +394,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</link>> <<if ($activeSlave.anus > 0)>> <br><<link "It can wait until after some rough sex with the Concubine">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When you enter your suite, the dim light reveals $activeSlave.slaveName waiting with $his beautiful body laid across the bed. When $he sees <<if ($PC.dick == 0)>>the big strap-on you're wearing<<else>>the kind of sex you're in the mood for<</if>>, $he turns over and pushes $his face down into the sheets. $He <<if hasAnyLegs($Concubine)>>pulls $his knee<<if hasBothLegs($Concubine)>>s<</if>> under $himself and <</if>><<if hasAnyArms($Concubine)>>reaches back to pull<<else>>presents<</if>> $his <<if ($activeSlave.butt > 5)>>huge<<elseif ($activeSlave.butt > 2)>>sizable<<else>>pretty<</if>> buttocks apart, relaxing and then clenching $his <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>big<<else>>tight<</if>> asshole invitingly. $He starts <<if !canTalk($activeSlave)>>to point an inviting finger at $his backdoor,<<else>>to beg "Plea<<s>>e a<<ss>>rape me, M-" into the sheets,<</if>> but you interrupt $him by shoving $him forward so that $he's all the way face-down on the bed. $He knows how you like it and starts to wriggle, struggle, and whine as you roughly sodomize $him, <<if ($PC.dick == 0)>>the strap-on<<else>>your cock<</if>> ramming straight up $his ass despite the uncomfortable angle, <<if ($activeSlave.butt > 5)>>which $his huge ass makes easier for $him by limiting how deeply you can fuck $him without $his buttocks spread wide.<<elseif ($activeSlave.butt > 2)>>which $his big behind makes easier for $him by limiting how deeply you can fuck $him.<<else>>which $his modest ass makes harder for $him by allowing you to get really deep inside $his anus.<</if>> $He continues to wrestle with you, sometimes even managing to dislodge <<if ($PC.dick == 0)>>the strap-on<<else>>your dick<</if>>, allowing you the <<if ($PC.dick == 0)>>cruel delight<<else>>delicious sensation<</if>> of pushing it back up $his butt each time. Despite the pretense $his enjoyment is obvious; <<if ($activeSlave.chastityPenis == 1)>> @@ -448,14 +430,12 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "bodyguard bedtime">> <<link "Let $him up in bed with you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Of course, $activeSlave.slaveName promptly obeys your order that $he come up and join you in bed. After you have gone to sleep, however, $he does not feel that $he can sleep $himself, since $he is no longer blocking the door. $He spends the rest of the night in sleepless watch, agonizing over this disruption of $his protection of your person. @@.mediumorchid;$He is confused and unhappy.@@ <<set $activeSlave.devotion -= 5>> <</replace>> <</link>> <br><<link "Commend and reward $him the next morning">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The next morning, you sit at your desk to do business as usual, and $activeSlave.slaveName takes up station just behind your left shoulder. You thank $him for $his vigilance as $he does. $He looks almost confused to be thanked for doing $his proper duty, so you settle on a more direct method of communicating your closeness to $him. <<if ($activeSlave.vagina == 0) && !canDoVaginal($activeSlave)>> @@ -499,7 +479,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "worried headgirl">> <<link "Trust $him to tell them">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you're sure $he'll let them know, since $he understands the situation and knows them all well. $His <<if $activeSlave.visualAge > 35>>mature<<elseif $activeSlave.face > 40>>lovely<<else>>attentive<</if>> face flicks <<if $activeSlave.height >= 185>>over<<else>>up<</if>> to look at you, @@.hotpink;$his <<= App.Desc.eyesColor($activeSlave)>> glittering at the compliment.@@ "Thank you, <<Master>>," $he murmurs. There's another flash on the horizon, followed by a series of smaller flashes and a low, slowly growing glow as secondaries go off and start a fire. $activeSlave.slaveName seems affected, a certain amount of moisture gathering in $his eyes, but $he turns away to return to $his duties when it becomes clear that you intend to keep watching for a while, and aren't going to have sex with $him right this minute. $He does $his best to communicate the new reality to those of your slaves who are obedient enough to understand the truth: though they are slaves, @@.mediumaquamarine;there is safety to be found in slavery.@@ <<for $i = 0; $i < _SL; $i++>> @@ -511,7 +490,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> <br><<link "$He's more important">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You shift to stand behind $him, your <<if $PC.boobs >= 300>>breasts <<if $PC.boobsImplant > 0>>firm<<else>>soft<</if>> and sensual<<else>>chest hard and masculine<</if>> but not insistently sexual against $his <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 10>>soft<<else>>warm<</if>> back. You wrap your arms around $him, over $his own, each of your <<if $PC.title == 1>>strong<<else>>feminine<</if>> hands finding and clasping one of $hers.<<if $activeSlave.boobs > 3000>> $His incredible boobs rest heavily over the top of both of your arms.<</if>> $He knows you very well, and shifts $his torso ever so slightly from side to side, snuggling in a little closer to you to let you know $he's comfortable and available without being demanding or needy. You speak quietly, your voice a reassuring <<if $PC.boobs == 0>>rumble<<else>>hum<</if>> $he feels against $his back<<if canHear($activeSlave)>> as well as hears<</if>>. You let $him know that $he has a place with you, and $he always will. You let $him know that you're worried too, and that you don't know what the future will bring. But you do know that $he'll be by your side as you meet it. A silent shake in the pretty <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> you've got in your arms is your only indication that @@.mediumaquamarine;$he's crying a little@@ as $he whispers, "Thank you, <<Master>>. I'll do my be<<s>>t." <<set $activeSlave.trust += 5>> @@ -590,7 +568,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "headgirl dickgirl">> <<link "Compliment your Head Girl's efforts, and encourage $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you walk into the room to offer $activeSlave.slaveName some positive reinforcement, $he groans, arches $his back, and shoots $his load down $slaves[$j].slaveName's retching <<if $seeRace == 1>>$slaves[$j].race <</if>>throat. $activeSlave.slaveName immediately greets you with perfect decorum, despite $his recent orgasm, and delivers $slaves[$j].slaveName an agonizing flick to the ear when _he2 does not, in $activeSlave.slaveName's opinion, follow suit with sufficient speed. You inform $activeSlave.slaveName that $he is a fine Head Girl, and that if $he continues to apply $himself $he will bring credit to you as a slaveowner. $He looks a little surprised, but thanks you correctly. It is only due to the arcology's monitoring system that you know that, as you turn your back and go, a single tear escapes from $his eye and rolls down $his pretty <<if $seeRace == 1>>$activeSlave.race <</if>>cheek. In the coming week, no shirker is safe from $his wrath. @@.hotpink;Every single slave in your penthouse has become better broken to your will.@@ <<run seX($activeSlave, "oral", $PC, "penetrative")>> @@ -602,7 +579,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> <br><<link "Instruct your Head Girl to give that slave special attention">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The next time you see $activeSlave.slaveName, you ask what $slaves[$j].slaveName did. It seems _he2 did not complete _his2 assigned duty with sufficient speed, and compounded _his2 sin by talking back to $activeSlave.slaveName when $he pointed this out. You observe that if _he2 continues to fail to clean, _he2 can do it with _his2 tongue; and that if _he2 continues to fail to be polite, _he2 can clean $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>body with _his2 tongue. Your Head Girl nods $his understanding with a grin. This is one week @@.hotpink;the disobedient bitch won't soon forget.@@ <<set $slaves[$j].devotion += 15>> @@ -613,7 +589,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <<case "worshipful impregnatrix">> <<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up, and from the look on your face, $he knows it's $his turn to get fucked. $He <<if $activeSlave.fetish == "dom">>visibly shelves $his dominance<<elseif $activeSlave.fetish == "sadist">>visibly lets $his sadism go<<else>>softens visibly<</if>>, looking relieved to be able to let someone else lead. You give $him a lustful kiss on the lips and then reach down, taking hold of $his thigh and spinning $him around, raising $his leg so $his foot's on the arm of the couch. <<if $PC.dick != 0>>You slide your dick<<else>>$He reaches under $himself and back to stroke your pussy as you press your hips against $him, and you slide your fingers<</if>> inside $his <<if canDoVaginal($activeSlave)>>pussy<<else>>ass<</if>>. $He groans with discomfort as $his overtaxed dick tries and fails to become hard again, but relaxes as <<if $PC.dick != 0>>cockhead<<else>>fingertips<</if>> stimulate the most sensitive place inside $him, producing arousal that obscures the soreness. You hold $him close, <<if $PC.dick != 0>>one<<else>>your free<</if>> arm <<if $activeSlave.boobs > 4000>>cradling one of $his udders<<elseif $activeSlave.boobs > 1000>>hefting one of $his heavy breasts<<elseif $activeSlave.boobs > 400>>holding one of $his boobs<<else>>cupped over one of $his $activeSlave.nipples nipples<</if>> and hugging $him against your <<if $PC.boobs >= 300>>bosom<<else>>hard chest<</if>>. $He pants exhaustedly in your arms as you take $him, and when $he climaxes, $he manages only a weak ejaculation onto the couch. You have mercy and fuck $him harder, bringing yourself to a quicker orgasm and letting $him fall into $his own mess. "I @@.hotpink;love you,@@ <<Master>>," $he mumbles into the cushions. @@ -641,7 +616,6 @@ $He sees you examining at $him, and looks back at you submissively, too tired to <</replace>> <</link>> <br><<link "Give $him some loving praise">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up, give $him a kiss, and sit down on the couch, pulling $him into your lap. $His <<if $activeSlave.butt > 8>>monstrous ass rests heavily on<<elseif $activeSlave.muscles > 30>>heavily muscled ass is hard against<<elseif $activeSlave.weight > 10>>plush bottom is soft against<<elseif $activeSlave.muscles > 10>>toned butt is firm against<<elseif $activeSlave.butt > 3>>healthy butt is soft against<<else>>cute bottom is firm against<</if>> your toned thighs. $He wiggles $himself against you briefly, as though to gently remind you $he's available without demanding anything, and then snuggles $his $activeSlave.skin face into your neck. You run a hand <<if $activeSlave.hLength == 0>>across $his bald head<<elseif $activeSlave.hLength < 10>>through $his short hair<<else>>through $his $activeSlave.hColor hair<</if>>, producing a shiver of pleasure as your fingers massage $his scalp. As you cuddle with your Head Girl, you praise $his hard work, and tell $him that the next generation of sex slaves in the Free Cities will owe a lot to $him. They'll learn from $his leadership, of course, but they'll also have $his genes. $He stiffens a little, and there's a slight moisture against your skin as tears begin to run down $his cheeks. $He cranes $his neck up and @@.hotpink;kisses you rapturously.@@ $He seems to have absorbed a bit of your vision for the future, and over the next couple of days $he takes special care to make sure the slaves in your penthouse @@.mediumaquamarine;know their place in the new world you're building.@@ <<set $activeSlave.devotion += 5>> diff --git a/src/uncategorized/PETS.tw b/src/uncategorized/PETS.tw index 5d14e795cabd9998e7bad5f941dec86d82b06bbb..3a02a6a8863bbb654c9ff182a80ff0f3ee8358a0 100644 --- a/src/uncategorized/PETS.tw +++ b/src/uncategorized/PETS.tw @@ -93,7 +93,7 @@ <<case "nurse molestation">> -Late at night, you decide to walk through the clinic to look over its patients personally. As soon as you enter the space, left dimly lit at night to encourage sleep, you hear a quiet moaning and the distinct noise of flesh on flesh. Heading over towards that area, you note the noise is coming from where $subSlave.slaveName is listed as resting. Appearing quietly, you see <<EventNameLink>> between $his patient's <<if hasBothLegs($subSlave)>>legs<<else>>hips<</if>>, which are spread wide by the stirrups provided with each patient bed for examination of a slave's holes. +Late at night, you decide to walk through the clinic to look over its patients personally. As soon as you enter the space, left dimly lit at night to encourage sleep, you hear a quiet moaning and the distinct noise of flesh on flesh. Heading over towards that area, you note the noise is coming from where $subSlave.slaveName is listed as resting. Appearing quietly, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> between $his patient's <<if hasBothLegs($subSlave)>>legs<<else>>hips<</if>>, which are spread wide by the stirrups provided with each patient bed for examination of a slave's holes. <br><br> <<if canPenetrate($activeSlave)>> $He's pounding eagerly away and mauling $his patient's bare boobs with both hands. @@ -106,23 +106,23 @@ Moaning in sexual abandon, $he's obviously unaware that $he's being watched. $su <<case "stewardess beating">> -Poor $subSlave.slaveName clearly isn't working as hard as _he2 should. <<EventNameLink>> has _him2 bent over with _his2 buttocks bare, and is administering a punishing spanking. $subSlave.slaveName's $subSlave.skin skin is starting to show the force of the beating, and _he2's begging desperately for mercy. +Poor <<= App.UI.slaveDescriptionDialog($subSlave)>> clearly isn't working as hard as _he2 should. <<= App.UI.slaveDescriptionDialog($activeSlave)>> has _him2 bent over with _his2 buttocks bare, and is administering a punishing spanking. $subSlave.slaveName's $subSlave.skin skin is starting to show the force of the beating, and _he2's begging desperately for mercy. <br><br> $activeSlave.slaveName, meanwhile, is obviously enjoying torturing the poor servant for _his2 failings. $He's <<if ($activeSlave.chastityPenis == 1)>>using a couple of fingers to buttfuck $himself<<elseif canAchieveErection($activeSlave)>>jacking off furiously<<elseif $activeSlave.dick > 0>>rubbing $his pathetically soft dick<<elseif $activeSlave.vagina == -1>>desperately rubbing $his soft perineum<<else>>rubbing $his sopping pussy<</if>> with $his other hand, getting close to orgasm as the servant begs and moans. <<case "aggressive schoolteacher">> -$subSlave.slaveName is at the head of the class. In this case, the literal head of the class; _he2 has been performing poorly at _his2 studies, so <<EventNameLink>> has _him2 under the teacher's desk, giving $activeSlave.slaveName oral. $activeSlave.slaveName is continuing the lesson, giving little indication $he's being orally serviced. The other students are doing their best to look attentive, lest they be required to replace $subSlave.slaveName under the teacher's desk. +$subSlave.slaveName is at the head of the class. In this case, the literal head of the class; _he2 has been performing poorly at _his2 studies, so <<= App.UI.slaveDescriptionDialog($activeSlave)>> has _him2 under the teacher's desk, giving $activeSlave.slaveName oral. $activeSlave.slaveName is continuing the lesson, giving little indication $he's being orally serviced. The other students are doing their best to look attentive, lest they be required to replace $subSlave.slaveName under the teacher's desk. <<case "abusive wardeness">> -As you pass the entrance to the hall of cells where <<EventNameLink>> breaks bitches late one night, you hear some muffled cursing, followed by moans. Curious, you lean into the one cell with an open door and are treated to the sight of $activeSlave.slaveName holding <<= contextualIntro($activeSlave, $subSlave)>>'s head <<if hasBothLegs($activeSlave)>>between $his legs<<else>>at $his groin<</if>>, receiving what is very obviously non-consensual oral sex. $activeSlave.slaveName is clearly enjoying $himself, but gathers $himself together and greets you properly, without stopping. +As you pass the entrance to the hall of cells where <<= App.UI.slaveDescriptionDialog($activeSlave)>> breaks bitches late one night, you hear some muffled cursing, followed by moans. Curious, you lean into the one cell with an open door and are treated to the sight of $activeSlave.slaveName holding <<= contextualIntro($activeSlave, $subSlave, true)>>'s head <<if hasBothLegs($activeSlave)>>between $his legs<<else>>at $his groin<</if>>, receiving what is very obviously non-consensual oral sex. $activeSlave.slaveName is clearly enjoying $himself, but gathers $himself together and greets you properly, without stopping. <br><br> "Told thi<<s>> whore I wa<<s>>n't turning the light<<s>> off in <<his 2>> cell until <<he 2>> got me off. <<He 2>> can't <<s>>leep with 'em on, and bitche<<s>> do anything for a little <<s>>leep," $he explains. <<case "comforting attendant">> -You decide to knit up care's raveled sleave with a break in the spa. You have your own bath, of course, but the <<if $seeDicks != 100>>female <</if>>company is always nice even if you aren't actively using the spa's resting inhabitants. The steam in the warm pool room is turned up very high, and you can hardly see. As you lower yourself into the warm water, you see <<EventNameLink>> across from you, sitting in the water against the pool wall. $He's holding <<= contextualIntro($activeSlave, $subSlave)>> in $his arms, rubbing a comforting hand up and down _his2 back and murmuring into _his2 ear. $subSlave.slaveName has _his2 head <<if ($activeSlave.boobs > 2000)>>almost hidden between $activeSlave.slaveName's massive tits<<elseif ($activeSlave.boobs > 1000)>>between $activeSlave.slaveName's huge boobs<<elseif ($activeSlave.boobs > 300)>>between $activeSlave.slaveName's breasts<<else>>against $activeSlave.slaveName's flat chest<</if>>, but it's a nonsexual embrace. You can't hear what $activeSlave.slaveName is saying, but it's clearly comforting; $subSlave.slaveName has a happy little smile on _his2 face and has _his2 eyes closed in relaxation. +You decide to knit up care's raveled sleave with a break in the spa. You have your own bath, of course, but the <<if $seeDicks != 100>>female <</if>>company is always nice even if you aren't actively using the spa's resting inhabitants. The steam in the warm pool room is turned up very high, and you can hardly see. As you lower yourself into the warm water, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> across from you, sitting in the water against the pool wall. $He's holding <<= contextualIntro($activeSlave, $subSlave, true)>> in $his arms, rubbing a comforting hand up and down _his2 back and murmuring into _his2 ear. $subSlave.slaveName has _his2 head <<if ($activeSlave.boobs > 2000)>>almost hidden between $activeSlave.slaveName's massive tits<<elseif ($activeSlave.boobs > 1000)>>between $activeSlave.slaveName's huge boobs<<elseif ($activeSlave.boobs > 300)>>between $activeSlave.slaveName's breasts<<else>>against $activeSlave.slaveName's flat chest<</if>>, but it's a nonsexual embrace. You can't hear what $activeSlave.slaveName is saying, but it's clearly comforting; $subSlave.slaveName has a happy little smile on _his2 face and has _his2 eyes closed in relaxation. <<default>> <br>ERROR: bad PETS event $PETSevent @@ -135,7 +135,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <<case "nurse molestation">> <<link "Punish $him for molesting patients">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The next morning, the Clinic's patients awake to see an uncharacteristically subdued $activeSlave.slaveName hurrying around, doing $his best to see to $his business quietly. $He does so a bit gingerly, as though $he was fucked without mercy last night, and tries not to meet anyone's eyes. Their attention is immediately drawn, however, to a sign pinned to the chest of $his clothing. It reads, 'The Nurse was caught molesting patients last night. $He has been ordered to immediately perform oral sex on anyone who asks.' Every patient instantly demands oral sex, and by the time $he's gotten the last one off, the first has placed another request. $He's exhausted by the end of the day; the patients, on the other hand, are @@.mediumaquamarine;very pleased@@ to see the haughty, handsy nurse brought low. <<set $activeSlave.devotion += 4>> @@ -154,7 +153,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</link>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "Rape $him for molesting patients">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You shove $activeSlave.slaveName hard, forcing a surprised shriek out of $him as $he crashes forward into $subSlave.slaveName's <<if $subSlave.boobs > 2000>>helpfully pillowlike bosom<<elseif $subSlave.boobs > 500>>healthy tits<<else>>chest<</if>>, and then ram your pelvis up against $him, pinning $him against $his patient. $subSlave.slaveName's eyelids flicker, but _he2 does not wake up, despite your assault <<if canPenetrate($activeSlave)>>shoving $activeSlave.slaveName's cock as far up _his2 asshole as it will go<<else>>trapping $activeSlave.slaveName's hands between them and pushing $his fingers even farther up $subSlave.slaveName's asshole<</if>>. $activeSlave.slaveName tries to shift a little, but receives a peremptory push back to where $he was. $He realizes $he's to lie still and take what's coming to $him, and $he does $his best to relax. <br><br> @@ -206,7 +204,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</if>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "Have sex with $him while $he molests the patient">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce your presence to $activeSlave.slaveName by groping $his <<if $subSlave.butt > 7>>absurd butt<<elseif $subSlave.butt > 3>>generous buttocks<<else>>cute behind<</if>>. $He jumps, startled, and emits a short scream of surprise that trails off into a moan of sexual anticipation as you continue to knead and massage $his $activeSlave.skin bottom. $He starts thrusting again, but carefully, so gently that $he doesn't need to stop for you to insert <<if $PC.dick != 0>> @@ -256,7 +253,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <<case "stewardess beating">> <<link "Fuck the servant's mouth as the stewardess beats _him2">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In a conversational tone of voice, you tell $activeSlave.slaveName to continue the spanking. $subSlave.slaveName has one anguished second to realize what's happening before you shove yourself <<if ($PC.dick == 0)>>against _his2 mouth<<else>>down _his2 throat<</if>>. _He2 gags reflexively, jerking back, only to jerk forward again in automatic pain avoidance when $activeSlave.slaveName hits _his2 already-sore buttocks yet again. _He2's broken enough to understand that _he2 needs to relax and let _himself2 be abused, but _his2 body's reflexive responses deny _him2 the relief that might be given. The sadistic stewardess @@.hotpink;comes twice@@ before you do, a deliciously aggressive expression on $his face. Poor $subSlave.slaveName staggers off coughing, promising to @@.gold;never offend@@ again. <<set $activeSlave.devotion += 4>> @@ -266,7 +262,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</replace>> <</link>> <br><<link "Make sure your stewardess remembers $his place">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In a conversational tone of voice, you tell $activeSlave.slaveName to continue the spanking. You watch the milieu impassively, your presence slightly cramping $his style. The poor beaten servant staggers out of the room when fully punished; $activeSlave.slaveName didn't bring $himself to climax, obviously over concern about why you're taking such an interest. When you tell $him that $he needs to remember that $he is a slave, too, and only superior to $his charges by degree, $his face falls. $He has a few seconds to wonder what $his punishment will be before $he finds $himself shoved roughly up against the wall. When $he feels <<if ($PC.dick == 0)>>a strap-on<<else>>your cockhead<</if>> pressing against $his <<if $activeSlave.anus > 2>>massive<<elseif $activeSlave.anus > 1>>loose<<else>>tight<</if>> anus, $he tries to hike a leg up to save $himself a bit of anal pain, but to little avail. <<if $activeSlave.anus > 2>>Since $his ass is so loose, you push two fingers in alongside <<if ($PC.dick == 0)>>the phallus<<else>>your dick<</if>>, eliciting a shocked whine.<<elseif $activeSlave.anus > 1>>$His butt may be well-used, but you pound $him hard enough to let $him know $he's still your butthole bitch.<<else>>$His ass is so tight that fucking it standing is punishment enough.<</if>> $He submissively takes $his buttfuck, and begs your forgiveness when $he feels you <<if ($PC.dick == 0)>>shoot your load up $his ass<<else>>shudder with orgasm<</if>>. <<= VCheck.Anal()>> @@ -277,7 +272,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <<case "aggressive schoolteacher">> <<link "Encourage the schoolteacher to abuse poor students">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You lean against the doorway of the classroom. $activeSlave.slaveName glances at you, but you subtly let $him know to continue with $his business. When $he finishes the lesson and, around the same time, climaxes, you clear your throat. The students all start with surprise and turn to you with trepidation. You observe in a conversational tone of voice that $activeSlave.slaveName is making great sacrifices here, performing an unsexy, boring job, and that any slave that does not work hard to learn will find themselves at the teacher's sexual disposal. Several of the least attentive students @@.green;try to look studious,@@ though a few of the better ones can't hide a certain anticipation. <<run $slaves.forEach(function(s) { @@ -290,7 +284,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</replace>> <</link>> <br><<link "Take the delinquent student in hand">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $activeSlave.slaveName finishes using $subSlave.slaveName's mouth, $subSlave.slaveName crawls out from under _his2 desk and stumbles back towards _his2 seat. _He2 stops short when _he2 realizes you're sitting in it. All the other students do their absolute best to be perfectly studious as $subSlave.slaveName gets back <<if hasBothLegs($subSlave)>>to _his2 knees<<else>>in position<</if>>, for you this time. After class is over, you tell _him2 that since _he2 can't have been paying particularly good attention, _he2'll have to take @@.green;remedial classes@@ after everyone else is done. $activeSlave.slaveName gives $subSlave.slaveName a very thorough grope at 'remedial classes,' making sure to pinch $his student's nipples. <<run seX($subSlave, "oral", $activeSlave, "penetrative")>> @@ -304,7 +297,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <<case "abusive wardeness">> <<link "Encourage the use of sleep deprivation as a breaking tool">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $activeSlave.slaveName know that as far as you're concerned, sleep is a privilege, not a right. $He grins evilly and grinds $himself into $subSlave.slaveName's mouth harder. The poor prisoner <<if canHear($subSlave)>>heard you, of course<<else>>realizes why $activeSlave.slaveName has increased $his brutality<</if>>, and begins to produce muffled sobs as _he2 realizes what this means for _him2. $activeSlave.slaveName reaches down and caresses _his2 cheek. "There, there," $he croons. "It'<<s>> not rape if you do it in return for <<s>>omething." All the prisoners are all that much more @@.hotpink;broken@@ this week, though sleep deprivation @@.red;isn't healthy.@@ <<run $slaves.forEach(function(s) { @@ -316,7 +308,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</replace>> <</link>> <br><<link "Have a quiet word with the Wardeness about prisoners' health">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $activeSlave.slaveName finish using $subSlave.slaveName's mouth, turn off the lights in _his2 cell, and then meet $him outside. It won't do to undermine $him in front of the prisoners. You offer a few choice remarks on the value of $his charges to you and the potential effects of sleep deprivation, and point out that $he is a poor Wardeness if $he cannot break slaves without taking measures that may damage their health. $He's clearly filled with remorse, begs your forgiveness, and manages to break slaves just as effectively this week while taking @@.green;better care@@ of their health. <<run $slaves.forEach(function(s) { @@ -328,7 +319,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</link>> <<if ($subSlave.anus > 0) && canDoAnal($subSlave)>> <br><<link "The prisoner will take it up the butt, too, if _he2 wants sleep">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You silently interrupt $activeSlave.slaveName and indicate that $he should sit down on the cell's bed without letting $subSlave.slaveName's head out from between $his legs. $He sits down with a thump, dragging the struggling $subSlave.slaveName with $him. You<<if ($PC.dick == 0)>> pull on a strap-on, and then<</if>> seize $subSlave.slaveName's hips and hoist them into the air, giving _him2 a horrible second of anticipation as you manhandle <<if ($PC.dick == 0)>>the cruelly large phallus<<else>>your cock<</if>> into place. _He2 gives a strangled squeal of protest at the feeling of you pushing your way inexorably up _his2 poor anus, making $activeSlave.slaveName jerk with surprise at the sensation of $subSlave.slaveName howling into $his crotch. Twenty minutes later, you and $activeSlave.slaveName leave _him2 @@.hotpink;quiescent@@ on the floor of the cell. After $he locks the door after $himself, $activeSlave.slaveName can't resist the urge to @@.hotpink;offer you a cheerful high-five.@@ <<set $activeSlave.devotion += 10>> @@ -341,7 +331,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</if>> <<if ($subSlave.vagina > 0) && canDoVaginal($subSlave)>> <br><<link "The prisoner will take it up the pussy, too, if _he2 wants sleep">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You silently interrupt $activeSlave.slaveName and indicate that $he should sit down on the cell's bed without letting $subSlave.slaveName's head out from between $his legs. $He sits down with a thump, dragging the struggling $subSlave.slaveName with $him. You<<if ($PC.dick == 0)>> pull on a strap-on, and then<</if>> seize $subSlave.slaveName's hips and hoist them into the air, giving _him2 a horrible second of anticipation as you manhandle <<if ($PC.dick == 0)>>the cruelly large phallus<<else>>your cock<</if>> into place. _He2 gives a strangled squeal of protest at the feeling of you pushing your way inexorably up _his2 poor pussy, making $activeSlave.slaveName jerk with surprise at the sensation of $subSlave.slaveName howling into $his crotch. Twenty minutes later, you and $activeSlave.slaveName leave _him2 @@.hotpink;quiescent@@ on the floor of the cell. After $he locks the door after $himself, $activeSlave.slaveName can't resist the urge to @@.hotpink;offer you a cheerful high-five.@@ <<set $activeSlave.devotion += 10>> @@ -356,7 +345,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <<case "comforting attendant">> <<link "Meet with the Attendant later to see if the slave $he's helping can be assisted further">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You meet $activeSlave.slaveName after $subSlave.slaveName leaves. $He likes to take a cool shower after spending time in the steam, so you get under the refreshing water with $him, encircling $his <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> midriff with your arms and giving $him a hug before asking $him about $subSlave.slaveName. In $activeSlave.slaveName's opinion, there's nothing really wrong with _him2: _he2's just having a little trouble accepting different expectations about human interactions. "<<He 2>> ju<<s>>t need<<s>> a little help a<<cc>>epting that <<he 2>>'<<s>> a <<s>>lave and it'<<s>> <<his 2>> place to serve you, <<Master>>," $he says. "Like I have!" $He wriggles around in your arms and plants a wet kiss on your nose. $He's clean now, so you release $him and $he steps over to $his towel. As $he does, you land a wet slap on $his <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 3)>>big<<else>>nice<</if>> butt, eliciting a @@.hotpink;delighted@@ squeal. You use the information to @@.hotpink;subtly address@@ $subSlave.slaveName's unhappiness. <<set $activeSlave.devotion += 4>> @@ -365,7 +353,6 @@ You decide to knit up care's raveled sleave with a break in the spa. You have yo <</replace>> <</link>> <br><<link "Leave the matter between the Attendant and the slave $he's helping">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $activeSlave.slaveName deal with $subSlave.slaveName's troubles; after a short time $he sends $subSlave.slaveName off to shower, and submerges, swimming over to you under the water. $He pokes out of the water, comically letting a huge mouthful of the warm, healthy mineral water run out of $his mouth in a stream before giggling at $himself and smiling at you. "<<Master>>, would you like me to tell you about $subSlave.slaveName?" $he asks. You shake your head, and tell $him no, you trust $him to do $his best to heal anything that ails $his charges. $He looks at you with huge <<= App.Desc.eyesColor($activeSlave)>> for a long moment before throwing $his <<if ($activeSlave.weight > 10)>>plush<<else>>taut<</if>> body into your arms. $He looks up at you and asks incredulously, "<<Master>>, you trust me?" You nod. $He looks shocked but kisses you and drops back down under the water. You feel the lovely sensation of $his <<if ($activeSlave.lips > 70)>>massive<<elseif ($activeSlave.lips > 40)>>pillowlike<<else>>nice<</if>> lips <<if ($PC.vagina != -1)>>nibbling their way up towards your clit<<else>>forming a seal around your dickhead<</if>>, and although $he has to come up periodically for air, $he gives you quite a @@.hotpink;loving@@ blowjob. <<set $activeSlave.devotion += 10>> diff --git a/src/uncategorized/RECI.tw b/src/uncategorized/RECI.tw index 22f7189c9d550d7b7a59eb5a34dd8e0fc0fefa02..c3f03b175394a1ad7f6f229b92d9a030511226bb 100644 --- a/src/uncategorized/RECI.tw +++ b/src/uncategorized/RECI.tw @@ -83,7 +83,7 @@ <<else>> <<set _skinDesc = "brown">> <</if>> -The slave bathrooms are designed to completely eliminate privacy. There are few partitions, and those are glass. Your better-behaved slaves have all long since lost any hesitation about performing their ablutions nude. As you pass through the area, you notice <<EventNameLink>> checking out $his own anus in the bathroom mirror. +The slave bathrooms are designed to completely eliminate privacy. There are few partitions, and those are glass. Your better-behaved slaves have all long since lost any hesitation about performing their ablutions nude. As you pass through the area, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> checking out $his own anus in the bathroom mirror. <br><br> There's no other way to describe what $he's doing: the $desc has $his back to the mirror<<if $activeSlave.height < 160>> and is up on tiptoe to bring $his butthole into view<</if>>, and $he's <<if $activeSlave.butt > 6>> @@ -128,7 +128,7 @@ reveal $his backdoor. Your slaves are trained to check themselves daily, but $he <</if>> <</for>> -You're just finishing up <<EventNameLink>>'s weekly inspection. The pretty futa is standing obediently before you, answering the usual questions with enthusiasm. $He gestures animatedly as $he talks, making $his<<if $activeSlave.boobs > 4000>> monstrous<<elseif $activeSlave.boobs > 2000>> enormous<<elseif $activeSlave.boobs > 800>> big<</if>> boobs jiggle slightly, and $his <<if $activeSlave.dick > 5>>incredible, erect penis wave from side to side<<elseif $activeSlave.dick > 3>>big cock wave from side to side<<elseif $activeSlave.dick > 1>>dick stick out stiffly<<else>>tiny hard-on wiggle lewdly<</if>>. $He doesn't seem to notice, probably because this state of obvious arousal is more or less permanent for $him. After all, this is what the ex-Futanari Sister wanted. +You're just finishing up <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s weekly inspection. The pretty futa is standing obediently before you, answering the usual questions with enthusiasm. $He gestures animatedly as $he talks, making $his<<if $activeSlave.boobs > 4000>> monstrous<<elseif $activeSlave.boobs > 2000>> enormous<<elseif $activeSlave.boobs > 800>> big<</if>> boobs jiggle slightly, and $his <<if $activeSlave.dick > 5>>incredible, erect penis wave from side to side<<elseif $activeSlave.dick > 3>>big cock wave from side to side<<elseif $activeSlave.dick > 1>>dick stick out stiffly<<else>>tiny hard-on wiggle lewdly<</if>>. $He doesn't seem to notice, probably because this state of obvious arousal is more or less permanent for $him. After all, this is what the ex-Futanari Sister wanted. <br><br> Apparently, $he has something to say. When you've asked $him your last question and are considering whether to dismiss $him or fuck $him and then dismiss $him, $he speaks up confidently. "<<Master>>," $he <<say>>s. "I want to thank you. When our group of Futa <<S>>i<<s>>ter<<s>> here failed, I was <<s>>o <<s>>cared. We all were! We didn't know what wa<<s>> going to happen, whether we were going to be raped or cut up or wor<<s>>e. But you <<s>>aved u<<s>>, <<Master>>, and you <<s>>aved me. I'm ju<<s>>t a<<s>> happy with you a<<s>> I wa<<s>> with the <<S>>i<<s>>ter<<s>>. I thought I'd have to wake up from the dream I wa<<s>> in, but I'm <<s>>till dreaming. Thank you." $He gives you a pretty half-curtsy, half-bow that manages to be both graceful and appealingly sexual. <br><br> @@ -143,7 +143,7 @@ $His $activeSlave.skin face displays nothing but honest gratitude and devotion. <</if>> <</for>> -<<EventNameLink>> is the second slave on the inspection schedule for today. $He comes into your office naked, to find that the first inspection is going a little long. The slave before $him is obediently riding <<if ($PC.dick == 0)>>one of your larger strap-ons<<else>>your cock<</if>>. $He waits patiently, but does not bother to hide $his arousal at the lewd sight. $He obviously wants to be next; +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is the second slave on the inspection schedule for today. $He comes into your office naked, to find that the first inspection is going a little long. The slave before $him is obediently riding <<if ($PC.dick == 0)>>one of your larger strap-ons<<else>>your cock<</if>>. $He waits patiently, but does not bother to hide $his arousal at the lewd sight. $He obviously wants to be next; <<if ($activeSlave.chastityPenis == 1)>> $his chastity cage is dribbling precum, and $he's clearly uncomfortable with simultaneous arousal and unwillingness to suffer a hard-on inside it <<elseif ($activeSlave.dick > 0) && canAchieveErection($activeSlave)>> @@ -190,7 +190,7 @@ $He arches $his back and bats $his eyes at you. "A lot." <</if>> <</for>> -<<EventNameLink>> is standing before your desk for an inspection. The $desc is naked, of course, and is devoted enough to find the situation arousing: $he's being inspected by $his <<= WrittenMaster()>> in the nude, which is sexual enough, and past inspections have often led to a quick fuck. The horny bitch obviously wants it; +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is standing before your desk for an inspection. The $desc is naked, of course, and is devoted enough to find the situation arousing: $he's being inspected by $his <<= WrittenMaster()>> in the nude, which is sexual enough, and past inspections have often led to a quick fuck. The horny bitch obviously wants it; <<if ($activeSlave.chastityPenis == 1)>> $his chastity cage is dribbling precum, and $he's clearly uncomfortable with simultaneous arousal and unwillingness to suffer a hard-on inside it. <<elseif canAchieveErection($activeSlave)>> @@ -236,7 +236,7 @@ And, <<Master>>." $He arches $his back prettily and then scoots $himself down th <</if>> <</for>> -<<EventNameLink>> is standing before your desk for an inspection. The $desc is naked, of course, and is devoted enough to find the situation arousing: $he's being inspected by $his <<= WrittenMaster()>> in the nude, which is sexual enough, and past inspections have often led to a quick fuck. The horny bitch obviously wants it; +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is standing before your desk for an inspection. The $desc is naked, of course, and is devoted enough to find the situation arousing: $he's being inspected by $his <<= WrittenMaster()>> in the nude, which is sexual enough, and past inspections have often led to a quick fuck. The horny bitch obviously wants it; <<if ($activeSlave.chastityPenis == 1)>> $his chastity cage is dribbling precum, and $he's clearly uncomfortable with simultaneous arousal and unwillingness to suffer a hard-on inside it. <<elseif canAchieveErection($activeSlave)>> @@ -277,7 +277,7 @@ I try to be a good <<s>>lave girl for you, <<Master>>. Can I — can I be a good <</if>> <</for>> -<<EventNameLink>> comes in for an inspection. You have a relaxed day scheduled, so you take the time to do an unusually thorough job. On a whim, you pull up $his complete file, flipping the virtual pages out across your desk. The induction pictures are particularly striking. $He doesn't look much like that, anymore, and that's a good thing. $He was not a pretty girl when you got here, though $he's pretty enough now. With a desk control gesture you flip a full frontal shot of $him on the day of $his enslavement up onto a wallscreen. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes in for an inspection. You have a relaxed day scheduled, so you take the time to do an unusually thorough job. On a whim, you pull up $his complete file, flipping the virtual pages out across your desk. The induction pictures are particularly striking. $He doesn't look much like that, anymore, and that's a good thing. $He was not a pretty girl when you got here, though $he's pretty enough now. With a desk control gesture you flip a full frontal shot of $him on the day of $his enslavement up onto a wallscreen. <br><br> $His <<= App.Desc.eyesColor($activeSlave)>> track your sudden motion, of course, and $he follows it to the screen. Suddenly, the $desc is eye to eye with a life-size picture of who $he used to be, just a few <<if $showInches == 2>>feet<<else>>meters<</if>> away. $He gasps with recognition, and then $his face clouds inscrutably. $He takes a couple of hesitant steps forward, and then reaches out to touch the cheek of the $girl in the picture. As $his fingertips brush the smooth surface of the wallscreen, $his other hand ghosts along $his own face. $His expression is not sad, so it's surprising when a single tear rolls down $his cheek. You order $him to tell you how the picture makes $him feel. <br><br> @@ -303,7 +303,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<if ($activeSlave.ID != $HeadGirl.ID)>> <<link "Double anal with the Head Girl">> <<setLocalPronouns $HeadGirl 2>> - <<EventNameDelink $activeSlave>> <<set _clothesTemp2 = $HeadGirl.clothes, $HeadGirl.clothes = "no clothing">> <<replace "#artFrame">> @@ -444,7 +443,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<if ($activeSlave.ID != $Concubine.ID)>> <br><<link "Double anal with your Concubine">> <<setLocalPronouns $Concubine 2>> - <<EventNameDelink $activeSlave>> <<set _clothesTemp2 = $Concubine.clothes, $Concubine.clothes = "no clothing">> <<replace "#artFrame">> @@ -599,7 +597,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</if>> <</if>> <br><<link "Chat about $his ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setSpokenPlayerPronouns $activeSlave>> You head into the bathroom, shedding clothing as you go. $He stares at you as you advance, $his eyes fixing on your <<if $PC.boobs >= 300 >>tits as you reveal them<<else>>ripped abs as they become visible<</if>>, and $his lips part slightly. $His gaze only shifts when you disrobe completely, revealing your <<if $PC.dick != 0>>hardening dick<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>flushed womanhood<</if>>; $he licks $his lips unconsciously. You grab a towel off the counter, spread it on a bathroom bench, and recline on it with your back against the wall. You pat your <<if $PC.title == 1>>hard<<else>>pretty<</if>> thighs, and $he hurries over, <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>>eagerly<<else>>carefully<</if>> swinging $his leg over the bench and seating $himself in your lap. <<if $PC.dick != 0>>Your cock slides easily up $his whorish butt. One of your arms<<else>>You decided not to bother with a strap-on, so you slide a couple of fingers inside $him, and $he reciprocates by working a hand under $himself to attend to your pussy. Your free arm<</if>> wraps around<<if $activeSlave.boobs > 4000>> $him and under $his heavy tits, resting in a cocoon of soft breastflesh<<elseif $activeSlave.boobs > 800>> $his heavy breasts, hefting their weight and eliciting a sigh from the slave<<else>> $him to support $his chest<</if>>. Being held this way, $he can't really <<if $PC.dick != 0>>bounce on your dick, so $he just wiggles $his butt into you to seat it a bit deeper<<else>>grind against your fingers<</if>> and sighs contentedly. You instruct $him to elaborate on what $he said earlier. @@ -610,7 +607,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</link>> <<if $activeSlave.anus < 3>> <br><<link "Change it some more">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that since $he appreciates how $his ass has changed, $he won't be surprised if you treat it like the fuckhole it is. Something in your tone makes $him cautious, but $he's a good $girl and says "Ye<<s>>, <<Master>>," automatically. You pass $assistant.name wardrobe orders for the poor <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>>, and instructions to have $him report to your office once $he's dressed. A few minutes later, $activeSlave.slaveName walks up to your desk, stark naked except for a buttplug that comfortably fills $his rectum and a sturdy leather collar attached to a leash. You snap your fingers, pointing at the ground, and $he scrambles <<if hasAllLimbs($activeSlave)>>to $his hands and knees<<else>>downwards<</if>> and removes $his plug. After $he's taken a harsh buttfuck, you <<if $PC.dick != 0>>push the plug back in without letting any of your cum escape<<else>>plug $him up again<</if>> and attach the leash to your belt. You ignore your anal toy completely, letting $him kneel next to you as you work — $he doesn't seem to want to sit, for some reason. For the rest of the day, $his anus takes the full force of your libido. You fuck nothing else, confining your efforts to $his backdoor, keeping $him plugged when you aren't penetrating $him. When you're bored, you hand $him a dildo and tell $him to take care of it $himself. <br><br> @@ -624,7 +620,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<case "futa">> <<link "Love $him back">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You swing your legs up onto your desk and jump up onto its smooth surface, $his eyes tracking the <<if $PC.boobs >= 300>>way it makes your breasts move<<else>>powerful way your muscles move your body<</if>>. When you pat the tops of your <<if $PC.title == 1>>hard<<else>>soft<</if>> thighs meaningfully, $he giggles happily and skips forward to clamber up and sit on your lap. The bouncing and climbing creates quite a nice spectacle of jiggling tits and waving cock, and $he manages to get up on the desk in such a way that you get a solid eyeful of first $his wet pussy and then $his ready anus. $He settles $himself onto your lap with a coo, feeling the <<if $PC.dick != 0>>hardness of your erection <<if $PC.vagina != -1>>and the warmth further down<</if>><<else>>warmth of your arousal<</if>> against $his hermaphroditic genitalia. $He starts to grind $himself lasciviously against you, but stops when you seize $his face and kiss $him deeply. $He moans back into you, returning the kiss with intensity. <<if $activeSlave.boobs > 4000>>$His udders are so huge the two of you have to press your torsos hard together to make out, a delightful struggle that stimulates $his nipples quite a lot, to go by the way $he squeaks and giggles into your mouth.<<elseif $activeSlave.boobs > 2000>>$His bosom is are so big that making out face to face presses it quite hard between your torsos, which stimulates $his nipples quite a lot, to go by the way $he squeaks and giggles into your mouth.<<elseif $PC.boobs >= 300 || $PC.title == 0>>You undress without breaking your lip lock, bringing your bare breasts against $hers in a warm, loving embrace.<<else>>You strip without breaking your lip lock, bringing your heavily muscled chest against $his soft breasts in a tender, loving embrace.<</if>> $His arousal builds rapidly and $he goes back to grinding, <<if $PC.dick != 0>>eventually getting $himself so hot that your dick slides into $him almost without either of you meaning to make it happen. $He climaxes with you shortly, cumming all over $his own breasts.<<else>>bringing you both to a shaking climax. $He cums all over $his own breasts, coating them in glistening ejaculate.<</if>> As $he relaxes back against the desk, $his panting making $his cum-glazed tits rise and fall, you reflect that you just lied by omission, letting a pretty $girl maintain $his delusions and @@.hotpink;$his love for you.@@ Of all your sins, this is perhaps the smallest. <<set $activeSlave.devotion += 4>> @@ -632,7 +627,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Break $him with the truth">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You point at the couch, and $he skips over to it with a giggle, boobs bouncing. $He hops up onto the cushions, kneeling with $his butt stuck out invitingly and $his torso bent over its back. $He reaches around to pull one <<if ($activeSlave.butt > 5)>>massive<<elseif ($activeSlave.butt > 2)>>heavy<<else>>cute<</if>> buttock to one side, <<if $activeSlave.anus > 2>>stretching $his lewd backdoor into a gape<<elseif $activeSlave.anus > 1>>stretching $his backdoor lewdly<<else>>highlighting $his tight anus<</if>> and showing off $his <<if $activeSlave.labia > 1>>dangling<<elseif $activeSlave.labia > 0>>generous<<else>>wet<</if>> pussylips. You enter $him from behind, your <<if $PC.dick != 0>>turgid dick<<else>>strap-on<</if>> sliding easily into $his cunt. Your hands slide around $him to hold $his shoulders in a gentle lock, and you whisper secrets into $his ear. You tell $him that the Futanari Sisters here failed because you undermined them. You tell $him that $he is a slave because you planned and executed $his enslavement. And you tell $him that no slave will believe $him if $he tells them the truth, since they love you just like $he did. As you pour this poison into $him, $he remains perfectly still, processing the revelation; the only clue to $his feelings is $his rapidly softening cock. When it has become completely, pathetically limp, a huge sob tears its way out of $him. You switch to $his anus and assrape $him without mercy, forcing $his limp torso halfway around so you can press a kiss on $his bawling mouth. $He does not resist, even when you begin to taste the salt tears that stream down $his pretty face. $He will remain devoted to you, mostly from a lack of alternatives, but $his trust in you has @@.gold;suffered immensely.@@ <<set $activeSlave.trust = random(-90,-75)>> @@ -644,7 +638,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<case "orientation">> <<link "$He wants dick. Give $him the dick">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You rise fluidly out of your chair, pointing at the floor <<if hasBothLegs($activeSlave)>>at $his feet<<else>>in front of $him<</if>>. $He needs no further direction, and hurriedly gets down to place $his mouth at dick height. $He <<if ($PC.dick == 0)>>gives your strap-on a blowjob<<else>>sucks you off<<if $PC.vagina != -1>> and eats you out<</if>><</if>> with relish, looking adoringly up at you as $he rhythmically works $his lips up and down <<if ($PC.dick == 0)>>the<<else>>your<</if>> thick shaft. After a bit of this, you pull <<if ($PC.dick == 0)>>the phallus<<else>>yourself<</if>> free with a delicious popping noise, and haul the slave <<if hasBothLegs($activeSlave)>>to $his feet<<else>>upright<</if>>. You grab $his arm<<if hasBothArms($activeSlave)>>s<</if>> in a firm hold and pull $him up on tiptoe (at which the horny $girl giggles with anticipation), and then thrust into <<if ($activeSlave.weight > 10)>>soft crevice between $his plush thighs<<else>>gap between $his thighs<</if>>. This motion slides <<if ($PC.dick == 0)>>the strap-on<<else>>your hard dick<</if>> <<if ($activeSlave.vagina > -1)>>against $his moist pussylips<<elseif ($activeSlave.scrotum > 0)>>against $his anus and then past $his ballsack<<else>>along $his sensitive perineum<</if>>, eliciting a shocked gasp and then a prolonged whine of pleasure. $He humps $himself along <<if ($PC.dick == 0)>>the phallus<<else>>your shaft<<if $PC.vagina != -1>> and mons<</if>><</if>> shamelessly, craning around to rain kisses on your jawline and neck. <<if ($activeSlave.vagina > -1)>> @@ -662,7 +655,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Send $him down to a gym to share that attraction around">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring up a schematic of the arcology and point out a public gym to $him; you hand $him a day pass, tell $him to go down there, and let $him know $he'll spend the rest of the day there. $He looks mystified, and when you do not elaborate further, $he asks, "What <<sh>>ould I do there, <<Master>>?" Anything $he wants, you tell $him. $He still looks somewhat puzzled, but $he heads down to the gym anyway. When $he gets there, $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>realizes that there is<</if>> a steady stream of well-muscled male citizens entering the showers, and gets it. $He waves cheerfully to the nearest camera, and blows you a kiss before heading into the locker room. This is the Free Cities, and there isn't much reaction to a naked $girl entering a male-dominated gym. That is, until $he selects from among the sweaty gentlemen coming in from the weight room, sidles up to one, and says cheerfully, "Hi! Do you wanna fuck me?" He does, and @@.green;so do many of his friends.@@ So many, in fact, that having the showers right there becomes convenient for $him as the day goes on. <<run repX(1250, "event", $activeSlave)>> @@ -679,7 +671,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<case "MILF">> <<link "Then $he can appreciate a nice struggle fuck">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> you stand up from behind your desk<<if ($PC.dick == 0)>> and pull on a strap-on<</if>>, $he smiles invitingly at you and relaxes. But as you approach, $he <<if canSee($activeSlave)>>sees a dangerous glint in your eyes<<elseif canHear($activeSlave)>>hears a menacing cadence to your footstep<<else>>realizes the reason for your delay<</if>>. One corner of $his mouth flaws upward with anticipation, and $he plays along. $He immediately curls up into a ball on the couch, managing to end up with $his <<if ($activeSlave.weight > 30)>>fat ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 5)>>absurd ass squashed enticingly against the seat back<<elseif ($activeSlave.butt > 2)>>healthy ass pushed against the seat back<<else>>trim ass against the seat back<</if>>. $He looks up at you with feigned terror and begs, "Plea<<s>>e, <<Master>>, I'm ju<<s>>t an inno<<c>>ent little $girl. Plea<<s>>e don't rape my poor little butt!" You grab <<if hasAnyLegs($activeSlave)>><<if hasBothLegs($activeSlave)>>an<<else>>$his<</if>> ankle<<else>>$his hips<</if>> and haul $his <<if ($activeSlave.weight > 10)>>plush<<elseif ($activeSlave.muscles > 5)>>toned<<else>>slender<</if>> $activeSlave.skin body toward you, dragging $him across the couch, and then half-fall atop $him, pushing <<if ($PC.dick == 0)>>the strap-on<<else>>your hard cock<</if>> up the wriggling $girl's butt. $He keeps begging and whining, but $he's managed to bring a hand under $himself and is <<if ($activeSlave.chastityPenis == 1)>> @@ -697,7 +688,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Appreciate $his body">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>> and approach $him, appreciating $his gorgeous body, all laid out across the couch for your perusal. When you reach $him, you hold out a hand for one of $hers; $he takes it @@.mediumaquamarine;trustingly,@@ $his grip <<if ($activeSlave.muscles > 30)>>strong and sure<<elseif ($activeSlave.muscles > 5)>>firm and warm<<else>>soft and feminine<</if>>. You pull $him up to <<if hasAnyLegs($activeSlave)>>kneel<<else>>get<</if>> on the couch cushions, facing a mirrored wall of the room. $He's treated to a view of $his own face as you gently penetrate $him from behind, holding your <<if ($PC.boobs == 0)>>strong chest<<else>>soft breasts<</if>> hard against $his <<if ($activeSlave.muscles > 30)>>ripped<<elseif ($activeSlave.muscles > 5)>>toned<<else>>warm<</if>> back. Once you're seated in $his <<if ($activeSlave.vagina > -1) && !($activeSlave.chastityVagina)>>womanhood<<else>>anus<</if>>, you let your hands rove across $his body, resting your chin on one of $his shoulders to watch the view with $him. You run your fingers through <<if ($activeSlave.hLength < 10)>>across $his scalp, eliciting a sigh<<elseif ($activeSlave.hLength < 50)>>through $his short hair and across $his scalp, eliciting a sigh<<elseif ($activeSlave.hLength < 100)>>all through $his long, luxurious hair<<else>>down the immense length of $his hair, bringing it around to cascade down between $his breasts<</if>>. @@ -714,7 +704,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Put the horny old $girl to work">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you've hired $him out for a party hosted by a prominent citizen's son, home from college, and that $he should be saving it for that. $He promises that $he will, bringing $his legs together again and clearly already imagining it. You check in on $him later, using the video feeds, and are treated to the sight of $him wearing a recently-acquired, too-tight t-shirt with an old world college's mascot on it as $he rides a dick young enough to be $his son's. There's some drunken yelling, which $he responds to by blowing kisses and licking $his <<if $activeSlave.lips > 0>>plump <</if>>lips until another cock finds its way into $his mouth. $His fee for the night is @@.yellowgreen;substantial,@@ and the student's father attaches a note to the payment. Apparently $he got him too, and he's interested in hiring $him for a business meeting next month. <<run cashX(500, "event", $activeSlave)>> @@ -726,7 +715,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<case "feminization">> <<link "Yes $he can">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> you stand up from behind your desk<<if ($PC.dick == 0)>>and pull on a strap-on<</if>>, $he turns fully away from you, cocking $his hips at just the right angle to offer you $his anus, without any preamble or foreplay. But you come up behind $him and encircle $his <<if ($activeSlave.belly >= 1500)>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/8>>pregnant <<else>>rounded <</if>>belly<<elseif ($activeSlave.weight > 10)>>plush belly<<elseif ($activeSlave.muscles > 5)>>toned stomach<<else>>trim waist<</if>> with your capable hands, your lips nibbling along the line of $his <<if ($activeSlave.muscles > 30)>>strong<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> shoulders and neck. $He shudders as the embrace brings your <<if ($PC.dick == 0)>>strap-on<<else>>dick<</if>> <<if ($activeSlave.height >= 185)>>up between $his buttocks, since $he's nearly as tall as you<<elseif ($activeSlave.height >= 170)>>pressing into $his asscrack, since $he's shorter than you<<else>>nestling down into $his asscrack, since $he's so much shorter than you<</if>>. You whisper that a good slave girl doesn't have to touch $himself to come when $his <<= WrittenMaster()>> fucks $his butt, and ask whether $he's a good slave girl. $He shivers and promises that $he is, rubbing $his asshole against your <<if ($PC.dick == 0)>>phallus<<else>>cockhead<</if>>. $He gives a feminine sigh as it slides into $him, and moves softly within your embrace, doing $his best to pleasure you with $his girly ass. $He was already very close, and your loving touch so aroused $him that $he gasps and stiffens after only a few thrusts, <<if ($activeSlave.dick > 0) && ($activeSlave.chastityPenis == 1)>> @@ -742,7 +730,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "$He's a good slave girl all the time, not just right now">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he doesn't have to prove anything to you right now; $he's shown that $he's a good slave girl already. $He looks shocked for a moment before @@.mediumaquamarine;blushing and turning $his gaze down at $his feet.@@ "T-thank<<s>>, <<Master>>," $he stammers. Since $he asked so nicely, though, you continue, you will fuck $his butt. $He giggles and hurries over to you in response to a crooked finger, curling up in your lap for a nice makeout session. When the next slave scheduled for an examination comes through the door, it's to the sight of $activeSlave.slaveName holding $his body sideways in the air over the couch: $he has one knee down on the cushions, and is doing the splits with the other leg running up <<if ($PC.boobs >= 300)>> @@ -766,7 +753,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Good slave girls earn money">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you've hired $him out for a party a prominent citizen is throwing, and that $he should be a good slave girl by saving $himself for that. $He trips all over $himself promising that $he will. You check in on $him later, using the video feeds, and are treated to the sight of $him wearing a slinky cocktail dress, although wearing is perhaps the wrong term. $He's bent over a barstool with the top of the dress pulled down <<if ($activeSlave.boobs > 1000)>>over $his huge tits<<elseif ($activeSlave.boobs > 300)>>to bare $his boobs<<else>>to reveal $his sissy chest<</if>> and the bottom of $his dress hiked up so a guest can fuck $his ass. $He's obviously enjoying $himself, happy to be getting some at last. $His fee for the night is @@.yellowgreen;substantial,@@ and the host attaches a note to the payment, complimenting $his eagerness to get assfucked and $his willingness to suck cock, and asking when $he'll be available next. <<run cashX(500, "event", $activeSlave)>> @@ -778,8 +764,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <<case "ugly">> <<link "$He's pretty enough to decorate your arm for a night out">> - <<EventNameDelink $activeSlave>> - <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "a mini dress">> <<replace "#artFrame">> /* 000-250-006 */ @@ -811,7 +795,6 @@ $He looks pensive, and goes through two false starts before $he clears $his thro <</replace>> <</link>> <br><<link "Show $him off online">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he's become a very pretty sex slave, and to prove it, you set up a live feed for $him that's available for free in the old world. The Free Cities produce an utter torrent of hardcore video, so much that there's never any profit to be made off it anymore, but viewers begin to join the channel anyway and by the end of the week $he has thousands of eyes watching $him as $he <<if $activeSlave.assignment == "whore">>sells $his body<<else>>has sex with random citizens<</if>> in the hallways of $arcologies[0].name. <<= capFirstChar($assistant.name)>> keeps $him constantly informed of how many people are watching $him get fucked, how many of them are likely masturbating to $his body, and how many inquiries about $him $assistant.name is culling out of your inbox. $He slowly gets used to $his starring role in an impromptu free hardcore stream, but never quite stops stealing wondering glances at the nearest camera, as though $he cannot believe that so many people would sexualize $him. This lends $him a naughtiness that cannot be faked, garnering $him @@.green;much attention@@ by the end of the week. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> diff --git a/src/uncategorized/REFI.tw b/src/uncategorized/REFI.tw index c92b5ffb0516e5a6130e94cd4598cd33a4ca1097..df85f4d12a76f15326e0951bf1779262215daf52 100644 --- a/src/uncategorized/REFI.tw +++ b/src/uncategorized/REFI.tw @@ -151,9 +151,9 @@ You are in your office, watching as $subSlave.slaveName takes a riding crop to a <<else>> the strap-on _he2 is wearing <</if>> -a few rubs before unceremoniously stuffing it into _his2 victim's asshole. You can't hide your smile this time as the poor _girlU gives a loud shriek, and a small noise at the doorway catches your attention. To your surprise, you see $activeSlave.slaveName at the door to your office. You call $him in. +a few rubs before unceremoniously stuffing it into _his2 victim's asshole. You can't hide your smile this time as the poor _girlU gives a loud shriek, and a small noise at the doorway catches your attention. To your surprise, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your office. You call $him in. <br><br> -<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -242,9 +242,9 @@ It seems $he passed by while <<= contextualIntro($activeSlave, $subSlave)>> was sudden sensation of a <<if $PC.dick>>cock<<else>>dildo<</if>> slamming deep into _his2 pussy. You are not gentle, and the rough fucking combined with the burning of _his2 outraged buttocks as you slap yourself against <<if $subSlave.butt < 2>>it<<else>>them<</if>> maintains _his2 pain high. <</if>> <</if>> -After you finish and _he2 leaves, wincing in agony<<if $subSlave.belly >= 1500>> and short of breath<</if>> but with a faraway look of release, you notice $activeSlave.slaveName at the door to your office. You call $him in. +After you finish and _he2 leaves, wincing in agony<<if $subSlave.belly >= 1500>> and short of breath<</if>> but with a faraway look of release, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your office. You call $him in. <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -397,9 +397,9 @@ $subSlave.slaveName gets inspected more regularly than your other slaves, since <</if>> <</if>> <</if>> -After you both finish and _he2 leaves, smiling contentedly at you, you notice $activeSlave.slaveName at the door to your office. You call $him in. +After you both finish and _he2 leaves, smiling contentedly at you, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your office. You call $him in. -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -460,9 +460,9 @@ $subSlave.slaveName is on lunch duty today. That means that as you eat your work giving small moans through _his2 obstructed mouth. <</if>> <</if>> -Though you never touch anything but _his2 nipples, _he2 climaxes twice. After you finish and _he2 leaves, you notice $activeSlave.slaveName at the door to your office. You call $him in. +Though you never touch anything but _his2 nipples, _he2 climaxes twice. After you finish and _he2 leaves, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your office. You call $him in. <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -529,7 +529,7 @@ $subSlave.slaveName is pressed to _hisU face. <</if>> <</if>> -The slave_girlU had been disobedient, and _hisU punishment was to let $subSlave.slaveName dominate _himU. The truth is this is also _his2 reward; _he2 is such a dominant that _he2's prone to lashing out at your other slaves if _he2 isn't given a proper outlet. Sure enough, _his2 moans begin to increase in pitch and frequency, reaching a crescendo as _he2 comes to an orgasm. Once you feel the poor _girlU beneath _him2 has had enough, you give $subSlave.slaveName the order to dismount. _He2 leaves your office with a smile on _his2 face, passing <<EventNameLink $activeSlave>>, who is +The slave_girlU had been disobedient, and _hisU punishment was to let $subSlave.slaveName dominate _himU. The truth is this is also _his2 reward; _he2 is such a dominant that _he2's prone to lashing out at your other slaves if _he2 isn't given a proper outlet. Sure enough, _his2 moans begin to increase in pitch and frequency, reaching a crescendo as _he2 comes to an orgasm. Once you feel the poor _girlU beneath _him2 has had enough, you give $subSlave.slaveName the order to dismount. _He2 leaves your office with a smile on _his2 face, passing <<= App.UI.slaveDescriptionDialog($activeSlave)>>, who is <<if isAmputee($activeSlave)>> propped limblessly nearby. $He has <<elseif !hasAnyLegs($activeSlave)>> @@ -541,7 +541,7 @@ The slave_girlU had been disobedient, and _hisU punishment was to let $subSlave. <</if>> a troubled look on $his face. <br><br> -<<EventNameLink $activeSlave>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.dick > 0) && ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -588,7 +588,7 @@ It seems $he passed by while <<= contextualIntro($activeSlave, $subSlave)>> was <</if>> /* 000-250-006 */ -$subSlave.slaveName is lying on the edge of your desk with _his2<<if $subSlave.belly >= 1500>> bloated<</if>> body helpless beneath you, your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>> in _him2, and your hands around _his2 neck. It's just breath play, and you're practiced enough that _he2's in no danger. _He2's such a sexual submissive that _he2 sometimes acts out if not managed. This happens when _he2 feels the urge to misbehave in order to access punishment, so you personally ensure that _he2 can indulge _his2 submissiveness when _he2 needs it. _He2 does not orgasm with you, _his2 complete servitude to your pleasure fulfilling a deeper need than that. _He2 leaves your office with a serene look on _his2 face, passing <<EventNameLink>>, who is +$subSlave.slaveName is lying on the edge of your desk with _his2<<if $subSlave.belly >= 1500>> bloated<</if>> body helpless beneath you, your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>> in _him2, and your hands around _his2 neck. It's just breath play, and you're practiced enough that _he2's in no danger. _He2's such a sexual submissive that _he2 sometimes acts out if not managed. This happens when _he2 feels the urge to misbehave in order to access punishment, so you personally ensure that _he2 can indulge _his2 submissiveness when _he2 needs it. _He2 does not orgasm with you, _his2 complete servitude to your pleasure fulfilling a deeper need than that. _He2 leaves your office with a serene look on _his2 face, passing <<= App.UI.slaveDescriptionDialog($activeSlave)>>, who is <<if isAmputee($activeSlave)>> propped limblessly nearby. $He has <<elseif !hasAnyLegs($activeSlave)>> @@ -600,7 +600,7 @@ $subSlave.slaveName is lying on the edge of your desk with _his2<<if $subSlave.b <</if>> a troubled look on $his face. <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -647,9 +647,9 @@ It seems $he passed by while you were dominating <<= contextualIntro($activeSlav <</if>> /* 000-250-006 */ -In the middle of the afternoon, you take a break from work to fuck $subSlave.slaveName in your office. $subSlave.slaveName is such a complete buttslut that _he2's enjoying _himself2 to an almost indecent degree: moaning, begging, or just smiling idiotically with _his2 mouth open and _his2 tongue lolling. After you finish and _he2 leaves, you notice $activeSlave.slaveName at the door to your office. You call $his in. +In the middle of the afternoon, you take a break from work to fuck $subSlave.slaveName in your office. $subSlave.slaveName is such a complete buttslut that _he2's enjoying _himself2 to an almost indecent degree: moaning, begging, or just smiling idiotically with _his2 mouth open and _his2 tongue lolling. After you finish and _he2 leaves, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your office. You call $him in. <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -699,14 +699,14 @@ It seems $he passed by while you were buttfucking <<= contextualIntro($activeSla <<set $subSlave.clothes = _clothesTemp>> <<if $PC.dick > 0>> - You wake up to the sensation of $subSlave.slaveName eagerly sucking your dick. _He2's industriously pumping _his2 mouth up and down on your member. In truth, $subSlave.slaveName doesn't give the perfect blowjob: _he2 loves cum so much that _he2 mostly enjoys oral sex in an anticipatory way, and usually works to make the recipient cum as soon as possible so as to get _his2 favorite treat into _his2 mouth quicker. Still, _his2 enthusiasm is nice and _he2 does have permission to wake you at your usual time in this way. As you get up after finishing, you notice <<EventNameLink $activeSlave>> at the door to your bedroom. You call $him in. + You wake up to the sensation of $subSlave.slaveName eagerly sucking your dick. _He2's industriously pumping _his2 mouth up and down on your member. In truth, $subSlave.slaveName doesn't give the perfect blowjob: _he2 loves cum so much that _he2 mostly enjoys oral sex in an anticipatory way, and usually works to make the recipient cum as soon as possible so as to get _his2 favorite treat into _his2 mouth quicker. Still, _his2 enthusiasm is nice and _he2 does have permission to wake you at your usual time in this way. As you get up after finishing, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the door to your bedroom. You call $him in. <<else>> - You come across $subSlave.slaveName in the middle of what appears to be an impromptu blowbang, one that seems to be drawing to a close. One by one, the citizens pull out of _his2 wide-open mouth and splash cum into it. The bliss on _his2 face is obvious even from where you are standing, and as you watch the scene unfolding before you, you notice <<EventNameLink $activeSlave>> is also looking on. You call $him over. + You come across $subSlave.slaveName in the middle of what appears to be an impromptu blowbang, one that seems to be drawing to a close. One by one, the citizens pull out of _his2 wide-open mouth and splash cum into it. The bliss on _his2 face is obvious even from where you are standing, and as you watch the scene unfolding before you, you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> is also looking on. You call $him over. <</if>> <<run actX($subSlave, "oral")>> <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -753,9 +753,9 @@ It seems $he passed by while <<= contextualIntro($activeSlave, $subSlave)>> was <</if>> /* 000-250-006 */ -You have $subSlave.slaveName pinned up against a railing on a balcony that overlooks a public atrium. Passersby below cannot see you, but they can certainly see $subSlave.slaveName's upper body as _he2 takes your dick. _He2's blushing furiously with the sex and with _his2 trademark mixed arousal and embarrassment at having an audience. _He2 makes a show of trying to disguise the fact that _he2's getting railed, but it's obvious. When you finish, you pull _him2 off the railing so _he2 can clean up. <<EventNameLink>> <<if canSee($activeSlave)>>saw<<elseif canHear($activeSlave)>>heard<<else>>felt the heat from<</if>> the denouement of this exhibitionist fun, and seems intrigued. +You have $subSlave.slaveName pinned up against a railing on a balcony that overlooks a public atrium. Passersby below cannot see you, but they can certainly see $subSlave.slaveName's upper body as _he2 takes your dick. _He2's blushing furiously with the sex and with _his2 trademark mixed arousal and embarrassment at having an audience. _He2 makes a show of trying to disguise the fact that _he2's getting railed, but it's obvious. When you finish, you pull _him2 off the railing so _he2 can clean up. <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if canSee($activeSlave)>>saw<<elseif canHear($activeSlave)>>heard<<else>>felt the heat from<</if>> the denouement of this exhibitionist fun, and seems intrigued. <br><br> -<<EventNameLink>> hesitates before explaining $himself, and the $desc is obviously aroused: +$activeSlave.slaveName hesitates before explaining $himself, and the $desc is obviously aroused: <<if ($activeSlave.chastityPenis == 1)>> $he's got a string of precum leaking out of $his chastity cage. <<elseif ($activeSlave.dick > 0) && ($activeSlave.hormoneBalance >= 100)>> @@ -799,7 +799,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< /* TODO: rewrite this */ <<link "Show $him how enjoyable causing pain is">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -897,7 +896,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>><<if canDoAnal($activeSlave) && ($activeSlave.anus == 0)>>//This option will take virginity//<<elseif !canDoAnal($activeSlave) && canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take anal virginity//<</if>> <br><<link "Steer $him away from an obsession with causing pain for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in dishing out pain, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && $activeSlave.chastityPenis == 0)>> @@ -914,7 +912,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "masochist">> <<link "Turn $him into another pain slut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1034,7 +1031,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>><<if canDoAnal($activeSlave) && ($activeSlave.anus == 0)>>//This option will take virginity//<<elseif !canDoAnal($activeSlave) && canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take anal virginity//<</if>> <br><<link "Steer $him away from pain obsession for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in pain play, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !($activeSlave.chastityPenis))>> @@ -1052,7 +1048,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<if isFertile($activeSlave) || (($activeSlave.ovaries == 1 || $activeSlave.mpreg == 1) && $activeSlave.pubertyXX == 0)>> <<link "Turn $him into another fertility whore">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1132,7 +1127,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</link>> <<elseif $activeSlave.preg > 0>> <<link "Turn $him into another pregnancy obsessed whore">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1201,7 +1195,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</link>> <<elseif $PC.belly >= 5000>> <<link "Temper $his interest into a pregnancy obsession">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1268,7 +1261,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</link>> <<elseif canAchieveErection($activeSlave)>> <<link "Temper $his interest into an impregnation obsession">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1327,7 +1319,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</link>><<if $activeSlave.toyHole == "dick" && canImpreg($PC, $activeSlave)>>//This option may result in you getting knocked up.<</if>> <<else>> <<link "Turn $him into another fertility whore despite $his barrenness">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1376,7 +1367,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</if>> <<if canPenetrate($activeSlave) && (($PC.preg >= 28 && $PC.pregMood == 2) || $PC.preg >= 36) && $activeSlave.belly < 5000>> <br><<link "Sate your libido by giving $him a taste of lusty pregnant sex">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1471,7 +1461,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</link>> //This option will penetrate you// <</if>> <br><<link "Steer $him away from fertility obsession for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in pregnancy, and <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> @@ -1505,7 +1494,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "boobs">> <<link "Turn $him into another breast fetishist">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1580,7 +1568,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>> <br><<link "Steer $him away from breast obsession for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in nipple play, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !($activeSlave.chastityPenis))>> @@ -1598,7 +1585,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< /* TODO: */ <<link "Turn $him into a dominant too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canWalk($activeSlave) && canSee($activeSlave)>> You order a passing slave to come in and kneel besides you, then snap your fingers at $activeSlave.slaveName and point commandingly at _himU. You tell $him that a proper dom does what $he wants — with your permission, of course — and order $him to get started on the other slave. @@ -1614,7 +1600,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>> <br><<link "Steer $him away from total domination for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in domination, and <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> @@ -1635,7 +1620,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "submissive">> <<link "Turn $him into a submissive too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canWalk($activeSlave) && canSee($activeSlave)>> You snap your fingers at $activeSlave.slaveName and point commandingly at the floor next to your desk. You tell $him that a proper sub does what $his dom wants, always, and leave $him kneeling obediently beside you for some time. @@ -1651,7 +1635,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>> <br><<link "Steer $him away from total submission for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in submission, and make $him <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> @@ -1672,7 +1655,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "buttslut">> <<link "Turn $him into another anal slut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if !canTalk($activeSlave)>> <<if $activeSlave.accent >= 3>> @@ -1769,7 +1751,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>> <br><<link "Steer $him away from anal obsession for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in anal sex, <<if canDoVaginal($activeSlave) || ($activeSlave.dick > 0 && !($activeSlave.chastityPenis))>> @@ -1787,7 +1768,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "cumslut">> <<link "Turn $him into a cumslut too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Focusing a slave's sexuality on cum isn't as easy as some other manipulations, for the simple reason that even you have a limited supply of the stuff and it would be a shame to waste it all on $him. So, you take another approach; you instruct $activeSlave.slaveName to accompany $subSlave.slaveName, and vice versa, whenever their duties permit. They're to act as sexual partners, and share cum whenever there's any forthcoming. They spend the week giving blowjobs whenever they can, and making out to swap the cum back and forth afterward. If someone insists on penetrating them instead, that just means that the other has to suck it out of them before they can share it. Most importantly, $activeSlave.slaveName is punished if $he ever orgasms without cum in $his mouth. Soon, $he gets aroused by the mere <<if canSmell($activeSlave)>>scent<<else>>thought<</if>> of the stuff. @@.hotpink;$He has become more submissive to you,@@ and @@.lightcoral;$his sexuality now focuses on cum.@@ <<set $activeSlave.devotion += 4>> @@ -1796,7 +1776,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>> <br><<link "Steer $him away from cum obsession for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in cum, and <<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>> @@ -1817,7 +1796,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <<case "humiliation">> <<link "Turn $him into a humiliation fetishist too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $activeSlave.slaveName to the railing $subSlave.slaveName just left. For a long while, you just play with $his naked breasts, <<if canSee($activeSlave)>>requiring $him to look any member of the public below that stares at $him right in the eyes<<else>>making sure to keep $him well informed of how many passersby are ogling $him<</if>>. $He sobs and shakes with abject embarrassment <<if canSee($activeSlave)>>as $he locks eyes with person after person<<elseif canHear($activeSlave)>>as $he hears each whistle and catcall from onlookers<<else>>as $he imagines the amount of people ogling $him<</if>>. After enough of this, $he's so sexually primed that $he orgasms convulsively almost immediately <<if (canDoVaginal($activeSlave) && $activeSlave.vagina > 0) || (canDoAnal($activeSlave) && $activeSlave.anus > 0)>> @@ -1836,7 +1814,6 @@ There was a glint of envy <<if canSee($activeSlave)>>in $his eyes when $he saw<< <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take virginity//<</if>> <br><<link "Steer $him away from humiliation fetishism for the moment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Good slaves get aroused according to their masters' whim, not their own silly tendencies. You call $activeSlave.slaveName over before $he can give voice to $his interest in humiliation and fuck $him privately in your office. You'll keep an eye on $him, and with this correction @@.hotpink;$he'll become more obedient.@@ <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> diff --git a/src/uncategorized/RESS.tw b/src/uncategorized/RESS.tw index ea59317a982b75efe60f0fa90db42a80b5f74019..aaa776a8397296e55318b46b09c1138de4768157 100644 --- a/src/uncategorized/RESS.tw +++ b/src/uncategorized/RESS.tw @@ -184,7 +184,7 @@ <<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. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> 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. <br><br> You press $him on why $he is acting this way. <<if !canTalk($activeSlave)>> @@ -197,7 +197,7 @@ You check $his records and discover $he has very likely just become a woman. <<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. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> 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. <br><br> <<if !canTalk($activeSlave)>> $He uses gestures to point to $his crotch, and explains that $he has accidentally started wetting $his bed. @@ -209,7 +209,7 @@ You check $his records for any potential health issues that could be causing thi <<case "surprising wakeup">> -You are awakened from a sound sleep by someone eagerly <<if $PC.dick != 0>>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>>. +You are awakened from a sound sleep by someone eagerly <<if $PC.dick != 0>>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 <<= App.UI.slaveDescriptionDialog($activeSlave)>>. <<if !canTalk($activeSlave)>> $He promptly stops, flashes you an appreciative smile and goes right back to pleasing you. <<else>> @@ -221,7 +221,7 @@ $He was mindbroken, but seems to have snapped out of it due to a deep love of yo <<case "mutinery attempt">> <<set $mutinery = 1>> -Finishing your work, you lean back for a well-deserved break. Your peace is quickly disturbed by several loud smashes from down the penthouse hall. As you get up from your desk, you hear somebody running down the hallway, and before you know it, <<EventNameLink>> is inside. $He is looking quite treacherous and <<if $activeSlave.skill.combat > 0>>relatively confident<<else>>somewhat unsure<</if>>. $He quickly reaches in to grab you, +Finishing your work, you lean back for a well-deserved break. Your peace is quickly disturbed by several loud smashes from down the penthouse hall. As you get up from your desk, you hear somebody running down the hallway, and before you know it, <<= App.UI.slaveDescriptionDialog($activeSlave)>> is inside. $He is looking quite treacherous and <<if $activeSlave.skill.combat > 0>>relatively confident<<else>>somewhat unsure<</if>>. $He quickly reaches in to grab you, <<if ($PC.career == "gang")>> <<if ($personalArms != 0)>> but when you point your handgun towards $him, $he stutters back with $his hand<<if hasBothArms($activeSlave)>>s<</if>> pointing upwards. @@ -279,13 +279,13 @@ Finishing your work, you lean back for a well-deserved break. Your peace is quic <<case "breeding bull">> -You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<EventNameLink>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed, and try as you might, you cannot slip your arms from under $his weight. $He hastily shifts $his weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach. +You are awakened from a sound sleep by a pair of strong hands pinning your shoulders. Struggling to get your bearings, you come face to face with the drooling <<= App.UI.slaveDescriptionDialog($activeSlave)>>. You had nothing planned this morning, so you've been allowed to sleep in undisturbed, and try as you might, you cannot slip your arms from under $his weight. $He hastily shifts $his weight around, almost giving you the chance to break free, but you freeze when something big, heavy and wet slaps against your stomach. <br><br> $He is fully erect and dripping precum: $he is going to breed you! <<case "waistline woes">> -<<EventNameLink>> has spent the last half-hour pacing on and down the hall before your office, clearly lost in thought. While $he has nowhere to be at the moment, it is beginning to become a detriment to your work, so you call $him in to discuss what is bothering $him. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has spent the last half-hour pacing on and down the hall before your office, clearly lost in thought. While $he has nowhere to be at the moment, it is beginning to become a detriment to your work, so you call $him in to discuss what is bothering $him. <br><br> <<if canTalk($activeSlave)>> "<<Master>>," $he mumbles, "am I looking a little heavier? @@ -311,7 +311,7 @@ The $desc is <<case "devoted lotion">> -Your slaves are required to take very good care of themselves, and your best ones spend several hours a day maintaining every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of their bodies. You notice <<EventNameLink>> standing naked in front of a mirror outside the bathroom, carefully applying moisturizing lotion to every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin. $He's clearly feeling well, and $his <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face <= 40>>attractive<<elseif $activeSlave.face <= 10>>pretty<<elseif $activeSlave.face < -10>>plain<<else>>homely<</if>> face bears a smile of simple enjoyment as $he basks in the warmth of the slave quarters, calibrated to make nudity comfortable. $He straightens $his <<if $activeSlave.height >= 185>>wonderfully long<<elseif $activeSlave.height >= 170>>long<<elseif $activeSlave.height >= 160>>nice<<elseif $activeSlave.height >= 150>>short<<else>>short little<</if>> legs and bends at the waist, +Your slaves are required to take very good care of themselves, and your best ones spend several hours a day maintaining every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of their bodies. You notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> standing naked in front of a mirror outside the bathroom, carefully applying moisturizing lotion to every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin. $He's clearly feeling well, and $his <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face <= 40>>attractive<<elseif $activeSlave.face <= 10>>pretty<<elseif $activeSlave.face < -10>>plain<<else>>homely<</if>> face bears a smile of simple enjoyment as $he basks in the warmth of the slave quarters, calibrated to make nudity comfortable. $He straightens $his <<if $activeSlave.height >= 185>>wonderfully long<<elseif $activeSlave.height >= 170>>long<<elseif $activeSlave.height >= 160>>nice<<elseif $activeSlave.height >= 150>>short<<else>>short little<</if>> legs and bends at the waist, <<if $activeSlave.belly >= 600000>> $his _belly belly coming to rest on the floor as $he spreads $his legs around it, <<elseif $activeSlave.belly >= 400000>> @@ -392,7 +392,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>> <<case "sore shoulders">> -<<EventNameLink>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> and heavily pregnant<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant<</if>> $desc is looking good, but as $he raises $his arm<<if hasBothArms($activeSlave)>>s<</if>> over $his head to spin $his nude torso under your gaze, $he winces slightly. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you for a routine inspection. The <<if $activeSlave.muscles > 95>>heavily muscled<<elseif $activeSlave.muscles > 30>>ripped<<else>>toned<</if>><<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> and heavily pregnant<<elseif $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>pregnant<</if>> $desc is looking good, but as $he raises $his arm<<if hasBothArms($activeSlave)>>s<</if>> over $his head to spin $his nude torso under your gaze, $he winces slightly. <<if canSee($activeSlave)>> $His <<= App.Desc.eyesColor($activeSlave)>> flick up to see if you noticed, and $his face falls a little when $he sees that you did. You raise one eyebrow, and the obedient slave explains $himself <<elseif canHear($activeSlave)>> @@ -445,7 +445,7 @@ With $his back arched and $his thighs together $his <<if $activeSlave.butt > 5>> _hisA voice <</switch>> <</if>> -gently calling your name. As you regain consciousness, you become aware of a weight on your chest<<if $PC.boobs >= 1400>> other than your heavy tits<</if>>. <<EventNameLink>> has snuggled up against you in $his sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if !hasAnyArms($activeSlave)>>$He's wormed $his <<if isAmputee($activeSlave)>>limbless<<else>>armless<</if>> torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs >= 300>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel $his warm breath across <<if $PC.boobs >= 300 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under $his<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, $his _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if !hasAnyLegs($activeSlave)>>got $his legless pelvis resting against your hip<<else>>straddling your thigh<</if>>. +gently calling your name. As you regain consciousness, you become aware of a weight on your chest<<if $PC.boobs >= 1400>> other than your heavy tits<</if>>. <<= App.UI.slaveDescriptionDialog($activeSlave)>> has snuggled up against you in $his sleep. $He's nude, and so are you; everyone sleeps naked in your penthouse. The sheet is down at your hips, leaving your upper bodies bare. <<if !hasAnyArms($activeSlave)>>$He's wormed $his <<if isAmputee($activeSlave)>>limbless<<else>>armless<</if>> torso under your arm,<<else>>$He has one arm across your <<if $PC.boobs >= 300>>chest, just below your breasts,<<elseif $PC.title == 1>>manly chest<<else>>flat chest,<</if>><</if>> and is using your shoulder as a pillow. You can feel $his warm breath across <<if $PC.boobs >= 300 || $PC.title == 0>>your nipple on that side, and it hardens slowly under your gaze<<else>>your well-developed pectorals<</if>>. $His <<if $activeSlave.boobs > 4000>>incredible tits are resting to either side of your ribcage, with one of them a heavy mass on your chest and the other trapped under $his<<elseif $activeSlave.boobs > 1200>>big boobs form a warm, soft mass between you<<else>>soft chest rests warmly against your ribcage<</if>><<if $activeSlave.belly >= 10000>>, beneath them, $his _belly <<if $activeSlave.bellyPreg >= 8000>>pregnant <</if>>belly rests <<if $PC.belly >= 1500>>against your own baby bump<<else>>upon your flat stomach<</if>><</if>>, and farther down, there's another source of warmth where $he's <<if !hasAnyLegs($activeSlave)>>got $his legless pelvis resting against your hip<<else>>straddling your thigh<</if>>. <br><br> "<<= properTitle()>>," $assistant.name calls again, "you <<if $assistant.personality == 0>>set a wake up for this time<<else>>asked me to wake you at this time<</if>>. You have a business meeting that starts shortly." You begin to slide out from under $activeSlave.slaveName, but the <<if $activeSlave.physicalAge > 30>> @@ -461,7 +461,7 @@ clings to you in $his sleep as the warmth of your body begins to move away from <<case "confident tanning">> -It's an unusually nice day, with mild sunshine, light breezes, and nothing offensive or dangerous in the atmosphere. In the middle of the afternoon, you take a break from your busy schedule of sex and business and stroll out onto one of your penthouse balconies. It seems <<EventNameLink>> was struck by a similar impulse. <<if $activeSlave.assignment == "rest">>$He's assigned to do little but rest<<else>>This is one of $his rest periods<</if>>, so $he's come out here to lay naked on a towel and enjoy the sun. +It's an unusually nice day, with mild sunshine, light breezes, and nothing offensive or dangerous in the atmosphere. In the middle of the afternoon, you take a break from your busy schedule of sex and business and stroll out onto one of your penthouse balconies. It seems <<= App.UI.slaveDescriptionDialog($activeSlave)>> was struck by a similar impulse. <<if $activeSlave.assignment == "rest">>$He's assigned to do little but rest<<else>>This is one of $his rest periods<</if>>, so $he's come out here to lay naked on a towel and enjoy the sun. <<if (skinToneLevel($activeSlave.skin) > 20)>> $His $activeSlave.skin doesn't tan much, so $he's just out here to bask in its warmth. $His body shines with lotion from a bottle lying next to $him, but it's just general-purpose stuff. <<elseif ($activeSlave.skin == "sun tanned")>> @@ -493,7 +493,7 @@ As you consider $his radiant body, $he senses your presence, either realizing yo <<case "devoted nympho">> -<<EventNameLink>> is on the inspection schedule for the first slot of the day. When $he walks clumsily through the door of your office, it's obvious the poor nympho slut hasn't found release since waking up. $His incredible sex drive has $his arousal at a fever pitch. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is on the inspection schedule for the first slot of the day. When $he walks clumsily through the door of your office, it's obvious the poor nympho slut hasn't found release since waking up. $His incredible sex drive has $his arousal at a fever pitch. <br><br> $He's walking awkwardly because of how painfully horny $he is. $His <<switch $activeSlave.nipples>> @@ -629,7 +629,7 @@ $He stands up straight, but this brings $his <<if canSee($activeSlave)>><<= App. <<case "devoted exhibition">> -You make a habit of circulating through the arcology's public spaces when you can, to maintain your reputation for hands-on control and to keep a personal eye on the atmosphere. Citizens high and low avail themselves of the opportunity to greet you, introduce themselves, or bring small matters to your attention. Today, one of your prominent citizens brought up an unusually important subject, so you performed a walk and talk with him, ending out on a balcony. He goes away satisfied, but you spent longer than you intended away from the penthouse. As such, you missed the start of <<EventNameLink>>'s weekly inspection. $He finds you out on the balcony, directed to you by $assistant.name, +You make a habit of circulating through the arcology's public spaces when you can, to maintain your reputation for hands-on control and to keep a personal eye on the atmosphere. Citizens high and low avail themselves of the opportunity to greet you, introduce themselves, or bring small matters to your attention. Today, one of your prominent citizens brought up an unusually important subject, so you performed a walk and talk with him, ending out on a balcony. He goes away satisfied, but you spent longer than you intended away from the penthouse. As such, you missed the start of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s weekly inspection. $He finds you out on the balcony, directed to you by $assistant.name, <<if ($activeSlave.weight > 160)>> breathing hard from the effort of hauling $his fat ass <<elseif ($activeSlave.belly >= 100000)>> @@ -651,7 +651,7 @@ down to meet you. $He's nude, having stripped in your office, and meets your gaz <<case "permitted masturbation">> -Strolling through the penthouse late at night, thinking over a business problem, you pass <<if ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite > 0)>>the door of your Head Girl's suite<<elseif ($activeSlave.rules.living == "luxurious")>>the door to one of the cozy little slave bedrooms<<else>>through the cavernous slave dormitory<</if>> and see <<EventNameLink>>, alone in bed tonight. $He's nude, of course, and has not pulled the sheets up over $himself. $He's lying face-down, +Strolling through the penthouse late at night, thinking over a business problem, you pass <<if ($activeSlave.ID == $HeadGirl.ID) && ($HGSuite > 0)>>the door of your Head Girl's suite<<elseif ($activeSlave.rules.living == "luxurious")>>the door to one of the cozy little slave bedrooms<<else>>through the cavernous slave dormitory<</if>> and see <<= App.UI.slaveDescriptionDialog($activeSlave)>>, alone in bed tonight. $He's nude, of course, and has not pulled the sheets up over $himself. $He's lying face-down, <<if ($activeSlave.boobs > 10000)>> though $his titanic tits prop $his torso up awkwardly, <<elseif ($activeSlave.boobs > 1600)>> @@ -697,7 +697,7 @@ Slaves with powerful sex drives like $hers often find it necessary to masturbate <<case "terrified inspection">> -<<EventNameLink>> appears in the door of your office for a scheduled inspection. $He hesitates in the doorway, <<if canSee($activeSlave)>>staring fixedly downward with huge <<= App.Desc.eyesColor($activeSlave)>><<else>>$his face towards the floor<</if>>, before stumbling forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor +<<= App.UI.slaveDescriptionDialog($activeSlave)>> appears in the door of your office for a scheduled inspection. $He hesitates in the doorway, <<if canSee($activeSlave)>>staring fixedly downward with huge <<= App.Desc.eyesColor($activeSlave)>><<else>>$his face towards the floor<</if>>, before stumbling forward to stand in front of your desk. $His chest is rising and falling with panicked hyperventilation. The poor $desc is terrified of you for some reason. <br><br> @@ -731,13 +731,13 @@ from your view. The wait gives license to $his fears. $His<<if ($activeSlave.lip <<case "cooler lockin">> -You're circulating in $clubName, looking over your holdings but mostly just letting yourself be seen, when your personal assistant quietly alerts you. <<if $assistant.personality == 0>>"<<= properTitle()>>,"<<else>>"Baby,"<</if>> _heA says, "<<EventNameLink>> can't get out of the refrigerator." <<if $assistant.personality == 0>>The personal assistant explains the absurd statement: "$He's been assigned to get some items out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can let $him out yourself."<<else>>Chuckling, your personal assistant explains the absurd statement: "The silly $girl's been assigned to get some things out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can head over and have some fun with $him."<</if>> +You're circulating in $clubName, looking over your holdings but mostly just letting yourself be seen, when your personal assistant quietly alerts you. <<if $assistant.personality == 0>>"<<= properTitle()>>,"<<else>>"Baby,"<</if>> _heA says, "<<= App.UI.slaveDescriptionDialog($activeSlave)>> can't get out of the refrigerator." <<if $assistant.personality == 0>>The personal assistant explains the absurd statement: "$He's been assigned to get some items out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can let $him out yourself."<<else>>Chuckling, your personal assistant explains the absurd statement: "The silly $girl's been assigned to get some things out of the walk-in refrigerator. $He accidentally let the door shut behind $him, didn't notice, took too long in there, and is now too chilled to figure out the emergency release. I can unlock it remotely, or you can head over and have some fun with $him."<</if>> <br><br> The walk-in cooling unit is designed for the refrigeration of food for you and guests only, since the slaves drink a nutritive fluid that doesn't require it. Only servants ever have any reason to be in there, but $he was indeed instructed to fetch out some beverages necessary for an entertainment you have planned. It's cool in there, but not freezing, so $he's in no immediate danger. <<case "spa boobs">> -The steamy air and hot water of the spa aren't only for slaves assigned to rest there full-time. When you head in to soak the day's stress away one evening, you see the back of <<EventNameLink>>'s head resting against the edge of the warm pool; $he's clearly come in after work. <<if canHear($activeSlave)>>$He doesn't hear you come in and stays fully relaxed.<<else>>$He's relaxed enough to exit the state of "high alert" $his deafness usually forces $him to be in.<</if>> By the time you've showered<<if $Attendant != 0>>, fucked the compliant $Attendant.slaveName,<</if>> and gotten ready to enter the pool, $he's reached such a state of blissful relaxation that $he slides $his body off the ledge around the side of the pool and floats face-up with $his eyes closed. +The steamy air and hot water of the spa aren't only for slaves assigned to rest there full-time. When you head in to soak the day's stress away one evening, you see the back of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s head resting against the edge of the warm pool; $he's clearly come in after work. <<if canHear($activeSlave)>>$He doesn't hear you come in and stays fully relaxed.<<else>>$He's relaxed enough to exit the state of "high alert" $his deafness usually forces $him to be in.<</if>> By the time you've showered<<if $Attendant != 0>>, fucked the compliant $Attendant.slaveName,<</if>> and gotten ready to enter the pool, $he's reached such a state of blissful relaxation that $he slides $his body off the ledge around the side of the pool and floats face-up with $his eyes closed. <br><br> The sight is comical. <<if $activeSlave.belly >= 5000 || $activeSlave.weight > 95>>Four<<else>>Three<</if>> things break the surface of the water: $his $activeSlave.skin face, <<if $activeSlave.belly >= 5000 || $activeSlave.weight > 95>> @@ -763,7 +763,7 @@ In any case, $he's completely lost in the warmth and comfort of the water — an <<case "newly devoted sunrise">> -Early to bed and early to rise makes an arcology owner healthy, wealthy, and wise. It also allows you to enjoy the beautiful sunrises. The degradation of the planet does have its advantages: all the rubbish in the air often paints the morning light a striking color, and this is one such morning. Taken with the grandeur, you step out onto a balcony to take it in, only to find <<EventNameLink>> out there already, doing just the same thing. The luxurious rules $he enjoys offer $him small breaks here and there, and $he's obviously come out to enjoy <<if canSee($activeSlave)>>the sight<<else>>the morning breeze and the warmth of the rising sun on $his face<</if>> before starting $his day's work. +Early to bed and early to rise makes an arcology owner healthy, wealthy, and wise. It also allows you to enjoy the beautiful sunrises. The degradation of the planet does have its advantages: all the rubbish in the air often paints the morning light a striking color, and this is one such morning. Taken with the grandeur, you step out onto a balcony to take it in, only to find <<= App.UI.slaveDescriptionDialog($activeSlave)>> out there already, doing just the same thing. The luxurious rules $he enjoys offer $him small breaks here and there, and $he's obviously come out to enjoy <<if canSee($activeSlave)>>the sight<<else>>the morning breeze and the warmth of the rising sun on $his face<</if>> before starting $his day's work. <br><br> $He notices your approach with a start and <<if !canTalk($activeSlave)>> @@ -780,7 +780,7 @@ You shake your head no, for the moment, and just enjoy the view. After a few min <<case "nympho with assistant">> -You pass one of the penthouse's several supply closets by chance, and are surprised to hear $assistant.name's voice inside. Oddly, there seems to be more than one of _himA. You open the door on a whim, to find that almost every one of the dildo machines in the closet is currently fucking <<EventNameLink>>, +You pass one of the penthouse's several supply closets by chance, and are surprised to hear $assistant.name's voice inside. Oddly, there seems to be more than one of _himA. You open the door on a whim, to find that almost every one of the dildo machines in the closet is currently fucking <<= App.UI.slaveDescriptionDialog($activeSlave)>>, <<if $activeSlave.belly >= 500000>> atop $his <<if $activeSlave.bellyPreg >= 5000>>excited and wriggling mass of children<<else>>over-inflated sphere of a stomach<</if>> <<else>> @@ -792,7 +792,7 @@ The source of the many-voiced personal assistant becomes clear: probably on the <<case "sore ass">> -One night, you see <<EventNameLink>> <<if (!hasAnyLegs($activeSlave))>>scooting $himself from side to side uncomfortably<<elseif ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling gingerly<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering along painfully<<else>>walking a little funny<</if>>, as though $he has a sore butt. You call $him over to inspect $his backdoor to see if $he needs care, <<if (!hasAnyLegs($activeSlave))>>and set $his helpless body down, spreading $his buttocks to examine $his anus.<<else>>and order $him to spread $his buttocks for you so you can examine $his anus.<</if>> $His asshole is fine, just a little sore from hard buttfucks. $He complies with you, but as you probe $him gently with a finger, +One night, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if (!hasAnyLegs($activeSlave))>>scooting $himself from side to side uncomfortably<<elseif ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling gingerly<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering along painfully<<else>>walking a little funny<</if>>, as though $he has a sore butt. You call $him over to inspect $his backdoor to see if $he needs care, <<if (!hasAnyLegs($activeSlave))>>and set $his helpless body down, spreading $his buttocks to examine $his anus.<<else>>and order $him to spread $his buttocks for you so you can examine $his anus.<</if>> $His asshole is fine, just a little sore from hard buttfucks. $He complies with you, but as you probe $him gently with a finger, <<if !canTalk($activeSlave) && (!hasAnyArms($activeSlave))>> $he wriggles desperately and turns to mouth "it hurts <<Master>> please don't assrape me" at you. <<elseif !canTalk($activeSlave)>> @@ -803,7 +803,7 @@ One night, you see <<EventNameLink>> <<if (!hasAnyLegs($activeSlave))>>scooting <<case "shift doorframe">> -Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<EventNameLink>> has just come on shift. +Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<= App.UI.slaveDescriptionDialog($activeSlave)>> has just come on shift. <br><br> You're at your desk as $he arrives; $his predecessor passes $him on the way out. $activeSlave.slaveName pauses for a moment in the doorway, and then decides to give you a show. $He spreads $his legs until $his <<if $activeSlave.shoes == "heels">> @@ -973,19 +973,19 @@ $He pulls the buttock closest to you aside, giving you a clear view of $his <<case "resistant shower">> -Though $assistant.name constantly monitors all your slaves, you keep an eye on the video feeds yourself. There's nothing like the personal, human touch. You notice one night that <<EventNameLink>> is crouched in the bottom of the shower. Sensing something amiss, you discreetly investigate, and find that $he's crying quietly under the warm water. +Though $assistant.name constantly monitors all your slaves, you keep an eye on the video feeds yourself. There's nothing like the personal, human touch. You notice one night that <<= App.UI.slaveDescriptionDialog($activeSlave)>> is crouched in the bottom of the shower. Sensing something amiss, you discreetly investigate, and find that $he's crying quietly under the warm water. <<case "resistant gelding">> -<<EventNameLink>> is standing in the bathroom in front of the sink, with one leg up on the counter so $he can inspect $his genitalia. <<if canSee($activeSlave)>>From the feeds, it's obvious $he's grieved by what $he sees. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<<else>>From the feeds, it's obvious $he's grieved by what $he feels. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<</if>>. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is standing in the bathroom in front of the sink, with one leg up on the counter so $he can inspect $his genitalia. <<if canSee($activeSlave)>>From the feeds, it's obvious $he's grieved by what $he sees. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<<else>>From the feeds, it's obvious $he's grieved by what $he feels. As you watch, $he sobs quietly, reaching towards where $his scrotum used to be with a trembling hand. Apparently, $he's having trouble accepting $his status as a gelded slut<</if>>. <<case "rebellious arrogant">> -You have a lot of work to do with <<EventNameLink>>. $He compounds the usual rebellious anger at being a slave with an apparently unshakeable conviction that $he is better than you. Oddly, $he seems to maintain the idea that enslaving other people is somehow inappropriate, and that having done so has lowered you morally. This morning, $he did not appear to start $his morning chores as previously ordered. $He sleeps on a bedroll: a brief investigation discloses that $he is still in it, and has pulled the blanket up over $his head. $He refuses to acknowledge your peremptory command to get up. +You have a lot of work to do with <<= App.UI.slaveDescriptionDialog($activeSlave)>>. $He compounds the usual rebellious anger at being a slave with an apparently unshakeable conviction that $he is better than you. Oddly, $he seems to maintain the idea that enslaving other people is somehow inappropriate, and that having done so has lowered you morally. This morning, $he did not appear to start $his morning chores as previously ordered. $He sleeps on a bedroll: a brief investigation discloses that $he is still in it, and has pulled the blanket up over $his head. $He refuses to acknowledge your peremptory command to get up. <<case "escapee">> -An escape attempt occurs and is stopped almost before you are informed of it. <<EventNameLink>> made a rash attempt to leave the penthouse, but $assistant.name monitors everyone constantly and was able to enclose $him before $he got very far. <<if $assistant.personality == 0>>It reports impersonally that the would-be escapee is locked in the entryway awaiting your judgment.<<else>>$He reports suggestively that the would-be escapee is locked in the entryway awaiting your pleasure.<</if>> +An escape attempt occurs and is stopped almost before you are informed of it. <<= App.UI.slaveDescriptionDialog($activeSlave)>> made a rash attempt to leave the penthouse, but $assistant.name monitors everyone constantly and was able to enclose $him before $he got very far. <<if $assistant.personality == 0>>It reports impersonally that the would-be escapee is locked in the entryway awaiting your judgment.<<else>>$He reports suggestively that the would-be escapee is locked in the entryway awaiting your pleasure.<</if>> <br><br> <<if $arcologyUpgrade.drones == 1>>Your advanced security systems are able to stop $him promptly, and there is no indication to the public that any escape attempt was made.<<else>>Your basic security systems are only able to stop $him by briefly locking down your penthouse, exciting @@.red;some adverse public comment.@@<<run repX(forceNeg(100), "event", $activeSlave)>><</if>> <<if $activeSlave.indentureRestrictions > 0>> @@ -1003,7 +1003,7 @@ An escape attempt occurs and is stopped almost before you are informed of it. << <<set _slavename = $activeSlave.slaveName>> <</if>> -<<EventNameLink>> is not yet broken to your will. With your experience with slaves, you've been expecting $him to take some opportunity of exercising $his remaining independence. You don't have long to wait. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is not yet broken to your will. With your experience with slaves, you've been expecting $him to take some opportunity of exercising $his remaining independence. You don't have long to wait. One day, you give $him inconsequential orders, naturally addressing $him by $his slave name, $activeSlave.slaveName. $He replies <<if ($activeSlave.lips > 70)>> @@ -1017,7 +1017,7 @@ $He sets $his jaw and <<if canSee($activeSlave)>>manages to meet your eyes witho <<case "bondage gear">> -One day, you catch sight of <<EventNameLink>> <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering<<else>>walking<</if>> around stark naked. This is unacceptable, as $he has been ordered to wear humiliating and uncomfortable bondage gear. When confronted, +One day, you catch sight of <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "pumps") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>>crawling<<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>>tottering<<else>>walking<</if>> around stark naked. This is unacceptable, as $he has been ordered to wear humiliating and uncomfortable bondage gear. When confronted, <<if !canTalk($activeSlave)>> <<if !hasAnyArms($activeSlave)>> $he tries to communicate $his reluctance to wear the clothing as best as $he can with various head movements and facial expressions<<if $activeSlave.bellyPreg >= 5000>>, including several nods towards $his rounded middle<</if>>. @@ -1030,7 +1030,7 @@ One day, you catch sight of <<EventNameLink>> <<if ($activeSlave.heels == 1) && <<case "vocal disobedience">> -One morning, despite the fact that $he is not allowed to speak without being spoken to, <<EventNameLink>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks +One morning, despite the fact that $he is not allowed to speak without being spoken to, <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if canSee($activeSlave)>>looks you directly in the eye<<else>>faces you<</if>> and asks <<if SlaveStatsChecker.checkForLisp($activeSlave)>> boldly through $his <<if ($activeSlave.lips > 70)>> @@ -1047,11 +1047,11 @@ One morning, despite the fact that $he is not allowed to speak without being spo <<case "fearful humiliation">> -<<EventNameLink>> generally obeys orders, even if $he isn't yet a truly devoted sex slave. $He blushes furiously when given any sexual command, but $his true feelings about humiliation become clear when $he is ordered to serve in front of others, even other slaves. It sometimes seems the number of people watching $him get fondled, used, or fucked directly reduces the distance between $him and $his next blushing or even sobbing orgasm. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> generally obeys orders, even if $he isn't yet a truly devoted sex slave. $He blushes furiously when given any sexual command, but $his true feelings about humiliation become clear when $he is ordered to serve in front of others, even other slaves. It sometimes seems the number of people watching $him get fondled, used, or fucked directly reduces the distance between $him and $his next blushing or even sobbing orgasm. <<case "heels">> -Since <<EventNameLink>>'s tendons were shortened, forcing $him to wear heels in order to walk, $he's permanently subject to your whims in shoe selection. $He walks carefully into your office, the sway of $his hips greatly exaggerated<<if $activeSlave.bellyPreg >= 10000>>, even more so with $his advanced pregnancy<<elseif $activeSlave.bellyImplant >= 10000>>, even more so with the weight of $his _belly middle<<elseif $activeSlave.bellyFluid > 5000>>, even more so under the weight of $his <<print $activeSlave.inflationType>>-swollen middle<</if>>. +Since <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s tendons were shortened, forcing $him to wear heels in order to walk, $he's permanently subject to your whims in shoe selection. $He walks carefully into your office, the sway of $his hips greatly exaggerated<<if $activeSlave.bellyPreg >= 10000>>, even more so with $his advanced pregnancy<<elseif $activeSlave.bellyImplant >= 10000>>, even more so with the weight of $his _belly middle<<elseif $activeSlave.bellyFluid > 5000>>, even more so under the weight of $his <<print $activeSlave.inflationType>>-swollen middle<</if>>. <<if $activeSlave.dick != 0>>The modification certainly forces $him to walk more like someone without a cock.<</if>> $He <<if $activeSlave.belly >= 300000>> @@ -1081,17 +1081,17 @@ and opens the shoebox you've placed next to $him, to find: <<case "heavy piercing">> -<<EventNameLink>>'s intimate areas are heavily pierced. This is great; it draws attention to $his holes and makes $him look like the sex slave $he is. However, it does necessitate some extra maintenance. It's the end of the day, and $activeSlave.slaveName is in a bathroom <<if canSee($activeSlave)>>carefully checking each of $his piercings<<else>>meticulously cleaning each of $his piercings<</if>>. Many of them come in contact with fluids on a regular basis, so $he cleans them conscientiously. +<<= App.UI.slaveDescriptionDialog($activeSlave)>>'s intimate areas are heavily pierced. This is great; it draws attention to $his holes and makes $him look like the sex slave $he is. However, it does necessitate some extra maintenance. It's the end of the day, and $activeSlave.slaveName is in a bathroom <<if canSee($activeSlave)>>carefully checking each of $his piercings<<else>>meticulously cleaning each of $his piercings<</if>>. Many of them come in contact with fluids on a regular basis, so $he cleans them conscientiously. <br><br> As you watch $him, it occurs to you that since $activeSlave.slaveName isn't fully devoted to you yet, there's all manner of inventive ways you could have a little fun and increase $his submission to you at the same time. <<case "cumslut whore">> -Late at night, <<EventNameLink>> returns to the living area of the penthouse. It's the end of $his day as a working girl, and despite being obviously tired, $he's smiling with obvious sexual satiation. Every so often, $he'll get a dreamy expression and lick $his lips. $He fetishizes cum to the extent that getting to eat a <<if $showInches == 2>>mile<<else>>kilometer<</if>> of dick really satisfies $him. +Late at night, <<= App.UI.slaveDescriptionDialog($activeSlave)>> returns to the living area of the penthouse. It's the end of $his day as a working girl, and despite being obviously tired, $he's smiling with obvious sexual satiation. Every so often, $he'll get a dreamy expression and lick $his lips. $He fetishizes cum to the extent that getting to eat a <<if $showInches == 2>>mile<<else>>kilometer<</if>> of dick really satisfies $him. <<case "loose buttslut">> -<<EventNameLink>> has a little free time this evening, so $he finds a quiet corner and engages in $his anal proclivities. Since $his asshole is so stretched out, $he sticks the base of a huge dildo to the ground and +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has a little free time this evening, so $he finds a quiet corner and engages in $his anal proclivities. Since $his asshole is so stretched out, $he sticks the base of a huge dildo to the ground and <<if $activeSlave.belly >= 100000>> struggles to lower $his heavy, very gravid body down onto it, <<elseif $activeSlave.belly >= 10000>> @@ -1126,7 +1126,7 @@ As $he enjoys $himself, $his loose sphincter relaxes still further until it's ba <<case "solitary desperation">> <<set $activeSlave.devotion += 4>> -<<EventNameLink>> is in solitary. $He's let out whenever required for a slave task, but unless $he's serving, $he spends $his days in a featureless cell. It's clean and dry, but designed to totally deny any mental stimulation. Careful monitoring is necessary to prevent mental damage. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is in solitary. $He's let out whenever required for a slave task, but unless $he's serving, $he spends $his days in a featureless cell. It's clean and dry, but designed to totally deny any mental stimulation. Careful monitoring is necessary to prevent mental damage. <br><br> As you pass by $his cell on other business, there is a faint stirring within. <<if canSee($activeSlave)>> @@ -1140,7 +1140,7 @@ There's a small port for meals to be inserted into the cell, and $he shouts at i <<case "scrubbing">> -$arcologies[0].name is well fitted with automated cleaning systems. However, <<EventNameLink>> is acting as a servant to your other slaves, so whenever $he has nothing else to do the cleaners are deactivated and $he is made to clean by hand. After all, there is no sense in leaving $him idle, when $he could be scrubbing floors. +$arcologies[0].name is well fitted with automated cleaning systems. However, <<= App.UI.slaveDescriptionDialog($activeSlave)>> is acting as a servant to your other slaves, so whenever $he has nothing else to do the cleaners are deactivated and $he is made to clean by hand. After all, there is no sense in leaving $him idle, when $he could be scrubbing floors. <br><br> Which, incidentally, is what $he's doing now. $He has standing orders to change into a sturdy apron when doing such work, which $he is not pleased to follow, since the apron has no back at <<if $activeSlave.belly >= 100000>> @@ -1183,7 +1183,7 @@ $His bare ass bobs back and forth as though $he were doing it doggy style with a <<case "hormone dysfunction">> -<<EventNameLink>> comes to see you. You're busy with other things, so $he waits patiently even though $he's clearly very unhappy. Told to explain $himself, $he gestures at $his totally flaccid +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes to see you. You're busy with other things, so $he waits patiently even though $he's clearly very unhappy. Told to explain $himself, $he gestures at $his totally flaccid <<if !canTalk($activeSlave)>> penis. <<else>> @@ -1207,7 +1207,7 @@ It makes sense; $he's probably never masturbated without a hard dick. $He's clea <<case "resting amp">> -You're working at your desk late at night when the arcology's systems discreetly highlight significant movement in the slave quarters. <<EventNameLink>>'s limbless torso is in bed, asleep but struggling in discomfort. Without arms or legs, it seems the sheet has become wrapped around $him. $He's dreaming of something sexual; +You're working at your desk late at night when the arcology's systems discreetly highlight significant movement in the slave quarters. <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s limbless torso is in bed, asleep but struggling in discomfort. Without arms or legs, it seems the sheet has become wrapped around $him. $He's dreaming of something sexual; <<if ($activeSlave.chastityPenis == 1)>> $his cock is caged, but precum is <<if $activeSlave.prostate > 1>>flowing<<elseif $activeSlave.prostate > 0 >>leaking<<else>>barely dripping<</if>> out of the chastity. <<elseif ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> @@ -1227,7 +1227,7 @@ As you watch, $his sleeping struggles against the sheet <<if $activeSlave.boobs <<case "devoted amp">> -<<EventNameLink>> is lying on the couch next to your desk as you work, looking like the neglected +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is lying on the couch next to your desk as you work, looking like the neglected <<if $activeSlave.belly >= 600000>> <<if $activeSlave.bellyPreg > 0>> baby filled womb @@ -1276,7 +1276,7 @@ $he is. You've been busy and haven't used $him for a while, and since $he's acce <<case "plug disobedience">> -One morning, you see <<EventNameLink>> +One morning, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if !canWalk($activeSlave)>> crawl <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>> @@ -1297,7 +1297,7 @@ Your order $him to turn around and present $his anus for inspection. $He doesn't <<case "age implant">> -In the morning the penthouse is a busy bustle of female energy. Slaves get up promptly, eat, shower, dress themselves, and head out to work. They chatter if able and allowed, and draw a good deal of strength from each other. As you pass by the kitchen, you are narrowly avoided by a rush of slaves heading to the showers. They're almost bouncing, feeding off each others' youthful energy. At the back of the pack is <<EventNameLink>>. $He looks as young as any of them, but after they're out, $he leans against the door frame for a moment and exhales slowly. +In the morning the penthouse is a busy bustle of female energy. Slaves get up promptly, eat, shower, dress themselves, and head out to work. They chatter if able and allowed, and draw a good deal of strength from each other. As you pass by the kitchen, you are narrowly avoided by a rush of slaves heading to the showers. They're almost bouncing, feeding off each others' youthful energy. At the back of the pack is <<= App.UI.slaveDescriptionDialog($activeSlave)>>. $He looks as young as any of them, but after they're out, $he leans against the door frame for a moment and exhales slowly. <br><br> $His <<= App.Desc.eyeColor($activeSlave)>>-eyed gaze catches yours for a moment, and you are reminded that $he isn't as young as they are, not at all. $His face might look youthful, but $his eyes don't. <<if canSee($activeSlave)>>$He sees your consideration, and<<else>>You make yourself known, and $he<</if>> murmurs, "<<S>>orry, <<Master>>. Ju<<s>>t a little <<s>>low thi<<s>> morning." $He hurries after $his sisters, $his @@ -1316,7 +1316,7 @@ naked ass catching your eye as $he goes. <<case "shift masturbation">> -Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<EventNameLink>> has just come on shift. +Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<= App.UI.slaveDescriptionDialog($activeSlave)>> has just come on shift. <br><br> And has $he ever come on shift. $He enters your office at something not far removed from a run, displaying evident signs of sexual excitation, a blush visible on $his $activeSlave.skin cheeks. Between $his job, the mild drugs in $his food, and $his life, $he's beside $himself with need. $He realizes you're working and tries to compose $himself, but gives up after a short struggle and flings $himself down on the couch. $He scoots down so $his <<if $activeSlave.butt > 5>>enormous<<elseif $activeSlave.butt > 2>>healthy<<else>>trim<</if>> butt is hanging off the edge of the cushion, and spreads $his legs up and back<<if $activeSlave.belly >= 5000>> to either side of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>> as wide as they'll go<<if ($activeSlave.boobs > 1000)>>, hurriedly shoving $his tits out of the way<</if>>. $He uses both hands to frantically <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave)>> @@ -1348,7 +1348,7 @@ but after a moment $he clearly decides this isn't enough stimulation. $He <<if $ <<case "shift sleep">> -Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<EventNameLink>> has just come on shift. +Your fucktoys have to eat, sleep, and look after themselves, just like anyone, so they can't spend every moment offering themselves to you. <<if $Concubine != 0>>Your concubine, $Concubine.slaveName<<elseif $HeadGirl != 0>>Your Head Girl, $HeadGirl.slaveName<<elseif $assistant.name == "your personal assistant">>Your personal assistant<<else>>Your personal assistant, <<= capFirstChar($assistant.name)>> <</if>>manages a schedule for them, constantly changing it up to keep the sluts from getting predictable. <<= App.UI.slaveDescriptionDialog($activeSlave)>> has just come on shift. <br><br> Though it's late, $he's surprised to find the lights in the master suite off. You had an unusually trying day, so you've retired for the night; you're on the point of sleep when $he comes in<<if $Concubine != 0>>, $Concubine.slaveName nestled under your arm<</if>>. After a moment's hesitation, $activeSlave.slaveName strips quietly and <<if $activeSlave.belly >= 100000>> @@ -1398,7 +1398,7 @@ the edge of the bed, preparing to climb quietly in. $He clearly thinks you're as <<case "slave dick huge">> -The showers your slaves use are well vented and transparent walled so that you can see their occupants clearly, even from your desk. Working late at night, you see <<EventNameLink>> sitting hunched under the water in one of the showers, with $his back to you. You tell your desk to focus on $him, and you are rewarded with three different angles of $activeSlave.slaveName giving $himself a blowjob. $He has to bend over very hard<<if $activeSlave.belly >= 5000>> and at a very awkward angle<</if>> to get the tip of $his huge <<if $seeRace == 1>>$activeSlave.race <</if>>dick<<if $activeSlave.belly >= 5000>> around $his <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>> belly and<</if>> into $his mouth, but $he's obviously enjoying it all the same. It's not against the rules for $him to masturbate; $he's just found an impressive way of doing it. +The showers your slaves use are well vented and transparent walled so that you can see their occupants clearly, even from your desk. Working late at night, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> sitting hunched under the water in one of the showers, with $his back to you. You tell your desk to focus on $him, and you are rewarded with three different angles of $activeSlave.slaveName giving $himself a blowjob. $He has to bend over very hard<<if $activeSlave.belly >= 5000>> and at a very awkward angle<</if>> to get the tip of $his huge <<if $seeRace == 1>>$activeSlave.race <</if>>dick<<if $activeSlave.belly >= 5000>> around $his <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>> belly and<</if>> into $his mouth, but $he's obviously enjoying it all the same. It's not against the rules for $him to masturbate; $he's just found an impressive way of doing it. <<if $activeSlave.scrotum > 0>> <<if $activeSlave.balls >= 10>> As $he works $himself, $he plays with $his inhuman balls, massaging and caressing as much of them $he as $he can with <<if hasBothArms($activeSlave)>>both hands<<else>>$his hand<</if>>. @@ -1415,13 +1415,13 @@ The showers your slaves use are well vented and transparent walled so that you c <<case "obedient idiot">> -<<= capFirstChar($assistant.name)>> breaks in on your work at your desk. <<if $assistant.personality == 0>>"<<= properTitle()>>,"<<else>>"Sweetheart,"<</if>> $he says, "<<EventNameLink>> is having trouble figuring out the meal dispenser again." <<if $assistant.personality == 0>>The report is deadpan, but $he brings up a visual feed.<<else>>$He brings up a visual feed. "Poor baby!" $he exclaims.<</if>> +<<= capFirstChar($assistant.name)>> breaks in on your work at your desk. <<if $assistant.personality == 0>>"<<= properTitle()>>,"<<else>>"Sweetheart,"<</if>> $he says, "<<= App.UI.slaveDescriptionDialog($activeSlave)>> is having trouble figuring out the meal dispenser again." <<if $assistant.personality == 0>>The report is deadpan, but $he brings up a visual feed.<<else>>$He brings up a visual feed. "Poor baby!" $he exclaims.<</if>> <br><br> Slaves are supposed to place a cup under a spigot, which detects the cup's presence and dispenses the appropriate nutrition for the $girl. Unfortunately this concept seems a little tough for $activeSlave.slaveName. With no one around to ask for help, $he has resorted to trying to suck food out of the spigot with $his mouth. With no cup to be detected, $he's not getting very far, and is getting bitterly frustrated. <<case "devoted old">> -At the end of a long week, <<EventNameLink>> moves past your office toward bed. This is completely normal part of the arcology routine, but you notice as $he passes that $he's wearing a preoccupied, almost sad expression. You call $him over, and $he makes a visible effort to brighten up as $he comes before you and asks your pleasure. You ask $him what's the matter, and $his face falls. +At the end of a long week, <<= App.UI.slaveDescriptionDialog($activeSlave)>> moves past your office toward bed. This is completely normal part of the arcology routine, but you notice as $he passes that $he's wearing a preoccupied, almost sad expression. You call $him over, and $he makes a visible effort to brighten up as $he comes before you and asks your pleasure. You ask $him what's the matter, and $his face falls. <br><br> "<<Master>>, I'm <<s>>o <<s>>orry you noti<<c>>ed," <<if ($activeSlave.lips > 70)>> @@ -1435,11 +1435,11 @@ At the end of a long week, <<EventNameLink>> moves past your office toward bed. <<case "tendon fall">> -There is a horrible crash from the bathroom. You rush in to see <<EventNameLink>> curled up helplessly in the bottom of the shower with the water playing over $his <<if $activeSlave.belly >= 5000>><<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><<else>>altered<</if>> body. $He takes off $his heels to shower, making $him unable to stand independently. Apparently, $he lost $his grip on the handrail while trying to soap $himself, and having fallen, can't seem to reach the rail to haul $himself up again. $He pleads<<if ($activeSlave.lips > 70)>> through $his huge lips<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> through $his piercings<</if>>, "Help me, <<Master>>!" +There is a horrible crash from the bathroom. You rush in to see <<= App.UI.slaveDescriptionDialog($activeSlave)>> curled up helplessly in the bottom of the shower with the water playing over $his <<if $activeSlave.belly >= 5000>><<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><<else>>altered<</if>> body. $He takes off $his heels to shower, making $him unable to stand independently. Apparently, $he lost $his grip on the handrail while trying to soap $himself, and having fallen, can't seem to reach the rail to haul $himself up again. $He pleads<<if ($activeSlave.lips > 70)>> through $his huge lips<<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> through $his piercings<</if>>, "Help me, <<Master>>!" <<case "unhappy virgin">> -During a routine inspection, <<EventNameLink>> respectfully asks a question. +During a routine inspection, <<= App.UI.slaveDescriptionDialog($activeSlave)>> respectfully asks a question. <<if !canTalk($activeSlave)>> $He uses amusingly lewd gestures to depict how frequently $he gets fucked, and then points to $his virgin pussy. $He communicates that $he wants another hole to help share the work. <<else>> @@ -1454,11 +1454,11 @@ During a routine inspection, <<EventNameLink>> respectfully asks a question. <<case "obedient bitchy">> -<<EventNameLink>> is a decent slave, pretty well broken to your will and generally obedient. However, $he retains a cutting tongue. Though $he's learned to $his considerable cost not to direct $his cheek at you, $he still insults your other slaves, and worse, will be sarcastic to members of the public $he encounters. You've worked on it, but it remains unsolved. Today, however, $he crossed the line. You were doing business in your office with a respected female slave drug wholesaler. The woman is in her late forties, and though she's something of a plastic surgery addict she has permitted her hair to go a becoming steel grey. Passing your office, $activeSlave.slaveName audibly commented on how old she looked to another slave. Anger flashes in the businesswoman's eyes. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a decent slave, pretty well broken to your will and generally obedient. However, $he retains a cutting tongue. Though $he's learned to $his considerable cost not to direct $his cheek at you, $he still insults your other slaves, and worse, will be sarcastic to members of the public $he encounters. You've worked on it, but it remains unsolved. Today, however, $he crossed the line. You were doing business in your office with a respected female slave drug wholesaler. The woman is in her late forties, and though she's something of a plastic surgery addict she has permitted her hair to go a becoming steel grey. Passing your office, $activeSlave.slaveName audibly commented on how old she looked to another slave. Anger flashes in the businesswoman's eyes. <<case "obedient shemale">> -<<EventNameLink>> has been doing $his best to be a good slave $girl recently. Since $he doesn't have a pussy, that means $he's been doing $his best to take it up the ass like a good slave. $He isn't all that used to it yet, but $he tries. $He's trying right now, bent over the arm of the couch in your office with your <<if $PC.dick == 0>>vibrating strap-on<<else>>cock<</if>> pumping in and out of $him. $He looks like $he wants to ask something, so you tell $him to spit it out. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has been doing $his best to be a good slave $girl recently. Since $he doesn't have a pussy, that means $he's been doing $his best to take it up the ass like a good slave. $He isn't all that used to it yet, but $he tries. $He's trying right now, bent over the arm of the couch in your office with your <<if $PC.dick == 0>>vibrating strap-on<<else>>cock<</if>> pumping in and out of $him. $He looks like $he wants to ask something, so you tell $him to spit it out. <<if !canTalk($activeSlave)>> $He uses gestures to ask if $he can masturbate while you sodomize $him. <<else>> @@ -1474,7 +1474,7 @@ During a routine inspection, <<EventNameLink>> respectfully asks a question. <<case "obedient addict">> -<<EventNameLink>> takes $his aphrodisiacs in pill form, with $his food. They're dispensed alongside $his nutrition in the kitchen. You happen to be passing by when $he's being issued $his drugs, and you see $him <<if canSee($activeSlave)>>staring<<else>>gazing<</if>> thoughtfully at the insignificant-looking little pill, just holding it in $his hand and considering it for a long time. When $he realizes you're watching, $he turns to you and you realize $his eyes are moist. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> takes $his aphrodisiacs in pill form, with $his food. They're dispensed alongside $his nutrition in the kitchen. You happen to be passing by when $he's being issued $his drugs, and you see $him <<if canSee($activeSlave)>>staring<<else>>gazing<</if>> thoughtfully at the insignificant-looking little pill, just holding it in $his hand and considering it for a long time. When $he realizes you're watching, $he turns to you and you realize $his eyes are moist. <<if !canTalk($activeSlave)>> $He uses trembling gestures to pour out dissatisfaction with life as an aphrodisiac addict. $He is emotionally unsatisfied with the mechanical orgasms $he gets on the drugs, but craves them intensely. <<else>> @@ -1486,7 +1486,7 @@ During a routine inspection, <<EventNameLink>> respectfully asks a question. <<set _faceUp = 1>> <<set _superfetation = ($activeSlave.geneticQuirks.superfetation == 2 && $activeSlave.pregKnown == 1) ? 1 : 0>> -<<EventNameLink>> +<<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if _superfetation == 1>> <<if $activeSlave.belly >= 750000>> barely makes into your office before turning and leaning against $his _belly belly. Once $he manages to get comfortable against the strained mass, $he wiggles $his exposed <<if $activeSlave.mpreg == 1>>asshole<<else>>pussylips<</if>> with a strange light <<if canSee($activeSlave)>>in $his eyes<<else>>on $his face<</if>>. @@ -1542,13 +1542,13 @@ $He <<if canSee($activeSlave)>>stares at you doe-eyed<<else>>$he faces you with <<case "fearful balls">> -<<EventNameLink>> is still having obedience problems, particularly with $his proper role as a <<if $girl == "girl">>female <</if>>receptacle for cock. Though they're an almost too-obvious explanation, it's hard to avoid $his retention of $his gonads as a possible explanation for $his behavioral issues. They certainly contribute to $his less than perfectly feminine hormonal balance. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is still having obedience problems, particularly with $his proper role as a <<if $girl == "girl">>female <</if>>receptacle for cock. Though they're an almost too-obvious explanation, it's hard to avoid $his retention of $his gonads as a possible explanation for $his behavioral issues. They certainly contribute to $his less than perfectly feminine hormonal balance. <br><br> It's time for $his routine inspection, and $he's standing before you, nude. $He certainly doesn't find $his sexually vulnerable position arousing; $he's totally flaccid. The physical manifestations of $his disobedience are right in front of you, and quite defenseless. <<case "extreme aphrodisiacs">> -As you are retiring for the night, <<EventNameLink>> +As you are retiring for the night, <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if !canWalk($activeSlave)>> crawls <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>> @@ -1562,7 +1562,7 @@ into your bedroom. Since $he is not allowed to ask questions, $he says nothing, <<case "shaped areolae">> -<<EventNameLink>>'s breasts are real works of art. $His +<<= App.UI.slaveDescriptionDialog($activeSlave)>>'s breasts are real works of art. $His <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> massive fake <<elseif $activeSlave.boobsImplant > 0>> @@ -1574,7 +1574,7 @@ tits dominate $his figure, but the real attention getter are $his unique, <<= $a <<case "huge tits">> -There is a horrible crash from the shower. You rush in to see <<EventNameLink>> face-down and covered in soap. $He's uninjured, but $his tits are so huge that, soapy as $he is, $he can't seem to stand again. $His udders have $him pinned to the ground with $his legs sticking out of the shower. $He pleads +There is a horrible crash from the shower. You rush in to see <<= App.UI.slaveDescriptionDialog($activeSlave)>> face-down and covered in soap. $He's uninjured, but $his tits are so huge that, soapy as $he is, $he can't seem to stand again. $His udders have $him pinned to the ground with $his legs sticking out of the shower. $He pleads <<if ($activeSlave.lips > 70)>> through $his huge lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> @@ -1586,7 +1586,7 @@ There is a horrible crash from the shower. You rush in to see <<EventNameLink>> <<case "devoted virgin">> -<<EventNameLink>> comes into your office and politely waits until you indicate $he can have your attention. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes into your office and politely waits until you indicate $he can have your attention. <<if !canTalk($activeSlave)>> $He points to $his pussy and comically pantomimes having sex, and then uses gestures to ask if $he can serve you with $his pussy. <<else>> @@ -1596,7 +1596,7 @@ $He spreads $his legs <<if $activeSlave.belly >= 10000>>carefully and cocks $his <<case "devoted anal virgin">> -<<EventNameLink>> comes into your office and politely waits until you indicate $he can have your attention. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes into your office and politely waits until you indicate $he can have your attention. <<if !canTalk($activeSlave)>> $He comically pantomimes anal sex, and then uses gestures to ask if $he can serve you anally. <<else>> @@ -1606,7 +1606,7 @@ $He<<if $activeSlave.belly >= 10000>> carefully turns and spreads $his legs, all <<case "surgery addict">> -Going about your day, you see <<EventNameLink>> sitting <<if (hasAnyLegs($activeSlave))>><<if (hasBothLegs($activeSlave))>>cross-legged <</if>>in<<else>>propped against the doorway of<</if>> the remote surgery room, <<if canSee($activeSlave)>>staring intently at<<else>>gazing longingly towards<</if>> the equipment. $He's not breaking any rules, but this behavior is so strange you investigate. $He asks +Going about your day, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> sitting <<if (hasAnyLegs($activeSlave))>><<if (hasBothLegs($activeSlave))>>cross-legged <</if>>in<<else>>propped against the doorway of<</if>> the remote surgery room, <<if canSee($activeSlave)>>staring intently at<<else>>gazing longingly towards<</if>> the equipment. $He's not breaking any rules, but this behavior is so strange you investigate. $He asks <<if ($activeSlave.lips > 70)>> hesitantly through $his huge lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>> @@ -1618,7 +1618,7 @@ Going about your day, you see <<EventNameLink>> sitting <<if (hasAnyLegs($active <<case "night visit">> -As you are retiring for the night, <<EventNameLink>> +As you are retiring for the night, <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if !canWalk($activeSlave)>> crawls <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>> @@ -1645,7 +1645,7 @@ into your bedroom and stands before you submissively. Since $he's allowed to ask <<case "trusting HG">> -<<EventNameLink>> is a busy $girl. Your Head Girl is heading for bed, but $he's not done with the day's work just yet. $He walks into your office with a pensive look on $his face, using a tablet to fiddle with slaves' schedules for tomorrow. Since $he was about to retire, $he's nude: you can't help but notice, in the dimmed light of nighttime in your penthouse, the way the low glow of the tablet +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a busy $girl. Your Head Girl is heading for bed, but $he's not done with the day's work just yet. $He walks into your office with a pensive look on $his face, using a tablet to fiddle with slaves' schedules for tomorrow. Since $he was about to retire, $he's nude: you can't help but notice, in the dimmed light of nighttime in your penthouse, the way the low glow of the tablet <<if ($activeSlave.boobs > 5000)>> falls across the tops of $his absurd boobs, since $he's forced to hold it on top of them to use it. <<elseif ($activeSlave.belly >= 10000)>> @@ -1709,7 +1709,7 @@ $He did not expect to find you here, and is so preoccupied that $he doesn't noti <<case "ignorant horny">> -<<EventNameLink>> is first on the inspection schedule, and as you watch $him enter your office, you note several good signs about $his progress towards becoming a good sex slave. $He enters obediently, without pretending to be thrilled to be here, but also without hesitation. Best of all, +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is first on the inspection schedule, and as you watch $him enter your office, you note several good signs about $his progress towards becoming a good sex slave. $He enters obediently, without pretending to be thrilled to be here, but also without hesitation. Best of all, <<if ($activeSlave.chastityPenis) && canAchieveErection($activeSlave)>> $he's squirming with discomfort over the lack of room in $his chastity. <<elseif ($activeSlave.dick > 4) && canAchieveErection($activeSlave)>> @@ -1743,7 +1743,7 @@ $He hasn't been with you long; it's been a mere <<print $week-$activeSlave.weekA <<case "cage relief">> -You come face to face with <<EventNameLink>> in a hallway of your penthouse, entirely by happenstance. <<if canSee($activeSlave)>>$His <<= App.Desc.eyesColor($activeSlave)>> lock with yours, and $he stares at you dumbly for a long moment<<else>>Once $he regains $his footing after bumping into you, $he gazes towards you dumbly for a long moment<</if>>. Then $he squares $his <<if $activeSlave.shoulders > 0>>broad<<elseif $activeSlave.shoulders < 0>>pretty<<else>>feminine<</if>> shoulders and bites $his lower lip, obviously doing $his best to think quickly. Right when you're about to reprimand $him for not greeting you properly, $he surprises you by throwing $himself abjectly on the ground in front of you<<if $activeSlave.belly >= 10000>>, $his rear forced into the air by $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>distended<</if>> belly<</if>>. +You come face to face with <<= App.UI.slaveDescriptionDialog($activeSlave)>> in a hallway of your penthouse, entirely by happenstance. <<if canSee($activeSlave)>>$His <<= App.Desc.eyesColor($activeSlave)>> lock with yours, and $he stares at you dumbly for a long moment<<else>>Once $he regains $his footing after bumping into you, $he gazes towards you dumbly for a long moment<</if>>. Then $he squares $his <<if $activeSlave.shoulders > 0>>broad<<elseif $activeSlave.shoulders < 0>>pretty<<else>>feminine<</if>> shoulders and bites $his lower lip, obviously doing $his best to think quickly. Right when you're about to reprimand $him for not greeting you properly, $he surprises you by throwing $himself abjectly on the ground in front of you<<if $activeSlave.belly >= 10000>>, $his rear forced into the air by $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant<<else>>distended<</if>> belly<</if>>. <br><br> <<if !canTalk($activeSlave)>> $He uses gestures to apologize for $his rudeness, and then gets to $his knee<<if hasBothLegs($activeSlave)>>s<</if>> so $he can use $his hand<<if hasBothArms($activeSlave)>>s<</if>> to gesture more clearly. $His <<if hasBothArms($activeSlave)>>hands are<<else>>hand is<</if>> shaky as $he begs, making two false starts before unmistakably gesturing to ask you to cut $his balls off. Once $he <<if canSee($activeSlave)>>sees<<else>>figures<</if>> that you understand, $he begins to cry openly. $He gestures that $he can barely get off wearing $his chastity cage, that it hurts when $he does, and that $he's constantly oppressed by the need for release. $He thinks that it would be easier to be soft all the time, so $he could climax without discomfort. $He begs hard, and promises to be a good little bitch. @@ -1759,7 +1759,7 @@ You come face to face with <<EventNameLink>> in a hallway of your penthouse, ent <<set _slavename = $activeSlave.slaveName>> <</if>> -At the end of a long day, you take a moment to watch the comings and goings of your arcology to decompress. While doing so, you notice someone who's clearly had a longer day than you. <<EventNameLink>> is <<if $activeSlave.belly >= 5000>>slowly waddling, one hand under $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly and the other on the small of $his back,<<else>>making<</if>> $his tired way back to the kitchen for a meal and then bed after a long day of sex work. $He's stripped off $his soiled clothes already, and is clearly too tired to care about nudity at all. +At the end of a long day, you take a moment to watch the comings and goings of your arcology to decompress. While doing so, you notice someone who's clearly had a longer day than you. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is <<if $activeSlave.belly >= 5000>>slowly waddling, one hand under $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly and the other on the small of $his back,<<else>>making<</if>> $his tired way back to the kitchen for a meal and then bed after a long day of sex work. $He's stripped off $his soiled clothes already, and is clearly too tired to care about nudity at all. <br><br> $He comes around the corner and <<if ($PC.belly >= 100000)>> @@ -1807,7 +1807,7 @@ $He stops and <<if canSee($activeSlave)>>stares<<else>>faces you<</if>>, struggl <<case "desperately horny">> -<<EventNameLink>> comes to see you, looking deeply unhappy and shivering occasionally. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes to see you, looking deeply unhappy and shivering occasionally. <<if ($activeSlave.rules.speech == "restrictive")>> Since $he is not allowed to speak, $he just enters your office and stands there, unsure what to do. <<else>> @@ -1852,7 +1852,7 @@ This is the result of not getting off for several days while on the slave diet p <<case "milkgasm">> -<<EventNameLink>> is implanted with slow-release lactation drugs. $His lactation is dissimilar to that of a normal mother. It's the same stuff, but it's produced at a much, much higher volume. To stay comfortable, $activeSlave.slaveName has to use milkers every couple of hours<<if $activeSlave.assignment != "get milked">> even though $he isn't assigned to give milk as $his primary job<</if>>. Any more than that, and $he gets painfully sore; any less than that, and <<if $activeSlave.nipples == "inverted" || $activeSlave.nipples == "fuckable">>$his milk, backed up behind $his $activeSlave.nipples nipples, leaves $him in agony<<else>>$he begins to spontaneously squirt cream whenever $his breasts are subjected to the slightest motion<</if>>. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is implanted with slow-release lactation drugs. $His lactation is dissimilar to that of a normal mother. It's the same stuff, but it's produced at a much, much higher volume. To stay comfortable, $activeSlave.slaveName has to use milkers every couple of hours<<if $activeSlave.assignment != "get milked">> even though $he isn't assigned to give milk as $his primary job<</if>>. Any more than that, and $he gets painfully sore; any less than that, and <<if $activeSlave.nipples == "inverted" || $activeSlave.nipples == "fuckable">>$his milk, backed up behind $his $activeSlave.nipples nipples, leaves $him in agony<<else>>$he begins to spontaneously squirt cream whenever $his breasts are subjected to the slightest motion<</if>>. <br><br> $He constantly passes by your desk as you work, going back and forth between the milkers and $his other tasks. Even if you didn't know which was which, it would be easy to tell which way $he was going. One way, $he <<if !canWalk($activeSlave)>> @@ -1868,7 +1868,7 @@ gingerly, supporting $his udders with <<if hasBothArms($activeSlave)>>both hands <<case "whore rebellious">> -<<EventNameLink>> is kicked out of bed early in the morning. $He's not yet obedient, but $he has to earn $his keep anyway. This means selling $his body, or in $his particular case, having $his unwilling body sold. $He knows the score and allows $himself to be stuffed into a special latex public whore suit. $He's learned the hard way that resisting being suited up just means $he'll be painfully punished before being suited up. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is kicked out of bed early in the morning. $He's not yet obedient, but $he has to earn $his keep anyway. This means selling $his body, or in $his particular case, having $his unwilling body sold. $He knows the score and allows $himself to be stuffed into a special latex public whore suit. $He's learned the hard way that resisting being suited up just means $he'll be painfully punished before being suited up. <br><br> The suit is quite special. It is made of thick, durable latex with temperature regulation and anchor points for restraint. It is specially crafted to be able to accommodate its wearer's tits, belly,<<if $seeDicks != 0>> dick, balls,<</if>> and rear, however large. It has a hole at $his mouth that holds $his jaws well open, with a plug to fill it completely when not in use. $He breathes through a port at $his nose that muffles all noise, in and out.<<if ($activeSlave.dick > 0)>> $His cock is neglected inside the latex, with no means of access.<</if>><<if ($activeSlave.vagina != -1)>> There's a hole over $his pussy, of course.<</if>> Finally, there's a hole over $his anus. <br><br> @@ -1876,7 +1876,7 @@ $He will spend the day restrained in public, with your other slaves periodically <<case "serve the public devoted">> -<<EventNameLink>> is a real public servant. This morning, $he rose early, did $his chores, and looked after $himself. $He heads out past your desk toward the arcology's lower floors to offer $himself freely to everyone $he meets. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a real public servant. This morning, $he rose early, did $his chores, and looked after $himself. $He heads out past your desk toward the arcology's lower floors to offer $himself freely to everyone $he meets. <br><br> As $he goes, you notice that <<if ($activeSlave.chastityPenis == 1)>> @@ -1926,17 +1926,17 @@ If you went with $him, you could certainly show off a little. <<case "millenary">> -Late one night, <<EventNameLink>> comes to see you. Strangely, several of your other slaves are stealing glances at $him as $he does. $He seems oddly proud of $himself. Asked why, $he says, "It'<<s>> my millenary, <<Master>>. The arcology has logged me getting fucked <<= num(999)>> time<<s>>." The other slaves obviously view it as significant, too. +Late one night, <<= App.UI.slaveDescriptionDialog($activeSlave)>> comes to see you. Strangely, several of your other slaves are stealing glances at $him as $he does. $He seems oddly proud of $himself. Asked why, $he says, "It'<<s>> my millenary, <<Master>>. The arcology has logged me getting fucked <<= num(999)>> time<<s>>." The other slaves obviously view it as significant, too. <br><br> As the Free Cities grow and evolve, slave culture does too. It seems this is a new tradition among obedient sex slaves. $He obviously expects you to do the honors, and it seems the rest of your girls are looking forward to it. <<case "birthday">> -You come across <<EventNameLink>> in the kitchen. $He has a normal slave meal on a plate in front of $him, but also has a pack of hotwax candles from your sex gear. Oddly, $he has a candle upright in the food and is trying to light it. You ask what $he's doing, and $he explains meekly, "I don't know, <<Master>>. I've been a <<s>>lave <<s>>o long. I ju<<s>>t <<if canSee($activeSlave)>><<s>>aw<<elseif canHear($activeSlave)>>heard<<else>>reali<<z>>ed<</if>> the date today and thi<<s>> <<s>>eemed like the right thing to do. I'm <<s>>orry." It's probably $his birthday. Apparently $he's losing $his grasp on the concept. +You come across <<= App.UI.slaveDescriptionDialog($activeSlave)>> in the kitchen. $He has a normal slave meal on a plate in front of $him, but also has a pack of hotwax candles from your sex gear. Oddly, $he has a candle upright in the food and is trying to light it. You ask what $he's doing, and $he explains meekly, "I don't know, <<Master>>. I've been a <<s>>lave <<s>>o long. I ju<<s>>t <<if canSee($activeSlave)>><<s>>aw<<elseif canHear($activeSlave)>>heard<<else>>reali<<z>>ed<</if>> the date today and thi<<s>> <<s>>eemed like the right thing to do. I'm <<s>>orry." It's probably $his birthday. Apparently $he's losing $his grasp on the concept. <<case "inconvenient labia">> -You see <<EventNameLink>> moving gingerly as $he heads out of the workout room, as though $he's suffering some pain in $his groin. Since $he's coming off a workout rather than any duty that would explain a sore pussy, you head over to $him to investigate. $He greets you properly, looking a little rueful. +You see <<= App.UI.slaveDescriptionDialog($activeSlave)>> moving gingerly as $he heads out of the workout room, as though $he's suffering some pain in $his groin. Since $he's coming off a workout rather than any duty that would explain a sore pussy, you head over to $him to investigate. $He greets you properly, looking a little rueful. <br><br> <<if !canTalk($activeSlave)>> $He gestures impatiently at $his pussy, pulling down the compression shorts $he was wearing to display $his generous labia. $He humorously pantomimes them moving about as $he exercises and indicates pain. @@ -1957,13 +1957,13 @@ $He looks doubtful, as though $he's wondering whether to make a request. Finally <<case "restricted smart">> -During a routine inspection of <<EventNameLink>>, you notice that $he's behaving a little strangely. $He's participating in the inspection with almost manic attention, trying to anticipate your directions and hanging desperately on your every word. After a moment, you reflect that $he's a smart $girl, and is probably suffering for a lack of conversation. As you regard $him <<if (!hasAnyLegs($activeSlave))>>sitting <<if (hasAnyArms($activeSlave))>>helplessly<<else>>limblessly<</if>><<elseif !canWalk($activeSlave)>>kneeling<<else>>standing<</if>> there, $his <<if canSee($activeSlave)>>eyes almost scream<<else>>face almost screams<</if>> at you for some sort of stimulation. $His life is not without mental interest, but talking is one of the quintessential human behaviors, and having it taken away is very difficult for someone as intelligent as $him. A mute almost might have it easier, for $he is also denied the volubility through sign language that mute slaves under less restrictive rules often enjoy. +During a routine inspection of <<= App.UI.slaveDescriptionDialog($activeSlave)>>, you notice that $he's behaving a little strangely. $He's participating in the inspection with almost manic attention, trying to anticipate your directions and hanging desperately on your every word. After a moment, you reflect that $he's a smart $girl, and is probably suffering for a lack of conversation. As you regard $him <<if (!hasAnyLegs($activeSlave))>>sitting <<if (hasAnyArms($activeSlave))>>helplessly<<else>>limblessly<</if>><<elseif !canWalk($activeSlave)>>kneeling<<else>>standing<</if>> there, $his <<if canSee($activeSlave)>>eyes almost scream<<else>>face almost screams<</if>> at you for some sort of stimulation. $His life is not without mental interest, but talking is one of the quintessential human behaviors, and having it taken away is very difficult for someone as intelligent as $him. A mute almost might have it easier, for $he is also denied the volubility through sign language that mute slaves under less restrictive rules often enjoy. <<case "restricted profession">> <<set _shoutitoutloud = $titleEnunciate.toUpperCase()>> -<<EventNameLink>> is <<if (!hasAnyLegs($activeSlave))>>sitting <<if (hasAnyArms($activeSlave))>>helplessly<<else>>limblessly<</if>><<elseif !canWalk($activeSlave)>>kneeling<<else>>standing<</if>> before your desk for $his regular inspection. $He is studiously observing the letter of the rule against speaking, and is doing $his best to make your inspection as efficient as possible. $His desire to please radiates off $him in almost palpable waves. $He obviously wants to communicate something to you, but can't do it without breaking the rules. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is <<if (!hasAnyLegs($activeSlave))>>sitting <<if (hasAnyArms($activeSlave))>>helplessly<<else>>limblessly<</if>><<elseif !canWalk($activeSlave)>>kneeling<<else>>standing<</if>> before your desk for $his regular inspection. $He is studiously observing the letter of the rule against speaking, and is doing $his best to make your inspection as efficient as possible. $His desire to please radiates off $him in almost palpable waves. $He obviously wants to communicate something to you, but can't do it without breaking the rules. <<case "a gift">> @@ -2111,13 +2111,13 @@ During a routine inspection of <<EventNameLink>>, you notice that $he's behaving <<set _napkin = "a beautiful flower">> <</switch>> -You're working at your desk when <<EventNameLink>> walks by your office. $He checks to see whether you're in while trying very hard to look like $he's minding $his own business, and turns to go once $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>assumes<</if>> that you're present. You <<if canSee($activeSlave)>>crook a finger at $him<<elseif canHear($activeSlave)>>clear your throat at $him, signaling you want $him before you<<else>>remotely and quickly close the door behind $him<</if>>. $He's a good $girl and not likely to be plotting anything nefarious, but letting nonsense like that slide would be stupid. $He hurries in, blushing furiously, with $his hand<<if hasBothArms($activeSlave)>>s<</if>> behind $his back. Deciding to deal with the obvious thing first, you ask $him what $he's got. $He blushes even harder, and brings $his hand<<if hasBothArms($activeSlave)>>s<</if>> around to reveal one of the large cloth napkins used for entertaining, carefully folded into the shape of _napkin. It's very well done. +You're working at your desk when <<= App.UI.slaveDescriptionDialog($activeSlave)>> walks by your office. $He checks to see whether you're in while trying very hard to look like $he's minding $his own business, and turns to go once $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>assumes<</if>> that you're present. You <<if canSee($activeSlave)>>crook a finger at $him<<elseif canHear($activeSlave)>>clear your throat at $him, signaling you want $him before you<<else>>remotely and quickly close the door behind $him<</if>>. $He's a good $girl and not likely to be plotting anything nefarious, but letting nonsense like that slide would be stupid. $He hurries in, blushing furiously, with $his hand<<if hasBothArms($activeSlave)>>s<</if>> behind $his back. Deciding to deal with the obvious thing first, you ask $him what $he's got. $He blushes even harder, and brings $his hand<<if hasBothArms($activeSlave)>>s<</if>> around to reveal one of the large cloth napkins used for entertaining, carefully folded into the shape of _napkin. It's very well done. <br><br> "I'm <<s>>orry, <<Master>>," $he mumbles, <<if canSee($activeSlave)>>glancing<<else>>$his head facing<</if>> down at $his feet. "One of the other girl<<s>> <<if canSee($activeSlave)>><<sh>>owed<<else>>taught<</if>> u<<s>> how to fold <<s>>tuff when we were re<<s>>ting together. I wanted to make <<s>>omething for you, and thi<<s>> wa<<s>> the fir<<s>>t thing that wa<<s>> good enough. I wa<<s>> ju<<s>>t going to <<s>>lip it onto your de<<s>>k. I — I feel kind of <<s>>tupid, now." <<case "mods please">> -<<EventNameLink>> is such a good +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is such a good $desc that $he enjoys being inspected, even if the inspection doesn't immediately transition into sex. At the moment, $he's luxuriating under your gaze, eagerly offering the sight of every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his nude body with you. $He is confident in $his appearance, and more than happy to share it. <br><br> @@ -2185,7 +2185,7 @@ At your <<if canSee($activeSlave)>>nod<<else>>acknowledgment<</if>>, $he <<set _possibleDrugs = []>> -<<EventNameLink>> comes to see you, clearly in a good mood. Since $he's allowed to ask questions, $he comes right out with it. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes to see you, clearly in a good mood. Since $he's allowed to ask questions, $he comes right out with it. "<<Master>>, I'm feeling healthy, and I've been a good $girl thi<<s>> week. With everyone getting <<s>>o many powerful drug<<s>> —" $he takes a breath before asking in a rush "- may I have a do<<s>>e of @@ -2366,7 +2366,7 @@ At your <<if canSee($activeSlave)>>nod<<else>>acknowledgment<</if>>, $he <<else>> You take care of yourself. It would be absurd to think that there's any explicit requirement that you work out, hard and regularly, but the fact remains that the overwhelming majority of arcology owners who maintain their positions for more than a short time are physically fit. The Free Cities have a reputation for destroying old world wastrels who inherit wealth and think that makes them able to survive in an anarcho-capitalist world. Sloth and an inability to self-govern are not qualities common among your successful peers. Not to mention, it's useful to look good, and it may well prove essential to be physically capable in the near future. <</if>> -You complete the final rep of your first workout of the day, rack the bar, and jump to your feet to shower, change, and see to your empire. The motion brings your field of view up, and you notice for the first time that <<EventNameLink>> is frozen in the open doorway, having seen something in the workout room that caught $his attention as $he passed by. $His eyes are fixed on your +You complete the final rep of your first workout of the day, rack the bar, and jump to your feet to shower, change, and see to your empire. The motion brings your field of view up, and you notice for the first time that <<= App.UI.slaveDescriptionDialog($activeSlave)>> is frozen in the open doorway, having seen something in the workout room that caught $his attention as $he passed by. $His eyes are fixed on your <<if $PC.belly >= 120000>> massive pregnancy with almost painful intensity. You can't really blame $him; you're the perfect image of a fertile goddess and your overfilled belly is coated in sweat. Even though you can't work your core any longer, you still take your workouts seriously, something most pregnant women would shy away from. You flush a little at what must $he must have thought; will all the grunting and effort, $he likely thought you were giving birth. <<elseif $PC.belly >= 100000>> @@ -2415,7 +2415,7 @@ and turns to flee. <<case "dickgirl PC">> -Having just enjoyed one of your slaves, you take a quick post-coital rinse in one of the showers scattered around the arcology for the purpose. Thus refreshed, you step out and come face to face with <<EventNameLink>>, who is going about $his assigned business. $His <<= App.Desc.eyesColor($activeSlave)>> lock with yours for a surprised moment, and then flick down submissively. +Having just enjoyed one of your slaves, you take a quick post-coital rinse in one of the showers scattered around the arcology for the purpose. Thus refreshed, you step out and come face to face with <<= App.UI.slaveDescriptionDialog($activeSlave)>>, who is going about $his assigned business. $His <<= App.Desc.eyesColor($activeSlave)>> lock with yours for a surprised moment, and then flick down submissively. <br><br> As $his gaze travels down your body towards the floor, <<if $activeSlave.attrXY <= 35>> @@ -2474,23 +2474,23 @@ $He swallows uncomfortably, frozen in place and staring at the floor. $His eyes <<case "penitent">> -As <<EventNameLink>> comes before you for routine inspection, it is obvious that $his penitent habit is having an effect. $He moves with exquisite care, desperate to minimize the chafing<<if $activeSlave.pregKnown == 1 && $activeSlave.belly >= 1500>>, especially on $his growing pregnancy<</if>>. $He seems totally concentrated on obedience: the constant discomfort often has the effect of forcing a slave to marshal all $his mental faculties in the service of pain avoidance. +As <<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you for routine inspection, it is obvious that $his penitent habit is having an effect. $He moves with exquisite care, desperate to minimize the chafing<<if $activeSlave.pregKnown == 1 && $activeSlave.belly >= 1500>>, especially on $his growing pregnancy<</if>>. $He seems totally concentrated on obedience: the constant discomfort often has the effect of forcing a slave to marshal all $his mental faculties in the service of pain avoidance. <br><br> $His responses to your routine questions are so mechanical and honest that you make an impromptu confession of it. You require $him to tell the full tale of all $his minor infractions against the rules, and even order $him to confess $his resistant thoughts to you as well. Past the ability to resist, $he pours out a stream of $his inner fears, hopes, and feelings about $his life as a sex slave. <<case "resistant anal virgin">> -<<EventNameLink>> has never had anything significant up $his ass. Living in $arcologies[0].name, $he can't have missed that anal sex is a part of most slaves' lives. $He <<if canSee($activeSlave)>>witnesses<<elseif canHear($activeSlave)>>hears<<else>>thinks about<</if>> sodomy several times a day, at least. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has never had anything significant up $his ass. Living in $arcologies[0].name, $he can't have missed that anal sex is a part of most slaves' lives. $He <<if canSee($activeSlave)>>witnesses<<elseif canHear($activeSlave)>>hears<<else>>thinks about<</if>> sodomy several times a day, at least. <br><br> Lately, you've noticed that $he reacts to these <<if canSee($activeSlave)>>sights<<elseif canHear($activeSlave)>>sounds<<else>>thoughts<</if>> with a well-concealed flash of apprehension. It seems $he's figured out that $he will probably be required to take it up $his little <<if $seeRace == 1>>$activeSlave.race <</if>>butt someday, and isn't enthusiastic about the prospect. You could probably exploit this. <<case "devoted waist">> -<<EventNameLink>> is a real work of surgical art. As $he showers, carefully soaping and then moisturizing every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin, you notice the undeniable eroticism created by the unnatural narrowness of $his middle<<if $activeSlave.belly >= 5000>>, especially given how much $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> extends past $his sides<</if>>. Though $his hands are by no means large, when $he washes $his sides, $his hands span almost the entire circumference of $his waist. <<if $activeSlave.dick > 0>>Though $he's not sexually aroused, $his cock is visible as $he bathes $himself; $his member and $his narrow waist work together to create a real mélange of gender traits.<<elseif ($activeSlave.boobs > 800) && ($activeSlave.butt > 4)>>$His massive bust and hips work together to create a spectacular hourglass effect; $he's a fantasy $woman made flesh.<<else>>The narrowness of $his waist accentuates $his feminine features.<</if>> +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a real work of surgical art. As $he showers, carefully soaping and then moisturizing every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $his $activeSlave.skin skin, you notice the undeniable eroticism created by the unnatural narrowness of $his middle<<if $activeSlave.belly >= 5000>>, especially given how much $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> extends past $his sides<</if>>. Though $his hands are by no means large, when $he washes $his sides, $his hands span almost the entire circumference of $his waist. <<if $activeSlave.dick > 0>>Though $he's not sexually aroused, $his cock is visible as $he bathes $himself; $his member and $his narrow waist work together to create a real mélange of gender traits.<<elseif ($activeSlave.boobs > 800) && ($activeSlave.butt > 4)>>$His massive bust and hips work together to create a spectacular hourglass effect; $he's a fantasy $woman made flesh.<<else>>The narrowness of $his waist accentuates $his feminine features.<</if>> <<case "muscles">> -Early one morning, <<EventNameLink>> +Early one morning, <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if !canWalk($activeSlave)>> crawls <<elseif ($activeSlave.shoes == "heels") || ($activeSlave.shoes == "pumps") || ($activeSlave.shoes == "boots") || ($activeSlave.shoes == "extreme heels")>> @@ -2515,7 +2515,7 @@ ripped biceps, and strapping lats. <<if $activeSlave.dick > 2>>$His massive cock <<case "obedient girlish">> -<<EventNameLink>> is nice and +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is nice and <<if $activeSlave.bellyPreg >= 1500>> slim as $he can be given $his pregnancy, <<elseif $activeSlave.bellyImplant >= 1500>> @@ -2548,11 +2548,11 @@ A perfectly devoted slave might display $himself, and a rebellious one might try <<case "diet">> -<<EventNameLink>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<else>><<= num($activeSlave.pregType + 1)>><</if>>, $his diet is still in full effect.<</if>> <<= capFirstChar($assistant.name)>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is on a diet, and $he needs it. That doesn't make it any easier for $him. Your slaves are not permitted time to waste over meals. They enter the simple kitchen, drink their allotted portion of slave food out of a cup, and get on with their duties.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>> Despite eating for <<if $activeSlave.pregType <= 1>>two<<elseif $activeSlave.pregType >= 10>>far too many<<else>><<= num($activeSlave.pregType + 1)>><</if>>, $his diet is still in full effect.<</if>> <<= capFirstChar($assistant.name)>> catches $activeSlave.slaveName, whose cup is always filled less than halfway, skulking around in the hope that one of the others will take $his eyes off $his cup, or even leave leftovers. <<case "huge naturals">> -<<EventNameLink>> comes before you naked for a routine inspection. You take particular care to examine $his massive breasts, since they've grown so large it's necessary to check for unsightly veins, stretch marks, and the like. You note $his big nipples with appreciation. Since $his breasts are so enormous and completely free of implants, they're quite saggy. When $he stands, +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you naked for a routine inspection. You take particular care to examine $his massive breasts, since they've grown so large it's necessary to check for unsightly veins, stretch marks, and the like. You note $his big nipples with appreciation. Since $his breasts are so enormous and completely free of implants, they're quite saggy. When $he stands, <<if $activeSlave.boobShape == "saggy" || $activeSlave.boobShape == "downward-facing">> $his nipples face out and down. <<else>> @@ -2574,17 +2574,17 @@ As you inspect $him with your hands, $he <<case "hugely pregnant">> -<<EventNameLink>>'s daily routine includes frequent application of special skin care to $his $activeSlave.skin, hugely swollen belly to prevent $his pregnancy from ruining $his appearance with unsightly stretch marks. Several times a day, $he visits the bathroom to <<if (!hasAnyArms($activeSlave))>>have another slave<<else>>carefully<</if>> coat $his entire _belly stomach in the stuff. $He's so pregnant that it's hard to reach <<if $activeSlave.belly >= 150000>>most of its mass<<else>>the underside<</if>>. The chore keeps $him occupied and stationary for quite a while; there's no need to leave $him sexually idle while $he completes it. +<<= App.UI.slaveDescriptionDialog($activeSlave)>>'s daily routine includes frequent application of special skin care to $his $activeSlave.skin, hugely swollen belly to prevent $his pregnancy from ruining $his appearance with unsightly stretch marks. Several times a day, $he visits the bathroom to <<if (!hasAnyArms($activeSlave))>>have another slave<<else>>carefully<</if>> coat $his entire _belly stomach in the stuff. $He's so pregnant that it's hard to reach <<if $activeSlave.belly >= 150000>>most of its mass<<else>>the underside<</if>>. The chore keeps $him occupied and stationary for quite a while; there's no need to leave $him sexually idle while $he completes it. <<case "slave dick on slave">> <<setNonlocalPronouns 0>> -Through the glass walls of your office, you see <<EventNameLink>> fucking another slave with $his <<if $activeSlave.dick <= 2>>small penis<<elseif $activeSlave.dick <= 4>>long cock<<elseif $activeSlave.dick > 4>>huge, horselike phallus<</if>>. Since you gave $him orders that permit $him to fuck your other slaves, $he's been fucking them whenever $he can. The other slave is <<if $activeSlave.dick <= 2>>enjoying _himselfU even though the <<if $seeRace == 1>>$activeSlave.race <</if>>dick in _hisU pussy is a little disappointing<<elseif $activeSlave.dick <= 4>>enjoying the sex<<else>>enjoying the big <<if $seeRace == 1>>$activeSlave.race <</if>>dick, even if _heU does wince from time to time<</if>>. <<if $activeSlave.scrotum > 0>><<if $activeSlave.balls > 3>>As $activeSlave.slaveName pounds, $his big balls slap against $his partner.<<elseif $activeSlave.balls > 1>>As $activeSlave.slaveName pounds, $his balls tighten, preparing to empty themselves.<</if>><</if>> +Through the glass walls of your office, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> fucking another slave with $his <<if $activeSlave.dick <= 2>>small penis<<elseif $activeSlave.dick <= 4>>long cock<<elseif $activeSlave.dick > 4>>huge, horselike phallus<</if>>. Since you gave $him orders that permit $him to fuck your other slaves, $he's been fucking them whenever $he can. The other slave is <<if $activeSlave.dick <= 2>>enjoying _himselfU even though the <<if $seeRace == 1>>$activeSlave.race <</if>>dick in _hisU pussy is a little disappointing<<elseif $activeSlave.dick <= 4>>enjoying the sex<<else>>enjoying the big <<if $seeRace == 1>>$activeSlave.race <</if>>dick, even if _heU does wince from time to time<</if>>. <<if $activeSlave.scrotum > 0>><<if $activeSlave.balls > 3>>As $activeSlave.slaveName pounds, $his big balls slap against $his partner.<<elseif $activeSlave.balls > 1>>As $activeSlave.slaveName pounds, $his balls tighten, preparing to empty themselves.<</if>><</if>> <<case "slave clit on slave">> <<setNonlocalPronouns 0>> -Through the glass walls of your office, you see <<EventNameLink>> fucking another slave. Odd, since $he doesn't have a penis: it seems the other slave likes $him enough to try to make clitoral penetration work. $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>clit is certainly big enough to make it possible. Since you gave $him orders that permit $him to fuck your other slaves, $he's been having as much sex with them as $he can. The other slave is enjoying _himselfU even though the clit in _hisU pussy is a little disappointing compared to a real cock. +Through the glass walls of your office, you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> fucking another slave. Odd, since $he doesn't have a penis: it seems the other slave likes $him enough to try to make clitoral penetration work. $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>clit is certainly big enough to make it possible. Since you gave $him orders that permit $him to fuck your other slaves, $he's been having as much sex with them as $he can. The other slave is enjoying _himselfU even though the clit in _hisU pussy is a little disappointing compared to a real cock. <<case "PA servant">> @@ -2623,7 +2623,7 @@ As you begin your day one morning, you hear the quiet <<case "schoolgirl">> but unmistakably suggestive voice of your school<<= _girlA>> <</switch>> -personal assistant coming from your office. Looking in, you are treated to the sight of <<EventNameLink>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<= capFirstChar($assistant.name)>> is displaying _hisA avatar right under where the slave is cleaning the glass screen, and _heA's displaying it nude. _HeA's positioned _himselfA so that the poor slave appears to be wiping +personal assistant coming from your office. Looking in, you are treated to the sight of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s <<if $activeSlave.butt > 8>>ridiculous bottom jiggling<<elseif $activeSlave.butt > 4>>big behind bouncing<<else>>cute rear<</if>><<if $activeSlave.belly >= 5000>>, and the _ belly rounded belly hanging between $his legs,<</if>> as $he reaches out over the glass top of your desk with a soft, dust-free cloth and a bottle of screen cleaner. <<= capFirstChar($assistant.name)>> is displaying _hisA avatar right under where the slave is cleaning the glass screen, and _heA's displaying it nude. _HeA's positioned _himselfA so that the poor slave appears to be wiping <<switch $assistant.appearance>> <<case "monstergirl">> _hisA hair-tentacles @@ -2666,7 +2666,7 @@ down with screen cleaner, and is talking dirty to the furiously blushing servant <<case "like me">> -<<EventNameLink>> appears at the door of your office, looking frightened. $He takes one hesitant step in and stops, wavering, $his hand balled into fists and $his lower lip caught behind $his teeth. The $desc is getting used to $his place as chattel, but $he isn't sure of $himself yet. After a few moments, it becomes obvious that $he's lost whatever mental momentum propelled $him to come in here, and can't muster the courage to back out, either. You rescue $him by politely but firmly ordering $him to tell you why $he's here. After two false starts, $he +<<= App.UI.slaveDescriptionDialog($activeSlave)>> appears at the door of your office, looking frightened. $He takes one hesitant step in and stops, wavering, $his hand balled into fists and $his lower lip caught behind $his teeth. The $desc is getting used to $his place as chattel, but $he isn't sure of $himself yet. After a few moments, it becomes obvious that $he's lost whatever mental momentum propelled $him to come in here, and can't muster the courage to back out, either. You rescue $him by politely but firmly ordering $him to tell you why $he's here. After two false starts, $he <<if !canTalk($activeSlave)>> uses shaky hands to ask you to fuck $him. <<else>> @@ -2676,13 +2676,13 @@ To go by $his behavior, the likelihood that $he's actually eager to <<if $PC.dic <<case "language lesson">> -<<EventNameLink>> is standing before you for an inspection. The obedient +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is standing before you for an inspection. The obedient $desc has run through the prescribed motions of a normal inspection, and you've reached the part of the routine where you usually ask the slave a few questions, give $him a few orders, or fuck $him. $His <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>> are watching you closely<<else>>face is centered on you<</if>>, and $he's <<if canHear($activeSlave)>>listening carefully<<else>>waiting patiently<</if>> for direction. This is probably due to linguistic anxiety: $he can understand the most straightforward commands, but giving $him orders is often an exercise in <<if canSee($activeSlave)>>pointing and gesturing, or when that fails, simply<<else>>frustration, ending with you simply<</if>> pushing and pulling $his usually-compliant body into the proper place. <<case "kitchen molestation">> -<<EventNameLink>> is a horny bitch, and $he isn't particularly picky about how $he gets off. Since other slaves are not allowed to resist $his little molestations, $he's taken to haunting the kitchen around mealtimes. Since everyone has to suck their meals out of the phallic food dispensers, every slave has to spend some minutes of every day in the kitchen with their face to the wall and their rear defenseless. $activeSlave.slaveName does $his best to arrive as early as possible and eat as rapidly as possible so $he can then play with anyone who's slower to finish. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a horny bitch, and $he isn't particularly picky about how $he gets off. Since other slaves are not allowed to resist $his little molestations, $he's taken to haunting the kitchen around mealtimes. Since everyone has to suck their meals out of the phallic food dispensers, every slave has to spend some minutes of every day in the kitchen with their face to the wall and their rear defenseless. $activeSlave.slaveName does $his best to arrive as early as possible and eat as rapidly as possible so $he can then play with anyone who's slower to finish. <br><br> You decide to stop by to see $his method at work. By the time you arrive, $he's already eaten and orgasmed at least once. As you spectate, $he <<if canPenetrate($activeSlave) && $activeSlave.prostate > 0>> @@ -2760,7 +2760,7 @@ A video feed appears. <</if>> $He's chosen to do it in a dark corner and looks like $he's hurrying; $he clearly knows this is forbidden. <br><br> -<<EventNameLink>> does not hear your approach <<if canHear($activeSlave)>>until you're very close.<<else>>but soon realizes your presence.<</if>> $He starts and tries to look normal. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> does not hear your approach <<if canHear($activeSlave)>>until you're very close.<<else>>but soon realizes your presence.<</if>> $He starts and tries to look normal. <<if !canTalk($activeSlave)>> $He nervously gestures that $he wasn't doing anything. <<else>> @@ -2769,11 +2769,11 @@ $He's chosen to do it in a dark corner and looks like $he's hurrying; $he clearl <<case "hates oral">> -<<EventNameLink>> has been in your service long enough to know that oral sex is a daily fact of life for most slaves, and that most slaves are not only required to put up with cum, but to love it, too — or at least be able to fake enjoyment convincingly. $He's <<if canSee($activeSlave)>>seen cum spattered on other slaves' faces, pooling in their mouths, and dripping from their asses only to be licked up by other slaves<<elseif canHear($activeSlave)>>heard cum spattering across other slaves' faces, the sound of it in their mouths, dripping from their asses, and more<<else>>felt seminal fluid on $his skin and on $his lips, always coercively or accidentally<</if>>. It's clear from $activeSlave.slaveName's recent reactions to these acts that $he's quite disgusted by oral sex in general and cum in particular. Depending on your point of view, this could be a flaw for $him to overcome or a weakness you can exploit. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has been in your service long enough to know that oral sex is a daily fact of life for most slaves, and that most slaves are not only required to put up with cum, but to love it, too — or at least be able to fake enjoyment convincingly. $He's <<if canSee($activeSlave)>>seen cum spattered on other slaves' faces, pooling in their mouths, and dripping from their asses only to be licked up by other slaves<<elseif canHear($activeSlave)>>heard cum spattering across other slaves' faces, the sound of it in their mouths, dripping from their asses, and more<<else>>felt seminal fluid on $his skin and on $his lips, always coercively or accidentally<</if>>. It's clear from $activeSlave.slaveName's recent reactions to these acts that $he's quite disgusted by oral sex in general and cum in particular. Depending on your point of view, this could be a flaw for $him to overcome or a weakness you can exploit. <<case "mindbroken morning">> -It's a sunny morning, with rare mild weather, and you're stuck at your desk, as usual. After the typical rush of slaves clears the kitchen after the breakfast hour, you see one peel off to stand out on a balcony for a moment with the light on $his face. You pay little attention to such a trifle, but then notice that it's <<EventNameLink>>. +It's a sunny morning, with rare mild weather, and you're stuck at your desk, as usual. After the typical rush of slaves clears the kitchen after the breakfast hour, you see one peel off to stand out on a balcony for a moment with the light on $his face. You pay little attention to such a trifle, but then notice that it's <<= App.UI.slaveDescriptionDialog($activeSlave)>>. <br><br> You head out and find that $he's looking up at the sun with $his <<= App.Desc.eyesColor($activeSlave)>> closed, letting the warmth and light envelop $his <<if ($activeSlave.face > 95)>> @@ -2789,17 +2789,17 @@ face<<if $activeSlave.belly >= 5000>> and taut, _belly dome of a belly<</if>>. $ <<case "masterful entertainer">> -It's Friday evening, the most socially important part of the week in $arcologies[0].name. <<EventNameLink>> happens to be free this evening, and your schedule is open, too. Lately, $he's been putting on a tour de force of seduction, erotic dance, and lewd entertainment whenever $he gets the chance to catch someone's eye<<if $activeSlave.belly >= 5000>>, even with $his<<if $activeSlave.bellyPreg >= 3000>>advanced pregnancy<<elseif $activeSlave.bellyImplant >= 3000>>_belly rounded belly<<else>>sloshing <<print $activeSlave.inflationType>>-filled stomach<</if>><</if>>. There are a number of events tonight you could attend with $him on your arm. +It's Friday evening, the most socially important part of the week in $arcologies[0].name. <<= App.UI.slaveDescriptionDialog($activeSlave)>> happens to be free this evening, and your schedule is open, too. Lately, $he's been putting on a tour de force of seduction, erotic dance, and lewd entertainment whenever $he gets the chance to catch someone's eye<<if $activeSlave.belly >= 5000>>, even with $his<<if $activeSlave.bellyPreg >= 3000>>advanced pregnancy<<elseif $activeSlave.bellyImplant >= 3000>>_belly rounded belly<<else>>sloshing <<print $activeSlave.inflationType>>-filled stomach<</if>><</if>>. There are a number of events tonight you could attend with $him on your arm. <<case "masterful whore">> -<<EventNameLink>> is a queen of the whorehouse: never surprised, never squeamish, and always on the prowl for $his next customer. $He has mastered the transactionalization of sex. When $he's selling $himself by the hole, a customer who purchases $his skilled oral services will often find himself upsold to a more expensive <<if canDoAnal($activeSlave)>>anal experience<<elseif canDoVaginal($activeSlave)>>vaginal experience<<else>>showcase of $his skills<</if>>. When $he's doing it by the orgasm, customers find themselves climaxing rather more quickly than they intended. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is a queen of the whorehouse: never surprised, never squeamish, and always on the prowl for $his next customer. $He has mastered the transactionalization of sex. When $he's selling $himself by the hole, a customer who purchases $his skilled oral services will often find himself upsold to a more expensive <<if canDoAnal($activeSlave)>>anal experience<<elseif canDoVaginal($activeSlave)>>vaginal experience<<else>>showcase of $his skills<</if>>. When $he's doing it by the orgasm, customers find themselves climaxing rather more quickly than they intended. <br><br> And perhaps most importantly, $he always has an ear to the ground, even when one of them is being shoved against the sheets. Customers say the most interesting things when they've got themselves buried in $him. Today, $he's got an especially delightful morsel of information for you: one of your commercial tenants is shortchanging you on rent, concealing profits to reduce your share. <<case "sleeping ambivalent">> -Passing through the slave dormitory at night, you run your eyes down the row of sleeping chattel. The light here is low, but it's not dark. Slaves need to be able to find the bathroom, slaves on late assignments need to find their beds, and those permitted to do so need to be able to select slaves for sex. <<EventNameLink>> catches your eye. The dormitory is kept at a pleasant temperature so that the slaves, who of course sleep nude, are comfortable on their bedrolls covered by a single sheet, or nothing at all. $He probably went to sleep with $his sheet pulled up to $his chin, which is normal behavior for slaves who aren't yet accepting of their status as compulsory sex objects, but $he's shrugged it down. Half $his torso is bare. +Passing through the slave dormitory at night, you run your eyes down the row of sleeping chattel. The light here is low, but it's not dark. Slaves need to be able to find the bathroom, slaves on late assignments need to find their beds, and those permitted to do so need to be able to select slaves for sex. <<= App.UI.slaveDescriptionDialog($activeSlave)>> catches your eye. The dormitory is kept at a pleasant temperature so that the slaves, who of course sleep nude, are comfortable on their bedrolls covered by a single sheet, or nothing at all. $He probably went to sleep with $his sheet pulled up to $his chin, which is normal behavior for slaves who aren't yet accepting of their status as compulsory sex objects, but $he's shrugged it down. Half $his torso is bare. <br><br> The dim blue light plays across $his $activeSlave.skin skin. <<if $activeSlave.boobs > 2000>>$His massive boob on that side is slightly shifted by each breath<<elseif $activeSlave.boobs > 800>>$His breast on that side rises and falls with each breath<<else>>That side of $his chest rises and falls with each breath<</if>>. <<if $activeSlave.belly >= 5000>> $His _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly is only partially covered by the sheet, leaving most of it visible.<</if>> @@ -2807,7 +2807,7 @@ $He's sleeping soundly, $his breaths coming deep and slow. Most slaves where $he <<case "sexy succubus">> -You cross paths with <<EventNameLink>> as $he moves from the living area to $activeSlave.assignment, just starting $his day. $He's full of energy, and $his succubus outfit is delightful. $He <<if canSee($activeSlave)>>sees your glance<<else>>recognizes your whistle<</if>> and greets you with a <<if canSee($activeSlave)>>wicked glint in $his eye<<else>>wicked smirk on $his face<</if>>, bowing a bit to show off $his <<if $activeSlave.boobs > 6000>>bare, inhumanly large breasts<<elseif $activeSlave.lactation > 0>>bare udders, heavy with milk<<elseif $activeSlave.boobsImplant > 0>>naked fake tits<<elseif $activeSlave.boobs > 800>>heavy, naked breasts<<elseif $activeSlave.boobs > 300>>naked little tits<<else>>pretty chest<</if>> and then continuing towards you with a pirouette. $His tail bounces flirtily, holding the back of $his skirt up to show off <<if $activeSlave.butt > 8>>$his absurdly wide bottom<<elseif $activeSlave.analArea > 3>>the broad area of puckered skin around $his slutty asspussy<<elseif $activeSlave.buttImplant > 0>>$his butt implants<<elseif $activeSlave.butt > 5>>$his big butt<<elseif $activeSlave.anus > 1>>a hint of $his asshole, which $his cute buttocks don't quite conceal<<else>>$his cute bottom<</if>>. +You cross paths with <<= App.UI.slaveDescriptionDialog($activeSlave)>> as $he moves from the living area to $activeSlave.assignment, just starting $his day. $He's full of energy, and $his succubus outfit is delightful. $He <<if canSee($activeSlave)>>sees your glance<<else>>recognizes your whistle<</if>> and greets you with a <<if canSee($activeSlave)>>wicked glint in $his eye<<else>>wicked smirk on $his face<</if>>, bowing a bit to show off $his <<if $activeSlave.boobs > 6000>>bare, inhumanly large breasts<<elseif $activeSlave.lactation > 0>>bare udders, heavy with milk<<elseif $activeSlave.boobsImplant > 0>>naked fake tits<<elseif $activeSlave.boobs > 800>>heavy, naked breasts<<elseif $activeSlave.boobs > 300>>naked little tits<<else>>pretty chest<</if>> and then continuing towards you with a pirouette. $His tail bounces flirtily, holding the back of $his skirt up to show off <<if $activeSlave.butt > 8>>$his absurdly wide bottom<<elseif $activeSlave.analArea > 3>>the broad area of puckered skin around $his slutty asspussy<<elseif $activeSlave.buttImplant > 0>>$his butt implants<<elseif $activeSlave.butt > 5>>$his big butt<<elseif $activeSlave.anus > 1>>a hint of $his asshole, which $his cute buttocks don't quite conceal<<else>>$his cute bottom<</if>>. <br><br> $He looks like <<if $activeSlave.bellyPreg >= 1500 || $activeSlave.bellyImplant >= 1500>>a lusty, pregnant, hungry<<elseif $activeSlave.bellyFluid >= 1500>>a gluttonous, over-fed but still hungry<<elseif $activeSlave.height > 180>>an imposing, hungry<<elseif $activeSlave.muscles > 30>>a muscular, hungry<<elseif $activeSlave.weight > 10>>a well-fed but still hungry<<elseif $activeSlave.energy > 95>>desperately hungry<<else>>cute, hungry little<</if>> sex demon, and you tell $him so. <<if $activeSlave.intelligence > 50>> @@ -2826,7 +2826,7 @@ running $his tongue over $his<<if $activeSlave.lips > 40>> whorish<<elseif $acti <<case "PA flirting">> -Partway through <<EventNameLink>>'s weekly inspection, you have to leave for a moment to deal with a minor matter. Inspecting such a devoted slave is a pleasure, but you tear yourself away. Such sacrifices must be made. +Partway through <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s weekly inspection, you have to leave for a moment to deal with a minor matter. Inspecting such a devoted slave is a pleasure, but you tear yourself away. Such sacrifices must be made. <br><br> When you return, the comfortably nude $desc is flirting shamelessly with $assistant.name. Your personal assistant's $assistant.appearance avatar is glowing brightly on the desktop, and $he and $activeSlave.slaveName are trading increasingly exaggerated compliments. <<switch $assistant.appearance>> @@ -2898,7 +2898,7 @@ When you return, the comfortably nude $desc is flirting shamelessly with $assist <<case "dick wringing">> -You run into <<EventNameLink>> in the hallway outside your office. The devoted $desc smiles at you as $he approaches. You barely notice how awkward $his gait is, since $he usually walks a little strangely. $His third leg tends to have that effect. But on consideration, $he does seem especially uncomfortable right now. The poor $girl's <<if $activeSlave.scrotum == 0>>internal balls<<elseif $activeSlave.balls < 3>>girly balls<<elseif $activeSlave.scrotum < 4>>balls, held tightly against $his body by $his taut scrotum,<<else>>swinging balls<</if>> must be in dire need of emptying. +You run into <<= App.UI.slaveDescriptionDialog($activeSlave)>> in the hallway outside your office. The devoted $desc smiles at you as $he approaches. You barely notice how awkward $his gait is, since $he usually walks a little strangely. $His third leg tends to have that effect. But on consideration, $he does seem especially uncomfortable right now. The poor $girl's <<if $activeSlave.scrotum == 0>>internal balls<<elseif $activeSlave.balls < 3>>girly balls<<elseif $activeSlave.scrotum < 4>>balls, held tightly against $his body by $his taut scrotum,<<else>>swinging balls<</if>> must be in dire need of emptying. <br><br> $He trusts you, so $he approaches you as sensually as $he can manage and asks for your help. <<if !canTalk($activeSlave)>> @@ -2927,11 +2927,11 @@ The slave on your left is sleeping on _hisU back, and is touching you lightly at <<else>> toned chest. <</if>> -$He's straddling your leg on that side, and as your waking consciousness coalesces, you become more and more aware <<if $activeSlave.belly >= 10000>>of the weight of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> on your <<if $PC.belly >= 5000>>own gravid <</if>>middle and <</if>>that $his mons is pressed against your thigh. $He has one leg thrown over yours in $his sleeping embrace, placing $his own <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 10>>plush<<else>>feminine<</if>> thigh against your womanhood in turn. It's <<EventNameLink>>, and you feel yourself begin to grow wet as you gaze at $him in the dim light and feel $his slumbering heat. +$He's straddling your leg on that side, and as your waking consciousness coalesces, you become more and more aware <<if $activeSlave.belly >= 10000>>of the weight of $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> on your <<if $PC.belly >= 5000>>own gravid <</if>>middle and <</if>>that $his mons is pressed against your thigh. $He has one leg thrown over yours in $his sleeping embrace, placing $his own <<if $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 10>>plush<<else>>feminine<</if>> thigh against your womanhood in turn. It's <<= App.UI.slaveDescriptionDialog($activeSlave)>>, and you feel yourself begin to grow wet as you gaze at $him in the dim light and feel $his slumbering heat. <<case "cow milking">> -Heading back towards your office after seeing to a minor matter, you encounter <<EventNameLink>>, heading for the penthouse milkers. <<if $activeSlave.assignment == "get milked">>Though it's $his job to be a human cow, $he's allowed to roam as $he pleases when $he's not getting milked, being fed, or otherwise occupied, and $he must have been elsewhere.<<else>>$He's not assigned to be a human cow full time, since it's $his main focus to $activeSlave.assignment, but $he's still obliged to visit the milkers regularly.<</if>> In any case, $he's obviously in desperate need of a milking. $He's hurrying along with $his <<if $activeSlave.boobs > 4000>>absurd<<else>>heavy<</if>> udders cradled in both arms, trying desperately to shield them from the uncomfortable motion of walking. +Heading back towards your office after seeing to a minor matter, you encounter <<= App.UI.slaveDescriptionDialog($activeSlave)>>, heading for the penthouse milkers. <<if $activeSlave.assignment == "get milked">>Though it's $his job to be a human cow, $he's allowed to roam as $he pleases when $he's not getting milked, being fed, or otherwise occupied, and $he must have been elsewhere.<<else>>$He's not assigned to be a human cow full time, since it's $his main focus to $activeSlave.assignment, but $he's still obliged to visit the milkers regularly.<</if>> In any case, $he's obviously in desperate need of a milking. $He's hurrying along with $his <<if $activeSlave.boobs > 4000>>absurd<<else>>heavy<</if>> udders cradled in both arms, trying desperately to shield them from the uncomfortable motion of walking. <br><br> <<if canSee($activeSlave)>>Seeing<<else>>Noticing<</if>> you, $he stops short and then winces as $his milk-filled breasts slosh to a stop, too. <<if !canTalk($activeSlave)>> @@ -2943,7 +2943,7 @@ Heading back towards your office after seeing to a minor matter, you encounter < <<case "refreshment delivery">> -When it's time for refreshments, $assistant.name directs the closest unoccupied slave to bring them in. This has the added advantage of bringing an enjoyably unpredictable variety of slaves under your eyes. This time, <<EventNameLink>> comes through the door of your office, carrying +When it's time for refreshments, $assistant.name directs the closest unoccupied slave to bring them in. This has the added advantage of bringing an enjoyably unpredictable variety of slaves under your eyes. This time, <<= App.UI.slaveDescriptionDialog($activeSlave)>> comes through the door of your office, carrying <<if $PC.refreshmentType == 0>> a selection of $PC.refreshment brands and the necessary implements <<elseif $PC.refreshmentType == 1>> @@ -3039,7 +3039,7 @@ $He comes to a stop right beside your elbow, waiting for further direction, just <<case "tittymonster inspection">> -You enter your office from other business a few minutes after the scheduled start of <<EventNameLink>>'s inspection. The <<if $boobAccessibility == 1>>accessibility aids for slaves with immobilizing breasts<<else>>slaves who helped $him in<</if>> have gone, leaving $him waiting for you in front of your desk. The sight is an arresting one. $He's kneeling, but $his boobs are so enormous that they're resting on the ground in front of $him, completely concealing $his body below the chest<<if $activeSlave.belly >= 120000>>, save for the protruding mass of $his <<if $activeSlave.pregType > 8>>hyper pregnant<<elseif $activeSlave.pregType > 4>><<print pregNumberName($activeSlave.pregType, 1)>>-filled<<else>>overly distended<</if>> belly<</if>>. With $his arm<<if hasBothArms($activeSlave)>>s<</if>> tucked back, and $his torso, <<if $activeSlave.belly < 120000>><<if $activeSlave.bellyPreg > 100>>pregnancy,<<elseif $activeSlave.belly > 100>>swollen stomach,<<else>>abdomen,<</if>><</if>> and legs hidden, $he appears to consist of a <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 50>>beautiful<<elseif $activeSlave.face >= 10>>pretty<<elseif $activeSlave.face >= 0>>nice<<else>>homely<</if>>, $activeSlave.faceShape face, a +You enter your office from other business a few minutes after the scheduled start of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s inspection. The <<if $boobAccessibility == 1>>accessibility aids for slaves with immobilizing breasts<<else>>slaves who helped $him in<</if>> have gone, leaving $him waiting for you in front of your desk. The sight is an arresting one. $He's kneeling, but $his boobs are so enormous that they're resting on the ground in front of $him, completely concealing $his body below the chest<<if $activeSlave.belly >= 120000>>, save for the protruding mass of $his <<if $activeSlave.pregType > 8>>hyper pregnant<<elseif $activeSlave.pregType > 4>><<print pregNumberName($activeSlave.pregType, 1)>>-filled<<else>>overly distended<</if>> belly<</if>>. With $his arm<<if hasBothArms($activeSlave)>>s<</if>> tucked back, and $his torso, <<if $activeSlave.belly < 120000>><<if $activeSlave.bellyPreg > 100>>pregnancy,<<elseif $activeSlave.belly > 100>>swollen stomach,<<else>>abdomen,<</if>><</if>> and legs hidden, $he appears to consist of a <<if $activeSlave.face > 95>>gorgeous<<elseif $activeSlave.face > 50>>beautiful<<elseif $activeSlave.face >= 10>>pretty<<elseif $activeSlave.face >= 0>>nice<<else>>homely<</if>>, $activeSlave.faceShape face, a <<switch $activeSlave.collar>> <<case "none" "dildo gag" "ball gag" "bit gag" "massive dildo gag">> bare @@ -3050,7 +3050,7 @@ neck, $activeSlave.skin, <<if $activeSlave.muscles > 95>>hugely muscled<<elseif <<case "bonded love">> -Working in your office early in the morning, you can hear the low, human hum of your slaves who work during the daytime busily getting ready for their days. Suddenly, there's motion at your doorway, and <<EventNameLink>> hurries in. $He's nude, $his $activeSlave.skin skin glowing with the fresh cleanliness of having just gotten out of the shower. $He <<if canSee($activeSlave)>>glances at you<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> to see if $he's unwelcome, and seeing no sign that $he is, the devoted $desc comes over to your desk. +Working in your office early in the morning, you can hear the low, human hum of your slaves who work during the daytime busily getting ready for their days. Suddenly, there's motion at your doorway, and <<= App.UI.slaveDescriptionDialog($activeSlave)>> hurries in. $He's nude, $his $activeSlave.skin skin glowing with the fresh cleanliness of having just gotten out of the shower. $He <<if canSee($activeSlave)>>glances at you<<elseif canHear($activeSlave)>>listens<<else>>waits<</if>> to see if $he's unwelcome, and seeing no sign that $he is, the devoted $desc comes over to your desk. <<if $activeSlave.boobs < 400>> $His little $activeSlave.boobShape tits barely move at all as $he walks, though $his $activeSlave.nipples nipples certainly catch your eye. <<elseif ($activeSlave.boobsImplant/$activeSlave.boobs) >= .75>> /* tiny little 200cc implants in 20000cc tits are laughable. Now we make sure those tits are fake. */ @@ -3141,7 +3141,7 @@ Coming to a stop, $he <<if $activeSlave.height > 190>>bends the long, long way d <<case "bad dream">> -Passing near the slave dormitory late at night, you hear a quiet cry within. This is strange; most slaves housed there are not inclined or not allowed to have sex in the middle of the night, and in any case, the noise wasn't one of pleasure. Looking in, you see a jerky movement near the door. It's <<EventNameLink>>, and $he's obviously having a bad dream. $He raises <<if hasBothArms($activeSlave)>>an<<else>>$his<</if>> arm to fend off some imagined danger, and in doing so, pushes the sheet down around $his waist. $He sleeps naked, like all your slaves, and the movement bares $his <<if $activeSlave.boobs > 2000>>udders<<elseif $activeSlave.boobs > 1000>>heavy breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>little tits<</if>><<if $activeSlave.belly >= 5000>> and _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>> to the cool night air. The low blue light outlines $his nipples as they <<if $activeSlave.nipples != "fuckable">>stiffen<<else>>swell<</if>> at the sudden change of temperature, +Passing near the slave dormitory late at night, you hear a quiet cry within. This is strange; most slaves housed there are not inclined or not allowed to have sex in the middle of the night, and in any case, the noise wasn't one of pleasure. Looking in, you see a jerky movement near the door. It's <<= App.UI.slaveDescriptionDialog($activeSlave)>>, and $he's obviously having a bad dream. $He raises <<if hasBothArms($activeSlave)>>an<<else>>$his<</if>> arm to fend off some imagined danger, and in doing so, pushes the sheet down around $his waist. $He sleeps naked, like all your slaves, and the movement bares $his <<if $activeSlave.boobs > 2000>>udders<<elseif $activeSlave.boobs > 1000>>heavy breasts<<elseif $activeSlave.boobs > 400>>boobs<<else>>little tits<</if>><<if $activeSlave.belly >= 5000>> and _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>> to the cool night air. The low blue light outlines $his nipples as they <<if $activeSlave.nipples != "fuckable">>stiffen<<else>>swell<</if>> at the sudden change of temperature, <<switch $activeSlave.nipples>> <<case "tiny">> pricking up into little buds. @@ -3162,7 +3162,7 @@ Still dreaming, $he clasps $his arm<<if hasBothArms($activeSlave)>>s<</if>> prot <<case "cockfeeder resistance">> -As you're starting your day, $assistant.name pauses _hisA review of business matters to report that <<EventNameLink>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is in the proper position for feeding, on <<if hasBothLegs($activeSlave)>>$his knees<<else>>the ground<</if>> in front of a feeding fuckmachine. $He isn't sucking it off for $his breakfast, however. $He doesn't seem to be fully awake, and is <<if canSee($activeSlave)>>regarding<<else>>touching<</if>> the big dildo that $he's supposed to suck off for food with vague distaste. $His $activeSlave.faceShape face is scrunched into a look of tired disgust. +As you're starting your day, $assistant.name pauses _hisA review of business matters to report that <<= App.UI.slaveDescriptionDialog($activeSlave)>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is in the proper position for feeding, on <<if hasBothLegs($activeSlave)>>$his knees<<else>>the ground<</if>> in front of a feeding fuckmachine. $He isn't sucking it off for $his breakfast, however. $He doesn't seem to be fully awake, and is <<if canSee($activeSlave)>>regarding<<else>>touching<</if>> the big dildo that $he's supposed to suck off for food with vague distaste. $His $activeSlave.faceShape face is scrunched into a look of tired disgust. <br><br> @@ -3175,7 +3175,7 @@ $He turns to you as you enter, and <<if canSee($activeSlave)>>seeing<<else>>real <<case "suppository resistance">> -As you're starting your day, $assistant.name pauses _hisA review of business matters to report that <<EventNameLink>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is standing in front of the place where $he's supposed to take $his drugs. It's a little pad on the ground on which $he's supposed to kneel, with a fuckmachine positioned to penetrate $his anus once $he does so. $He's not completely awake yet, and is just standing there, <<if canSee($activeSlave)>>viewing<<else>>feeling<</if>> the setup with a vague look of distaste. $He's facing it, and has $his <<if $activeSlave.butt > 6>>massive behind<<elseif $activeSlave.butt > 3>>beautiful bottom<<else>>cute butt<</if>> pointed very much away from the machine that's supposed to be fucking it. +As you're starting your day, $assistant.name pauses _hisA review of business matters to report that <<= App.UI.slaveDescriptionDialog($activeSlave)>> is not accepting $his breakfast from the phallic feeders in the kitchen. With nothing else urgent, you head down to address the situation. $activeSlave.slaveName is standing in front of the place where $he's supposed to take $his drugs. It's a little pad on the ground on which $he's supposed to kneel, with a fuckmachine positioned to penetrate $his anus once $he does so. $He's not completely awake yet, and is just standing there, <<if canSee($activeSlave)>>viewing<<else>>feeling<</if>> the setup with a vague look of distaste. $He's facing it, and has $his <<if $activeSlave.butt > 6>>massive behind<<elseif $activeSlave.butt > 3>>beautiful bottom<<else>>cute butt<</if>> pointed very much away from the machine that's supposed to be fucking it. <br><br> @@ -3188,7 +3188,7 @@ $He turns to you as you enter, and <<if canSee($activeSlave)>>seeing<<else>>real <<case "shower slip">> -<<EventNameLink>> finishes $his morning shower and sleepily turns to dry off. $He slips a little on the moist bathroom floor, trips over $his own feet, and starts to stumble. $His fall is immediately arrested as $he's caught by a pair of strong<<if $PC.title == 0>> yet feminine<</if>> arms. Coming to rest against +<<= App.UI.slaveDescriptionDialog($activeSlave)>> finishes $his morning shower and sleepily turns to dry off. $He slips a little on the moist bathroom floor, trips over $his own feet, and starts to stumble. $His fall is immediately arrested as $he's caught by a pair of strong<<if $PC.title == 0>> yet feminine<</if>> arms. Coming to rest against <<if $PC.boobs >= 1400 && $PC.belly >= 10000>> a pair of enormous <<if $PC.boobsImplant > 0>>air bags<<else>>pillowlike breasts<</if>> and a hugely pregnant belly, <<elseif $PC.belly >= 10000>> @@ -3228,7 +3228,7 @@ Opportunities for gallantry didn't use to fall into your lap like this, but with <<case "happy dance">> -As you pass by the area of the penthouse where slaves sleep one morning, you're struck by a <<if $activeSlave.voice > 2>>high, bubbly<<elseif $activeSlave.voice > 1>>feminine<<else>>deep<</if>> humming. It's <<EventNameLink>>, dancing <<if $activeSlave.rules.living == "luxurious">>in the doorway of $his room<<else>>at the foot of $his bedroll<</if>>, dancing like no one's watching. $He's just woken up, and <<if $activeSlave.physicalAge > 35>>is full of energy and vigor in open defiance of $his age<<elseif $activeSlave.physicalAge < 25>>is full of youthful energy and vigor<<else>>is full of health and energy<</if>><<if $activeSlave.belly >= 10000>>, despite being <<if $activeSlave.bellyPreg >= 3000>>heavily pregnant<<elseif $activeSlave.bellyImplant >= 3000>>heavily gravid<<else>>greatly bloated<</if>><</if>>. $He's letting it out by humming a beat and dancing seductively, all by $himself. +As you pass by the area of the penthouse where slaves sleep one morning, you're struck by a <<if $activeSlave.voice > 2>>high, bubbly<<elseif $activeSlave.voice > 1>>feminine<<else>>deep<</if>> humming. It's <<= App.UI.slaveDescriptionDialog($activeSlave)>>, dancing <<if $activeSlave.rules.living == "luxurious">>in the doorway of $his room<<else>>at the foot of $his bedroll<</if>>, dancing like no one's watching. $He's just woken up, and <<if $activeSlave.physicalAge > 35>>is full of energy and vigor in open defiance of $his age<<elseif $activeSlave.physicalAge < 25>>is full of youthful energy and vigor<<else>>is full of health and energy<</if>><<if $activeSlave.belly >= 10000>>, despite being <<if $activeSlave.bellyPreg >= 3000>>heavily pregnant<<elseif $activeSlave.bellyImplant >= 3000>>heavily gravid<<else>>greatly bloated<</if>><</if>>. $He's letting it out by humming a beat and dancing seductively, all by $himself. <br><br> @@ -3291,9 +3291,9 @@ in time with $his humming, $he runs $his hand<<if hasBothArms($activeSlave)>>s<< First thing in the morning, <<if $activeSlave.ID == $Bodyguard.ID>> - before you've even gotten out of bed, you hear <<EventNameLink>>'s voice coming up from where $he sleeps, on $his own bedroll in your suite. There's a distinctly plaintive note in $his voice, and as soon as you sit up and look in $his direction, it's obvious why. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. They're held in actuators over $his bedroll, which can swing down and attach them to $him the instant $he's awake. Except today, they're staying obstinately up near the ceiling. <<if $assistant.personality != 0>>$assistant.name tells you _heA's<<else>>Your personal assistant informs you _heA's<</if>> troubleshooting the problem, but in the meantime, poor + before you've even gotten out of bed, you hear <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s voice coming up from where $he sleeps, on $his own bedroll in your suite. There's a distinctly plaintive note in $his voice, and as soon as you sit up and look in $his direction, it's obvious why. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. They're held in actuators over $his bedroll, which can swing down and attach them to $him the instant $he's awake. Except today, they're staying obstinately up near the ceiling. <<if $assistant.personality != 0>>$assistant.name tells you _heA's<<else>>Your personal assistant informs you _heA's<</if>> troubleshooting the problem, but in the meantime, poor <<else>> - $assistant.name informs you that there's a minor problem with <<EventNameLink>>, and asks whether you'd like it to be handled without you. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. When $he wakes up, $he usually asks whichever slave is nearest to attach $his dominant arm, at which point $he can do the rest $himself. Due to an unexpected change in the slaves' schedules, though, $he's all alone today. Poor + $assistant.name informs you that there's a minor problem with <<= App.UI.slaveDescriptionDialog($activeSlave)>>, and asks whether you'd like it to be handled without you. $He sleeps out of $his P-Limbs, since it's good to rest the anchor points implanted into $his torso. When $he wakes up, $he usually asks whichever slave is nearest to attach $his dominant arm, at which point $he can do the rest $himself. Due to an unexpected change in the slaves' schedules, though, $he's all alone today. Poor <</if>> $activeSlave.slaveName is left as a helpless, <<if $activeSlave.bellyImplant >= 100000>> @@ -3312,7 +3312,7 @@ $activeSlave.slaveName is left as a helpless, <<case "orchiectomy please">> -Near the end of <<EventNameLink>>'s weekly inspection, it's obvious the $desc is nerving $himself to ask you something. <<if $activeSlave.devotion > 20>>$He's been good recently<<else>>$He went through the nude inspection obediently<</if>>, so you save $him further torment and order $him to ask $his question. It's a command, but you issue it in a tone meant to assuage $his nervousness. It works, and after two false starts, $he gathers $his courage and politely asks you to cut $his balls off. +Near the end of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s weekly inspection, it's obvious the $desc is nerving $himself to ask you something. <<if $activeSlave.devotion > 20>>$He's been good recently<<else>>$He went through the nude inspection obediently<</if>>, so you save $him further torment and order $him to ask $his question. It's a command, but you issue it in a tone meant to assuage $his nervousness. It works, and after two false starts, $he gathers $his courage and politely asks you to cut $his balls off. <br><br> $He doesn't phrase it quite like that, of course. <<if !canTalk($activeSlave)>> @@ -3328,9 +3328,9 @@ $He doesn't phrase it quite like that, of course. One evening, $assistant.name breaks in on your <<if $assistant.personality > 0>> - work, _hisA $assistant.appearance avatar looking uncharacteristically somber. "<<= properMaster()>>," _heA says, "a group of tourists are giving <<EventNameLink>> a bad time." Before you can ask why the security drones haven't addressed the situation, _heA continues, "They're not abusing $him physically or anything. But, look." _HeA + work, _hisA $assistant.appearance avatar looking uncharacteristically somber. "<<= properMaster()>>," _heA says, "a group of tourists are giving <<= App.UI.slaveDescriptionDialog($activeSlave)>> a bad time." Before you can ask why the security drones haven't addressed the situation, _heA continues, "They're not abusing $him physically or anything. But, look." _HeA <<else>> - work, announcing that a group of visitors to the arcology are being verbally abusive to <<EventNameLink>>. Before you can ask why _heA's bothering you with this, _heA continues, "An enslavement opportunity may exist," and + work, announcing that a group of visitors to the arcology are being verbally abusive to <<= App.UI.slaveDescriptionDialog($activeSlave)>>. Before you can ask why _heA's bothering you with this, _heA continues, "An enslavement opportunity may exist," and <</if>> brings up a video feed. <br><br> @@ -3471,7 +3471,7 @@ says a third. "No wonder people won't pay to have <<s>>e<<x>> with you. I bet yo <<case "torpedo squeeze">> -The penthouse bathroom has a long counter and mirror arrangement with many sinks, so a number of slaves can get ready at once. During those moments of the day when <<if $slaves.length > 10>>many<<else>>more than one<</if>> of them have just been awoken and showered and are hurrying to prettify themselves, this row of sinks presents one of the nicer sights in the arcology, a neatly spaced line of slave butts and a matching line of breasts reflected in the mirror. <<EventNameLink>> is especially impressive. $His <<if $activeSlave.boobs > 4000>>monstrous<<elseif $activeSlave.boobs > 2000>>huge<<else>>big<</if>> torpedo-shaped tits stick out a long way when $he's standing upright in the nude like this. +The penthouse bathroom has a long counter and mirror arrangement with many sinks, so a number of slaves can get ready at once. During those moments of the day when <<if $slaves.length > 10>>many<<else>>more than one<</if>> of them have just been awoken and showered and are hurrying to prettify themselves, this row of sinks presents one of the nicer sights in the arcology, a neatly spaced line of slave butts and a matching line of breasts reflected in the mirror. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is especially impressive. $His <<if $activeSlave.boobs > 4000>>monstrous<<elseif $activeSlave.boobs > 2000>>huge<<else>>big<</if>> torpedo-shaped tits stick out a long way when $he's standing upright in the nude like this. <br><br> With $his <<if $activeSlave.belly >= 100000>> @@ -3514,17 +3514,17 @@ against the edge of the counter as $he leans forward a little to <<if $activeSla <<case "retching cum feeding">> -You are inspecting the slave feeding area early in the week, watching your slaves as they come and go to get their required nourishment for the morning. You see <<EventNameLink>><<if $cockFeeder == 1>> as $he kneels in front of the feeder phallus with a look of disgust on $his face <<else>> as $he <<if canSee($activeSlave)>>stares into $his cup of nutritional fluid with a look of disgust on $his face<<else>>grimaces at $his cup of nutritional fluid<</if>>.<</if>> You quickly check your records and $assistant.name confirms that $activeSlave.slaveName is required to ingest<<if $activeSlave.dietCum == 2>> an extreme diet based almost entirely on human ejaculate.<<else>> a large amount of human ejaculate as part of $his diet.<</if>> +You are inspecting the slave feeding area early in the week, watching your slaves as they come and go to get their required nourishment for the morning. You see <<= App.UI.slaveDescriptionDialog($activeSlave)>><<if $cockFeeder == 1>> as $he kneels in front of the feeder phallus with a look of disgust on $his face <<else>> as $he <<if canSee($activeSlave)>>stares into $his cup of nutritional fluid with a look of disgust on $his face<<else>>grimaces at $his cup of nutritional fluid<</if>>.<</if>> You quickly check your records and $assistant.name confirms that $activeSlave.slaveName is required to ingest<<if $activeSlave.dietCum == 2>> an extreme diet based almost entirely on human ejaculate.<<else>> a large amount of human ejaculate as part of $his diet.<</if>> <br><br> As you watch $activeSlave.slaveName unpleasantly retch as $he<<if $cockFeeder == 1>> stimulates the feeder phallus with $his mouth<<else>> tentatively drinks from $his cup<</if>> and chokes $his food down, knowing that if $he doesn't eat it willingly, $he will be forced to, you can almost see $his <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>> intelligent mind <<else>> stupid mind<</if>> working through the reality of what $his life has become. $He is now a receptacle for <<if $activeSlave.dietCum == 2>> concentrated <</if>>human ejaculate, and for no other reason than the perverse amusement of $his owner. Almost as soon as $he swallows $his food, $he whimpers, burps, and then <<if $activeSlave.belly >= 10000>>hastily waddles<<else>>quickly runs<</if>> to a nearby bathroom to vomit it back up. This is a common reaction for unbroken slaves on cum diets,<<if $activeSlave.weight > 0>> and can also be an effective, if unhealthy, way of forcing them to lose weight.<<else>> but it can also prevent slaves that are already too thin from gaining weight.<</if>> <<case "subjugation blues">> -It's been <<print $week-$activeSlave.weekAcquired>> week<<if $week-$activeSlave.weekAcquired > 1>>s<</if>> since you acquired <<EventNameLink>> as your slave. Since then $he has been nothing but trouble. $He has been ungrateful, rebellious and particularly hateful toward you since you acquired $him. $He often needs to be confined or forced to perform $his assignments, and has little regard for your power or authority. You bring $him in for inspection and $he whines and squirms in resistance as you feel up $his $activeSlave.nipples nipples<<if $activeSlave.belly >= 5000>>, rub $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<<elseif $activeSlave.bellyPreg >= 150>>, feel the curve of $his new pregnancy<</if>>, and grope $his <<if $activeSlave.butt < 2>>narrow <<elseif $activeSlave.butt < 5>>average <<elseif $activeSlave.butt < 8>>plump <<else>>impressive <</if>>butt, coldly appraising $his potential worth as a sexual service provider. <<if $activeSlave.actualAge < 21>>$He is very young, only $activeSlave.actualAge years old, and is still very naïve. $His smooth, $activeSlave.skin skin has yet to experience the hard years of relentless sexual abuse that lie ahead of $him.<<else>>At $activeSlave.actualAge years old, $he should know by now how the world works, but some slaves are just too stubborn for their own good.<</if>> Eventually, of course, even the most headstrong <<print $girl>>s will bend to your will, but the unique social mores of your arcology and the wonders of modern surgical technology offer a prime opportunity to make a potent example of this <<if $activeSlave.actualAge < 21>>young <<else>>obstinate <</if>>slut. $He is $activeSlave.race, and therefore not considered racially inferior or subject to extreme inequities or neglect, but like most slave characteristics, that can change. +It's been <<print $week-$activeSlave.weekAcquired>> week<<if $week-$activeSlave.weekAcquired > 1>>s<</if>> since you acquired <<= App.UI.slaveDescriptionDialog($activeSlave)>> as your slave. Since then $he has been nothing but trouble. $He has been ungrateful, rebellious and particularly hateful toward you since you acquired $him. $He often needs to be confined or forced to perform $his assignments, and has little regard for your power or authority. You bring $him in for inspection and $he whines and squirms in resistance as you feel up $his $activeSlave.nipples nipples<<if $activeSlave.belly >= 5000>>, rub $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<<elseif $activeSlave.bellyPreg >= 150>>, feel the curve of $his new pregnancy<</if>>, and grope $his <<if $activeSlave.butt < 2>>narrow <<elseif $activeSlave.butt < 5>>average <<elseif $activeSlave.butt < 8>>plump <<else>>impressive <</if>>butt, coldly appraising $his potential worth as a sexual service provider. <<if $activeSlave.actualAge < 21>>$He is very young, only $activeSlave.actualAge years old, and is still very naïve. $His smooth, $activeSlave.skin skin has yet to experience the hard years of relentless sexual abuse that lie ahead of $him.<<else>>At $activeSlave.actualAge years old, $he should know by now how the world works, but some slaves are just too stubborn for their own good.<</if>> Eventually, of course, even the most headstrong <<print $girl>>s will bend to your will, but the unique social mores of your arcology and the wonders of modern surgical technology offer a prime opportunity to make a potent example of this <<if $activeSlave.actualAge < 21>>young <<else>>obstinate <</if>>slut. $He is $activeSlave.race, and therefore not considered racially inferior or subject to extreme inequities or neglect, but like most slave characteristics, that can change. <<case "too thin for cum diet">> -You are in your office, tending to the tedious business of requisition orders for your penthouse when you see <<EventNameLink>> appear outside your door. $He hovers outside in the hall, peeking $his head around the entry-way, looking very unsure about disturbing you. You stop what you're doing and call $him in. $He's reticent at first, but then $he obediently steps into your office. $He is +You are in your office, tending to the tedious business of requisition orders for your penthouse when you see <<= App.UI.slaveDescriptionDialog($activeSlave)>> appear outside your door. $He hovers outside in the hall, peeking $his head around the entry-way, looking very unsure about disturbing you. You stop what you're doing and call $him in. $He's reticent at first, but then $he obediently steps into your office. $He is <<if $activeSlave.clothes == "no clothing">> forced to remain naked at all times, and the most striking thing about $his body is how <<if $activeSlave.belly >= 100000>> @@ -3613,7 +3613,7 @@ It's true, cum <<if $activeSlave.dietCum == 1>>supplemented <<elseif $activeSlav <<case "transition anxiety">> -<<EventNameLink>> stumbles into your office naked for $his weekly inspection, so apprehensive that $he can hardly walk. $He's been like this ever since $he became one of your sex slaves, <<if $week-$activeSlave.weekAcquired == 0>>just this week<<elseif $week-$activeSlave.weekAcquired == 1>>just last week<<else>><<print $week-$activeSlave.weekAcquired>> weeks ago<</if>>. It's not surprising; slaves like $him usually require some time and training to accept that they're slavegirls. $He lacks the natural attraction to men that might have made the idea more comfortable for $him, and the resulting sexual anxiety combined with understandable fear of sexual use makes $him extremely unhappy to be naked in front of someone $he knows can fuck $him at will. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> stumbles into your office naked for $his weekly inspection, so apprehensive that $he can hardly walk. $He's been like this ever since $he became one of your sex slaves, <<if $week-$activeSlave.weekAcquired == 0>>just this week<<elseif $week-$activeSlave.weekAcquired == 1>>just last week<<else>><<print $week-$activeSlave.weekAcquired>> weeks ago<</if>>. It's not surprising; slaves like $him usually require some time and training to accept that they're slavegirls. $He lacks the natural attraction to men that might have made the idea more comfortable for $him, and the resulting sexual anxiety combined with understandable fear of sexual use makes $him extremely unhappy to be naked in front of someone $he knows can fuck $him at will. <br><br> $He has $his hands balled into fists at $his sides, and clearly wants nothing more than to use them to cover $his <<if ($activeSlave.chastityPenis == 1)>> @@ -3631,7 +3631,7 @@ $He knows that that's not allowed, and keeps $his hands where they are, though i <<case "moist pussy">> -Just as you're about to give <<EventNameLink>> $his weekly inspection, a minor business matter comes up and diverts your attention. So, for about ten minutes, $he has nothing at all to do other than <<if canWalk($activeSlave)>>stand<<elseif hasAnyLegs($activeSlave)>>kneel<<else>>sit<</if>> in front of your desk in your office, <<if canSee($activeSlave)>>watching<<elseif canHear($activeSlave)>>listening to<<else>>feeling the subtle vibrations from<</if>> you,<<if $assistant.personality > 0>> $assistant.name's avatar,<</if>> the other slaves who come and go, and the general lewdness of the arcology, much of which is <<if canSee($activeSlave)>>visible<<elseif canHear($activeSlave)>>audible<<else>>apparent<</if>> from right here. +Just as you're about to give <<= App.UI.slaveDescriptionDialog($activeSlave)>> $his weekly inspection, a minor business matter comes up and diverts your attention. So, for about ten minutes, $he has nothing at all to do other than <<if canWalk($activeSlave)>>stand<<elseif hasAnyLegs($activeSlave)>>kneel<<else>>sit<</if>> in front of your desk in your office, <<if canSee($activeSlave)>>watching<<elseif canHear($activeSlave)>>listening to<<else>>feeling the subtle vibrations from<</if>> you,<<if $assistant.personality > 0>> $assistant.name's avatar,<</if>> the other slaves who come and go, and the general lewdness of the arcology, much of which is <<if canSee($activeSlave)>>visible<<elseif canHear($activeSlave)>>audible<<else>>apparent<</if>> from right here. <<if ($activeSlave.attrXY > 50) && ($PC.boobs < 300)>> $He finds your strong body attractive, and $his gaze rests most frequently <<if canSee($activeSlave)>>on<<else>>towards<</if>> you. <<elseif ($activeSlave.attrXX > 50) && ($PC.boobs >= 650)>> @@ -3666,7 +3666,7 @@ $He's a good $desc, and remains obediently before your desk, filling your office <<case "breast expansion blues">> -During $his routine weekly inspection, <<EventNameLink>> cradles $his huge breasts with $his arm<<if hasBothArms($activeSlave)>>s<</if>> whenever the maneuvers of being inspected allow $him to do so. It's not an unusual gesture for a $desc on breast growth drugs, since slaves whose tits are expanding are, by definition, not used to their weight yet. But $activeSlave.slaveName is more than just uncomfortable. $He seems to regard $his weighty mammaries with distaste. <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant >= -15>>$He's not stupid, and quickly realizes<<else>>$He's an idiot, but $he's not dumb enough to completely miss<</if>> that you've noticed $his feelings about $his boobs. $He bites $his lower lip, not sure if $he should say anything, so you follow your usual policy during slave inspections and ask $him about it. <<if $PC.skill.slaving >= 100>>If you learned one thing from your long career of slave training, it's that it's<<else>>It's<</if>> typically best to suss these things out. +During $his routine weekly inspection, <<= App.UI.slaveDescriptionDialog($activeSlave)>> cradles $his huge breasts with $his arm<<if hasBothArms($activeSlave)>>s<</if>> whenever the maneuvers of being inspected allow $him to do so. It's not an unusual gesture for a $desc on breast growth drugs, since slaves whose tits are expanding are, by definition, not used to their weight yet. But $activeSlave.slaveName is more than just uncomfortable. $He seems to regard $his weighty mammaries with distaste. <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant >= -15>>$He's not stupid, and quickly realizes<<else>>$He's an idiot, but $he's not dumb enough to completely miss<</if>> that you've noticed $his feelings about $his boobs. $He bites $his lower lip, not sure if $he should say anything, so you follow your usual policy during slave inspections and ask $him about it. <<if $PC.skill.slaving >= 100>>If you learned one thing from your long career of slave training, it's that it's<<else>>It's<</if>> typically best to suss these things out. <br><br> "<<Master>>," $he mumbles, "can I plea<<s>>e be taken off the brea<<s>>t e<<x>>pan<<s>>ion drug<<s>>?" $He swallows, nervous that $he's crossed a line, but $he presses on, hefting $his tits a little higher to show $he's talking about them. "They're <<s>>o heavy and awkward. I'm <<s>>ore every night, and my back hurt<<s>>. I feel like a cow with boob<<s>> thi<<s>> big, and I can't imagine what it'll be like if they get any bigger." In one sense, it's amusing that $he feels that way, because<<if ($arcologies[0].FSAssetExpansionist != "unset") || ($arcologies[0].FSTransformationFetishist != "unset" && $arcologies[0].FSSlimnessEnthusiast == "unset") || ($arcologies[0].FSPastoralist != "unset")>> as many slaves in this very arcology know quite well,<</if>> it's possible for the miracles of modern medicine to grow a $desc's tits until they're so heavy they immobilize $him completely. @@ -3676,7 +3676,7 @@ $He waits anxiously for your response, wondering if $he'll be punished for expre <<case "gaped asshole">> -You encounter <<EventNameLink>> at the beginning of $his day, as $he finishes $his morning ablutions and heads off to <<if $activeSlave.clothes != "no clothing">>get dressed<<else>>$his assignment, since $he's not allowed clothes and therefore doesn't need to dress<</if>>. $He seems happy today, and $his $activeSlave.skin body glows with warmth and cleanliness from the hot shower. When $he <<if canSee($activeSlave)>>sees<<else>>notices<</if>> you, $he greets you properly, yet positively, smiling at you and <<if $activeSlave.boobs > 3000>>presenting $his enormous breasts<<elseif $activeSlave.lips > 70>>pursing $his huge lips<<elseif $activeSlave.boobs > 800>>bouncing $his big breasts<<elseif $activeSlave.lips > 20>>pursing $his pretty lips<<else>>sticking out $his chest<</if>> in an automatic gesture of easy sexual availability. Suddenly, $he remembers something, and looks thoughtful. Since $he's so trusting, $he asks you the question that just occurred to $him. +You encounter <<= App.UI.slaveDescriptionDialog($activeSlave)>> at the beginning of $his day, as $he finishes $his morning ablutions and heads off to <<if $activeSlave.clothes != "no clothing">>get dressed<<else>>$his assignment, since $he's not allowed clothes and therefore doesn't need to dress<</if>>. $He seems happy today, and $his $activeSlave.skin body glows with warmth and cleanliness from the hot shower. When $he <<if canSee($activeSlave)>>sees<<else>>notices<</if>> you, $he greets you properly, yet positively, smiling at you and <<if $activeSlave.boobs > 3000>>presenting $his enormous breasts<<elseif $activeSlave.lips > 70>>pursing $his huge lips<<elseif $activeSlave.boobs > 800>>bouncing $his big breasts<<elseif $activeSlave.lips > 20>>pursing $his pretty lips<<else>>sticking out $his chest<</if>> in an automatic gesture of easy sexual availability. Suddenly, $he remembers something, and looks thoughtful. Since $he's so trusting, $he asks you the question that just occurred to $him. <br><br> "<<Master>>," $he <<say>>s, "may I have my a<<ss>>hole tightened?" <br><br> @@ -3709,7 +3709,7 @@ May I?" $He spins, <<if $activeSlave.belly >= 5000>>spreading $his legs for $his <<case "passing declaration">> -As you manage your empire from your office, a constant traffic of slaves passes by its door. The glass walls allow a good view of them, and since you naturally own what you find appealing, the passing chattel often draws your eye. For example, this morning you notice <<EventNameLink>> almost bounce into view. $He's physically fit, at a healthy weight, +As you manage your empire from your office, a constant traffic of slaves passes by its door. The glass walls allow a good view of them, and since you naturally own what you find appealing, the passing chattel often draws your eye. For example, this morning you notice <<= App.UI.slaveDescriptionDialog($activeSlave)>> almost bounce into view. $He's physically fit, at a healthy weight, <<if $activeSlave.belly >= 10000>> <<if $activeSlave.bellyPreg >= 3000>> heavily pregnant, @@ -3734,7 +3734,7 @@ Someone's a happy $desc today. <<case "ara ara">> -Passing by the kitchen in the morning, you take a moment to listen to the low hum of your slaves chatting as they <<if $feeder != 0>>wait their turn at the phallic feeders<<else>>drink their breakfasts<</if>>. <<EventNameLink>> is nearest the door, and you overhear $his <<if $activeSlave.voice == 1>>low<<elseif $activeSlave.voice == 2>>pretty<<else>>high<</if>> voice clearly as $he expresses confusion to another slave. "I don't under<<s>>tand it," $he <<say>>s. "Why are <<s>>o many men intere<<s>>ted in an old <<s>>lave like me? I never got thi<<s>> much attention when I wa<<s>> free! Now <<if $activeSlave.assignment == "whore" || $activeSlave.assignment == "work in the brothel">>guy<<s>> line up to pay<<else>>every guy I approach want<<s>><</if>> to fuck me!" +Passing by the kitchen in the morning, you take a moment to listen to the low hum of your slaves chatting as they <<if $feeder != 0>>wait their turn at the phallic feeders<<else>>drink their breakfasts<</if>>. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is nearest the door, and you overhear $his <<if $activeSlave.voice == 1>>low<<elseif $activeSlave.voice == 2>>pretty<<else>>high<</if>> voice clearly as $he expresses confusion to another slave. "I don't under<<s>>tand it," $he <<say>>s. "Why are <<s>>o many men intere<<s>>ted in an old <<s>>lave like me? I never got thi<<s>> much attention when I wa<<s>> free! Now <<if $activeSlave.assignment == "whore" || $activeSlave.assignment == "work in the brothel">>guy<<s>> line up to pay<<else>>every guy I approach want<<s>><</if>> to fuck me!" <br><br> <<if $arcologies[0].FSMaturityPreferentialist != "unset">> "It's different here," the other slave explains. "Almost everyone here has a thing for older $women. MILFs get all the attention." @@ -3801,7 +3801,7 @@ I didn't mean to <<s>>ound con<<c>>eited, either. I gue<<ss>> I'm <<s>>till gett <<case "im scared">> -During $his weekly inspection, <<EventNameLink>> has trouble following the routine orders that position $him so you can examine $his body. The cause is not difficult to determine: $he's so cripplingly terrified that $he's having difficulty functioning. $He seems to be trying to obey you, but $he's so scared that $his mind is having trouble translating your simple verbal commands into physical obedience. You ask $him what $he's so frightened of. The question stuns $him, and $he <<if canSee($activeSlave)>>stares at<<else>>faces<</if>> you in mute horror, looking even more terrified than $he has up to this point and completely devoid of any idea how to respond. You order $him to respond, and this starts $him out of $his fugue. $He begins to cry, makes two false starts, sobs, and then begins forcing out words. +During $his weekly inspection, <<= App.UI.slaveDescriptionDialog($activeSlave)>> has trouble following the routine orders that position $him so you can examine $his body. The cause is not difficult to determine: $he's so cripplingly terrified that $he's having difficulty functioning. $He seems to be trying to obey you, but $he's so scared that $his mind is having trouble translating your simple verbal commands into physical obedience. You ask $him what $he's so frightened of. The question stuns $him, and $he <<if canSee($activeSlave)>>stares at<<else>>faces<</if>> you in mute horror, looking even more terrified than $he has up to this point and completely devoid of any idea how to respond. You order $him to respond, and this starts $him out of $his fugue. $He begins to cry, makes two false starts, sobs, and then begins forcing out words. <br><br> "E-e-everything," $he cries. "I'm <<s>>-<<s>>o <<s>>-<<s>>orry b-but I c-can't help," $he chokes on a sob and hiccups, "help it. Thi<<s>>, thi<<s>> pla<<c>>e, being a <<s>>e<<x>> <<s>>lave, <<switch $activeSlave.rules.punishment>> @@ -3814,7 +3814,7 @@ wh-when I'm bad, e-everything, <<if $activeSlave.rudeTitle == 1>><<= PoliteRudeT <<case "frightening dick">> -In a fortuitous confluence of circumstances, <<EventNameLink>> happens to be polishing your office one evening. Keeping every surface in the penthouse at a state of perfect shine is one of your servants' endless tasks, and your office is $his area of responsibility today. At the key moment, $he's working on an area at waist height, directly next to the door that leads to your suite; and $he's crouching to polish this area most comfortably. $He is working diligently, and is paying close attention to what $he's doing. Meanwhile, and for completely unrelated reasons, you have just finished having fun inside said suite. You are naked, and your penis remains fully erect despite your having climaxed only moments before; you are in excellent physical and sexual condition and this happens frequently. You have decided to address a likewise unrelated matter in your office, and walk into it from your suite, naked and erect. +In a fortuitous confluence of circumstances, <<= App.UI.slaveDescriptionDialog($activeSlave)>> happens to be polishing your office one evening. Keeping every surface in the penthouse at a state of perfect shine is one of your servants' endless tasks, and your office is $his area of responsibility today. At the key moment, $he's working on an area at waist height, directly next to the door that leads to your suite; and $he's crouching to polish this area most comfortably. $He is working diligently, and is paying close attention to what $he's doing. Meanwhile, and for completely unrelated reasons, you have just finished having fun inside said suite. You are naked, and your penis remains fully erect despite your having climaxed only moments before; you are in excellent physical and sexual condition and this happens frequently. You have decided to address a likewise unrelated matter in your office, and walk into it from your suite, naked and erect. <br><br> This is how $activeSlave.slaveName comes face to face with your cock, unexpectedly, at a distance of only a few <<if $showInches == 2>>inches<<else>>centimeters<</if>>. <br><br> @@ -3824,7 +3824,7 @@ $He shrieks, backpedaling, and then falls backward, $his <<if $activeSlave.butt There are sturdy leather seats placed strategically throughout your penthouse. They offer something convenient to bend your slaves over, wherever you happen to encounter them, and they're comfortable, too. At the moment, you're sitting on one, using a tablet to take care of some business that caught you away from your office, but isn't worth heading back to your desk for. Slaves move by your impromptu throne as you work, mostly <<if $averageTrust > 50>>greeting you cheerfully<<elseif $averageTrust > 20>>greeting you properly<<elseif $averageTrust > -20>>doing their best to greet you properly<<elseif $averageTrust > -50>>greeting you fearfully<<else>>struggling to greet you through their terror<</if>> as they pass. Busy, you spare few of them more than a glance. <br><br> -One of them slows as $he goes by, however. Looking up, you see that it's <<EventNameLink>>. <<if canTalk($activeSlave)>>"Hi <<Master>>," $he <<say>>s flirtatiously<<if $activeSlave.belly >= 1500>> rubbing a hand across $his _belly <<if $activeSlave.bellyPreg > 0>> pregnancy<<else>>belly<</if>><</if>>. "That look<<s>> like a really comfortable <<s>>eat. Can I <<s>>it down and re<<s>>t <<if $activeSlave.belly >= 10000>>my tired leg<<s>> <</if>>for a little while?"<<else>>$He greets you properly, but adds a flirtiness to $his gestures, and asks if $he can sit down and rest <<if $activeSlave.belly >= 10000>> $his <<if $activeSlave.bellyPreg > 0>>gravid<<else>>_belly<</if>> bulk <</if>>on the comfortable seat for a little while.<</if>> $He is not pointing at the soft leather cushion next to you: $he's pointing at your crotch. +One of them slows as $he goes by, however. Looking up, you see that it's <<= App.UI.slaveDescriptionDialog($activeSlave)>>. <<if canTalk($activeSlave)>>"Hi <<Master>>," $he <<say>>s flirtatiously<<if $activeSlave.belly >= 1500>> rubbing a hand across $his _belly <<if $activeSlave.bellyPreg > 0>> pregnancy<<else>>belly<</if>><</if>>. "That look<<s>> like a really comfortable <<s>>eat. Can I <<s>>it down and re<<s>>t <<if $activeSlave.belly >= 10000>>my tired leg<<s>> <</if>>for a little while?"<<else>>$He greets you properly, but adds a flirtiness to $his gestures, and asks if $he can sit down and rest <<if $activeSlave.belly >= 10000>> $his <<if $activeSlave.bellyPreg > 0>>gravid<<else>>_belly<</if>> bulk <</if>>on the comfortable seat for a little while.<</if>> $He is not pointing at the soft leather cushion next to you: $he's pointing at your crotch. <br><br> You're nude, a consequence of <<if $Concubine != 0 && $Concubine.ID != $activeSlave.ID>>recent activities involving $Concubine.slaveName<<else>>recent unrelated activities<</if>>. <<if $PC.dick != 0>>Your formidable dick is three quarters hard,<<else>>Nude, that is, all except for the strap-on you were just using and haven't taken off yet,<</if>> and $activeSlave.slaveName is pointing right at it. $He knows exactly what $he's asking for and gives $his <<if $activeSlave.hips > 0>>broad<<elseif $activeSlave.hips > -1>>trim<<else>>narrow<</if>> hips a little wiggle to make it even more abundantly clear. <<if ($activeSlave.chastityPenis == 1)>> @@ -3847,13 +3847,13 @@ The slutty $desc wants it badly. <<case "arcade sadist">> -You happen to come across <<EventNameLink>> during one of $his rest periods. $He's lying on a couch in the slave areas, <<if canSee($activeSlave)>>staring at the ceiling above $him<<else>>leaning back<</if>> with a dreamy expression on $his face. $He's <<if $activeSlave.rules.release.masturbation == 1>>touching $himself idly.<<else>>not allowed to touch $himself, but $he's extremely aroused.<</if>> Whatever's on $his mind, it's so absorbing that $he doesn't realize you're there until you're standing over $him. +You happen to come across <<= App.UI.slaveDescriptionDialog($activeSlave)>> during one of $his rest periods. $He's lying on a couch in the slave areas, <<if canSee($activeSlave)>>staring at the ceiling above $him<<else>>leaning back<</if>> with a dreamy expression on $his face. $He's <<if $activeSlave.rules.release.masturbation == 1>>touching $himself idly.<<else>>not allowed to touch $himself, but $he's extremely aroused.<</if>> Whatever's on $his mind, it's so absorbing that $he doesn't realize you're there until you're standing over $him. <br><br> "<<S>>orry, <<Master>>," $he <<say>>s apologetically, <<if $activeSlave.belly >= 10000>>struggling<<else>>scrambling<</if>> to $his feet. "I didn't noti<<c>>e you there." <<if canSee($activeSlave)>>Seeing your questioning look<<elseif canHear($activeSlave)>>Hearing your lack of response<<else>>Sensing a request to continue<</if>>, $he explains $himself further. "I was ju<<s>>t thinking about, um, my favorite pla<<c>>e. I can almo<<s>>t get off ju<<s>>t by thinking about it." There's a wild, perverted gleam <<if canSee($activeSlave)>>in $his <<= App.Desc.eyesColor($activeSlave)>><<else>>on $his face<</if>>. $He's a confirmed sadist, so whatever $his favorite mental masturbation is probably quite strong. <<case "ass fitting">> -Your slaves get dressed in a large wardrobe area adjacent to the dormitory, rooms, and showers. There are always slaves working, so groups of slaves can be seen putting on their clothing here several times a day. Your naked sex slaves hurrying into the outfits you've selected for them is an undeniably erotic sight. Sometimes it's comical, especially when your transformations of your slaves' bodies produce amusing inconveniences. Today, it's <<EventNameLink>> who is having trouble. $His <<if $activeSlave.buttImplant/$activeSlave.butt >= .5>>fake<<elseif $activeSlave.butt > 12>>ridiculously massive<<elseif $activeSlave.butt > 8>>gigantic<<else>>plush<</if>> ass is +Your slaves get dressed in a large wardrobe area adjacent to the dormitory, rooms, and showers. There are always slaves working, so groups of slaves can be seen putting on their clothing here several times a day. Your naked sex slaves hurrying into the outfits you've selected for them is an undeniably erotic sight. Sometimes it's comical, especially when your transformations of your slaves' bodies produce amusing inconveniences. Today, it's <<= App.UI.slaveDescriptionDialog($activeSlave)>> who is having trouble. $His <<if $activeSlave.buttImplant/$activeSlave.butt >= .5>>fake<<elseif $activeSlave.butt > 12>>ridiculously massive<<elseif $activeSlave.butt > 8>>gigantic<<else>>plush<</if>> ass is <<if $activeSlave.drugs == "butt injections" || $activeSlave.drugs == "intensive butt injections">> growing explosively due to the expansion injections. <<elseif $activeSlave.drugs == "hyper butt injections">> @@ -3987,7 +3987,7 @@ up to the tops of $his thighs, but that's all $he can manage. The wardrobe inclu <<case "servant maid">> -<<EventNameLink>> is scheduled to clean your office today, just one of $his many duties as a servant in your penthouse. $He pauses in the doorway of your office for a moment, only entering once it becomes clear that you're not going to be using $him immediately. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is scheduled to clean your office today, just one of $his many duties as a servant in your penthouse. $He pauses in the doorway of your office for a moment, only entering once it becomes clear that you're not going to be using $him immediately. <br><br> $He begins $his cleaning dutifully, fluttering about your office in a flurry of scrubbing and dusting. $His almost frenzied sanitization of your office allows you ample opportunity to inspect $him, your eyes lingering on $his body as $he moves back and forth in front of you. <<if ($activeSlave.clothes == "a slutty maid outfit")>> @@ -4055,7 +4055,7 @@ Eventually, $his duties satisfactorily completed, $he comes before your desk to <<case "young PC age difference">> -As another long week draws to a close, <<EventNameLink>> happens to <<if $activeSlave.belly >= 10000>>waddle<<else>>walk<</if>> past your office toward bed. There's nothing inherently abnormal about $his actions, but you do notice as $he steps past the doorway that an expression of worry and concern adorns $his $activeSlave.skin face. When you call $him into your office, $his face visibly brightens up in an attempt to conceal $his obvious distress as $he comes before you. Notably, although $he stands still and patiently awaits further orders, you notice $he <<if canSee($activeSlave)>>never manages to meet your eyes<<else>>keeps $his sightless eyes downcast<</if>>. When you ask $him what's troubling $him, $his face plainly falls. +As another long week draws to a close, <<= App.UI.slaveDescriptionDialog($activeSlave)>> happens to <<if $activeSlave.belly >= 10000>>waddle<<else>>walk<</if>> past your office toward bed. There's nothing inherently abnormal about $his actions, but you do notice as $he steps past the doorway that an expression of worry and concern adorns $his $activeSlave.skin face. When you call $him into your office, $his face visibly brightens up in an attempt to conceal $his obvious distress as $he comes before you. Notably, although $he stands still and patiently awaits further orders, you notice $he <<if canSee($activeSlave)>>never manages to meet your eyes<<else>>keeps $his sightless eyes downcast<</if>>. When you ask $him what's troubling $him, $his face plainly falls. <br><br> <<if $PC.mother != $activeSlave.ID && $PC.father != $activeSlave.ID>> "<<Master>>, you're <<s>>o young," $he <<say>>s penitently before smiling shyly in an attempt to insert some levity into $his confession. "It'<<s>> ju<<s>>t that I'm old enough to be your mother, <<Master>>. It'<<s>> a little weird, i<<s>>n't it?" @@ -4071,7 +4071,7 @@ As another long week draws to a close, <<EventNameLink>> happens to <<if $active <<case "old PC age difference">> -As another long week draws to a close, <<EventNameLink>> happens to walk past your office toward bed. There's nothing inherently abnormal about $his actions, but you do notice as $he steps past the doorway that an expression of worry and concern adorns $his $activeSlave.skin face. When you call $him into your office, $his face visibly brightens up in an attempt to conceal $his obvious distress as $he comes before you. Notably, although $he stands still and patiently awaits further orders, you notice $he <<if canSee($activeSlave)>>never manages to meet your eyes<<else>>keeps $his sightless eyes downcast<</if>>. When you ask $him what's troubling $him, $his face plainly falls. +As another long week draws to a close, <<= App.UI.slaveDescriptionDialog($activeSlave)>> happens to walk past your office toward bed. There's nothing inherently abnormal about $his actions, but you do notice as $he steps past the doorway that an expression of worry and concern adorns $his $activeSlave.skin face. When you call $him into your office, $his face visibly brightens up in an attempt to conceal $his obvious distress as $he comes before you. Notably, although $he stands still and patiently awaits further orders, you notice $he <<if canSee($activeSlave)>>never manages to meet your eyes<<else>>keeps $his sightless eyes downcast<</if>>. When you ask $him what's troubling $him, $his face plainly falls. <br><br> <<if $activeSlave.mother != -1 && $activeSlave.father != -1>> <<setSpokenLocalPronouns $activeSlave $activeSlave>> @@ -4089,7 +4089,7 @@ As another long week draws to a close, <<EventNameLink>> happens to walk past yo <<case "devoted educated slave">> -<<EventNameLink>> comes before you for a routine inspection. The $desc is a well-educated and obedient slave. Though $he performs $his duties devotedly and to the best of $his abilities, slave life is not particularly conducive to straining an individual's brainpower. You happen to run into $activeSlave.slaveName in the hallways of the penthouse, where $he takes the opportunity to wordlessly signal $he wishes to gain your attention. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you for a routine inspection. The $desc is a well-educated and obedient slave. Though $he performs $his duties devotedly and to the best of $his abilities, slave life is not particularly conducive to straining an individual's brainpower. You happen to run into $activeSlave.slaveName in the hallways of the penthouse, where $he takes the opportunity to wordlessly signal $he wishes to gain your attention. <<if !canTalk($activeSlave)>> $He uses gestures to beg your pardon and explains that while $he enjoys life as your slave, $he doesn't feel like $his new role in your arcology allows $him to stimulate $his mind as often as it does $his body. <<else>> @@ -4100,9 +4100,9 @@ As another long week draws to a close, <<EventNameLink>> happens to walk past yo One afternoon, $assistant.name informs you $he that $he has a non-urgent matter that you might be interested in overseeing personally. <<if $assistant.personality > 0>> - _HisA $assistant.appearance avatar looks unusually curious. "<<= properTitle()>>," _heA says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<EventNameLink>>." Before you can ask why _heA deemed this important enough news to draw your attention to, _heA continues, "They're not using $him or anything. Just look." _HeA + _HisA $assistant.appearance avatar looks unusually curious. "<<= properTitle()>>," _heA says, "a group of tourists have just entered the arcology. They seem strangely enthralled by <<= App.UI.slaveDescriptionDialog($activeSlave)>>." Before you can ask why _heA deemed this important enough news to draw your attention to, _heA continues, "They're not using $him or anything. Just look." _HeA <<else>> - It announces that a group of tourists have just entered the arcology, and seem unusually enthralled by <<EventNameLink>>. Before you can ask why _heA's bothering you with this, _heA continues, "A business opportunity may exist," and + It announces that a group of tourists have just entered the arcology, and seem unusually enthralled by <<= App.UI.slaveDescriptionDialog($activeSlave)>>. Before you can ask why _heA's bothering you with this, _heA continues, "A business opportunity may exist," and <</if>> brings up a video feed. <br><br> @@ -4239,7 +4239,7 @@ says a third, obviously smitten. "I'd give anything to have a night with $him." Although your life as an arcology owner comes with many associated privileges, extended idleness to bask in your luxury is not often among them. Thankfully, $assistant.name knows better than to let you run yourself ragged from the weight of your assorted responsibilities and often allots time in the evenings of your active schedule to simply relax. <br><br> -Of course, no self respecting arcology owner could be expected to enjoy a lazy night of idle relaxation on their own. As you resolve the last of your most pressing responsibilities for the evening, $assistant.name directs one of your attentive slaves to gently guide you away from the unending burdens of running your arcology. Leaning against the doorway and wearing a facsimile of what an old world $woman might wear on a casual night in, <<EventNameLink>> +Of course, no self respecting arcology owner could be expected to enjoy a lazy night of idle relaxation on their own. As you resolve the last of your most pressing responsibilities for the evening, $assistant.name directs one of your attentive slaves to gently guide you away from the unending burdens of running your arcology. Leaning against the doorway and wearing a facsimile of what an old world $woman might wear on a casual night in, <<= App.UI.slaveDescriptionDialog($activeSlave)>> <<if !canTalk($activeSlave)>> asks with a gesture that carries just the right mixture of submission and exaggerated casualness if you'd like to 'hang out.' <<elseif SlaveStatsChecker.checkForLisp($activeSlave)>> @@ -4286,7 +4286,7 @@ in front of you, awaiting further direction. <<case "devoted shortstack">> -<<EventNameLink>> comes before you for a routine inspection. The +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you for a routine inspection. The <<if ($activeSlave.height > 130) && ($activeSlave.boobs > 800)>> shortstack <<elseif ($activeSlave.height > 130) && ($activeSlave.boobs < 600)>> @@ -4321,7 +4321,7 @@ is looking good despite $his diminutive height. When $he raises $his arm<<if has <<case "desperate null">> -You're inspecting <<EventNameLink>>, and $he's an unhappy little null today. <<if $activeSlave.devotion > 50>>$He's devoted to you, so that's not the problem;<<elseif $activeSlave.devotion > 20>>$He accepts $his place, so that's not the problem;<<elseif $activeSlave.devotion >= -50>>$He's not being especially defiant right now;<<else>>It's not $his hatred of you;<</if>> it's that $he's experiencing extreme sexual frustration. It's not obvious, despite $his nakedness. $He has no +You're inspecting <<= App.UI.slaveDescriptionDialog($activeSlave)>>, and $he's an unhappy little null today. <<if $activeSlave.devotion > 50>>$He's devoted to you, so that's not the problem;<<elseif $activeSlave.devotion > 20>>$He accepts $his place, so that's not the problem;<<elseif $activeSlave.devotion >= -50>>$He's not being especially defiant right now;<<else>>It's not $his hatred of you;<</if>> it's that $he's experiencing extreme sexual frustration. It's not obvious, despite $his nakedness. $He has no <<if $seeDicks != 0>>cock to get hard<</if>> <<if $seeDicks != 100>><<if $seeDicks != 0>>or <</if>>pussy to get wet<</if>> to advertise $his uncomfortable state. Most slaves have obvious visual cues like that to do their sexual begging for them, but not $him. All $he's got to show how pent up $he is is the stiffness of $his $activeSlave.nipples nipples, goosebumps all over $his areolae despite the warmth of your office, and a tiny bead of clear fluid at the little hole <<if $activeSlave.scrotum > 0>>above $his lonely, abandoned ballsack<<elseif $activeSlave.genes == "XX">>where $his pussy used to be<<else>>where the base of $his penis used to be<</if>>. @@ -4334,7 +4334,7 @@ $He does $his very best to get through the inspection without disgrace, hugging <<case "objectifying visit">> -At appropriate intervals during the day $assistant.name directs an unoccupied slave to visit your office to ensure all your needs are currently being met. With such a vague task set before them, the slaves who enter your domain in such a way often find themselves used in a multitude of refreshingly novel ways. At this particular moment, <<EventNameLink>> comes through the door of your office and obediently +At appropriate intervals during the day $assistant.name directs an unoccupied slave to visit your office to ensure all your needs are currently being met. With such a vague task set before them, the slaves who enter your domain in such a way often find themselves used in a multitude of refreshingly novel ways. At this particular moment, <<= App.UI.slaveDescriptionDialog($activeSlave)>> comes through the door of your office and obediently <<if $activeSlave.belly >= 300000>> settles $himself <<else>> @@ -4344,7 +4344,7 @@ beside your desk to await further orders. It occurs to you, gazing down at your <<case "implant inspection">> -<<EventNameLink>> comes before you naked for a routine inspection. You take particular care to examine $his implants; even a careful hand at the remote surgery has been known to produce unsightly scars, stretch marks, and the like. $His breasts are <<if $activeSlave.boobs < 1200>>large<<else>>massive<</if>>, but $his implants render them perky and rounded despite their size. An impossibility, had they been fully natural. Standing before you, $his breasts protrude outward from $his chest proudly and without sagging. As you inspect $him with your hands, $he +<<= App.UI.slaveDescriptionDialog($activeSlave)>> comes before you naked for a routine inspection. You take particular care to examine $his implants; even a careful hand at the remote surgery has been known to produce unsightly scars, stretch marks, and the like. $His breasts are <<if $activeSlave.boobs < 1200>>large<<else>>massive<</if>>, but $his implants render them perky and rounded despite their size. An impossibility, had they been fully natural. Standing before you, $his breasts protrude outward from $his chest proudly and without sagging. As you inspect $him with your hands, $he <<if $activeSlave.voice == 0>> breathes a little harder and looks like $he would speak, were $he not mute. <<elseif $activeSlave.accent > 3>> @@ -4366,7 +4366,7 @@ beside your desk to await further orders. It occurs to you, gazing down at your <<case "gagged slave">> -You cross paths with <<EventNameLink>> as $he returns from $activeSlave.assignment after a long day. One of the things most readily apparent about $activeSlave.slaveName is the +You cross paths with <<= App.UI.slaveDescriptionDialog($activeSlave)>> as $he returns from $activeSlave.assignment after a long day. One of the things most readily apparent about $activeSlave.slaveName is the <<if ($activeSlave.collar == "ball gag")>> ball gag keeping $his mouth filled, <<elseif ($activeSlave.collar == "bit gag")>> @@ -4400,7 +4400,7 @@ From $his new position beneath you, $he must crane $his neck so $his <<if canSee <<case "back stretch">> -You pass through your slaves' living area as some of them are starting their days. <<EventNameLink>> is one of them, and $he's just +You pass through your slaves' living area as some of them are starting their days. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is one of them, and $he's just <<if $activeSlave.rules.living == "spare">> crawled out of $his spartan bedroll. <<elseif $activeSlave.rules.living == "normal">> @@ -4524,7 +4524,7 @@ sighing contentedly at the feeling. <<if canSee($activeSlave)>>$He opens $his ey <<set _clothes = $activeSlave.clothes>> <</if>> -Near the end of $his weekly inspection, <<EventNameLink>> asks you a question. The inspection happens to have been at the start of $his day, and after you're done with $him, $he'll be heading off to get dressed. $He's naked for inspection, of course, +Near the end of $his weekly inspection, <<= App.UI.slaveDescriptionDialog($activeSlave)>> asks you a question. The inspection happens to have been at the start of $his day, and after you're done with $him, $he'll be heading off to get dressed. $He's naked for inspection, of course, <<if $activeSlave.fetishKnown && $activeSlave.fetish == "humiliation">>which has the humiliation fetishist $desc decently aroused<<else>>but $he's a good $desc, and $he trusts you, so $he has no problem at all with being seen nude<</if>>. In fact, that's what $he asks you about. <br><br> "<<Master>>," $he <<say>>s, "may I plea<<s>>e wear <<s>>omething a little more revealing, ju<<s>>t for today?" $He <<if $activeSlave.trust > 95>>trusts you completely, enough to have confidence that you'll understand $he isn't<<else>>bites $his lip, realizing that $he might have come across as<</if>> questioning you. "Wearing @@ -4561,7 +4561,7 @@ You are alerted to an issue regarding your <<else>> debilitatingly pregnant slave, <</if>> -<<EventNameLink>>. It seems +<<= App.UI.slaveDescriptionDialog($activeSlave)>>. It seems <<if $pregAccessibility == 1 || $ballsAccessibility == 1 || $buttAccessibility == 1 || $boobAccessibility == 1>> that, despite updating your penthouse to accommodate extra wide slaves, <<else>> @@ -4636,7 +4636,7 @@ You are working late tonight, poring over some particularly troublesome business <<elseif $PC.refreshmentType == 6>> tab of $PC.refreshment <</if>> -brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He loves you, but fears you simultaneously. Such relationships were not uncommon before the advent of modern slavery, but they are especially prevalent in its wake, as fear has proven a highly effective control method for those slaveowners with the inclination and relative lack of conscience to utilize it as such. You hurriedly put the finishing touches on your work, eager to be done, and then reach for your $PC.refreshment. $activeSlave.slaveName flinches at your sudden movement, taking a few frightened steps back, nearly dropping the serving tray and leaving you grasping at thin air. It was a simple fear response; $he didn't realize you were ready for your treat and instinctively thought you were reaching out to strike $him. Tears swell up in $his eyes as $he apologizes profusely. +brought in to you. This time <<= App.UI.slaveDescriptionDialog($activeSlave)>> has been sent to deliver it. $He loves you, but fears you simultaneously. Such relationships were not uncommon before the advent of modern slavery, but they are especially prevalent in its wake, as fear has proven a highly effective control method for those slaveowners with the inclination and relative lack of conscience to utilize it as such. You hurriedly put the finishing touches on your work, eager to be done, and then reach for your $PC.refreshment. $activeSlave.slaveName flinches at your sudden movement, taking a few frightened steps back, nearly dropping the serving tray and leaving you grasping at thin air. It was a simple fear response; $he didn't realize you were ready for your treat and instinctively thought you were reaching out to strike $him. Tears swell up in $his eyes as $he apologizes profusely. <<default>> <br>ERROR: bad RESS event $RESSevent @@ -4651,7 +4651,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "first period">> <<link "Explain $he's just becoming a woman">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he is just undergoing $his first period, and that the pain $he is feeling is perfectly natural. <<if !canTalk($activeSlave)>> @@ -4665,7 +4664,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($PC.dick != 0) && ($activeSlave.eggType == "human")>> <br><<link "Demonstrate what this means">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he is just becoming a woman, and to celebrate, you are going to put a child in $him. <<if !canTalk($activeSlave)>> @@ -4700,7 +4698,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>> <</if>> <br><<link "Tell $him $he'll just be taking it up the ass more">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In one swift motion, you pull out a chastity belt and lock it onto $him. $He gasps as $he feels it hug close to $his pussy. You explain that $he has just become a woman, and thus, will be taking it up the ass until you decide it's time for $him to become pregnant. <<if !canTalk($activeSlave)>> @@ -4723,7 +4720,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "wet dreams">> <<link "Explain $he's just growing up">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $his body is preparing to be able to impregnate girls, and that what happens at night happens to all boys. Though as a slave, $he should consider $himself lucky to be allowed to keep $his male genitalia. <<if !canTalk($activeSlave)>> @@ -4737,7 +4733,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Teach $him $his place">> <<if $PC.dick == 0>> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he is just becoming a potent $woman, and as such, $he will need to learn that you are the dominant force in $his life. <<if !canTalk($activeSlave)>> @@ -4781,7 +4776,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<set $activeSlave.devotion += 5>> <</replace>> <<else>> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he is just becoming a potent $woman, and as such, $he will need to learn that you are the dominant force in $his life. <<if !canTalk($activeSlave)>> @@ -4838,7 +4832,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0) && ($PC.dick != 0)>> //This option will take $his anal virginity//<</if>> <<if $PC.vagina > 0>> <br><<link "Let me teach you how to use it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he is just becoming a potent $woman, and as such, $he will need to learn how to please $his partners. <<if !canTalk($activeSlave)>> @@ -4883,7 +4876,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> //This option will penetrate you// <</if>> <br><<link "Tell $him it doesn't matter, $he won't be using it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In one swift motion, one pull out a chastity cage and lock it onto $him. $He gasps as $he feels it hug close to $his struggling erection. You explain that $he has just become potent, and thus, will be restricted until you feel differently. <<if !canTalk($activeSlave)>> @@ -4906,7 +4898,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <br><<link "Geld $him to render $him impotent again">> <<set $activeSlave.balls = 0, $activeSlave.trust -= 20>> <<run surgeryDamage($activeSlave, 10)>> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bluntly tell $him $he is becoming potent, and that is something you can't allow to roam unchecked amongst your fertile slaves. You drag $him to the remote surgery and strap $him face-down with $his legs spread <<if $activeSlave.belly >= 5000>>$his _belly rounded belly forcing $his rear into the air<</if>>. $He doesn't understand what's happening, since the anesthetics totally deprive $him of any sensation. $He's so drugged and drowsy with @@.red;surgical recovery@@ that it takes a while for $him to figure out what's happened. When $he does, $his poor mind scarcely processes the @@.gold;horror@@ of what's happened. $He numbly carries on, terrified. <</replace>> @@ -4916,7 +4907,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "surprising wakeup">> <<link "Permit $him to continue">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You can't complain, it feels really good. You don't know where this skill was lurking in $his broken mind, but you're glad to see it put to good use. <<if $PC.dick != 0>>Just as you are about to cum, $he takes the full length of your dick down $his throat, diligently taking in every drop of cum<<else>>Even as you buck with pleasure, $he diligently keeps $his tongue to your clit and pussy, making sure you don't go a moment without pleasure<</if>>. You don't have an orgasm like that every day, and as $he looks at you lovingly, you prod $him with your still hard <<if $PC.dick != 0>>cock<<else>>clit<</if>> for round two. $He is @@.green;no longer mindbroken@@ and for whatever twisted reasons deeply and sincerely @@.hotpink;loves@@ and @@.mediumaquamarine;trusts@@ you. @@ -4933,7 +4923,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Embrace $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You gently grab $his face and stare deeply into $his <<= App.Desc.eyesColor($activeSlave)>>. <<if canSee($activeSlave)>>They are full of life as opposed to their usual dullness<<else>>They are as dull as always, but that isn't $his fault. $His facial expressions at the act tell you all you need to know<</if>>. You pull your $wife into a tight embrace — $him coming back to you is more than enough of a gift; $he needn't do anything more for now. You pull the covers over the both of you and begin to doze off, smiling at the warmth cuddling ever closer to you. $He is @@.green;no longer mindbroken@@ and thanks to your care deeply and sincerely @@.hotpink;loves@@ and @@.mediumaquamarine;trusts@@ you. @@ -4948,7 +4937,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Rape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Getting head isn't going to cut it. You easily overpower the startled $desc and <<if canDoVaginal($activeSlave)>> @@ -5017,7 +5005,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>>//<<if canDoVaginal($activeSlave) && $activeSlave.vagina == 0>>This option will take $his virginity<<elseif canDoAnal($activeSlave) && $activeSlave.anus == 0>>This option will take $his anal virginity<</if>>// <br><<link "Punish $him for waking you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In one swift motion you throw aside the cover and backhand the $desc for waking you. $He falls to your side, where $he lays, unmoving. It seems $his mind was still fragile, $he'll likely be back to $his usual blank self when you awake. You pull the blanket back over yourself; you'll deal with $him in the morning<<if $fuckSlaves > 1>>, <<if $masterSuiteUpgradeLuxury == 2>>which will likely entail pulling $his used body out of the fuckpit orgy<<else>>assuming one of your other toys doesn't get to $him first<</if>><</if>>. <<if $fuckSlaves > 1 && $masterSuiteUpgradeLuxury == 2>> @@ -5051,7 +5038,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if $mutinery == 1>> <<link "Fight $him off as much as you can">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if overpowerCheck($activeSlave, $PC) >= random(1,100)>> You know your own body well, at least enough to be able to make it as difficult as possible for $him to use you. If $he were to loosen $his grip by a little, you'd be quick to shake $him off, but the position $he's got you in doesn't leave much room to fight back. When you start to tire, $he pushes you to the wall and starts rubbing $his @@ -5177,7 +5163,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Try to talk it out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You start trying to talk $him down, hoping to persuade $him that you might reconsider your punishment if $he stopped this foolishness; $he doesn't seem too keen on <<if canHear($activeSlave)>>listening to<<else>>acknowledging<</if>> you, instead pushing you against a wall and tearing your clothes off. Ignoring your words, $he forces $his <<if $activeSlave.dick == 1>> @@ -5278,7 +5263,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Fake playing along">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You start removing your top and putting on a show of seducing your slave, dropping to your knees while looking doe-eyed at $him. By sucking $him off, you'll probably get $him to lower $his guard enough to get the upper hand. You take $his <<if $activeSlave.dick == 1>> @@ -5445,7 +5429,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "breeding bull">> <<link "Push $him off of you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if overpowerCheck($activeSlave, $PC) >= random(1,100)>> You struggle underneath $his grip and manage to wriggle your arms free. You grab the amorous bull and effortlessly flip $him off of you. $He might be strong, but you are <<if $arcologies[0].FSPhysicalIdealist != "unset">>a chiseled god<<if $PC.title == 0>>dess<</if>><<else>>far stronger<</if>>. @@ -5473,7 +5456,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Wait for a chance to escape">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is far stronger than you expected and has you trapped in a compromising position. You've seen $activeSlave.slaveName fuck before; $he's a quick shot, only in it to get $his mate pregnant. $He cums so hard $he nearly blacks out; that will be your best chance to escape $him. You question your choice as $his gigantic dick pokes at your crotch, eager to find the egg at the end of the tunnel. $He lacks even the basic understanding of foreplay, you realize, as $he drives $his cock deep into your pussy. You groan with pain at the sheer size of the rod stretching out your poor hole and struggle to hold back the tears once $he starts thrusting. There is no pleasure for you here as $he batters your cervix; should $he force through it, you may not be able to throw $him off. With a loud grunt, $he does just that. $He may be deep seated now, but you aren't going to give up. You feel $him tense up; now's your chance! As $he climaxes, you slip a leg around $his side and push $him with all your might. $He flops over, pulling out as $he spurts $his massive load and nailing you right in the face. You spit the jism out of your mouth and quickly restrain the dribbling bull. <br><br> @@ -5483,7 +5465,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Call out for help">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is far stronger than you expected and has you trapped in a compromising position; you shout out for <<if $Bodyguard != 0>>$Bodyguard.slaveName<<elseif $Concubine != 0 && canWalk($Concubine)>>$Concubine.slaveName<<else>>somebody<</if>> to help you. You've seen $activeSlave.slaveName fuck before; $he's a quick shot, only in it to get $his mate pregnant. You question if anyone is coming as $his gigantic dick pokes at your crotch, eager to find the egg at the end of the tunnel. $He lacks even the basic understanding of foreplay, you realize, as $he drives $his cock deep into your pussy. You groan with pain at the sheer size of the rod stretching out your poor hole and struggle to hold back the tears once $he starts thrusting. There is no pleasure for you here as $he batters your cervix; you barely stop yourself from screaming out as $he slams through your final defense <<if $Bodyguard != 0>> @@ -5502,7 +5483,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Take it like a good _girlP">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is far stronger than you expected and has you trapped in a compromising position. You've seen $activeSlave.slaveName fuck before; $he's a quick shot, only in it to get $his mate pregnant. You question what you are thinking as $his gigantic dick pokes at your crotch, eager to find the egg at the end of the tunnel. $He lacks even the basic understanding of foreplay, you realize, as $he drives $his cock deep into your pussy. You groan with pain at the sheer size of the rod stretching out your poor hole and struggle to hold back the tears once $he starts thrusting. There is no pleasure for you here as $he batters your cervix; you barely stop yourself from screaming out as $he slams through your final defense and cums directly into your exposed womb. <br><br> @@ -5538,7 +5518,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "waistline woes">> <<link "Yes">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if ($activeSlave.diet == "fattening" || $activeSlave.dietMilk > 0) && $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>> <<if canTalk($activeSlave)>> @@ -5576,7 +5555,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "No">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if ($activeSlave.diet == "fattening" || $activeSlave.dietMilk > 0) && $activeSlave.intelligence+$activeSlave.intelligenceImplant > 15>> <<if canTalk($activeSlave)>> @@ -5609,13 +5587,11 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "You look fine">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <</replace>> <</link>> <br><<link "Send $him to the gym">> <<replace "#result">> - <<EventNameDelink $activeSlave>> $His face <<if $activeSlave.behavioralQuirk == "fitness">>brightens<<else>>sours<</if>> as you instruct $him to spend $his free time on the treadmill if $he is so bothered by it, <<if $activeSlave.behavioralQuirk == "fitness">>and by week's end, $he's @@.hotpink;in a fantastic mood.@@<<else>>but by week's end, $he's singing a different tune.<</if>> Not only is $he @@.lime;several sizes smaller@@ than $his expectations, but $he @@.mediumaquamarine;looks and feels great,@@ something $he just can't help but @@.hotpink;show off@@ as $he struts past your office. <<if $activeSlave.behavioralQuirk == "fitness">> <<set $activeSlave.devotion += 10, $activeSlave.trust += 10>> @@ -5627,7 +5603,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Help $him burn some calories">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's dismayed when you agree, but that fades quickly into hope when you continue, suggesting there's a way to start fixing the problem. $He just needs some exercise, to shed off those pounds with some hard physical work. The couch, you think, will do perfectly, moving around your desk to stretch out on the inviting surface a few steps away, hands linking behind your head in a powerful display of your body. It's enough to make $him press $his thighs together, but you make no move for your pants, <<if $PC.dick == 0>>a strap-on,<</if>> or even your shirt. You let $him puzzle and suffer for a few moments more before you make your intentions clear; if $he wants to burn calories, then it should be $him that does all the work. <br><br> @@ -5801,14 +5776,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He /* <<if canPenetrate($activeSlave) && $PC.belly < 1500 && (($activeSlave.height >= $PC.height*1.5) || $activeSlave.muscles > 70)>> <br><<link "Take $him for a jog">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <</replace>> <</link>> //This option will penetrate you// <</if>> */ <br><<link "Send $him on $his way">> - <<EventNameDelink $activeSlave>> <<replace "#result">> All that $he should be worried about is serving you, not inconsequential changes to $his body. <<if $activeSlave.behavioralQuirk == "insecure">> @@ -5825,7 +5798,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted lotion">> <<link "Apply lotion liberally">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reach down to take $his hands, and pull $him up to stand in front of you before crushing $him in a frankly sexual embrace. Taking charge of the lotion, you apply it to your hands and start with $his face. $He submits to your close attention, even closing $his eyes so you can get $his eyelids, only a slight quickening of breath betraying $his intensity of feeling at having you do this. You take your time, which turns into exquisite sexual torture when you finally reach $his <<if $activeSlave.boobs > 2000>>incredible breasts, which stand out so far in front of $him that you have to reach around their mass rather inelegantly<<elseif $activeSlave.boobs > 800>>heavy breasts<<else>>lovely chest<</if>>. When your warm, moist hands <<if $activeSlave.nipples != "fuckable">>rub<<else>>slip into<</if>> $his<<if $activeSlave.lactation > 0>> milky<</if>> nipples, $he cannot suppress a moan. You take pity, take $his hands, guide them to the lotion bottle, and coat them generously. Then, you place $his hands in yours and move them to between $his legs, manipulating them like a music teacher guiding a pupil's hands on an instrument, guiding $him in gentle masturbation. You go back to applying lotion to the rest of $his body, enjoying the slave's intense pleasure. When you've covered every <<if $showInches == 2>>inch<<else>>centimeter<</if>> of $him, you hug $him close, returning your hands to $his nipples <<if $PC.dick != 0>>and pushing your rock-hard prick in between $his well-lubricated thighs<<if $PC.vagina != -1>>, <</if>><</if>><<if $PC.vagina != -1>>after guiding one of $hers around behind $him to see to your pussy<</if>>. $He quickens $his pace<<if canSee($activeSlave)>> and raises $his gaze to the mirror, seeing $his magnificently nude, $activeSlave.skin skin flushed with arousal<<else>>, feeling $his magnificently nude, $activeSlave.skin skin flush with arousal<</if>> as $his <<if ($activeSlave.chastityPenis == 1)>> @@ -5849,7 +5821,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Fist $his ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to <<if hasBothLegs($activeSlave)>>grab $his ankles<<else>>bend over<</if>>. $He giggles and<<if $activeSlave.belly >= 5000>> carefully<</if>> complies<<if $activeSlave.belly >= 120000>> to the best of $his ability<</if>>, relaxing $his <<if $activeSlave.anus > 2>>asspussy<<elseif $activeSlave.anus == 2>>asshole<<else>>little ass<</if>> in the expectation of <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>>, but starts with surprise when $he feels two warm, lubricated fingers slide into $his rectum. <<if $activeSlave.anus > 2>> @@ -5932,7 +5903,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>> <br><<link "Fist $his pussy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You slide up behind $him and run a possessive hand down<<if $activeSlave.belly >= 1500>> $his swollen midriff down<</if>> to finger $his pussylips. $He compliantly cocks $his hips backward for you, and is surprised to find a couple of warm, lubricated fingers rather than <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>> sliding into $his ready cunt. <<if $activeSlave.vagina > 2>> @@ -5988,7 +5958,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "sore shoulders">> <<link "Make $him work it out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to get ready to go into a handstand. $He looks puzzled, but anticipatory, and hurries to comply. <<if $activeSlave.boobs > 2000>> $He has to be careful doing it, since $his huge boobs come down and almost smother the poor slave once $he's inverted.<</if>> @@ -6015,7 +5984,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take virginity//<</if>> <br><<link "Give $him a massage">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You vault your desk, fold yourself into a cross-legged pose with your back against its front, <<if canSee($activeSlave)>> @@ -6088,7 +6056,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "bed snuggle">> <<link "Make the meeting">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<set _meetingBonus = Math.trunc($cash/10000)*1000>> <<if _meetingBonus > 5000>> @@ -6101,7 +6068,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Call in from where you are">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<set _meetingBonus = Math.trunc($cash/10000)*1000>> <<if _meetingBonus > 5000>> @@ -6127,7 +6093,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Go back to sleep">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $assistant.name to cancel the appointment, plant a kiss atop your bedmate's sleeping head, and go back to sleep yourself, with the peerless comfort of a warm, naked <<if $activeSlave.physicalAge > 30>> @@ -6195,7 +6160,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Spend the day in bed">> - <<EventNameDelink $activeSlave>> <<replace "#result">> What's the point of becoming a wealthy tycoon in an anarcho-libertarian paradise if you have to obey the rules all the time? You tell $assistant.name to cancel the appointment. Then, you wake your bedmate, and <<if $PC.dick != 0>>get a blowjob<<if $PC.vagina != -1>> and some attention for your pussy<</if>><<else>>have $him eat you out<</if>> under the sheet while you enjoy the lurid sunrise through the glass wall of your bedroom. When the sun is up and you've <<if $PC.dick != 0>>shot your load down $his throat<<else>>climaxed twice<</if>>, you pull the bemused $girl up alongside you again, bring the sheets up over you both, switch on a wallscreen, and ask $him if there's anything $he'd like to <<if canSee($activeSlave)>>watch<<elseif canHear($activeSlave)>>listen to<<else>>put on<</if>>. $He smiles incredulously, but after you encourage $him $he @@.mediumaquamarine;finds $his confidence@@ and admits that there's a Free Cities serial drama about slave life that $he enjoys. You put it on and watch three episodes with $him. It's terribly insipid, but there's a lot of explicit sex to liven things up, and all the actresses are nice enough to look at. $activeSlave.slaveName cuddles comfortably with you the entire time, <<if canSee($activeSlave)>>watching raptly<<elseif canHear($activeSlave)>>listening intently<<else>>staying as silent as possible<</if>> and doing $his best to explain the wretchedly trite plot you've missed. <<run seX($activeSlave, "oral", $PC, "penetrative")>> @@ -6223,7 +6187,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "confident tanning">> <<link "Ask $him if $he needs help with $his tan">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ask $him if $he needs help with $his tan. $He looks momentarily confused, but then $he catches <<if canSee($activeSlave)>>the gleam in your eye <<if $PC.dick != 0>>and notices your stiffening member<<else>>and the flush on your cheeks<</if>><<else>>on to the swing of things<</if>>. "Ooh," $he <<say>>s cheekily, <<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1) && ($activeSlave.fetishStrength > 60)>> @@ -6284,7 +6247,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Just enjoy the sunshine with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Wordlessly, you fetch a towel of your own. $He raises $his head a little to see if $he's needed, but as soon as $he <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> what you're doing, $he smiles with simple satisfaction and closes $his eyes again. You strip and lie down next to $him. $He made a good decision <<if $activeSlave.assignment == "rest">>about how to spend $his rest<<else>>about what to do with $his rest period<</if>>. The sun is warm and gentle, and the interminable demands of leadership and your harem suddenly seem very far away. You drop off for a short while, only waking when your apologetic personal assistant breaks in with notice of an upcoming meeting. As you get your senses back, you notice that $activeSlave.slaveName's hand is right next to yours, flattened out against the decking. $His eyes remain closed, and $his breath is steady; $he's fast asleep. It seems $he did not want to wake you, but @@.hotpink;wanted very much to be a little closer to you.@@ You consider canceling the meeting and waking the sun-warmed <<if $activeSlave.physicalAge > 30>> @@ -6301,7 +6263,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Bring your good slaves out for a day at the beach">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You direct $assistant.name to bring your slaves who deserve it out for a day at the beach. There might be little sand out on the balcony, but there's plenty of warm sun. And beaches are overrated these days anyway, with the ocean becoming so unpredictable. <<= capFirstChar($assistant.name)>> advises them to get naked, and bring towels and sun lotion appropriate for their individual skin types, so they know they're going to get some sunshine, but they're surprised when they get outside. They're obviously expecting an orgy of some kind, but all they see is you and $activeSlave.slaveName luxuriating on the decking. As they arrive, they take the cue and line up with you one by one. After a long sunbathing session, you send a couple of them inside to bring out cool drinks, a beach ball, and other essentials. The hornier slaves are doubtful for a while, but eventually they all relax and @@.mediumaquamarine;gain confidence@@ from the simple, nonsexual pleasure of a little time in the sun. <<if ($activeSlave.ID != $HeadGirl.ID) && ($HeadGirl != 0)>> @@ -6323,7 +6284,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted nympho">> <<link "Make $him do that again">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You laugh at $him kindly, and $he @@.mediumaquamarine;smiles with relief,@@ happy that you find $his wonderful and terrible sex drive amusing. After a cursory inspection, you <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown == 1)>> @@ -6363,7 +6323,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Take pity on the poor nympho">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He shivers a little when $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> you slide out from behind your desk and approach $him. $His overcharged sex drive allows $him no refractory period at all, and the hunger <<if !canSee($activeSlave)>>on $his face<<else>>in $his eyes<</if>> is undiminished. You pause to consider $him and $his face falls a little as $he wonders what you're planning. $He's wrong to doubt you; <<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1)>> @@ -6460,7 +6419,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted exhibition">> <<link "Inspect $him normally">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You pay no attention to the unusual circumstances, and conduct a normal inspection of $his naked body. $He understands that $he did the right thing, and @@.mediumaquamarine;trusts@@ you a bit more. Since you're paying no attention to the unusual location for the inspection, $he does $his very best to perform $his role normally, too. $He <<if ($activeSlave.boobs > 2000)>>lifts $his enormous boobs one by one<<elseif ($activeSlave.boobs > 1000)>>hefts $his heavy breasts one by one<<elseif ($activeSlave.boobs > 300)>>squeezes $his boobs one by one<<else>><<if $activeSlave.nipples != "fuckable">>pinches<<else>>fingers<</if>> the nipples capping $his flat tits<</if>>, <<if ($activeSlave.skill.oral > 60)>>opens $his mouth and wiggles $his expert tongue<<elseif ($activeSlave.lips > 40)>>opens $his mouth and licks $his puffy lips<<else>>opens $his mouth and sticks out $his tongue<</if>>, <<if ($activeSlave.balls > 1)>> @@ -6481,7 +6439,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Inspect $him and then leave $him out for the public to use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You pay no attention to the unusual circumstances, and conduct a normal inspection of $his naked body. When done, you rise from your seat and produce a short strap. $His breath quickens as you bind $his <<if hasBothArms($activeSlave)>>hands and pull them<<elseif hasAnyArms($activeSlave)>>hand and pulls it<<else>>body and pulls $him<</if>> down towards a bench; you secure $him so $he can crouch or kneel, naked and vulnerable. As you leave, $he understands, and glances around the balcony. Fixing on the nearest citizen paying attention to $him, $he looks him straight in the eye <<switch $activeSlave.fetish>> @@ -6518,7 +6475,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.fetishKnown == 1 && $activeSlave.fetish != "none">> <br><<link "Fuck $him like $he likes it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's completely unsurprised when you crook a finger at $him after a brief inspection, and skips over, looking excited. It's not in vain. <<if ($activeSlave.fetish == "submissive")>> @@ -6615,7 +6571,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "permitted masturbation">> <<link "Sleep with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He starts with surprise when $he feels your hand on $his <<if $activeSlave.weight > 160>> @@ -6658,7 +6613,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Exhaust $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He starts with surprise when $he feels your hand on $his <<if $activeSlave.weight > 160>> @@ -6691,7 +6645,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.fetishKnown == 1 && $activeSlave.fetish != "none">> <br><<link "Play into $his fetish at bedtime">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> $He starts with surprise when $he feels your hands seize $him by $his @@ -6804,14 +6757,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "terrified inspection">> <<link "Confirm $his fears about you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canSee($activeSlave)>>You throw $him a black cloth bag and tell $him to put it over $his head. $He obeys hurriedly, though $he cannot quite restrain $his tears from running down $his $activeSlave.skin cheeks as $he dons the bag, blinding $himself.<</if>> $He trembles, blind and terrified, for several agonized minutes before a strangled sob escapes $him. $He immediately cringes, expecting to be punished, but nothing happens. You let $him stand there for almost an hour, until you're sure $he's let $his guard down, and then approach $him quietly. You consider $his body, your personal property, carefully; and on careful consideration, you aim a vicious flick at $his <<if ($activeSlave.balls > 3)>>nutsack<<elseif ($activeSlave.dick > 0)>>cockhead<<elseif ($activeSlave.clit > 1)>>prominent clit<<elseif ($activeSlave.labia > 0)>>prominent labia<<elseif ($activeSlave.nipples == "huge")>>one of $his vulnerable nipples<<else>>one of $his nipples<</if>>. A flick barely registers on the list of ways you can administer pain to a slave, but after so much sensory deprivation, it knocks $him halfway to the ground with a shriek of surprise and agony. $He crouches involuntarily, cherishing $his stinging <<if ($activeSlave.balls > 3)>>testicles<<elseif ($activeSlave.dick > 0)>>prick<<elseif ($activeSlave.clit > 1)>>bitch button<<elseif ($activeSlave.labia > 0)>>pussylips<<else>>nipple<</if>> with both hands, sobbing. You <<if canSee($activeSlave)>>pluck the bag off $his head and <</if>>tell $him to get out. $He half-walks, half-crawls away<<if canSee($activeSlave)>>, shielding $his eyes from the sudden brightness<</if>>, @@.gold;choking on $his tears.@@ <<set $activeSlave.trust -= 5>> <</replace>> <</link>> <br><<link "Conduct a straightforward inspection">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to spin slowly in place in a matter-of-fact tone of voice. $He does, <<if ($activeSlave.weight > 160)>> @@ -6870,13 +6821,11 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "cooler lockin">> <<link "Just direct $assistant.name to let $him out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<= capFirstChar($assistant.name)>> unlatches the cooler door remotely, and admonishes $activeSlave.slaveName. The chilled slave scampers out of the cold air, rubbing $his<<if $activeSlave.bellyPreg >= 1500>> _belly pregnant belly's<</if>> $activeSlave.skin skin to get some warmth back into it. $He's too cold to do much more than nod dumbly at $assistant.name's review of how to operate the release, but $he's much more careful the next time $he's sent in there. <</replace>> <</link>> <br><<link "Let $him out yourself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you get there, the poor $girl is pounding weakly against the refrigerator door to try to get someone's attention. <<= capFirstChar($assistant.name)>> was right, $he must be too cold to think straight; if $he weren't $he might <<if canSee($activeSlave)>>notice the<<else>>have thought to feel around for the<</if>> prominent release button right next to where $he's striking the door. $His desperate $activeSlave.skin face is visible in the window. You hit the exterior release and the door swings open quickly, dumping $him into your arms. Despite not being devoted to you, $he clings to you like a long lost love, $his <<if ($activeSlave.height >= 185)>>big cold<<elseif ($activeSlave.height >= 160)>>cold<<else>>cold little<</if>> <<if $activeSlave.belly >= 1500>>_belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>><</if>>body shaking convulsively. $He tries to burrow even <<if ($PC.boobs >= 650)>>deeper between your breasts<<else>>closer to you<</if>>, soaking up your warmth. <<if !canTalk($activeSlave)>> @@ -6903,7 +6852,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Punish $him for $his forgetfulness">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You're not close to the penthouse kitchen area, so it takes you some time to make your way there. By the time you<<if $PC.dick == 0>> don a strap-on and<</if>> get there, the poor <<if $activeSlave.pregKnown == 1>>pregnant <</if>>$girl is pounding weakly against the refrigerator door to try to get someone's attention. $He looks relieved when you open the door, but $his relief turns to ashes when you shut the door behind you. $He shivers with cold and fear as you sternly point out the release, high up on the door, and then demand $his hands. You bind them together and loop them over the release before hoisting $his legs off the ground so that $his back is against the cold metal door and all $his weight is hanging off the release by $his arm<<if hasBothArms($activeSlave)>>s<</if>>. $He doesn't struggle until you tell $him $he can leave — if $he can get the release open like this. $He tries, but $he can't get enough leverage; $his spastic efforts get weaker as you pull $his <<if ($activeSlave.butt > 5)>>massive ass<<elseif ($activeSlave.butt > 2)>>big butt<<else>>nice little butt<</if>> away from the door and line <<if $PC.dick == 0>>the strap-on<<else>>your cock<</if>> up with $his <<if ($activeSlave.anus > 2)>>loose asspussy<<elseif ($activeSlave.anus > 1)>>asshole<<else>>tight little asshole<</if>>. Teeth chattering, legs shaking with cold, $he takes a buttfuck in the cold cooler, hanging from what $he should have used to let $himself out. When you finish, you hit it yourself and drop $his legs, letting $him unhook $himself and flee to the warmth outside. $He @@.gold;begs your pardon@@ abjectly as $he rubs $his <<if $activeSlave.belly >= 5000>> _belly $activeSlave.skin belly <<else>>$activeSlave.skin shoulders <</if>>to warm $himself up<<if $PC.dick > 0>>, ignoring the cum <<if ($activeSlave.anus > 2)>>leaking out of $his fucked-out anus<<elseif ($activeSlave.anus > 1)>>leaking out of $his now-gaped backdoor<<else>>filling $his still-tight anus<</if>><</if>>. <<set $activeSlave.trust -= 5>> @@ -6914,7 +6862,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "spa boobs">> <<link "Sit against the side of the pool with $him in your lap">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You<<if $PC.dick == 0>> don a waterproof, vibrating strap-on and<</if>> step into the pool and <<if $activeSlave.belly >= 450000>>struggle to <</if>> lift $him half-out of the water in a bridal carry, your arms behind $his shoulders and the backs of $his knees. <<if canSee($activeSlave)>>$His eyes open<<else>>$He mumbles<</if>> sleepily<<if $activeSlave.belly >= 1500>>as $he rests a hand on $his _belly belly,<</if>> and $he <<say>>s <<if ($activeSlave.lips > 70)>> @@ -6940,7 +6887,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Fuck $him under the water">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You gather some necessary items into a pool bag and step stealthily into the water, taking $him by an ankle and towing $him toward the deep end. "Hi, <<Master>>," comes a sleepy greeting from the slave as you pull $him through the water, $his boobs making twin bow waves. $He manages a shocked squeal as you quickly secure a weight belt <<if $activeSlave.belly >= 120000>>above $his<<else>>around $his<</if>><<if $activeSlave.belly >= 1500>> _belly<<elseif $activeSlave.weight > 95>> soft<</if>> middle and drop $him, letting $him sink so swiftly that <<if ($activeSlave.butt > 5)>>$his massive bottom pads $him against a painful thump on<<elseif ($activeSlave.butt > 2)>>$his healthy bottom pads $him against a painful thump on<<else>>$his bottom receives a painful thump against<</if>> the bottom of the pool. Before $he can panic, $he feels your mouth against $his<<if ($activeSlave.lips > 70)>> dick sucking<<elseif ($activeSlave.lips > 20)>> lovely<</if>> lips, breathing for $him. You have two long, flexible snorkels designed for exactly this, but you keep $hers away from $him and breathe $his air into $him for a short time, and $he @@.mediumaquamarine;trusts@@ you enough to rely on you. When you finally give $him $his snorkel $he laughs, bubbles rising from around the mouthpiece, and then hugs you impulsively, intentionally giving you a huge faceful of boob. You pull $his weight belt down and tighten it around $his ankles so $he's pinned standing on the bottom, and then <<if ($PC.vagina != -1)>> @@ -6963,13 +6909,11 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "newly devoted sunrise">> <<link "Slaveowners do not hold their slaves' hands">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canSee($activeSlave)>>You shake your head sternly<<else>>You say nothing but don't take $his hand<</if>>. $He looks neither afraid nor crushed, but simply gazes properly at you, clearly waiting for punishment. When none comes, $he accepts that it was not culpably wrong of $him to ask, but that the answer is no. $He leaves the balcony feeling reassured about $his place in $arcologies[0].name — a little more independent of $his <<= WrittenMaster()>> and yet a little more inured to the reality of his control. $He is a proper devoted slave and will remain so. <</replace>> <</link>> <br><<link "Hold $his hand">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canSee($activeSlave)>>You nod without taking your eyes off the blazing horizon<<else>>You take $his hand without taking your eyes off the blazing horizon<</if>>. $His <<if $activeSlave.height >= 185>> @@ -6989,7 +6933,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Buttfuck $him against the railing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You move quietly over to $him and encircle $him with your arms, holding both $his hands over $his _belly<<if $activeSlave.pregKnown == 1>> pregnant<</if>> belly with both of yours. $He relaxes into your <<if $PC.boobs >= 1400>> @@ -7031,7 +6974,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "Fuck $him against the railing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You move quietly over to $him and encircle $him with your arms, holding both $his hands over $his _belly<<if $activeSlave.pregKnown == 1>> pregnant<</if>> belly with both of yours. $He relaxes into your <<if $PC.boobs >= 1400>> @@ -7075,7 +7017,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "nympho with assistant">> <<link "No, spectate and relax with $him afterward">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You leave for a moment, but return quickly with a chair and a refreshing beverage so you can sit and enjoy the spectacle. It's hard to tell, but you're reasonably sure $activeSlave.slaveName is flattered by your interest. <<= capFirstChar($assistant.name)>> does not let $him go for a long time, however, and when $he finally retracts all the phalli, $activeSlave.slaveName collapses weakly to the sweat-stained floor. <<if $activeSlave.belly >= 300000>> @@ -7088,7 +7029,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Tour $his holes">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The polite thing to do would be to instruct $assistant.name to retract a dildo before replacing it with <<if $PC.dick == 0>>a strap-on<<else>>your dick<</if>>. You are not, however, feeling particularly polite. $activeSlave.slaveName writhes in anguish when $he feels an additional phallus forcing its way past $his lips. $He tries to relax but loses control and spasms; the throat fucking continues unmercifully and in short order $he is gagging desperately. Each of $his holes receives the same treatment in turn; all $he manages to do in response is writhe here and there, and squeal incoherently whenever $his mouth isn't totally full. $He has become @@.hotpink;more submissive to you.@@ <<= VCheck.Both()>> @@ -7119,7 +7059,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<set _cumSlaves = $slaves.filter(function(s) { return s.assignment == "work in the dairy" && s.balls > 0 && isSlaveAvailable(s) && canPenetrate(s); })>> <<if _cumSlaves.length >= 5>> <br><<link "Replace the machines with cockmilkees from the Dairy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Some minutes later $activeSlave.slaveName feels one of the dildos retract and wriggles in protest. $He's not long disappointed, though, as $he immediately feels it replaced by a turgid dick. You and $assistant.name stage-manage, and it isn't easy. Getting all the cocks into $him requires some creative choreography; quite apart from the limits of even $his well-used holes, it's hard just figuring out where everyone ought to stand. The cockmilked slaves are used to coming fast, and they do here, too, so there's also the necessity of switching them out periodically. Eventually you tire of the amusement and direct the Dairy bitches to clean up, which is no mean job, since $activeSlave.slaveName is by now lying in a pool of sweat and cum. But mostly cum. Despite the mess, everyone @@.hotpink;enjoys@@ themselves immensely. <<if $activeSlave.vagina == 0 && canDoVaginal($activeSlave)>> @@ -7163,7 +7102,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "sore ass">> <<link "Punish $his ass for insolence">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $him sternly that you will ensure that $he is not permanently damaged, and that otherwise, $he is to take anal pain like a good buttslave. $He starts to beg and whine as you lean back in your chair and <<if $PC.dick == 0>>hold $him upside down on your chest so $he can lick your pussy while you use a dildo on $his ass.<<else>>set $him on your chest before reaching around to line your cock up with $his sore hole. $He shudders and writhes when you start pushing yourself inside.<</if>> You use hard pinches to $his nipples to punish $his whining, forcing $him to take a long, painful buttfuck in silence. @@.gold;$He has become more afraid of you.@@ <<if ($activeSlave.anus < 3)>>$His week of tough anal experience has @@.lime;permanently loosened $his anus.@@<<set $activeSlave.anus += 1>><</if>> @@ -7172,7 +7110,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Give $him some care">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's filled with anxiety as you <<if $activeSlave.belly < 1500>> @@ -7190,7 +7127,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoVaginal($activeSlave)>> <<link "Make love">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There's a glint <<if canSee($activeSlave)>>in $his eyes as $he sees<<elseif canHear($activeSlave)>>on $his face as $he hears<<else>>on $his face as $he senses<</if>> you stand up from your desk; <<if $activeSlave.height >= 185>> @@ -7307,7 +7243,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Pound that pussy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You choose your moment carefully, waiting until <<if canSee($activeSlave)>>$he turns $his gaze away from you for an instant. When $he looks back, your desk chair is empty<<elseif canHear($activeSlave)>>the ambient sound is loud enough for you to sneak up on $him<<else>>you're certain $he won't notice you<</if>>; for all $his sexual poise $he's surprised by the force of your <<if $PC.belly >= 5000>> @@ -7365,7 +7300,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave)>> <br><<link "Make butt love">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There's a glint <<if canSee($activeSlave)>>in $his eyes as $he sees<<elseif canHear($activeSlave)>>on $his face as $he hears<<else>>on $his face as $he senses<</if>> you stand up from your desk; <<if $activeSlave.height >= 185>> @@ -7484,7 +7418,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave))>> //This option will take $his anal virginity//<</if>> <br><<link "Pound that ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You choose your moment carefully, waiting until <<if canSee($activeSlave)>>$he turns $his gaze away from you for an instant. When $he looks back, your desk chair is empty<<elseif canHear($activeSlave)>>the ambient sound is loud enough for you to sneak up on $him<<else>>you're certain $he won't notice you<</if>>; for all $his sexual poise $he's surprised by the force of your <<if $PC.belly >= 5000>> @@ -7544,7 +7477,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave)>> <br><<link "Invite $him 'in'">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There's a glint <<if canSee($activeSlave)>>in $his eyes as $he sees<<elseif canHear($activeSlave)>>on $his face as $he hears<<else>>on $his face as $he senses<</if>> you stand up from your desk and saunter over; <<if $activeSlave.height >= 185>> @@ -7769,14 +7701,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "resistant shower">> <<link "Enter the shower and quietly comfort $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He starts with surprise <<if canSee($activeSlave)>>as you enter the shower<<elseif canHear($activeSlave)>>as $he hears you enter the shower<<else>>as $he feels the water being disturbed by your body<</if>>, and then <<if canSee($activeSlave)>>looks at<<else>>turns to<</if>> you in shock as you sit down beside $him, ignoring the water soaking your clothes. $He does not resist when you draw $him gently into your lap. $He's stiff and uncomfortable as you hold $him gently, but $he eventually relaxes and allows $his head to rest <<if ($PC.boobs >= 300)>>between your breasts<<else>>against your shoulder<</if>>. $He's utterly conflicted; the hateful person who $he is expected to fuck is tenderly comforting $him. $He finally seems to accept the animal comfort, whatever its source, and begins to @@.mediumaquamarine;trust@@ you to do more than just use $him. <<set $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "Talk through $his problems with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You enter the bathroom and quietly wait until $he's done. When the water shuts off, $he stands up absently and spins so the shower's air dry function can blow the water off $him. (You can't help but notice <<if ($activeSlave.weight > 30)>> @@ -7845,7 +7775,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Use $him when $he gets out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Eventually $he finishes and switches the shower to dry. The airflow dries $him and $he steps out, but as $he does, $he's seized and flung over the countertop with a slap as $his naked, $activeSlave.skin <<if $activeSlave.belly >= 5000>> _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<<else>>skin<</if>> hits the surface. <<if $activeSlave.vagina > -1 && !canDoVaginal($activeSlave)>> @@ -7867,7 +7796,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "resistant gelding">> <<link "Abuse $his ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He turns around as <<if canHear($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but you seize $his shoulder and spin $his back around without a word. You drag $him across the counter until $his face is over the sink, and turn it on. $He struggles in sheer incomprehension as you hold $his head over the filling basin with one hand and roughly grope $his butt with the other. When the sink is full, you tell $him to spread $his buttocks for you like a good butthole bitch. $He hesitates, so you push $his face under the surface of the water and hold it there until $he complies. You shove <<if $PC.dick == 0>>a dildo<<else>>your member<</if>> up $his anus so harshly that $he spasms and reflexively tries to get away, so you push $him under again until $he stops struggling. For the next ten minutes, $he gets shoved under water whenever $he offers the slightest resistance to anal rape. Soon, $his tears are pattering down into the sink. The next time you decide to buttfuck $him, $he's @@.gold;compliant from sheer terror.@@ <<set $activeSlave.trust -= 5>> @@ -7875,7 +7803,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Reassure $him of $his sexual worth">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He turns around as <<if canHear($activeSlave)>>$he hears <</if>>you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You gently turn $him around to face the mirror again, and working from the top of $his head, describe $his body in minute detail, explaining how pretty and valuable a sex slave $he is. When you're about to reach $his butt, <<if canTalk($activeSlave)>> @@ -7897,7 +7824,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Comfort $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He turns around as <<if canHear($activeSlave)>>$he hears<</if>> you enter the bathroom, fear and loathing on $his face, but is surprised by <<if canSee($activeSlave)>>your gentle expression<<else>>by how calm your steps seem<</if>>. $He's more shocked still when you give $him a reassuring hug and kiss $his unresisting mouth. $He's so unable to figure out what's happening that $he eventually gives up and relaxes into you. You run your hands along $his body and kiss $his deeply for a long while before reassuring $him of $his value to you. $He looks confused, but goes about $his business with dry eyes. $He hates you a little less, but wonders whether $he can get away with retaining some independence. <</replace>> @@ -7906,7 +7832,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "rebellious arrogant">> <<link "Force $him out of bed and humiliate $him publicly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You drag $him unceremoniously out of bed and straight down into the public areas of $arcologies[0].name. $His struggles and protests grow more frantic as $he <<set _textArray = []>> @@ -7946,7 +7871,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if (($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave)))>> //This option will take $his virginity//<</if>> <br><<link "Let $him stay in bed">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You shrug and walk out of the room and back to your office; you've got more important things to worry about than some drowsy brat. $activeSlave.slaveName, for $his part, gets out of bed not long after you leave, but is surprised at @@.orangered;how easily $he got away with this,@@ and is wondering @@.mediumorchid;what else $he could get away with.@@ <<set $activeSlave.trust += 10>> @@ -7955,7 +7879,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $seePee == 1>> <br><<link "Let $him stay in bed, but move it to a public restroom">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You quickly pin the blanket to the mattress, securing $him in place. You direct that a urinal in one of $arcologies[0].name's public restrooms be unbolted and replaced by the mattress, slave and all. $He's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo (though muffled by the blanket) when $he feels urine beginning to soak through the blanket. After an hour or so $he's begging to be let out, @@.gold;swearing $he'll improve $his conduct.@@ <<set $activeSlave.trust -= 5>> @@ -7964,7 +7887,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Let $him stay in bed, but move it to a whorehouse">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You quickly pin the blanket to the mattress, securing $him in place. You direct that $he be brought to an arcology salon that serves as a slave brothel. Once $he's there, you take a pair of scissors and cut a slit through the sheets. $He's been swearing and threatening all this time, but the calumny reaches a shrieking crescendo when $he feels a cock being shoved through the slit and between $his buttocks. Being muffled and held immobile for rape for hire @@.gold;terrifies $him@@ but @@.yellowgreen;earns some cash.@@ <<set $activeSlave.trust -= 5>> @@ -8010,7 +7932,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -8038,7 +7959,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "escapee">> <<link "Do nothing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Considering how easily this attempt was thwarted, you don't see much of a point in wasting your valuable time on punishing $activeSlave.slaveName in the hopes that $he'll learn $his lesson. Your send $him back to $his assigned duties, warning $him that you may not be so lenient in the future. $activeSlave.slaveName proclaims $his obedience, but, privately, it's clear that $he views your decision as @@.mediumorchid;an act of weakness@@ rather than kindness. In addition, every single one of your other slaves not already obedient to you is @@.orangered;encouraged in their trust that you won't hurt them@@ by this minuscule punishment of an escape attempt. <<set $activeSlave.devotion -= 10, $activeSlave.trust += 2>> @@ -8046,7 +7966,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Just confine would-be escapee to prevent future attempts">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $activeSlave.slaveName confined until further notice. $activeSlave.slaveName is @@.hotpink;a little crushed@@ by $his failure to escape. However, every single one of your other slaves not already obedient to you is slightly @@.orangered;encouraged in their trust that you won't hurt them@@ by this moderate punishment of an escape attempt. <<set $activeSlave.devotion += 4>> @@ -8055,7 +7974,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Flog the would-be escapee">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Lesser whippings are usually performed by binding a slave's hands and then securing them to the ceiling so that $he will dance titillatingly when struck. This is not such a beating. You tie $activeSlave.slaveName to a wall by $his wrists and ankles and flog $him with workmanlike thoroughness<<if $activeSlave.pregKnown == 1>>, making sure to avoid accidentally ending $his pregnancy<</if>>. $He passes from angry struggles to agonized sobbing and finally to bloody, exhausted weeping before you untie $his now-limp form and apply first aid. $activeSlave.slaveName's rebelliousness is @@.gold;dulled by the experience,@@ and $his @@.red;health is damaged.@@ Furthermore, every single one of your other slaves not already obedient to you is @@.gold;frightened@@ by the example set. <<set $activeSlave.trust -= 5>> @@ -8065,7 +7983,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $seeExtreme == 1>> <br><<link "Clip the would-be escapee's tendons">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The simple thing to do would be to sedate $activeSlave.slaveName and haul $him to the remote surgery for $his punishment. That would deny $him the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain $him, pronounce judgment, and drag $his struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;saddened@@ and @@.gold;frightened@@ by this punishment, and $his @@.red;health is damaged@@ by the surgery. Every single one of your other slaves with any resistance left in them is @@.gold;sensibly restrained@@ from trying such rash acts. <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 5, $activeSlave.heels = 1>> @@ -8074,7 +7991,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Amputate the would-be escapee's limbs">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The simple thing to do would be to sedate $activeSlave.slaveName and haul $him to the remote surgery for $his punishment. That would deny $him the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain $him, pronounce judgment, and drag $his struggling, weeping form through the penthouse to the surgery. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and $his @@.red;health is damaged@@ by the major surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set. <<set $activeSlave.devotion -= 50, $activeSlave.trust -= 50, $activeSlave.diet = "healthy">> @@ -8084,7 +8000,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if getBestVision($activeSlave) > 0>> <br><<link "Blind the would-be escapee">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The simple thing to do would be to sedate $activeSlave.slaveName and haul $him to the remote surgery for $his punishment. That would deny $him the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain $him, pronounce judgment, and drag $his struggling, weeping form through the penthouse to the surgery. You make sure to point out all the things $he'll never get to see again. $activeSlave.slaveName is @@.mediumorchid;filled with implacable hatred@@ by this terrible punishment, and $his @@.red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@.gold;utterly terrified@@ by the example set. <<set $activeSlave.devotion -= 50, $activeSlave.trust -= 50>> @@ -8095,7 +8010,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canTalk($activeSlave)>> <br><<link "Mute the would-be escapee">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The simple thing to do would be to sedate $activeSlave.slaveName and haul $him to the remote surgery for $his punishment. That would deny $him the added weight of terror, however, and would stop your other slaves from learning by the sight of it. So, you restrain $him, pronounce judgment, and drag $his struggling, protesting form through the penthouse to the surgery. $He is allowed one last chance to verbally resist you, plead with you, and finally to beg with you, all in vain. $activeSlave.slaveName is @@.mediumorchid;filled with hatred@@ and @@.gold;terror@@ by this harsh punishment, and $his @@.red;health is slightly damaged@@ by the surgery. However, every single one of your other slaves not already obedient to you is @@.hotpink;terrified@@ by the example set. <<set $activeSlave.devotion -= 5, $activeSlave.trust -= 25, $activeSlave.voice = 0>> @@ -8109,7 +8023,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "not my name">> <<link "Extirpate this foolishness with pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You seize $him and begin to bind $him for appropriate punishment. $activeSlave.slaveName does not resist you physically at first. $He finds $himself tied bent over your desk, face-down, with $his arm<<if hasBothArms($activeSlave)>>s<</if>> locked behind $him<<if $activeSlave.belly >= 1500>> and $his _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly hanging off the edge<</if>>. $He struggles a little when you insert your <<if $PC.dick > 0>> @@ -8123,14 +8036,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Allow $him to resume $his birth name">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You calmly and charitably tell $him that that's acceptable; $he can be $activeSlave.birthName again. $He has the wit to be worried, but $he soon finds that $his fears are unjustified. You offer no condition or "catch" with this bit of generosity; it seems all $he really had to do was ask. You usher the stunned $desc out of your office and on to $his duties before $he can even offer a perfunctory "thanks". Over the next week, it's clear that while $activeSlave.slaveName — no, $activeSlave.birthName — is @@.mediumorchid;not sure what to think of you now,@@ it's clear that $he is at least @@.orangered;less afraid of you.@@ <<set $activeSlave.trust += 15, $activeSlave.devotion -= 5, $activeSlave.slaveName = $activeSlave.birthName>> <</replace>> <</link>> <br><<link "Allow $him to resume $his birth name, but make it publicly humiliating">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You calmly and charitably tell $him that that's acceptable; $he can be $activeSlave.birthName again. $He has the wit to be worried, and $he soon finds that $his fears are not unjustified. You bring $him out to <<if $club>>$clubName<<else>>a public club<</if>>, and explain with equanimity that $he has two choices: $he can either introduce $himself to strangers by name and offer them free oral sex, or $he can be whipped until $he introduces $himself to strangers by name and offers them free oral sex. $His lip quivers a little, but $he stumbles over to a nearby group of local worthies and whimpers hesitantly, "H-hi, my name i<<s>> <<print _name>>, can I <<s>>uck you off, plea<<s>>e?" They laugh, and understanding the situation perfectly, give you a @@.green;grateful wave@@ even as their leader pushes $him to $his knees. For the rest of the week, $he's seeing to $his duties, sleeping, or blowing strangers after telling them $his name. Though $he has reassumed $his birth name, it is @@.gold;no longer any source of independence to $him.@@ <<run repX(500, "event", $activeSlave)>> @@ -8142,7 +8053,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> //This may impact $his sexuality.// <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -8170,14 +8080,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "bondage gear">> <<link "Let $him go naked">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if canWalk($activeSlave)>>$He skips away happily,<<elseif isAmputee($activeSlave)>>$He wriggles $his stumps with pleasure,<<else>>$He cheerfully leaves your office,<</if>> overjoyed to be free of the clothing you ordered $him to wear. $His obedience to you @@.mediumorchid;has decreased,@@ as has @@.mediumaquamarine;$his fear@@ of you. <<set $activeSlave.devotion -= 5, $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "Force $him to choose between $his straps and public nudity">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you understand, and that $he can go naked; $he looks thrilled until you tell $him $he'll be walking every hallway in $arcologies[0].name today, nude. Before $he can protest, you add that $his only other option is to put $his proper clothes back on and be a good little bitch. <<if $activeSlave.fetish == "humiliation">> @@ -8205,7 +8113,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.buttPlug == "none" && ($activeSlave.vagina < 0 || ($activeSlave.vaginalAccessory == "none" && $activeSlave.vaginalAttachment == "none"))>> <br><<link "Add dildos to $his gear">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you understand, and that you will get $him some new clothing. $He is thrilled, but $his pleasure turns to horror when $he sees that the new clothes are a version of the same slave bondage gear, just with inward-facing dildos for $his <<if $activeSlave.vagina > -1>>pussy and <</if>> asshole. <<if $activeSlave.anus == 0 || $activeSlave.vagina == 0>> @@ -8225,7 +8132,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -8253,7 +8159,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "vocal disobedience">> <<link "Give $him a rough spanking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if (hasAnyLegs($activeSlave))>> You tie the protesting slave to your desk @@ -8296,7 +8201,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Sentence $him to public use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canSee($activeSlave)>>sees $he's being taken to a sex booth<<elseif canHear($activeSlave)>>hears the sounds of a public sex parlor<<else>>finally figures out $his destination<</if>>, $he begins to cry. $He begs <<if ($activeSlave.lips > 70)>> @@ -8360,7 +8264,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <</if>> <br><<link "Give $him the day off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He skips away happily and spends the rest of the day lounging around. $His obedience to you @@.mediumorchid;has decreased.@@ <<set $activeSlave.devotion -= 5>> @@ -8370,7 +8273,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "fearful humiliation">> <<link "Publicly prove the depths of $his humiliation to $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You drag a fearful, embarrassed<<if $activeSlave.belly >= 1500>>, <<if $activeSlave.bellyPreg >= 0>>pregnant<<else>>swollen<</if>><</if>> and totally naked $activeSlave.slaveName out into a public hall. A small knot of passersby gather around grinning, enjoying the sight of $his nakedness and anticipating a show. To $his surprise, you order $him to take a few minutes to recount $his life story. $He's hesitant at first, but obeys, only realizing as $he nears the present day what an abject story of degradation and humiliation $his life truly is. $He continues shakily, describing in brief $his current life, crying a little and trembling with arousal. At a whispered command from you, $he concludes <<if !canTalk($activeSlave)>> @@ -8395,7 +8297,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Use a bait and switch tactic on $him, before public use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You instruct $him to get cleaned up and get dressed in $his nicest clothing. $He obeys, mystified, and is further puzzled to find that you're taking $him out for a nice evening at a small bar. You share a tasty meal and listen to good music played on the little stage by an older slave. As the set concludes, you lean over and give $activeSlave.slaveName $his real orders for the evening. $He freezes in terror but eventually makes $his way up to the stage, strips in front of all the patrons, and says <<if !canTalk($activeSlave)>> @@ -8429,7 +8330,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "heels">> <<link "Nothing, $he'll crawl for the rest of the week">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is surprised <<if canSee($activeSlave)>>to see the box is empty<<else>>when $he reaches into the box and finds nothing<</if>>. By the time $he realizes what this means, you've already confiscated $his old heels and seated yourself at your desk. Ordered to suck, $he comes gingerly over <<if hasAllLimbs($activeSlave)>>on all fours<<else>>while crawling on the ground<</if>><<if $activeSlave.belly >= 100000>>, $his belly dragging along the floor,<<elseif $activeSlave.belly >= 10000>>, $his swollen belly getting in $his way,<</if>> and gets you off with $his whore's mouth. The rest of the week is a trying experience for $him. The most comfortable posture for $him to walk along in<<if hasAllLimbs($activeSlave)>> on all fours<</if>> displays $his <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> @@ -8448,7 +8348,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Pretty heels, we're going out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You have an appointment, and $activeSlave.slaveName gets to be your arm candy. $He's almost beside $himself with pride when you leave the penthouse and head out into the warm sun. You have to walk slowly so $he can keep $his feet and still keep up, since you've taken the unusual step of rewarding $him by letting $him walk under your arm. To avoid giving the impression that the $girl on your arm isn't a slave, $he's naked except for $his lovely heels. As $he minces along $his breasts <<if $activeSlave.bellyFluid >= 5000>> @@ -8464,7 +8363,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Heels for an anal slut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName is a little perplexed to find that the heels look quite normal, though they're very tall. When $he tries them on, however, standing requires $him to splay $his hips slightly so that $his <<if $seeRace == 1>>$activeSlave.race <</if>>butt is a little spread even when $he stands upright. What's more, the heels are tall to raise $his butt to the exact level <<if $PC.dick == 0>>a strap-on is at when you wear one and<<else>>your cock is at<</if>> when you stand behind $him. When you start demonstrating the advantages of this to $him, the heels detect that the wearer is being fucked, begin to play a light show, and start playing a heavy beat in time with your thrusts. $He would laugh if $he weren't concentrating on the buttsex. @@.hotpink;$His submission to you has increased.@@ <<set $activeSlave.devotion += 4>> @@ -8476,7 +8374,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "heavy piercing">> <<link "Weight $his piercings and fuck $him so they swing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to make sure all of $his piercings have rings in them, and then come join you when $he's done. $He enters your office with a mixture of fear and curiosity on $his face. You put $him down on <<if hasAllLimbs($activeSlave)>>all fours<<else>>the ground<</if>><<if hasBothLegs($activeSlave)>> with $his legs spread<</if>><<if $activeSlave.belly >= 50000>>, belly brushing the floor<</if>>, <<if canSee($activeSlave)>>blindfold $him, <</if>>and then start clipping little metal weights on short chains to each of $his piercings. Before long, $his nipples are painfully stretched under the tugging, <<if ($activeSlave.dick > 0)>>and the weights up and down $his cock are causing $his considerable discomfort.<<elseif $activeSlave.vagina == -1>>and though $he lacks any external genitalia to weight, you make sure $his ass feels the burn.<<else>>$his pussylips are being pulled downward, and even $his clit is agonizingly tortured.<</if>> You fuck $him thoroughly, pounding $him so the weights swing. $He sobs and begs. @@.hotpink;$He has become more submissive to you.@@ <<set $activeSlave.devotion += 4>> @@ -8488,7 +8385,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Secure $him by $his piercings for public use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to make sure all of $his piercings have rings in them, and then come to you when $he's done. $He enters your office with a mixture of fear and curiosity on $his face. You lead $him outside and secure $him in a side hall so that $his ass is presented to anyone who takes interest. $He's forced to maintain this exact posture by a light chain between <<if $activeSlave.belly > 10000>>$his popped navel and a ring on the ground.<<elseif ($activeSlave.dick > 0)>>$his dickhead and a ring on the ground.<<elseif $activeSlave.vagina == -1>>$his nipples and a ring on the ground.<<else>>$his pussy and a ring on the ground.<</if>> You fuck $his ass to check the bondage; it's good. The chain is out of the way, and $he jerks and struggles amusingly to keep it from tugging $him painfully. You pull out to leave $his fucked butt with cum dribbling out of it, and leave $him to the tender mercies of the growing crowd. @@.green;The sadists among the public are duly grateful.@@ <<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>> @@ -8531,7 +8427,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "cumslut whore">> <<link "$He must have at least a little room left">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call $activeSlave.slaveName in and ask how full $he is. $He looks confused for a moment but soon figures out what you mean. <<if !canTalk($activeSlave) && (!hasAnyArms($activeSlave))>> @@ -8585,7 +8480,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Cum in $his mouth all night">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You've had a busy day, so you've been unusually remiss in fucking your slaves. Naturally, this means you'll be spending the evening wandering around your home using your living sexual appliances. $activeSlave.slaveName is instructed to follow you and assist. $He's tired, so <<if (!hasAnyArms($activeSlave))>>you bring <<if (isAmputee($activeSlave))>>$his limbless torso<<else>>$him<</if>> along as a cum receptacle. Whenever you're about to finish in another slave, you pull out and fill $his mouth instead.<<else>>you let $him tag meekly along, masturbating gently as you use other slaves or just watching lazily. But whenever you're on the point of coming, you switch to $his mouth and let $him finish you with a few sucks and pumps of $his fatigued hand<<if (hasBothArms($activeSlave))>>s<</if>>.<</if>> By the time you put the exhausted $activeSlave.slaveName to bed $he's in a haze of cum-induced pleasure. @@.hotpink;$He has become more submissive to you.@@ <<set $activeSlave.devotion += 4>> @@ -8594,7 +8488,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($cumSlaves >= 5)>> <br><<link "Give $him access to the Dairy's cockmilk">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $him know you have a sexual accessory for $him to use. This isn't too unusual, so $he comes to your office without much anticipation. $He doesn't understand why you have an enormous sealed canister of fresh cum on your desk, but when you explain that it's $hers to play with on the job, $he starts to bounce with excitement. Not all of $his customers are interested in cum play, but quite a few are, and $he spends almost as much time cleaning up the gorgeous messes that get made as $he does making them. It's a valuable and @@.yellowgreen;profitable@@ whore who @@.hotpink;looks forward@@ to $his next customer. <<set $activeSlave.devotion += 10>> @@ -8606,7 +8499,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "loose buttslut">> <<link "Add something to fill $him completely">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so occupied that $he doesn't <<if canHear($activeSlave)>>hear you<<else>>sense your presence<</if>> until you<<if $PC.dick == 0>> don a strap-on and<</if>> tip $him over face forward. With $him on $his knees, $his dildo-stuffed ass is in the air; $he's still masturbating between $his legs. After a moment's consideration, you slide two exploratory fingers in alongside the dildo. $He gasps and masturbates harder. Thus encouraged, you shove <<if $PC.dick == 0>>the strap-on<<else>>your member<</if>> in alongside the dildo. <<if $activeSlave.voice != 0>>$He screams at the surprise double anal, sobbing and begging,<<else>>$He screams noiselessly at the surprise double anal, waving $his hands in distress,<</if>> but $he doesn't try to stop you and doggedly keeps rubbing. By the time you're finished $his asshole is a gaping hole much bigger than the average pussy. @@.hotpink;$He has become more submissive to you.@@ <<set $activeSlave.devotion += 4>> @@ -8614,7 +8506,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Let $him use a machine">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There's no reason for $him to do that in a quiet corner. You interrupt $him and bring $him into your office, setting $him up on a machine so $he can have that dildo rammed up $his ass for as long as $he likes. Your office is filled with the rhythmic sounds of a sloppy anus being pounded for a good long while. <<if $assistant.personality > 0>> @@ -8664,7 +8555,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if ($HeadGirl != 0) && ($HeadGirl.ID != $activeSlave.ID)>> <br><<link "Call your Head Girl in for double anal">> <<setLocalPronouns $HeadGirl 2>> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $HeadGirl.slaveName comes into your office in response to your summons, _he2 finds $activeSlave.slaveName sitting in your lap with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up $his gaping butt<<if $PC.vagina != -1>><<if $PC.dick != 0>>, your bare pussy very visible at the base of your working cock<</if>><</if>>. $HeadGirl.slaveName's expression softens when _he2 realizes _he2's here for pleasure, not business. $activeSlave.slaveName gasps a little when $he <<if canHear($activeSlave)>>hears you tell $HeadGirl.slaveName to join you up $his asshole,<<else>>feels you pull apart $his asscheeks to make some room for $HeadGirl.slaveName,<</if>> but $he doesn't protest. <<if ($activeSlave.chastityPenis == 1)>> @@ -8706,14 +8596,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "solitary desperation">> <<link "Keep walking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you walk away from the cell door, the pleas become a desperate, hopeless sobbing. In the coming days, it becomes apparent that $activeSlave.slaveName was right at the edge of a mental precipice when $he pled with you. @@.red;$He has sunk into mental incompetence.@@ $He's just a <<if $activeSlave.pregKnown == 1>>pregnant <</if>> piece of meat, now. <</replace>> <<set $activeSlave.fetish = "mindbroken">> <</link>> <br><<link "Impersonate a slave and manipulate $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Kneeling next to the port in the cell door, you <<if $PC.title == 1>>set up a voice filter through the arcology systems to make your voice sound feminine.<<else>>abandon your usual commanding woman's tone of voice and adopt the inflections of a slave.<</if>> You sympathize with $activeSlave.slaveName, listening to $him pour out $his heart. $He despairs of being able to avoid punishment, and is afraid that you will hurt $him or sell $him to a cheap brothel<<if $activeSlave.pregKnown == 1>> or harm $his baby<</if>>. In your <<if $PC.title == 1>>fake female<<else>>slave's<</if>> voice, you encourage $him to keep trying, and you even give $him some useful advice about how to address $his faults. $He gathers $himself together and thanks you. Just then, you pop the door open, <<if canSee($activeSlave)>>revealing who you actually are and letting<<else>>and let<</if>> your voice return to <<if $PC.title == 1>>its masculine harshness<<else>>that of a confident and powerful woman<</if>>. When $he realizes the terrible truth, $he wordlessly prostrates $himself, trembling with terror. @@.gold;$His fear of you has increased.@@ <</replace>> @@ -8722,7 +8610,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if $PC.belly < 5000>> <<if $PC.dick != 0 && (canDoAnal($activeSlave) || canDoVaginal($activeSlave)) && canWalk($activeSlave)>> <br><<link "Exploit $his need for personal contact">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Without a word, you push your erect member through the hole and into the cell. After a moment's pause, you feel $him begin to orally service you with almost desperate concentration. You climax quickly to $his manic efforts, and begin to pull out. As you do, $he tearfully begs you not to go. $He promises something better, anything better, so you reinsert yourself, only to find that $he has $his <<if canDoVaginal($activeSlave)>> @@ -8777,7 +8664,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $PC.vagina != -1>> <br><<link "Exploit $his need for personal contact by giving $him a pussy to lick">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Without a word, you push your eager pussy up against the hole. After a moment's pause, you feel $him begin to orally service you with almost desperate concentration. You climax quickly to $his manic efforts, and begin to rise. As you do, $he tearfully begs you not to go. $He promises to do better, to try to get you off harder, so you lower yourself back into position. You have to exert yourself to hold this position, so it better be worth it. You begin to back off whenever $he shows $himself any mercy, so $he eats you out so zealously that $he sobs a little when $he tries to catch $his breath. With $his mouth so busy, $he doesn't even have the time to talk to you, the lifeline $he so needs, but $he doesn't seem to notice. @@.hotpink;$His submission to you has increased.@@ <<set $activeSlave.devotion += 10>> @@ -8787,7 +8673,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $PC.preg > 30 && $PC.pregMood == 1 && $PC.boobs >= 800 && $PC.boobsImplant == 0>> <br><<link "$He just needs a mother's touch">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reassure the frightened $desc and beckon $him to return to the hole before settling your gravid body before the door and pushing a fat, milk-laden breast through the gap. You coax the nervous $girl to drink $his fill; $he must be starving in there, after all. After some hesitation, you finally feel a pair of lips wrap themselves around your erect nipple and begin to drink deep. You talk to the suckling slave, explaining to $him just what $he needs to do to thrive in $his new life, shushing $him whenever $he tries to object and asking $him to just listen. Before long, your teat is drained of all its mother's milk, and as you move to shift to the other closer to the door, the desperate slave begs you not to go. You slip a hand through the slat, caressing $his face as you let $him know you're just turning around. As $he suckles your remaining milk, you feel $him @@.mediumaquamarine;relax and lower $his guard.@@ $He needed to connect to someone and $he didn't expect it to be you, especially like not this. @@.hotpink;$His willingness to listen to you has increased.@@ <<set $activeSlave.devotion += 15, $activeSlave.trust += 5>> @@ -8799,7 +8684,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<link "Use $his butt to help $him scrub">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In accordance with the rules, $he <<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>> @@ -8834,7 +8718,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "Avail yourself to $his pussy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In accordance with the rules, $he <<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>> @@ -8869,7 +8752,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Give $him a bigger mess to deal with">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In accordance with the rules, $he <<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>> @@ -8911,7 +8793,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>> <</if>> <br><<link "Enjoy the view">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In accordance with the rules, $he <<if $activeSlave.weight > 190 || $activeSlave.belly >= 100000>> @@ -8983,14 +8864,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "hormone dysfunction">> <<link "Give $him some vasodilators so $he can get relief">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $him a shot and send $him on $his way. Within a few minutes it gives $him a raging hard-on that lasts for hours. $He spends every spare moment masturbating furiously. Of course, this is a temporary solution, and will just make the eventual return of $his problem more disappointing. @@.mediumorchid;$He is bitterly frustrated.@@ <<set $activeSlave.devotion -= 5>> <</replace>> <</link>> <br><<link "Sissy slave <<= $girl>>s don't need to climax to serve">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You explain patiently that $he needs to stop focusing on getting off. $He's a sex slave, and what matters is that $he pleasures others. If $he doesn't climax $himself, that's unfortunate but not really significant. $He looks terribly forlorn, so to drive home the point you push $him down to the floor, give $him a rough facefuck, and send $him away with tousled hair, <<if $PC.dick == 0>>a tired tongue<<else>>a mouthful of ejaculate<</if>>, and the same limp dick as before. @@.mediumorchid;It's frustrating for $him.@@ <<set $activeSlave.devotion -= 2>> @@ -9003,7 +8882,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.prostate != 0 && canDoAnal($activeSlave)>> <br><<link "Prostate stimulation ought to do the trick">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You explain that $he will have to find a new way to climax to be a happy little shemale slut. As you do, you push $him against a wall and force $him up on tiptoe so that $his butt is conveniently positioned, and then ram <<if $PC.dick == 0>>a vibrating strap-on<<else>>yourself<</if>> up $his ass. $He squeals and dances against the wall on tiptoe, impaled on your <<if $PC.dick == 0>>fake cock<<else>>member<</if>>. $He doesn't climax to anal then, or the next time you assfuck $him, or the time after that; but some time later a long buttsex session ends when $he gives a little shake and a whimper and dribbles a pathetic squirt of cum from $his still-limp dick. By the end of the week @@.mediumaquamarine;$he's smiling trustingly@@ and offering you $his butt every chance $he gets. <<= VCheck.Anal(10)>> @@ -9019,21 +8897,18 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "resting amp">> <<link "Check on $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since $he's limbless<<if $activeSlave.pregKnown == 1>> and pregnant<</if>>, $his health is more fragile than most slaves'. You look in on $him, and when $he continues to shiver, you pull the sheets back around $him, tucking $him in in such a way that $he can lie comfortably. In the morning $he doesn't understand why $he's so snug and well-rested, but @@.green;$his health improves with decent sleep.@@ <<run improveCondition($activeSlave, 10)>> <</replace>> <</link>> <br><<link "Keep $him warm">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You spoon $him gently from behind, spending the night sleeping with $his <<if $activeSlave.bellyPreg >= 5000>>pregnant<<else>>limbless<</if>> torso cradled in your arms. $He snuggles against you in $his sleep, enjoying the animal warmth. When $he wakes in the morning, $he is surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> that it's you keeping $him company, but after a few moments' confusion $he accepts the unlooked-for comfort and goes back to sleep. @@.mediumaquamarine;$He has become more trusting of you.@@ <<set $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "Leave $him be">> - <<EventNameDelink $activeSlave>> <<replace "#result">> In the morning, $his lips are blue and $he's nearly unresponsive. Your other slaves get $him working again, but @@.red;$his health has been damaged.@@ <<run healthDamage($activeSlave, 10)>> @@ -9044,7 +8919,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if $activeSlave.belly < 1500 && (canDoAnal($activeSlave) || canDoVaginal($activeSlave))>> <<link "Carry $him over to your work">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you're so busy, you find a way of working and seeing to your sex toy both. You scoop $him up, eliciting whimpers of joy at the impending relief, <<if $PC.dick == 0>> @@ -9066,7 +8940,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($PC.dick != 0) && (canDoAnal($activeSlave) || canDoVaginal($activeSlave)) && $PC.belly < 100>> <br><<link "Carry $him outside">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $activeSlave.belly >= 600000>> You struggle to heft $his overfilled body up, eliciting whimpers of joy at the impending relief and the pressure removed from $his body, and carefully secure $him with a few straps so $he can serve as your living cocksleeve. $He's attached to the front of your torso<<if $activeSlave.belly >= 5000>>, $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>stomach<</if>> forcing you to experience what it is like to carry $activeSlave.pregType children,<</if>> with your cock up inside $him, and the gentle motion of your member as you waddle outside brings $him to climax within a few steps. You carefully stroll around the nicer levels of the arcology, admiring the views and <<if canSee($activeSlave)>>showing $activeSlave.slaveName the sights $he now requires assistance to see<<elseif canHear($activeSlave)>>explaining the sights as $activeSlave.slaveName soaks in the sounds <<if canSmell($activeSlave)>>and smells <</if>>$he now requires assistance to experience<<else>>explaining everything around $him as $he basks in the feeling of the fresh air on $his $activeSlave.skin skin<</if>> and leaving a large wake as people make room for your gravid mass. @@.hotpink;$He has become more devoted to you.@@ The sight of you waddling around with a living fucktoy on your cock @@.green;certainly cements your reputation as an arcology owner who has everything,@@ once they figure out that the belly attached to you is, in fact, owned by a barely visible slave<<= $girl>>. @@ -9086,7 +8959,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <</if>> <br><<link "See how high $his arousal will go">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You scoop $him up, eliciting whimpers of joy at the impending relief. $He moans with disappointment, however, to find $himself laid unceremoniously across your desk as you return to your work. You surreptitiously set your desk to monitor $his vital signs and gauge $his closeness to orgasm. Whenever you can do so without tipping $his over, you gently run your fingers across a helpless nipple, across $his <<if $activeSlave.vagina == -1>>groin<<else>>moist lips<</if>>,<<if $activeSlave.belly >= 10000>> around the edge of $his <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly,<<elseif $activeSlave.belly >= 1500>> over the peak of $his <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly,<</if>> or along $his surgical scars. <<if canDoVaginal($activeSlave) && $activeSlave.vagina > 0>> @@ -9120,7 +8992,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "plug disobedience">> <<link "It's $his role to hurt">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Without a word, you<<if $PC.dick == 0>> don a cruelly knobby strap-on,<</if>> throw $him onto the couch, take both $his ankles in one hand, and force them back over $his head so $his poor, doomed asshole is completely defenseless. You then spit on $his hole, seize your <<if $PC.dick == 0>>instrument<<else>>rock-hard dick<<if $PC.vagina != -1>>, gather a little of your own pussyjuice and rub it on your cockhead<</if>><</if>>, and shove it up the wriggling slave $girl's spasming rectum. You've got the necessary skill to judge exactly where the line between anal pain and anal injury is, and you take $his right up to it. Halfway through the long anal rape $he gives up struggling and just goes limp, sobbing. $He @@.hotpink;fears you,@@ and has also begun to @@.red;hate buttsex.@@ <<set $activeSlave.trust -= 5, $activeSlave.sexualFlaw = "hates anal">> @@ -9128,14 +8999,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Punish $him for disobedience, but address $his anal pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You patiently and calmly explain to $him that disobeying orders isn't acceptable, but that too much pain from $his buttplug is a sign that something isn't right. First, you inform $him, $he will have to be punished for the disobedience, since $he should have brought $his trouble to you instead of disobeying. $He's almost willing as you bend $him over <<if $activeSlave.belly >= 300000>>$his _belly middle<<else>>the desk<</if>> and spank $his buttocks severely, unsure whether to resent the corporal punishment or appreciate your measured response. When you're done tanning $his ass, $he's surprised to feel a cool, lubricated digit working its way into $his anus. $He stiffens a little but eventually relaxes enough to take the finger, then two, and finally three, before you gently and slowly emplace $his plug. You instruct $him kindly on how to relax in the future when $he inserts it on $his own. $He @@.hotpink;appreciates@@ your approach. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "Address $his worrisome anal pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You kindly explain how to relax and prepare one's asshole for such insertions. $He's been told already, but you make $him fetch $his plug and go through the steps in front of you so you can check $his approach. $He leaves reminded how to wear $his plug, but @@.mediumaquamarine;secretly relieved@@ $he got away with disobedience with nothing more than a lecture. <<set $activeSlave.trust += 4>> @@ -9145,7 +9014,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "age implant">> <<link "Go out clubbing to make $him feel young again">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call out to stop $him, and $he turns obediently to listen; you tell $him to take the day off and meet you that evening for a trip to $arcologies[0].name's most fashionable nightclub. You emphasize slightly that it's a place you prefer to enjoy with a young slave, and $his eyes widen a little at the implied compliment and challenge. Right at the proper time, $he arrives in your office wearing neon $activeSlave.hColor makeup to match $his hair, and a tiny iridescent clubgirl outfit of the same color. The hem of the skirt is barely low enough to conceal $him <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>total lack of private parts<<else>>pussy<</if>>, and it's backless. The front is held up by a halter around $his pretty neck, and is <<if ($activeSlave.boobs > 2000)>>specially tailored to cover $his massive tits<<elseif ($activeSlave.boobs > 1000)>>strained by $his big tits<<elseif ($activeSlave.boobs > 300)>>tightly filled by $his healthy tits<<else>>tight against $his flat chest<</if>><<if $activeSlave.belly >= 1500>> and _belly <<if $activeSlave.bellyPreg >= 1500>>pregnant <</if>>belly<</if>>. $He makes a gaudy and very fashionable spectacle, and in response to your <<if canSee($activeSlave)>>look<<elseif canHear($activeSlave)>>whistle<<else>>gentle poke<</if>> $he raises <<if (!hasAnyArms($activeSlave))>>the stumps of $his arms ever so slightly<<if (hasBothArms($activeSlave))>>both arms<<else>>$his arm<</if>> over $his head<</if>> and twirls, shimmying $his body deliciously. "I hope they let me into the club without checking my I.D., <<Master>>," $he jokes, @@ -9164,7 +9032,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Attend a sporting event with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call out to stop $him, and $he turns obediently to listen; you tell $him $he'll be spending the day with you at a game outside the arcology, and $he's to meet you at your VTOL pad in two hours. $He ponders for a moment but clearly understands this is related to $his age, somehow. Right at the proper time, $he arrives on the pad. $He's clearly spent the whole time getting the right clothing; somehow $he used the clothing inventory system to find a cheerleader uniform from the home team. It's one size too small, though you're unsure whether this is intentional or not. The hem of the pleated cheerleader skirt is barely low enough to conceal $his <<if ($activeSlave.dick > 0)>>dick<<elseif $activeSlave.vagina == -1>>lack of private parts<<else>>pussy<</if>>, and $he bounces a little on $his heels for you to show off how $he's going commando underneath it. $His <<if ($activeSlave.belly >= 100000)>> @@ -9207,7 +9074,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Put the old whore in $his place">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You call out to stop $him, and $he turns obediently to listen. You tell $him you're interested to see if $his old body can still perform. Something about the way you say 'old' makes $him flinch, and $he's right to worry. You tell $him to go out and make you <<print cashFormat(200)>>, and to hurry back if $he wants to avoid punishment. $He hesitates for an instant before hurrying outside. A few hours later you check on $him remotely. The feed shows $him <<if $activeSlave.belly >= 10000>>waddle<<else>>walk<</if>> quickly up to a couple out on the street; you can't hear what's said, but $he <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> @@ -9265,7 +9131,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "shift masturbation">> <<link "Leave $him to it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You have work to do. You ignore the shameless slut, who gets $himself off in no time at all, <<if ($activeSlave.dick > 0) && !canAchieveErection($activeSlave.balls == 0)>> @@ -9281,7 +9146,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Lend $him some assistance">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand and ask $him mockingly if $he could use some assistance. $He gapes at you for a lust-hazed moment before nodding happily, <<if !canTalk($activeSlave)>> @@ -9342,7 +9206,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Show the slut off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It takes a trifling command at your desk to surreptitiously slave one of the office cameras to $his impromptu masturbation session, and send the feed to many of the public screens. After a few minutes, <<if canSee($activeSlave)>>$he notices the setup through one of the office's glass walls<<else>>you inform the eager masturbator that $his show is live across the arcology<</if>>. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishStrength > 60) && ($activeSlave.fetishKnown == 1)>> @@ -9376,7 +9239,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "shift sleep">> <<link "Relaxed sex">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You flip the sheet off your naked body, revealing your already <<if $PC.dick == 0>>wet pussy<<else>>stiff prick<<if $PC.vagina != -1>> and the wet pussy below it<</if>><</if>>. $He slides $himself down, pressing $his <<if ($activeSlave.boobs > 2000)>> @@ -9404,7 +9266,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if $activeSlave.belly < 150000>> <<if canDoVaginal($activeSlave)>> <br><<link "Surprise sex">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You uncoil from under the sheet like a striking serpent, tackling $his $activeSlave.skin body off the edge of the bed<<if ($activeSlave.bellyPreg >= 1500)>>, twisting in midair,<</if>> and onto the floor with a crash. The wind is knocked out of $him with an audible grunt as<<if ($activeSlave.bellyPreg >= 1500)>> $he lands on top of you and rolls over<<else>> you land on top of $him<</if>>. <<if ($activeSlave.bellyPreg < 1500)>> @@ -9465,7 +9326,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave)>> <br><<link "Surprise buttsex">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You uncoil from under the sheet like a striking serpent, tackling $his $activeSlave.skin body off the edge of the bed<<if ($activeSlave.bellyPreg >= 1500)>>, twisting in midair,<</if>> and onto the floor with a crash. The wind is knocked out of $him with an audible grunt as<<if ($activeSlave.bellyPreg >= 1500)>> $he lands on top of you and rolls over<<else>> you land on top of $him<</if>>. <<if ($activeSlave.bellyPreg < 1500)>> @@ -9530,7 +9390,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <<link "Enter the shower and take $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so occupied that $he doesn't <<if canHear($activeSlave)>>hear<<else>>notice<</if>> you until you seize $him under the armpits and drag $him to $his feet. $His massive dickhead pops free of $his mouth and $he squeaks in surprise as you push $his<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>> body<</if>> against the wall of the shower and stuff your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up $his <<if canDoVaginal($activeSlave)>> @@ -9568,7 +9427,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($PC.dick != 0)>> <br><<link "The only dick $he should suck is $his <<= WrittenMaster()>>'s">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so occupied that $he doesn't <<if canHear($activeSlave)>>hear<<else>>notice<</if>> you until you seize $his hair and pull $his head back. $His massive dickhead pops free of $his mouth and $he squeaks in surprise. The noise is cut off by a gag as you ram yourself down $his throat. $He plays with your <<if $PC.vagina != -1>>cunt<<else>>balls<</if>> as you facefuck $him and jacks off with $his other hand. $He was so close when you intruded that $he cums long before you do. There's a lot of cum in the shower when you're through. <<if $activeSlave.balls == 3>>$His huge balls made an especially major contribution. <</if>>@@.hotpink;$He has become more submissive to you.@@ <<set $activeSlave.devotion += 4>> @@ -9578,7 +9436,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.belly < 5000) && (canDoAnal($activeSlave) || canDoVaginal($activeSlave))>> <br><<link "See if $he can do that while you take $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You interrupt $activeSlave.slaveName and make $him lie on a nearby bed. After some preparatory stretching, during which $his frustrated erection flops forlornly around, you manage to get both $his ankles behind $his head. In this position $he manages to resume sucking on the head of $his penis as you slip into $him. <<if canDoVaginal($activeSlave)>> @@ -9608,7 +9465,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "obedient idiot">> <<link "Give $him something more appropriate to suck on">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<= capFirstChar($assistant.name)>>, as usual, has to give the stupid slut considerable coaching to get $him to your office without getting lost. This is a near-miraculous imbecility, as the penthouse is expressly designed to make it nearly impossible to get anywhere from anywhere else without passing by the office door. $He understands orders to <<if $PC.dick == 0>>perform cunnilingus<<else>>suck a dick<</if>>, though, and gets down to it eagerly enough. When $he finishes the job, <<if $PC.dick == 0>>wipes $his mouth<<else>>$he busily swallows every drop of your ejaculate<</if>> and then looks up at you doubtfully. <<if !canTalk($activeSlave)>> @@ -9622,7 +9478,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Reassure $him and get $him to slow down">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so intent on trying to suck off the food dispenser that $he doesn't <<if canHear($activeSlave)>>hear<<else>>notice<</if>> you enter the room. $He starts with surprise when you encircle $his<<if $activeSlave.belly >= 1500>> _belly<<if $activeSlave.bellyPreg >= 1500>> pregnant<</if>> belly<<else>> waist<</if>> with your arms and <<if canHear($activeSlave)>>murmur reassuringly in $his ear<<else>>give $him a reassuring squeeze<</if>>. <<if !canTalk($activeSlave)>> @@ -9642,7 +9497,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Spank the stupid out of $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so intent on trying to suck off the food dispenser that $he doesn't <<if canHear($activeSlave)>>hear<<else>>notice<</if>> you enter the room. $He starts with surprise when you seize $him and push $him <<if $activeSlave.belly >= 300000>> @@ -9656,7 +9510,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment for being stupid is to be, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -9685,7 +9538,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <<link "Cheer $him up">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You close in on $him, and $he starts to present $himself with the force of long habit. However, you take $him by the hand and draw $him in close, running your fingertips along $his cheekbone, looking into $his <<= App.Desc.eyesColor($activeSlave)>>. <<if canSee($activeSlave)>>$He only holds your gaze for a brief moment before blushing and looking down again,<<else>>Once $he feels your hand stop, $he quickly glances down while<</if>> muttering another apology. You raise $his chin again with a gentle hand and give $him a deep kiss. After a moment $he hugs you with almost painful <<if $activeSlave.belly >= 100000>> @@ -9727,7 +9579,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Perform a health exam personally">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He gets a weekly health exam from the automated systems, which also do their best to monitor $his well-being, but $he does not protest as you take $him to the surgery and give $him a <<if $PC.skill.medicine >= 100>>professional examination. It feels good to put the old skills to use on an attractive patient<<else>>thorough examination<</if>>. There's nothing the matter other than that $he hasn't been 18 for a long time. $He looks a little sad at some of the results, but whenever $he does, you place a hand on $his cheek and give $him a kiss. $He gets the idea. "I under<<s>>tand, <<Master>>. I can <<s>>till <<s>>erve you," $he <<say>>s. @@ -9739,7 +9590,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if ($HeadGirl != 0) && ($HeadGirl.ID != $activeSlave.ID)>> <br><<link "Give $him an afternoon off for some quality time with your Head Girl">> <<setLocalPronouns $HeadGirl 2>> - <<EventNameDelink $activeSlave>> <<replace "#result">> $HeadGirl.slaveName understands the situation immediately. _He2 gets _himself2 and $activeSlave.slaveName dressed for a nice, non-sexual 'date' in $clubName, and leads $him out by the hand with a wink over _his2 shoulder to you. Your Head Girl understands just what kind of break from sexual servitude $activeSlave.slaveName really needs. They enjoy a nice meal, take a stroll and talk as friends, and get some inconsequential but relaxing beauty treatments together. They both @@.hotpink;enjoy the relaxation,@@ and $activeSlave.slaveName @@.green;feels much better@@ after the rest, too. <<set $activeSlave.devotion += 4>> @@ -9752,7 +9602,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "tendon fall">> <<link "Help $him clean $himself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step into the running water and seat yourself in the shower, drawing $him into your lap. $He seems surprised and <<if canSee($activeSlave)>>stares at you through the steam<<else>>gazes towards you<</if>> for a moment before looking away with a blush. $He expects you to <<if $PC.dick == 0>>ride $his wet face<<else>>insert your member into $his wet body<</if>>, but finds you handing $him the soap instead. You gently support $him as $he washes, partaking of physical closeness and support. @@.hotpink;$He has become more devoted to you.@@ <<set $activeSlave.devotion += 4>> @@ -9760,7 +9609,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "Fuck $his prostrate body">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make no answer, entering the shower to stand over $him prostrate form. You reach down and grope $him soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks, questing fingers moving towards $his asscrack. <<if ($activeSlave.anus > 2) && canDoAnal($activeSlave)>> @@ -9808,7 +9656,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if $PC.dick != 0 && (($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave)))>> //This option will take $his virginity//<</if>> <</if>> <br><<link "Let $him struggle">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He struggles for a while until you get bored and leave $him to it. Eventually $his thrashing brings another slave in, who helps $him. This interdependence between slaves @@.mediumorchid;reduces $his devotion.@@ <<set $activeSlave.devotion -= 5>> @@ -9819,7 +9666,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<link "No, and $his role is to suck dick and take it in the ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You patiently explain that you've decided to use $him as an oral and anal slave, and leave $his pussy unfucked. $He's unsurprised, but $he understands your decision. You usually fuck slaves during your inspection, and you don't exempt $him from this, but you do let $him take it easy. Rather than facefucking $him you let $him suckle you gently. Rather that a hard buttfuck, you take $him to the couch and gently spoon $him with your <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up $his ass while making out with $him and playing with $his nipples. $He understands your forbearance and @@.hotpink;appreciates how kind $his <<= WrittenMaster()>> is.@@ <<set $activeSlave.devotion += 4,>> @@ -9829,7 +9675,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<else>> <<link "No, and $his role is to suck dick and like it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You patiently explain that you've decided to use $him as an oral slave, since $his ass is off-limits, and leave $his pussy unfucked. $He's unsurprised, but $he understands your decision. You usually fuck slaves during your inspection, and you don't exempt $him from this, but you do let $him take it easy. Rather than facefucking $him you let $him suckle you gently, calmly patting $his head as $he does. $He understands your forbearance and @@.hotpink;appreciates how kind $his <<= WrittenMaster()>> is.@@ <<set $activeSlave.devotion += 4>> @@ -9838,7 +9683,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "No, and $he shouldn't have asked">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Despite being allowed to ask questions $he should not question $his <<= WrittenMaster()>>'s choices about $his sexual duties. To communicate the point, you<<if $PC.dick == 0>> don a strap-on and<</if>> order $him to lie on the desk, on $his back, with $his throat slack for penetration. <<if canDoAnal($activeSlave)>> @@ -9857,7 +9701,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Yes, the time has come">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He framed $his desire to lose $his virginity in businesslike terms, but $his reaction to your assent suggests that $he also wouldn't mind having vanilla sex with $his <<= WrittenMaster()>>. You're already quite <<if $PC.dick == 0>> @@ -9878,7 +9721,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "obedient bitchy">> <<link "Beg her pardon and offer to loan the bitch to her">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The businesswoman's anger turns to malicious anticipation as you call $activeSlave.slaveName over and inform $him that you and the businesswoman have decided $activeSlave.slaveName will be spending the night with her. Now that you look at your business partner, she has certain signs of a sadist. $activeSlave.slaveName notices too, and begins to cry<<if $activeSlave.bellyPreg >= 1500>> and shield $his pregnancy<</if>> as the businesswoman promises that there will be "no permanent damage." $activeSlave.slaveName is unceremoniously returned in the early hours of the morning. $His back and buttocks have been meticulously flogged right up to the very edge of damage, leaving angry marks across $his $activeSlave.skin skin. $His mouth lolls open, as though $he's been doing little but give cunnilingus. <<if $activeSlave.vagina != -1>>$His pussy,<<elseif $activeSlave.dick == 0>>$His shamefully featureless groin with its tiny little hole,<<else>>$His dick,<</if>> anus,<<if $activeSlave.belly >= 10000>> popped navel,<</if>> and even $his nipples show signs of torture. Whenever $he thinks of a sharp remark in the future, @@.hotpink;$he'll remember the pain and keep $his mouth shut.@@ <<set $activeSlave.behavioralFlaw = "none">> @@ -9886,7 +9728,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Offer to spitroast the bitch between the two of you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The businesswoman grins slowly and reaches into $his purse as you inform $activeSlave.slaveName that you and the businesswoman will punish $him together. $activeSlave.slaveName's eyes widen as the businesswoman fishes a massive strap-on out of $his bag. The surprise turns to fear as the businesswoman begins to slap it against $activeSlave.slaveName's buttocks as you <<if !isAmputee($activeSlave)>> @@ -9916,7 +9757,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0)>> //This option will take anal virginity and ignore anal chastity//<</if>> <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment for being stupid is to be, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -9944,7 +9784,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "obedient shemale">> <<link "Let $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He moans with gratitude and relief. $He masturbates furiously as you continue to use $his butt. $He was clearly near the edge anyway, and <<if ($activeSlave.balls > 0)>> @@ -9960,7 +9799,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Train $him to be a skilled anal bottom">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He obeys your orders to keep $his hand<<if hasBothArms($activeSlave)>>s<</if>> off $his dick, but can't hide $his disappointment and frustration. You keep a close watch on $him, and buttfuck $him every chance you get, teaching $him the finer points of taking a <<if $PC.dick == 0>>strap-on<<else>>dick<</if>> up the butt. You focus entirely on your pleasure, teaching $him how to use $his <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>loose<<else>>tight<</if>> anal ring to extract orgasms from cocks. This experience was hard for $him but has increased $his anal skill. <<= SkillIncrease.Anal($activeSlave, 10)>> @@ -9969,7 +9807,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if (($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)) && $activeSlave.prostate > 0>> <br><<link "Train $him to orgasm anally">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He obeys your orders to keep $his hand<<if hasBothArms($activeSlave)>>s<</if>> off $his dick, but can't hide $his disappointment and frustration. You keep a close watch on $him, and fuck $his <<if ($activeSlave.anus > 2)>>gaping<<elseif ($activeSlave.anus > 1)>>loose<<else>>tight<</if>> anus every chance you get, keeping $him desperately aroused and desperately sodomized. After some days of this, $he finally reaches a point of desperate arousal that permits $him to orgasm to prostate stimulation alone. <<= VCheck.Anal(9)>> @@ -9986,7 +9823,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "obedient addict">> <<link "Make an example by forcing $him to take a massive dose">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You take $him by the shoulders<<if hasAnyEyes($activeSlave)>>, look into $his eye<<if hasBothEyes($activeSlave)>>s<</if>>, @@ -10021,7 +9857,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "Have caring sex with $him before $he takes the aphrodisiacs">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You back $him up against the wall of the kitchen, kissing $him, touching $his body with care, and quietly shushing $his attempts to ask questions. You deftly extract the pill form $his hand and put it on the counter for later. With time and skill you bring $him to a fine state of arousal, not to mention @@.hotpink;emotional need;@@ $he begins to kiss you back with almost frantic enthusiasm. When $he's clearly ready, you lay $him across the kitchen table and <<if $PC.dick == 0>>work your groin up between $his legs<<else>>enter $him<</if>>, drawing out a lusty moan. As the sex continues, however, $he begins to look doubtful, then distracted, and then to twitch occasionally. Finally $he bursts into tears. <<if !canTalk($activeSlave)>> @@ -10052,7 +9887,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He You slowly undo $his chastity, allowing $him to be overwhelmed with anticipation of the deed to come. <</if>> <</if>> - <<EventNameDelink $activeSlave>> <<replace "#result">> Despite $himself, $he breaks down when $he feels your cock enter $his <<if $activeSlave.mpreg == 1>> @@ -10125,7 +9959,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.mpreg == 0>> <br><<link "Use $his ass but give $him what $he wants">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that impregnation will be $his reward if $he's a good little buttslut<<if ($activeSlave.chastityVagina) || ($activeSlave.chastityAnus)>> as you undo $his chastity<</if>>. $He visibly resolves to do $his anal best. You recline on the couch and $he squats over you, one leg on the floor and the other bent up on the cushion, with one hand on the back of the couch and the other rubbing $his pussy. $He @@ -10169,7 +10002,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Sneak it into $his ass instead">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Despite $himself, $he breaks down when $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>notices<</if>> you coming over and kneeling down to line your cock up with the entrance to $his <<if ($activeSlave.vagina == 1)>> @@ -10207,7 +10039,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<else>> <br><<link "Use $his ass but finish across $his back">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that impregnation will be $his reward if $he's a good little buttslut. $He visibly resolves to do $his anal best. You recline on the couch and $he squats over you, one leg on the floor and the other bent up on the cushion, with one hand on the back of the couch and the other <<if $activeSlave.nipples != "fuckable">>pinching<<else>>fingering<</if>> a nipple. $He <<if ($activeSlave.anus == 1)>> @@ -10251,7 +10082,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($cumSlaves >= 5)>> <br><<link "Use the Dairy cockmilk to impregnate $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he'll be having everyone's children. $He looks puzzled until you put $him on the couch<<if hasBothLegs($activeSlave)>>, legs spread,<</if>> and produce a large, soft injector full of fresh cum. At this $he giggles and thanks you; $he rapturously rubs $his _belly belly as you gently push the injector home. For the rest of the week, $he appears in your office morning and night, receiving the seed of every slave you're currently having cockmilked. $He goes about $his other business with a @@.hotpink;deeply pleased@@ expression on $his face. Whenever $he has a spare moment $he steals down to the Dairy to hug the slaves there or otherwise show them a little affection. <<set $activeSlave.devotion += 10>> @@ -10267,7 +10097,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "fearful balls">> <<link "Threaten $him with castration">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You open a drawer of your desk and extract a razor-sharp ceramic-bladed knife. <<if canSee($activeSlave)>>You make a show of inspecting its edge and then place it on your desk before looking meaningfully at $his ballsack. $He watches this display with wide eyes<<else>>You describe what it is you took out of your desk and how easily it could be used to remove $his ballsack. $He cocks $his head slightly<</if>> until $he gets your meaning, and then collapses to the ground, almost wetting $himself. <<if !canTalk($activeSlave)>> @@ -10280,7 +10109,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Force obedience using pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You shove $his unresisting<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>swollen<</if>><</if>> body over the couch and seize $his ballsack. When $he feels your tight grip $he spasms and tries to pull away reflexively, but goes limp when $he feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of $his sack, leaving $him writhing on the couch in considerable discomfort. After letting $him wriggle for a while, you tell $him that $he can have it off when $he gets you off. $He scrabbles for your <<if $PC.dick == 0>>pussy and desperately starts to perform cunnilingus; after a while you get bored and ride $his face. You finally climax<<else>>dick and starts to desperately suck you off<<if $PC.vagina != -1>> and eat you out<</if>>; you let $him work for a while before getting bored and adding painful slaps to $his cheeks. You blow your load down $his throat<</if>> and then stand, <<if canSee($activeSlave)>>brandishing the knife<<else>>swishing the knife through the air<</if>>. <<if canSee($activeSlave)>>$His eyes are huge<<else>>$He grimaces<</if>> with terror, but $he holds still. $His private parts have gone so numb that $he has to <<if canSee($activeSlave)>>look down<<else>>run $his hand across $his scrotum<</if>> in trepidation to verify that you cut the rubber, not $him. $He leaves with the pins and needles working their agonizing way back into $him along with the blood flow to $his balls, promising tearfully to @@.gold;stay out of trouble.@@ <<set $activeSlave.trust -= 5>> @@ -10288,7 +10116,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Geld $him gradually">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You shove $his unresisting<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>swollen<</if>><</if>> body over the couch and seize $his ballsack. When $he feels your tight grip $he spasms and tries to pull away reflexively, but goes limp when $he feels the agony of a warning squeeze. You fasten a tight rubber ring around the base of $his sack, leaving $him writhing on the couch in considerable discomfort. You add leather mittens to $his hands to stop $him from removing the rubber, and then observe that this is a method used to geld livestock. $His tearful begging goes on until you tire of it and put $him out. <<= capFirstChar($assistant.name)>> tracks $his agonized, weeping progress around the arcology for the many hours it takes the lack of blood flow to necessitate a trip to the remote surgery. When that time comes, you make $him beg you to remove $his balls for an hour straight before you do — and $he's so desperate for relief from the pain that $he does it. The experience has left $him @@.red;slightly injured,@@ @@.orange;gelded,@@ @@.red;thoroughly traumatized,@@ and @@.gold;willing to do anything@@ to avoid any more pain. <<set $activeSlave.behavioralFlaw = "odd", $activeSlave.trust -= 20, $activeSlave.balls = 0, $activeSlave.scrotum = 0>> @@ -10299,21 +10126,18 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "extreme aphrodisiacs">> <<link "Take pity and give $him relief">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You sit on the edge of the bed and draw $him down to sit on your lap. This way, you can enjoy gently fucking $him while you draw orgasm after orgasm out of $him with your hands. $He'll only be relieved for a few hours, but $he's @@.hotpink;tearfully grateful all the same.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "See how rough you can be and still get $him to cum">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The aphrodisiac dosage $he's on will let $him orgasm to almost anything. You spend a few minutes playing with $his nipples, skillfully edging $him away from climax, and $he's almost vibrating with discomfort. $He's so desperate that $he sobs with relief when you order $him to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels")>>kneel<<elseif ($activeSlave.shoes == "heels")>>totter up<<else>>stand<</if>> <<if $activeSlave.belly >= 5000>>_belly belly <</if>>against a wall and spread $his buttocks. A little saliva and<<if $PC.vagina != -1>> a bit of your own pussyjuice, transferred by a couple of fingers, and<</if>> <<if $PC.dick == 0>>your vibrating strap-on<<else>>your dick<</if>> is up $his willing ass. The position is uncomfortable for $him, and you are not gentle, but $he comes anyway. By the end of the night $his butthole is so sore that $he <<if $activeSlave.belly >= 5000>>lies on $his side<<else>>lies on $his stomach<</if>> every chance $he gets. $His submissiveness @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "Send $him away">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He leaves with ill-concealed disappointment, and is faced with the choice between covert, rule-breaking masturbation or a sleepless night. $His regard for you @@.mediumorchid;has decreased.@@ <<set $activeSlave.devotion -= 5>> @@ -10323,7 +10147,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "shaped areolae">> <<link "Show $him off around the arcology">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $activeSlave.slaveName a variation on a usual slave gown. It's just as gorgeous, but this one actually covers $his <<if $activeSlave.belly >= 1500>>_belly <<if $activeSlave.bellyPreg >= 1500>>pregnancy<<else>>belly<</if>>, <</if>>ass and crotch as well. In fact, it covers $his <<if isAmputee($activeSlave)>> @@ -10352,7 +10175,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Use that pride as an advertisement">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There's all sorts of business going on in $arcologies[0].name, from flesh rented or bought down to more pedestrian affairs. Advertisement never goes amiss. You place $activeSlave.slaveName naked on a slowly rotating pedestal surrounded by a clear plastiglass tube on a busy thoroughfare in the lower parts of $arcologies[0].name. These devices are often used to display slaves for sale or slave whores for rent; $activeSlave.slaveName is simply identified by your name as arcology owner, which is thus @@.yellowgreen;identified with business prosperity.@@ $He spends the day serving as eye candy for passersby, rotating gently on the pedestal as $he shows off $his body, giving pride of place to $his <<= $activeSlave.areolaeShape>>-shaped areolae. $He loves all the attention, and @@.hotpink;$his devotion to you has increased.@@ <<set $activeSlave.devotion += 4>> @@ -10363,7 +10185,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "huge tits">> <<link "Join $him in the shower">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step into the running water and help $him to $his feet with exaggerated gallantry. $He seems surprised <<if canSee($activeSlave)>>and stares at<<else>>faces<</if>> you through the steam for a moment before looking away with a blush. Before long you have $his back against the shower wall, $his titanic udders<<if $activeSlave.belly >= 5000>> and _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>> belly<</if>> offering an amusing challenge as they slide soapily between you as you fuck. $He comes in no time at all, and a brief massage of $his huge soapy nipples produces a whimpering aftershock orgasm. <<if canSee($activeSlave)>>$His <<= App.Desc.eyesColor($activeSlave)>> stare straight into yours<<else>>You stare into $his <<= App.Desc.eyesColor($activeSlave)>><</if>> as $he writhes with overstimulation, @@.mediumaquamarine;$his trust in your stewardship of $his pleasure total.@@ <<if canDoVaginal($activeSlave)>><<= VCheck.Vaginal()>><<elseif canDoAnal($activeSlave)>><<= VCheck.Anal()>><</if>> @@ -10371,7 +10192,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <<if ($activeSlave.vagina == 0) && canDoVaginal($activeSlave)>>//This option will take $his virginity//<<elseif ($activeSlave.vagina == -1) && ($activeSlave.anus == 0) && canDoAnal($activeSlave)>>//This option will take $his anal virginity//<</if>> <br><<link "Fuck $his immobilized body">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make no answer, groping $his soapy <<if $seeRace == 1>>$activeSlave.race <</if>>buttocks. <<if ($activeSlave.anus > 2) && canDoAnal($activeSlave)>> @@ -10410,7 +10230,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>> <br><<link "Let $him figure it out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He flounders around for a while until you get bored and leave $him to it. Eventually $his whining brings another slave in, who helps $him. This interdependence between slaves @@.mediumorchid;reduces $his devotion.@@ <<set $activeSlave.devotion -= 5>> @@ -10420,14 +10239,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted virgin">> <<link "No, reassure $him that $he doesn't need to be a slut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You kindly explain that you've decided to save $his virginity — for now. $He looks slightly down-hearted and tries to smile nonetheless, but finds $himself swept off $his <<if !hasAnyLegs($activeSlave)>>stumps<<elseif !hasBothLegs($activeSlave)>>foot<<else>>feet<</if>> and<<if $activeSlave.bellyPreg >= 5000>> gently<</if>> deposited on the couch. $He gasps with surprise when $he finds $himself being teased, fondled, and massaged rather than outright used. In no time at all $he's pressing $his whole<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body against you and shivering with delight. $He shudders, almost uncontrollably, when you grind your <<if $PC.dick == 0>>clitoris<<else>>dick<</if>> against $his moistened, wet pussy between $his thighs, taking extra care not to penetrate the willing slave. $He leaves your office feeling @@.hotpink;very close to $his <<= WrittenMaster()>> indeed,@@ and seems to have forgotten $his unfucked vagina, for now. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "Make sure $his first time is enjoyable">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him over to the couch<<if !canDoVaginal($activeSlave)>>, unfasten $his chastity<</if>>, set $him on your lap, and teasingly play with $his<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body for a long time. Every so often you move your hands over $his pussylips, making $him shiver and press $himself against you, but you only make it the center of attention once the poor over-aroused slave <<if !canTalk($activeSlave)>> @@ -10448,7 +10265,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Make sure $his first fuck puts $him in $his place">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You throw $him onto the couch beside your desk; $he fails to stop $himself from losing balance with $his flailing <<if isAmputee($activeSlave)>>stumps<<else>>limbs<</if>>. $He looks around doubtfully; $he's already started to wonder whether this was a mistake. In a few moments $he knows it for sure as $he feels<<if !canDoVaginal($activeSlave)>> $his vaginal chastity ripped off and<</if>> the burning sensation of a lubricated <<if $PC.dick == 0>>strap-on<<else>>dickhead<</if>> forcing $his virgin pussy wide. You have $his face shoved deep between the leather cushions and you ignore the muffled sounds coming from $him. $He limply tries to relax for $his beloved master, but the painful sensation coming from $his crotch causes $him to start to writhe uncontrollably. $He pushes against the couch, trying to endure the pounding. When you finish, the poor slave is left lying on the couch with <<if $PC.dick == 0>>a<<else>>a thin dribble of ejaculate escaping from $his<</if>> @@.lime;newly fucked vagina,@@ a stream of drying tears running down each side of $his face,<<if $activeSlave.dick > 0>> a single drop of precum at the tip of $his totally flaccid dick,<</if>> and a new understanding of @@.gold;$his place in life.@@ <<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "submissive")>> @@ -10466,7 +10282,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted anal virgin">> <<link "No, reassure $him that $he doesn't need to be an anal slut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You kindly explain that you've decided to save $his ass — for now. $He starts to express understanding and apologize for bothering you, but finds $himself swept off $his <<if !hasBothLegs($activeSlave)>>stumps<<elseif !hasAnyLegs($activeSlave)>>foot<<else>>feet<</if>> and<<if $activeSlave.bellyPreg >= 5000>> gently<</if>> deposited on the couch. $He gasps with surprise when $he finds $himself being teased, fondled, and massaged rather than outright used. In no time at all $he's pressing $his whole<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body against you and shivering with delight. <<if $activeSlave.vagina > 0 && canDoVaginal($activeSlave)>> @@ -10482,7 +10297,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Make sure $his first anal sex is enjoyable">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him over to the couch<<if !canDoAnal($activeSlave)>>, unfasten $his anal chastity<</if>>, set $him on your lap, and teasingly play with $his<<if $activeSlave.belly >= 5000>> <<if $activeSlave.bellyPreg >= 3000>>gravid<<else>>rounded<</if>><</if>> body for a long time. Every so often you graze a finger over $his unfucked butthole, making $him shiver and press $himself against you, but you only make it the center of attention once the poor over-aroused slave <<if !canTalk($activeSlave)>> @@ -10503,7 +10317,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Make sure $his first buttfuck puts $him in $his place">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You throw $him onto the couch face-down<<if $activeSlave.belly >= 5000>>, $his rear pushed into the air by $his rounded belly<</if>>, catching a glimpse of $his doubtful face as $he goes; $he's already started to wonder whether this was a mistake. In a few moments $he knows it for sure as $he feels<<if !canDoAnal($activeSlave)>> $his anal chastity ripped off and<</if>> the burning sensation of a lubricated <<if $PC.dick == 0>>strap-on<<else>>dickhead<</if>> forcing $his virgin sphincter wide. Whatever noises $he might be making are pretty inaudible, since you have $his sobbing face shoved deep between the leather cushions. $He tries not to struggle and relax for $his beloved master, but $his body rebels against the pain and $he starts to wriggle spastically, trying to burrow into the couch to get away from the pounding. When you finish, the poor slave is left lying on the couch with <<if $PC.dick == 0>>a<<else>>a thin dribble of ejaculate escaping from $his<</if>> @@.lime;newly fucked butthole,@@ a stream of drying tears running down each side of $his face,<<if $activeSlave.dick > 0>> a single drop of precum at the tip of $his totally flaccid dick,<</if>> and a new understanding of @@.gold;$his place in life.@@ <<if ($activeSlave.fetishKnown != 1) || ($activeSlave.fetish != "submissive")>> @@ -10521,7 +10334,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "surgery addict">> <<link "$He asked for it; give $him the works">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As the sterile doors of the surgical equipment hiss closed over $him, you whisper in $his ear that $he's about to be cut up. $He looks at you with a mix of fear and wild excitement. After nearly a whole week of constant surgery and expensive drug-induced recovery, <<if canSee($activeSlave)>>$he finally gets to see $his new body in the mirror<<elseif !hasAnyArms($activeSlave)>>you finally describe all the new implants in $his body and how they make $him look<<else>>you finally let $him feel $his new body, even helping $his hands to the less obvious changes<</if>>. $He has cartoonishly huge lips, boobs, and buttocks; $he looks like a caricature of a bimbo. $He cries with gratitude <<if canSee($activeSlave)>>to see $himself<<elseif !hasAnyArms($activeSlave)>>to <<if canHear($activeSlave)>>hear<<else>>discover<</if>> how $he looks<<else>>as $he feels $his new body<</if>>, and can scarcely wait to recover enough to get fucked. @@.hotpink;$He has become extremely devoted to you.@@ <<run cashX(forceNeg(Math.trunc(125*$upgradeMultiplierMedicine)), "slaveSurgery", $activeSlave)>> @@ -10536,14 +10348,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.bellyPreg >= 5000>> <br><<link "Not while $he is so pregnant">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's clearly disappointed, but $he accepts that you are watching out for $his health and goes about $his business. After the incident, you notice that $he definitely seems to have a kink for implants. $He loves it when $his implants are groped, but $his favorite is when $he gets to fuck another slave with fake tits. $He can't keep $his <<if hasBothArms($activeSlave)>>hands<<elseif hasAnyArms($activeSlave)>>fingers<<else>>lips<</if>> off a pair of bolted-on boobs. <</replace>> <</link>> <</if>> <br><<link "No">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's clearly disappointed, but $he accepts your will and goes about $his business. After the incident, you notice that $he definitely seems to have a kink for implants. $He loves it when $his implants are groped, but $his favorite is when $he gets to fuck another slave with fake tits. $He can't keep $his <<if hasBothArms($activeSlave)>>hands<<elseif hasAnyArms($activeSlave)>>fingers<<else>>lips<</if>> off a pair of bolted-on boobs. <</replace>> @@ -10553,7 +10363,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <<link "Fuck $him as $he asks">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He almost sobs with joy as <<if $PC.dick == 0>>your strap-on enters<<else>>you enter<</if>> $him. The two of you have <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> @@ -10578,7 +10387,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave)>> <br><<link "Assrape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to kneel. $He looks hopeful and complies, but $his anticipation of enjoyable sex vanishes with a pathetic little gasp when you<<if $PC.dick == 0>> don a strap-on and<</if>> <<if $PC.vagina != -1>>use a couple of fingers to collect some of your pussyjuice for improvised lube<<else>>spit on $his butthole<</if>>. With only a little saliva as lubrication, you brutally sodomize $him, fucking $his <<if $seeRace == 1>>$activeSlave.race <</if>>ass to the limit of what you can get away with without damaging $him. <<if (($activeSlave.fetish == "buttslut" && $activeSlave.fetishStrength > 60) || ($activeSlave.energy > 95)) && ($activeSlave.fetishKnown == 1)>> @@ -10592,7 +10400,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <</if>> <br><<link "Play with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You get into bed and crook a finger, silently ordering $him to join you. $He<<if $activeSlave.clothes != "no clothing">> hurries out of $his clothes and<</if>> bounces over, <<if ($activeSlave.chastityPenis == 1)>> @@ -10702,7 +10509,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Send $him away">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He tries to hide $his disappointment as $he turns to go, and as $he flees out the door you hear $him begin to cry. By the next morning, however, $his responses to your commands have become less flirtatious and much more attentive. $His obedience to you @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> @@ -10712,7 +10518,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "trusting HG">> <<link "Commend $his service">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You clear your throat and compliment $him, commending $his work ethic, trustworthiness, and loyalty. $He blushes much harder as $he understands. "Thank you, <<if $HGFormality == 1>> @@ -10807,7 +10612,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Share some refreshments with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reach into the back of your desk, where your private reserves are, and wordlessly offer $him a <<if $PC.refreshmentType == 0>> @@ -10860,7 +10664,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "ignorant horny">> <<link "Tell $him the truth">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You explain the effects of the <<if ($activeSlave.aphrodisiacs > 0) || $activeSlave.inflationType == "aphrodisiac">> @@ -10981,7 +10784,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($activeSlave.fetish != "cumslut") || ($activeSlave.fetishKnown != 1)>> <br><<link "Trade some oral for release">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You observe, noncommittally, that $he seems ready to get off. "Ye<<s>> <<Master>>!" $he squeals, too <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant >= -50>>horny<<else>>stupid<</if>> to notice the sarcasm. Sighing inwardly, you slide yourself back from your desk and glance downward significantly, indicating your <<if $PC.dick != 0>>dick<<if $PC.vagina != -1>> and pussy<</if>><<else>>girl parts<</if>>. $He hurries over, almost throwing $himself at your feet in $his eagerness. "Touch yourself", you say, making it an imperious command rather than kind permission. $He moans into your <<if $PC.dick != 0>>cock<<else>>cunt<</if>> with gratitude as $he @@ -11044,7 +10846,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1)>> <<if ($activeSlave.vagina == -1) && ($activeSlave.attrXY <= 65)>> <br><<link "Make $him cum like a girl">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to get $his ass up on your desk. $He obeys, though not without a flicker of trepidation. $He points $his butt at you like a sex slave should, and doesn't crane around to <<if canSee($activeSlave)>>see<<else>>feel<</if>> what you're doing behind $him, but $he's stiff with the awareness that <<if $PC.dick != 0>>there's almost certainly a hard<<if $PC.vagina != -1>> futa<</if>> dick about<<else>>you're almost certainly donning a strap-on<</if>> to slide inside $his girly asspussy. $He's not wrong, and $he lets out a little moan as <<if $PC.dick != 0>>your cockhead<<if $PC.vagina != -1>>, which you kindly lubed with a bit of your pussyjuice,<</if>><<else>>its broad tip<</if>> <<if $activeSlave.anus > 2>>slides easily inside $his whorish anus<<elseif $activeSlave.anus == 2>>slides up $his experienced butthole<<else>>forces its way inside $his tight sphincter<</if>>. <br><br> @@ -11061,7 +10862,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<elseif ($activeSlave.vagina > -1)>> <br><<link "Work on broadening $his sexual horizons">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He seems a little too focused on $his hot cunt. You order $him to get up on your desk, and $he obeys eagerly, $his <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>> shining<<else>>facial expression filled<</if>> with lust. <<if canSee($activeSlave)>>They focus<<else>>$He focuses<</if>> on <<if $PC.dick != 0>>your cock as you bring it to bear<<if $PC.vagina != -1>>, not to mention the pussy at its base<</if>><<else>>your strap-on as you step into it<</if>>, and $he's about to express $his gratitude when you push the slave, who is sitting on the edge of your desk with $his legs spread to provide you access to $his pussy, over onto $his back. $He barely has time to reorient $himself when $he feels <<if $activeSlave.anus > 2>>a sudden fullness in $his loose ass<<elseif $activeSlave.anus == 2>>a presence inside $his experienced ass<<else>>something starting to push its way up $his poor little bottom<</if>>. <br><br> @@ -11082,7 +10882,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "cage relief">> <<link "Help $him get off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You take $him by the hand and pull $him to $his feet, and then kiss $him. $He knows that this means no, but melts into you anyway, accepting the comforting gesture for what it is. $He's surprised when you do not break the kiss, but continues to make out with you compliantly. You take $him by the hands, intertwining your fingers with $hers and holding them down at your sides for a while before wrapping $his arms around you at your <<if $PC.belly >= 10000>> @@ -11123,7 +10922,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Cut $his balls off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You agree, on the condition that $he be a good little bitch like $he promised. $He thanks you frantically, following you with mixed relief, gratitude, and deep terror as you lead $him to the surgery. It's a medically simple procedure, but $he's @@.red;retained for recovery@@ for some time, a common precaution in your penthouse where the surgery affects an area that might be reinjured by sexual use without a short break for the curatives to take effect. When the medical equipment verifies that $he can be fucked without pain or danger to $his health, you order $him to come back up to your office. $He is a @@.hotpink;very good little bitch,@@ <<if canDoAnal($activeSlave)>> @@ -11150,7 +10948,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0) && canDoAnal($activeSlave)>> //This option will take $his anal virginity//<</if>> <<if canDoAnal($activeSlave)>> <br><<link "Use $his cage to torture $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make no reply at all, but walk around to stand behind the slave. $He knows $he's fucked, and starts to shake with fear. You put a foot on $his ass and shove $him down<<if $activeSlave.belly >= 5000>> so $his rear is pointed into the air again<<else>> to lie flat on the floor<</if>>, and then straddle $him, shoving <<if $PC.dick != 0>>your<<if $PC.vagina != -1>> futa<</if>> cock up $his butt<<else>>one more finger than $he can comfortably take up $his butt<</if>>. $He tries to beg some more, but you give $him a warning slap, and $he shuts up. Despite your roughness, $he's so horny that $he starts to get hard. You can't see or feel this directly, of course, but it's easy to tell from $his desperate sobbing and involuntary writhing, and the lovely spasming of $his anal sphincter. $His tears dry up as $he builds towards a climax; orgasm might be an uncomfortable experience for $him, but it will buy $him a few minutes free of discomfort. <br><br> @@ -11162,7 +10959,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ((($activeSlave.fetish == "pregnancy" && $PC.belly >= 5000) || ($activeSlave.fetish == "cumslut" && $PC.balls >= 14) || ($activeSlave.fetish == "boobs" && $PC.boobs >= 1400)) && $activeSlave.fetishKnown == 1) || ((($activeSlave.attrXX > 70 && $activeSlave.attrXY < 50 && $PC.title == 0 && $PC.vagina != -1 && $PC.dick == 0) || ($activeSlave.attrXY > 70 && $activeSlave.attrXX < 50 && $PC.title == 1 && $PC.vagina == 0 && $PC.dick != 0)) && $activeSlave.attrKnown == 1)>> <br><<link "Use your body to make $his cage feel even tighter">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to pay close attention<<if canSee($activeSlave)>> and not look away<</if>>. <<if ($activeSlave.fetish == "pregnancy" && $PC.belly >= 5000)>> @@ -11230,7 +11026,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "used whore">> <<link "Use $him anyway">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reach out, grab $his shoulder, and shove $him against the wall. <<if !canTalk($activeSlave)>> @@ -11325,7 +11120,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Manipulate $him into asking to suck you off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reach out, grab $his shoulder, and shove $him against the wall. <<if !canTalk($activeSlave)>> @@ -11403,7 +11197,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Just talk with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You take $him by the hand, lead $him to a nearby couch, and sit down with $him, letting $him seat $himself beside you so $he can <<if $activeSlave.belly >= 5000>> @@ -11495,7 +11288,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "desperately horny">> <<link "Touch $him enough to get $him off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a reward for coming to you. $He almost bursts into tears and nods jerkily, unable to do anything else. You brush a finger across $his cheek, $his ear, $his lips; at each touch $he <<if !canTalk($activeSlave)>>breathes in sharply<<else>>gasps<</if>>. Moving around behind $him, you run a hand down $his flank to $his hip, and then around to $his<<if $activeSlave.belly >= 10000 || $activeSlave.bellyPreg >= 5000>> popped<</if>> navel, and up to cup $his breasts. Your run a thumb <<if $activeSlave.nipples != "fuckable">>over<<else>>into<</if>> each nipple, almost tipping $him over the edge. Your hands move down again, <<if canDoAnal($activeSlave) && canDoVaginal($activeSlave)>> @@ -11519,7 +11311,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish != "none")>> <br><<link "Reward $him for coming to you">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> $He almost cries with relief when you tell $him to @@ -11755,7 +11546,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <br>Let $him get off: <<if ($activeSlave.fetish != "cumslut") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "while $he sucks">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. From now on, $he can come to you and ask to <<if $PC.dick == 0>>perform cunnilingus on you<<else>>blow you<<if $PC.vagina != -1>> and eat you out<</if>><</if>>, and masturbate while $he does. $He nods through $his tears and hurriedly gets to $his knees, gagging in $his clumsy eagerness, crying a little with relief as $he masturbates furiously<<if $PC.vagina != -1>><<if $PC.dick != 0>> and does $his best to simultaneously please both a cock and a cunt with only one mouth<</if>><</if>>. $He doesn't even pause after $his first orgasm; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> @@ -11772,7 +11562,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "boobs") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "during nipple play">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. From now on, $he can come to you and offer you $his breasts; $he will be allowed to masturbate while you do. $He nods through $his tears and hurriedly presents $his chest, crying a little with relief as $he feels <<if $activeSlave.nipples != "fuckable">>you nip a nipple with your teeth<<elseif $PC.dick != 0>>your dick slip into a nipple<<else>>your tongue penetrate into $his nipple<</if>>. $He masturbates furiously, not even pausing after $his first orgasm; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> @@ -11789,7 +11578,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if (($activeSlave.fetish != "pregnancy") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)) && canDoVaginal($activeSlave)>> <br> <<link "during insemination play">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can come to you and offer you $his <<if ($activeSlave.vagina > 3)>>hopelessly gaped pussy<<elseif ($activeSlave.vagina > 2)>>loose pussy<<elseif ($activeSlave.vagina > 1)>>nice pussy<<else>>tight pussy<</if>>; $he will be allowed to masturbate while you fill $him with cum. $He nods through $his tears and <<if $activeSlave.belly >= 10000>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on $his side and using one hand to spread $his buttocks apart while the other is poised to touch $himself. $He starts crying a little with relief as $he feels you slowly insert <<if $PC.dick == 0>>a spurting strap-on<<else>>your cock<</if>> into $his spasming cunt. $He masturbates furiously, not even pausing after $his first orgasm; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<= VCheck.Vaginal(5)>> @@ -11807,7 +11595,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <<if canDoAnal($activeSlave)>> <br> <<link "while $he takes it up the ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can come to you and offer you $his <<if ($activeSlave.anus > 3)>>hopelessly gaped rectum<<elseif ($activeSlave.anus > 2)>>big slit of an asspussy<<elseif ($activeSlave.anus > 1)>>nice asspussy<<else>>tight asshole<</if>>; $he will be allowed to masturbate while you buttfuck $him. $He nods through $his tears and <<if $activeSlave.belly >= 10000>>struggles to get<<else>>hurriedly gets<</if>> up on your desk, lying on $his side and using one hand to spread $his buttocks apart while the other is poised to touch $himself. $He starts crying a little with relief as $he feels you slowly insert <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> into $his spasming rectum. $He masturbates furiously, not even pausing after $his first orgasm; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<= VCheck.Anal(5)>> @@ -11825,7 +11612,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "humiliation") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can masturbate in public, sitting with $his legs spread for as much exposure as possible. $He nods through $his tears and sprints out of your office, dripping as $he goes. $He throws $himself to the ground outside, to the considerable amusement of passersby, spreading $his legs painfully wide. $He masturbates furiously, not even pausing after $his first orgasm; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> @@ -11841,7 +11627,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "submissive") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "after submitting to you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. <<if canDoVaginal($activeSlave)>> @@ -11896,7 +11681,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "masochist") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "while in pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he deserves a way to get off for coming to tell you rather than breaking the rules. For the rest of the week, $he can come to you and masturbate: but you will abuse $him while $he does. $He starts to cry in fear, but <<if $activeSlave.belly >= 10000>>struggles to get<<else>>hurriedly gets<</if>> up on your desk anyway. You swat $his thighs apart so $he can get a hand down there. $He hesitates desperately before touching $himself, knowing that as soon as $he does the pain will start, but $his horniness wins out. You aim a vicious flick at $his <<if ($activeSlave.nipples == "huge")>>absurd nipples<<elseif ($activeSlave.nipples != "tiny")>>big nipples<<else>>nipples<</if>> and then take a crop out of your desk, flogging $his <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>>fake<<elseif ($activeSlave.boobs > 1000)>>jiggling<<else>>firm<</if>> breasts without mercy. $He finally orgasms and flees, falling over $his own feet in $his desperation; $his acceptance of sexual slavery @@.hotpink;has increased.@@ <<set $activeSlave.devotion += 4>> @@ -11914,7 +11698,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "milkgasm">> <<link "Have some fun with $him once $he's using the milkers">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName is face-down on a special bench much like one used for massages<<if $activeSlave.belly >= 1500>>, though with a hole for $his <<if $activeSlave.bellyPreg >= 3000>>pregnant belly<<elseif $activeSlave.bellyImplant >= 3000>>implant-filled belly<<else>><<print $activeSlave.inflationType>>-filled belly<</if>> to fit into<</if>>, with $his breasts hanging down so the milkers can work away at $his nipples. As such, $his back and ass are on display as $he grunts and groans with relief. $He starts at your hand on $his back but <<if $activeSlave.devotion > 20>>quickly<<else>>slowly<</if>> relaxes. <<if canDoVaginal($activeSlave)>> @@ -11939,7 +11722,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<set $activeSlave.devotion += 4>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Delay $his milking and then fuck $him in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His equanimity is severely tested over the next hours as you ignore $him. The occasional glance at $him shows $him growing increasingly frantic as $his breasts grow heavier and $his nipples <<if $activeSlave.nipples != "fuckable">>get prouder<<else>>begin to prolapse<</if>>. <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>Soon, $his child<<if $activeSlave.pregType > 1>>ren<</if>>'s kicking is forcing milk out of $his swollen breasts.<</if>> Eventually, the slight rising and falling of $his ribcage as $he inhales and exhales induces enough motion in $his overfull breasts that milk spurts out of $him with each breath. Satisfied that $he's ready, you<<if $PC.dick == 0>> don a strap-on and<</if>> lead the whimpering, dripping slave out to a public street. Here, you hold $him upright so you can fuck $him standing. When $he finally comes through the pain of $his overfull udders, you reach forward and squeeze $him so that $he screams in pain and relief, spraying jets of milk. $He continually aftershock orgasms as you continue pounding. You offer $his breasts to the growing crowd, many of whom come forward to taste $his cream. <<if !canDoVaginal($activeSlave)>> @@ -11961,7 +11743,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <<if ($activeSlave.nipples == "inverted") || ($activeSlave.nipples == "partially inverted") || $activeSlave.nipples == "fuckable">> <br><<link "Delay $his milking and torture $him with the pressure">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName obeys <<if $activeSlave.devotion > 20>>without hesitation<<else>>hesitantly<</if>> when you order $him to kneel next to your desk the next time $he tries to go to the milkers. $His devotion is severely tested over the next hours as you ignore $him. The occasional glance at $him shows $him growing increasingly frantic as $his breasts grow heavier and $his inverted nipples, which prevent any release of pressure without the strong suction of the milkers<<if $activeSlave.nipples != "fuckable">> to protrude them<</if>>, grow more tender. Eventually, $he loses all composure and begins to beg you abjectly to give $his relief. Your cruel smile at the kneeling $girl with tears streaming down $his $activeSlave.skin cheeks fills $him with @@.gold;anticipatory horror.@@ You tell $him to get on all fours like the <<if $activeSlave.pregKnown == 1>>pregnant<</if>> cow $he is. <<if $activeSlave.belly >= 750000>> @@ -12019,7 +11800,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "whore rebellious">> <<link "Increase $his assignment to 24 hours a day">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $activeSlave.slaveName no indication that $his public use assignment is about to change. Late in the day, when $his shift would normally end, another of your slaves simply maintains $him as usual and then leaves $him be. $activeSlave.slaveName is so deprived of any way to tell time that $he doesn't realize $he's been left for some time. The first indication $he gets that something's different is when liquid food is squirted down $his throat the next morning. When $he's finally stripped out of the suit at the end of the week, $he's pale and wan and $his holes are puffy and red. @@.red;$His health was damaged.@@ However, $his permanent presence became quite noted. @@.green;Your reputation has increased.@@ And when $he's out of the suit, $he instantly begs you to allow $him to do anything to save $himself from more of that. @@.gold;$His fear of you has increased.@@ <</replace>> @@ -12059,7 +11839,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Take the first and last every day">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $activeSlave.slaveName feels a cock entering $his mouth right after $he's suited up, $he knows it's you and wriggles as best $he can in the suit. It doesn't help much, and $his struggles don't prevent you from moving from $his mouth to $his ass, either. At the end of the day, on the other hand, the <<if $girl == "girl">>fe<</if>>male-shaped latex form is completely still and quiescent as you <<if $PC.dick == 0>>use a couple of fingers to brutally molest<<else>>molest<</if>> each of its holes. It takes viciously hard anal penetration to elicit any response at all, and even then, it's just the slightest hint of a moan. @@.gold;$His fear of you has increased.@@ <</replace>> @@ -12108,7 +11887,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <<if $arcade > 0>> <br><<link "Sentence $him to a month in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName screams and begs when $he realizes what $his punishment is, but you are obdurate. <<if ($activeSlave.muscles > 30)>> @@ -12137,7 +11915,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<link "Share $his body with the public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if hasAnyLegs($activeSlave)>> $activeSlave.slaveName is surprised to find you walking beside $him, but obediently falls in behind you as a proper slave should. @@ -12180,7 +11957,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "Give $him some aftercare">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName returns many hours later. $He carefully took breaks for $his own safety <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>,especially so given $his advanced pregnancy<</if>>, and cleaned $himself periodically, so there isn't much evidence, but $he's obviously bone tired. When you meet $him at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You give $him a strong massage and put $him to bed. Afterward you turn to be about your business, but $he wordlessly offers $himself to you as you do. <<if canDoVaginal($activeSlave)>> @@ -12222,7 +11998,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Chat about $his day">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName returns many hours later. $He's obviously bone tired. When you meet $him at the entrance to your penthouse $he's surprised to <<if canSee($activeSlave)>>see<<else>>find<</if>> you, but $he gives you a little smile anyway. You bring $him back to your office, and $he's clearly expecting to get fucked, so $he's surprised when you hand $him a hot beverage and sit down on the couch with $him. $He relaxes quickly and chats with you about $his day, gossiping about all the private doings of all the prominent citizens who fucked $his <<if ($activeSlave.vagina > 0) && canDoVaginal($activeSlave)>> @@ -12249,7 +12024,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <<link "Give $him $his thousandth fuck">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide that a slave's thousandth fuck ought to be representative of sexual slavery. So, you<<if $PC.dick == 0>> don a strap-on,<</if>> push $him over <<if $activeSlave.belly >= 300000>> @@ -12275,7 +12049,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $slaves.length > 2>> <br><<link "Include everyone in $his millenary">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to celebrate this happy event with everyone. You beckon to the watching slaves<<if $PC.dick == 0>>, while you don a strap-on,<</if>> and they come eagerly or sullenly according to their natures. They troop in. After some thought, you position a slave on the couch next to your desk, $activeSlave.slaveName <<if hasAllLimbs($activeSlave)>>on all fours<<elseif hasAnyLegs($activeSlave)>>knelt over<<else>>propped up<</if>> in front of $his giving cunnilingus, a third slave<<if $activeSlave.belly >= 5000>>squeezed<</if>> under $activeSlave.slaveName to orally service $him in turn, and yourself behind $activeSlave.slaveName to <<if canDoVaginal($activeSlave)>> @@ -12306,7 +12079,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) && $activeSlave.counter.anal != 0>> <br><<link "Drive up $his anal count">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setNonlocalPronouns $seeDicks>> You make a ceremony of querying $assistant.name, aloud for everyone to hear, into $activeSlave.slaveName's sexual history. $He soon realizes <<if canHear($activeSlave)>>this is a sort of recitation of $his service<<else>>what $assistant.name is detailing<</if>> for the benefit of the other slaves, and $he stands a little straighter. $His <<if canSee($activeSlave)>><<= App.Desc.eyesColor($activeSlave)>> glitter<<else>>face beams<</if>> with @@.mediumaquamarine;pride@@ as $assistant.name finishes, "...and $his anus has been penetrated $activeSlave.counter.anal times." You announce that $activeSlave.counter.anal isn't nearly enough, detail a slave to fetch you a comfortable chair, seat yourself, and draw the compliant $activeSlave.slaveName's head down towards your <<if $PC.dick == 0>>pussy<<else>>cock<</if>>. $He gets eagerly to work, surrounded by a circle of slaves staring at the show. You select a favored _girlU and tell _himU to get to work driving that anal count up. $activeSlave.slaveName keeps <<if $PC.dick == 0>>eating you out<<else>>sucking your dick<</if>> as the chosen _girlU pulls $activeSlave.slaveName's hips up a little and @@ -12355,7 +12127,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <</if>> <br><<link "Send $him off">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He leaves sadly, and you can see a few of the other slaves comforting $him as they prepare for bed. <<if canPenetrate($activeSlave)>> @@ -12376,7 +12147,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "birthday">> <<link "Bake $him a cake">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bake a simple cake while patiently explaining birthdays. $He slowly remembers, and <<if canSee($activeSlave)>>looks repeatedly at the date display<<else>>focuses intently on the date as $he repeats it to $himself<</if>> to ingrain $his birthday back in $his mind. When the cake is done, you quickly dust it with confectionary sugar, stand a hot wax candle in the middle of it, and invite $him to think of a wish and blow it out. $He sits on your lap and the two of you take turns feeding each other warm cake. When the cake is gone $he gets up to do the dishes and you turn to go. As you go, $he asks <<if ($activeSlave.lips > 70)>>through $his massive dick-sucking lips, <<elseif ($activeSlave.lipsPiercing+$activeSlave.tonguePiercing > 2)>>through $his inconvenient oral piercings, <</if>>"<<Master>>, may I tell you what my wi<<sh>> wa<<s>>?" You nod, and $he kneels on the kitchen chair with $his eyes closed, <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> @@ -12397,14 +12167,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.vagina == 0 && $activeSlave.anus == 0)>> //This option will take $his virginities//<<elseif canDoVaginal($activeSlave) && $activeSlave.vagina == 0>> //This option will take $his virginity//<<elseif canDoAnal($activeSlave) && $activeSlave.anus == 0>> //This option will take $his anal virginity//<</if>> <br><<link "Teach $him a new meaning of birthdays">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You explain at length that $he will feel this way once a year, and that this day is special. On the day that makes $him feel this way, $he is to cover $his nipples with whipped cream, add a pattern with chocolate syrup, garnish each with a cherry, and present $himself to $his <<= WrittenMaster()>>. $He nods in understanding and gets to work. When $he's done, you help $him reach the confection on $his left breast $himself while you eat the one on $his right. When you're done, $he @@.hotpink;kisses you impulsively.@@ $He tastes like whipped cream and chocolate. <<set $activeSlave.devotion += 4>> <</replace>> <</link>> <br><<link "Punish $him for making a mess">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He begs your forgiveness and quickly cleans up the food and candles. $He can't seem to shake the feeling that @@.mediumorchid;something is wrong with this.@@ <<set $activeSlave.devotion -= 5>> @@ -12414,7 +12182,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "inconvenient labia">> <<link "Let $him have labiaplasty to resolve the issue">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When you assent, $he cheers up immediately, looking remarkably happy for a $girl who's just learned $his vagina is about to have a surgical operation performed on it. Then again, having those huge pussylips constantly getting in $his way when $he runs must be extremely uncomfortable, so it's not shocking $he would consider a radical solution to $his problem. When $he exits the remote surgery, $he looks @@.red;sorer than ever,@@ of course, but $he @@.hotpink;smiles gratefully@@ at you the next time $he <<if canSee($activeSlave)>>sees<<else>>meets<</if>> you, and lets you know $he's really looking forward to recovering enough for $him to take $his beloved <<= WrittenMaster()>> into $his @@.orange;newly streamlined cunt.@@ <<set $activeSlave.devotion += 4, $activeSlave.labia = 0>> @@ -12423,7 +12190,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoVaginal($activeSlave)>> <br><<link "Let $him know $he's got a wonderful vagina">> - <<EventNameDelink $activeSlave>> <<replace "#result">> By way of an answer, you embrace $him and give $him a deep kiss on $his <<if $activeSlave.lips > 70>> @@ -12501,7 +12267,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "restricted smart">> <<link "Discuss $his future with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce matter-of-factly that $he's allowed to speak temporarily, and that you'll be discussing where $he is and where $he sees $himself in the near future. $He's disconcerted by the subject but so desperate for conversation that $he's overjoyed anyway. "I under<<s>>tand what you're doing, <<Master>>," $he <<say>>s forthrightly. "I'm to be broken down into a devoted <<s>>lave." $He looks thoughtful. "I'll help you with that. It'll be ea<<s>>ier if I do, won't it?" $He looks up, and you <<if canSee($activeSlave)>>nod in affirmation<<else>>acknowledge $him<</if>>; $he gives you a rueful smile. "A good <<s>>lut would offer to give you oral now, I think. <<S>>o, <<Master>>, may I plea<<s>>e be allowed to <<if $PC.dick == 0>>lick your pu<<ss>>y<<else>><<s>>uck your cock<</if>>?" @@ -12522,7 +12287,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Let $him talk during a rough buttfuck">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if isAmputee($activeSlave)>> @@ -12570,7 +12334,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "Let $him try to talk during a vigorous fucking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if isAmputee($activeSlave)>> @@ -12620,7 +12383,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "restricted profession">> <<link "Let $him speak briefly if $he's very quiet">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up from your desk and approach $him very closely without touching $him. Looking straight <<if hasAnyEyes($activeSlave)>> @@ -12670,14 +12432,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Make $him say it in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you suspect you know what it is $he wants to say, you <<if !hasAnyLegs($activeSlave)>>carry $him out<<elseif hasAnyArms($activeSlave)>>lead $him by the hand<<else>>have $him follow you<</if>> onto the club, busy with citizens. You tell $him quietly that $he's to shout whatever it is $he wanted to say, if it's something everyone should hear; otherwise $he's to keep it to $himself. $He <<if canSee($activeSlave)>>looks around<<elseif canHear($activeSlave)>>listens<<else>>opens $his mouth<</if>> nervously, $his $activeSlave.skin skin betraying a growing blush, before clearing $his throat twice, licking $his lips, and howling "I LOVE MY _shoutitoutloud" at the tops of $his lungs. When this is out of $him $he collapses a little, as though the pressure of holding it inside were propping $him up. This attracted a considerable amount of attention, almost all of it @@.green;positive,@@ with many passersby laughing at the fun, and your fellow slaveowners giving you discreet winks and quiet congratulations. <<run repX(750, "event", $activeSlave)>> <</replace>> <</link>> <br><<link "Keep $him quiet but spend some time with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you're finished with business for the day, and feel like some quiet time. $He cannot keep <<if canSee($activeSlave)>>a gleam of humor out of $his eye<<else>>the corners of $his lips from rising slightly<</if>> at <<if canHear($activeSlave)>>hearing<<else>>the phrase<</if>> 'quiet time,' and $he <<if !hasAnyLegs($activeSlave)>>presents $himself to be carried<<else>>follows you<</if>> happily enough. When $he <<if canSee($activeSlave)>>sees<<else>>realizes<</if>> you're headed to your bedroom $he begins to anticipate $his <<= WrittenMaster($activeSlave)>>'s <<if $PC.dick == 0>>strap-on<<else>>cock<</if>>, but is surprised to find that instead of using $him you simply <<if isAmputee($activeSlave)>> @@ -12697,13 +12457,11 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "a gift">> <<link "That's nice">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It's not just a feeling. However, slapping slaves for idiotic devotion isn't wise, since the idiotic part of idiotic devotion is less important than the devotion part. You thank $him kindly, tell $him to put $his offering on your desk, and go back to your work. $He flees, feeling relieved but foolish. When $he's gone, you direct another slave to return the napkin to its proper place. <</replace>> <</link>> <br><<link "These slaves clearly have too much time on their hands">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $HeadGirl != 0>> <<setLocalPronouns $HeadGirl 2>> @@ -12714,7 +12472,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.fetishKnown == 1 && $activeSlave.fetish != "none">> <br><<link "Give $him something in return">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> You thank $him, and tell $him you're considering what to give $him in return. $He looks flirty, and says, @@ -12877,7 +12634,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option may take $his virginity//<</if>> <</if>> <br><<link "$He's already gift enough">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You smile gently at $him and tell $him to put $his gift down on your desk. $He does, looking doubtful, but then you thank $him, going on to say that it was very nice of $him to have the thought, but $he's already gift enough. $He looks momentarily confused, but you continue, describing $his body in rhapsodic terms, lingering on $his <<if ($activeSlave.boobs > 5000)>> @@ -12919,7 +12675,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ndef $activeSlave.napkin>> <br><<link "Place it in your display case">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You thank $him kindly, and hold out your hand. $He places $his creation in your hands with something like reverence. You enter a secure command on your desk, and the display case behind you slides open. You place the folded napkin in its own little place within. $activeSlave.slaveName watches incredulously, unable to believe what you're doing. When $he finally processes it, $he bursts into inelegant tears. Cuffing them away from $his eyes and sniffling, $he tells you @@.hotpink;$he loves you.@@ <<set $activeSlave.devotion += 4, $activeSlave.napkin = 1>> @@ -12932,7 +12687,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "mods please">> <<link "Perform it yourself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up from behind your desk and head towards the body modification studio, <<if canSee($activeSlave)>>crooking a finger at<<else>>calling<</if>> $him as you as you go. $He follows bouncily, thanking you profusely, and then thanking you again when it becomes apparent to $him that you intend to do the body art yourself. $He snuggles into the chair, relaxing as the restraints bind $him in. They're not really necessary to modify a willing $girl, never mind one this enthusiastic, but they could possibly prevent $him from flinching, and it's not like $he resents being bound at this point. <br><br> @@ -13013,14 +12767,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "$He's beautiful just the way $he is">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him firmly that $he's beautiful just the way $he is. $He blushes and giggles at the absurdly trite statement. You conclude the inspection, and $he continues on to the next item in $his life as a sex slave, @@.mediumaquamarine;pleased and reassured@@ that you have a plan for what $he should look like. <<set $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "No, and slaves should not make requests of this kind">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him firmly that you don't intend to apply body modifications to $him, your tone communicating that further requests on this subject are not permitted. $He understands clearly and looks a little crushed, but trusts that $he won't be punished for violating a rule you hadn't promulgated. You repair the oversight immediately, directing your personal assistant to spread notice that decisions about body modifications are yours alone. <<set $modRequestsAllowed = 0>> @@ -13030,7 +12782,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "injections please">> <<link "Give $him the necessary injections">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You load the injection gun you keep in your desk, and tap it repeatedly against the cooperative slave's <<if _injection == "boobs">> @@ -13119,7 +12870,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.pregKnown == 1>> <br><<link "Not when you're pregnant">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you would prefer not to inject your pregnant slaves with large doses of growth hormones, and $he must respect your judgment in this regard. $He leaves looking disappointed, but vows to return once $he has given birth. $He isn't satisfied with $his body, but @@.mediumaquamarine;trusts@@ that $his <<= WrittenMaster($activeSlave)>> cares for $him and $his unborn child<<if $activeSlave.pregType > 1>>ren<</if>>'s health. <<set $activeSlave.trust++>> @@ -13127,14 +12877,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Decline">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he's better as $he is, and $he must respect your judgment in this regard. $He leaves looking more @@.hotpink;flattered@@ than disappointed. $He's less insecure in $his own body, and @@.mediumaquamarine;trusts@@ that $his <<= WrittenMaster($activeSlave)>> has a plan for $him. <<set $activeSlave.devotion++, $activeSlave.trust++>> <</replace>> <</link>> <br><<link "No, and slaves should not make requests of this kind">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him firmly that you don't intend to apply growth hormones to $him at the moment, your tone communicating that further requests on this subject are not permitted. $He understands clearly and looks a little crushed, but trusts that $he won't be punished for violating a rule you hadn't promulgated. You repair the oversight immediately, directing your personal assistant to spread notice that decisions about asset size are yours alone. <<set $expansionRequestsAllowed = 0>> @@ -13144,7 +12892,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "hot PC">> <<link "Not so fast">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As $he goes, $he follows the natural human impulse when embarrassed, and turns $his head resolutely away from you, trying very hard to forget making such a fool of $himself. This means that $he does not see your rapid, predatory pursuit of $him, nor does $he <<if canHear($activeSlave)>>hear<<else>>notice<</if>> your careful stride across the flooring. $His first indication that $he's prey is when your hands grab $him around $his <<if $activeSlave.bellyPreg >= 5000>> @@ -13351,7 +13098,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Let $him go">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $him go, and $he hurries off to go on with $his day. But $his attraction to you does not go away, and neither does the embarrassment of having made a fool of $himself in front of you. The experience leaves $him @@.gold;a bit worried@@ about how life as your slave is affecting $him, but @@.hotpink;increasingly infatuated with you.@@ Before long, love will conquer doubt. <<set $activeSlave.devotion += 4, $activeSlave.trust -= 2>> @@ -13361,7 +13107,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "dickgirl PC">> <<link "Permit $him to serve you in a way $he'll be comfortable with">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The poor $girl is having trouble with <<if $activeSlave.attrXY <= 35>> @@ -13463,7 +13208,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Force $him to get off to all of you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The closeminded $girl is having trouble with <<if $activeSlave.attrXY <= 35>> @@ -13721,7 +13465,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "penitent">> <<link "Require $him to self-flagellate">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that you will offer $him a method of expiating $his deep and troubling sin. $He looks almost hopeful at this, until you lead $him out onto a balcony and order $him to strip before handing $him a simple length of hempen rope. $He already knows what's coming next, but $he breaks down as $he obeys your orders to kneel. $He sobs abjectly, but you don't even have to give the next order: $he's already flogging the rope against $his own back in the hope of earning a reprieve by obedience. You count the strokes aloud, stopping at one in disapproval of how light $he's hitting $himself. $He flogs $himself harder and harder, screaming a little and crying in pain and fear as you obstinately refuse to say "two." When $he strikes so hard that $he draws a little blood, you finally say the terrible word. When you're finally satisfied with $his self-torture, $he's so exhausted that you carry $his limp, bloody<<if $seePee == 1>>, vaguely urine-scented<</if>><<if $activeSlave.bellyPreg >= 1500>> gravid<</if>> form into the shower, wash $him, and apply curatives, @@.red;though $he's still quite injured.@@ $He wakes to find $himself curled up in your lap, and $he stiffens for a brief moment before @@.hotpink;relaxing against your chest,@@ weeping softly. <<if ($activeSlave.fetish != "submissive") && (random(1,100) > 50)>> @@ -13739,7 +13482,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canImpreg($activeSlave, $PC)>> <<if ($activeSlave.mpreg == 1 && canDoAnal($activeSlave)) || ($activeSlave.ovaries == 1 && canDoVaginal($activeSlave))>> <br><<link "Put a baby in $him while $he prays">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName finds $himself standing in front of you, feeling you roughly using two fingers to finger $his <<if $activeSlave.mpreg == 1>>asspussy<<else>>pussy<</if>>. $He gasps out: "Oh <<Master>>, owner, protector, and father of my children, forgive my <<s>>in<<s>>, ju<<s>>t a<<s>> you forgave my <<s>>i<<s>>ter<<s>> in <<s>>lavery before me. Count not my tran<<s>>gre<<ss>>ion<<s>> again<<s>>t your rule<<s>>, but, rather, the tear<<s>> of my womb. Remember not my iniquitie<<s>> but my willingne<<ss>> to be bred by you. I long to <<s>>erve your <<if $PC.vagina != -1>>futa <</if>>dick, and beg that you will u<<s>>e me and ble<<ss>> my body with your off<<s>>pring. I promi<<s>>e to <<s>>ubmit to you a<<s>> your breeding <<s>>lut all the day<<s>> of my <<s>>ervitude, and to grow heavy with child, again and again." @@ -13763,7 +13505,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "Fuck $him while $he prays">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName finds $himself standing in front of you, feeling you roughly using two fingers to finger $his pussy. $He gasps out: "Oh <<Master>>, owner and protector, forgive my <<s>>in<<s>>, ju<<s>>t a<<s>> you forgave my <<s>>i<<s>>ter<<s>> in <<s>>lavery before me. Count not my tran<<s>>gre<<ss>>ion<<s>> again<<s>>t your rule<<s>>, but, rather, my tear<<s>> of <<s>>ervi<<c>>e. Remember not my iniquitie<<s>> but my willingne<<ss>> to be raped by you. I long to <<s>>erve your <<if $PC.dick == 0>>pu<<ss>>y<<else>><<if $PC.vagina != -1>>futa <</if>>dick<</if>>, and beg that you will u<<s>>e me and make your dwelling pla<<c>>e within my <<if $activeSlave.vagina == 0>>virgin fold<<s>><<else>>feminine <<s>>lit<</if>>. I promi<<s>>e to <<s>>ubmit to you a<<s>> your vaginal <<s>>lut all the day<<s>> of my <<s>>ervitude." @@ -13782,7 +13523,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave)>> <br><<link "Sodomize $him while $he prays">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName finds $himself standing in front of you, feeling you roughly probe $his ass with two fingers. $He gasps out: "Oh <<Master>>, owner and protector, forgive my <<s>>in<<s>>, ju<<s>>t a<<s>> you forgave my <<s>>i<<s>>ter<<s>> in <<s>>lavery before me. Count not my tran<<s>>gre<<ss>>ion<<s>> again<<s>>t your rule<<s>>, but, rather, my tear<<s>> of anal <<s>>ervi<<c>>e. Remember not my iniquitie<<s>> but my willingne<<ss>> to be a<<ss>>raped by you. I long to <<s>>erve your <<if $PC.dick == 0>>pu<<ss>>y<<else>><<if $PC.vagina != -1>>futa <</if>>dick<</if>>, and beg that you will u<<s>>e me and make your dwelling pla<<c>>e within my butthole. I promi<<s>>e to <<s>>ubmit to you a<<s>> your anal <<s>>lut all the day<<s>> of my <<s>>ervitude." @@ -13803,7 +13543,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "resistant anal virgin">> <<link "Let $him earn continued anal virginity">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's a sex slave, and that $he needs to learn how to take a dick up the ass. <<if !canTalk($activeSlave) && hasAnyArms($activeSlave)>> @@ -13820,7 +13559,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if hasAnyLegs($activeSlave)>> <br><<link "Force $him to degrade $himself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Suction cup dildos are terribly useful. You place a moderate-sized one on a low table in your office<<if ($activeSlave.chastityAnus)>>, unlock $his chastity belt<</if>>, and order $him to squat down on it and fuck $his own asshole. $He hesitates, incredulous, and finds $himself bound to the couch and thoroughly whipped. It isn't a sexual whipping, either, but a methodical and scientific administration of pain right up to the border of damage. When $he's been reduced to a state of abject, sobbing surrender, you free $him and repeat your orders as though nothing had happened. Still crying, $he hobbles over and up onto the table, <<if $activeSlave.belly >= 300000 || $activeSlave.weight > 190>> @@ -13835,7 +13573,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> //This option will take $his anal virginity// <<if $activeSlave.vagina == 0>> <br><<link "Make $him choose between $his virginities">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's a sex slave, and that $he needs to learn how to take a dick up the ass. <<if !canTalk($activeSlave) && hasAnyArms($activeSlave)>> @@ -13870,7 +13607,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted waist">> <<link "Join $him and see if your hands can span $his waist">> - <<EventNameDelink $activeSlave>> <<replace "#result">> By the time you reach the shower, $activeSlave.slaveName is toweling $himself. $He notices your approach and folds the towel neatly before performing a little naked pirouette that shows off $his artificial <<if canDoVaginal($activeSlave) && canDoAnal($activeSlave)>> @@ -13929,7 +13665,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <br><<link "Such a lovely work of art must be displayed">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There is a polite soirée tonight at one of $arcologies[0].name's more upscale eating establishments. Many couples are there to enjoy themselves and preen, but even so, you make a stir as you enter wearing <<if $PC.title == 1>> @@ -13979,7 +13714,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "muscles">> <<link "Reward $him for $his gains">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to spread $his towel on the floor and lie <<if $activeSlave.belly >= 5000>> @@ -14013,7 +13747,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Take advantage of $his gains with a powerfuck">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It's time to see if $he's got anything left in those sore <<if $seeRace == 1>>$activeSlave.race <</if>>muscles. You push the towel off $his shoulder, take a lick of the delicious salty sweat along $his collarbone, and get to work. For the next hour, you put $him through a series of sexual positions that require $him to balance and support $himself in difficult positions. $He hangs from the ceiling, goes up on one tiptoe, and fucks in a handstand. $He's as muscular inside as $he is outside. <<if $PC.dick == 0>> @@ -14035,7 +13768,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <<if ($activeSlave.toyHole == "dick" || $sexualOpeness == 1) && canPenetrate($activeSlave) && $activeSlave.belly < 100000>> <br><<link "See if $he can put those gains to good use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It's time to see if $he's got anything left in those sore <<if $seeRace == 1>>$activeSlave.race <</if>>muscles. You order $him to take you in a standing fuck<<if $PC.belly >= 10000>>, a tall order given how pregnant you are<</if>>. Despite how exhausted $he is, $he manages to lift you and hilt $himself in your <<if $PC.vagina != -1>> @@ -14073,7 +13805,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> //This option will penetrate you// <</if>> <br><<link "Compliment $his gains and send $him on $his way">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He finishes posing with an impressive display of $his obliques. $He walks powerfully to the shower, $his ripped buttocks delineating each step. The shower is glass-walled. As $he washes, several of your other slaves are waking up and starting their days. They can't help but stare as $activeSlave.slaveName soaps $himself. $activeSlave.slaveName enjoys the attention. <</replace>> @@ -14082,7 +13813,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "obedient girlish">> <<link "Let $him get dressed and spend some quality time with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let $activeSlave.slaveName don a nice dress and take $him out. $He's a little suspicious at first but when you reach the first balcony on your lazy route around the huge building the sun on $his face and the gentle breeze around $his ears convince $him there's no trick. $He watches you shyly as you lead $him around, soaking in the sights and relaxing. Though you still speak as $his <<= WrittenMaster($activeSlave)>>, you chat about goings on around the arcology, and you buy $him a fresh fruit from a vendor. The unexpected show of care and compassion has $him quite agog. By the time you take $him out onto another parklike balcony and fuck $him on a bench, <<if ($activeSlave.dick > 0) && ($activeSlave.chastityPenis == 1) && ($activeSlave.chastityAnus == 1)>> @@ -14113,7 +13843,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if (canDoAnal($activeSlave) || canDoVaginal($activeSlave)) && (($activeSlave.vagina == -1) && ($activeSlave.anus == 0)) || ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>> <<if canDoAnal($activeSlave)>> <br><<link "Dominate $his narrow ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make a show of examining $him with a critical air that makes $him aware of $his modest endowments. Finished, you announce in a serious tone that you're concerned that you can't tell if $he's a girl, since girls have breasts and butts.<<if $activeSlave.belly >= 1500>> $He should do something about that bulbous gut too, you mock.<</if>> <<if !canTalk($activeSlave)>> @@ -14149,7 +13878,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "diet">> <<link "Catch $him at it and punish $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It's childishly easy to catch $him at it. You simply call a slave eating $his breakfast away over the arcology's audio system, and then enter the kitchen by a different door. $activeSlave.slaveName has the departed slave's cup in $his hand and halfway to $his mouth when $he's caught in the act. You relieve $him of $his prize, and finding that $he has not started $his own proper portion, pour it out onto the floor. You tell $him to lap it up without using $his hands, and begin counting down from ten. $He obeys, <<if $activeSlave.belly >= 300000>> @@ -14163,7 +13891,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Make $him eat in your office and keep $him busy while $he does">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He knows what it means when $he's informed that $him meals will now be available in your office only. You not only supervise $him intake strictly, but set up a bowl for $him on a little stand so the chubby bitch can lap up $his food<<if hasBothArms($activeSlave)>> hands-free<</if>> on <<if $activeSlave.belly >= 300000>> @@ -14187,14 +13914,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0 && canDoAnal($activeSlave)) || ($activeSlave.vagina == 0 && canDoVaginal($activeSlave))>> //This option will take $his virginity//<</if>> <</if>> <br><<link "Fill $him up with water as punishment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You meet $him in time for $his next meal and tell $him that you're aware of $his stealing. You indicate a table full of cups, and tell $him that $he can drink as much as $he wants from them if $he'll tell you the truth. $He confesses, and is horrified to find they're full of water, not food. You add casually that $he can choose not to 'eat' the contents... but that $he'll get no real food until $he finishes every one. Torn between hunger and reluctance, $he spends the next hour struggling with so much water that you have to check $him for water intoxication. $He finishes with <<if $activeSlave.belly >= 1500>>an even more bulbous<<else>>a bulging<</if>> stomach and a @@.gold;sincere desire to avoid further punishment.@@ <<set $activeSlave.trust -= 5>> <</replace>> <</link>> <br><<link "Make $him eat until $he regrets it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You meet $him in time for $his next meal and tell $him that you're aware of $his stealing. You indicate a table full of cups, and tell $him that $he is going to eat the contents of every last one, every day, until $he regrets being a glutton. $He gulps at the sight, but eagerly digs in. As $his stomach steadily distends and the cups rapidly empty, you realize you may have made a mistake. $He finishes with <<if $activeSlave.belly >= 1500>>an even more bulbous<<else>>a hugely bulging<</if>> stomach and a @@.mediumorchid;smirk at your so-called punishment.@@ <<set $activeSlave.devotion -= 5, $activeSlave.inflationType = "food", $activeSlave.inflationMethod = 1>> @@ -14208,7 +13933,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($cumSlaves >= 5) && (($activeSlave.fetish != "cumslut") || ($activeSlave.fetishKnown == 0))>> <br><<link "Restrict $him to nothing but fresh cum from the Dairy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You meet $him in time for $his next meal and tell $him that you're aware of $his stealing. You tell $him that you understand $his need to eat, and that for the rest of the week you'll mercifully be allowing $him to try a new diet on which $he can eat as much as $he wants. $He's overjoyed <<if canHear($activeSlave)>>to hear it<<elseif canSee($activeSlave)>>when $he reads it on a nearby screen display<<else>>when $he figures it out<</if>>, though this pleasure is replaced with extreme disgust when $he learns that $his only culinary options are limited to cum. It's just nutritionally augmented enough to prevent starvation. Disgust is defeated by hunger pangs, and $he spends most of the week going around with a @@.hotpink;preoccupied@@ look on $his face and<<if $activeSlave.belly >= 1500>> an even more<<else>> a slightly<</if>> distended belly. By the end, $he's starting to @@.lightcoral;salivate@@ at the mere <<if canSmell($activeSlave)>>scent<<else>>thought<</if>> of ejaculate. <<set $activeSlave.devotion += 4, $activeSlave.fetish = "cumslut", $activeSlave.fetishKnown = 1, $activeSlave.fetishStrength = 65, $activeSlave.inflation = 1, $activeSlave.inflationType = "cum", $activeSlave.inflationMethod = 1>> @@ -14220,7 +13944,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "huge naturals">> <<link "Give $him a nice massage">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You sit on the couch next to your desk and pat your thighs. $He smiles and comes over, lowering $himself <<if $PC.belly >= 10000>> @@ -14248,7 +13971,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave) && $activeSlave.belly < 100000>> <br><<link "Use $him so they swing around">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to kneel on the smooth floor. $He knows this means doggy style, so $he compliantly arches $his back and cocks $his hips to offer $himself to you. You<<if $PC.dick == 0>> don a strap-on and<</if>> enter <<if canDoVaginal($activeSlave)>> @@ -14290,7 +14012,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Show $him off in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him out onto the promenade, still nude, $his huge bare udders attracting open stares as $his every movement sets them in motion. <<if $activeSlave.sexualFlaw == "attention whore">> @@ -14398,7 +14119,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "hugely pregnant">> <<link "Help $him with those hard to reach places">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's absorbed enough with $his application that $he starts with surprise when you gently encircle $him from behind with a hug<<if $PC.belly >= 5000>>, pushing your own gravid belly into the small of $his back<</if>>. When you take the lotion and begin to lovingly massage it into $his harder to reach areas, $he sighs with pleasure and leans against you. <<if hasAnyArms($activeSlave) && $PC.belly >= 1500>> $He takes the lotion and begins to return the favor. You spend the rest of $his break carefully massaging each other's baby bumps.<</if>> @@ -14427,7 +14147,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if (canDoAnal($activeSlave) && $activeSlave.mpreg == 1) || (canDoVaginal($activeSlave))>> <br><<link "Gently fuck $him while helping $him apply lotion">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's absorbed enough with $his application that $he starts with surprise when you gently encircle $him from behind with a hug<<if $PC.belly >= 5000>>, pushing your own gravid belly into the small of $his back<</if>>. When you take the lotion and begin to lovingly massage it into $his harder to reach areas, $he sighs with pleasure and leans back into you. $He feels <<if $PC.dick == 0>>the warmth of your growing arousal<<else>>your erection hard<</if>> against $him, so $he <<if isAmputee($activeSlave)>> @@ -14471,7 +14190,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<if $activeSlave.mpreg == 1>> <br><<link "$His backdoor can't get more pregnant">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's absorbed enough with $his application that $he starts with surprise when you seize $his hips and bend $him over the sink for a quick assfuck. <<= VCheck.Anal()>> @@ -14490,7 +14208,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0)>> //This option will take $his virginity//<</if>> <<else>> <br><<link "$His backdoor isn't pregnant">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's absorbed enough with $his application that $he starts with surprise when you seize $his hips and bend $him over the sink for a quick assfuck. <<= VCheck.Anal()>> @@ -14511,7 +14228,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if (canDoAnal($activeSlave) && $activeSlave.mpreg == 1) || (canDoVaginal($activeSlave)) && $activeSlave.belly >= 300000>> <br><<link "Tip $him over and fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's absorbed enough with $his application that $he starts with surprise when you seize $his hips and shove $him onto $his _belly stomach for a quick fuck. <<if $activeSlave.mpreg == 1>> @@ -14542,7 +14258,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "slave dick on slave">> <<link "Fuck the bottom">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since the other slave is riding $activeSlave.slaveName's <<if $seeRace == 1>>$activeSlave.race <</if>>dick, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into _hisU anus. The other slave <<if $activeSlave.dick <= 2>> @@ -14560,7 +14275,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Fuck the top">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop $his thrusting for a moment, and penetrate $his butthole. <<if ($activeSlave.fetish == "buttslut") && ($activeSlave.fetishKnown) == 1>> @@ -14576,7 +14290,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "The slave giving it has a free pussy, so use that">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName's hermaphroditic genitalia is a little crammed together; it's busy down there. $He obediently stops fucking so you can maneuver into $him. <<= VCheck.Vaginal()>> @@ -14590,7 +14303,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "slave clit on slave">> <<link "The slave taking it has a free anus, so use that">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since the other slave is riding $activeSlave.slaveName's huge clit, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop the other slave's riding for a moment, and insert yourself into _hisU anus. The other slave gasps as your <<if $PC.dick == 0>>strap-on complements the clit<<else>>big dick complements the clit<</if>> in _hisU pussy. The poor slave rides out the sexual storm as you and $activeSlave.slaveName fuck _himU. $activeSlave.slaveName flirts outrageously with you over the other slave's shoulder whenever $he can. @@.mediumaquamarine;$He has become more trusting of you.@@ <<set $activeSlave.trust += 4>> @@ -14599,7 +14311,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "The slave giving it has a free anus, so use that">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop $his thrusting for a moment, and insert yourself into $his anus. <<= VCheck.Anal()>> @@ -14614,7 +14325,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoVaginal($activeSlave)>> <br><<link "The slave giving it has a free pussy, so use that">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since $activeSlave.slaveName is on top, it's a trivial matter to<<if $PC.dick == 0>> don a strap-on,<</if>> come up behind the fucking slaves, stop $his thrusting for a moment, and insert yourself into $his pussy. $He obediently stops fucking so you can maneuver into $him. <<= VCheck.Vaginal()>> @@ -14628,7 +14338,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "PA servant">> <<link "Share the slave with your PA">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You enter, eliciting an embarrassed "Um, hi <<Master>>" from $activeSlave.slaveName and a cheery wave from $assistant.name. At this stage of your morning ablutions, you're conveniently naked, so you @@ -14711,7 +14420,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>> //This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <<if canDoAnal($activeSlave)>> <br><<link "Double penetrate the slave with your PA">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You enter, eliciting an embarrassed "Um, hi <<Master>>" from $activeSlave.slaveName, and ask $assistant.name if $he'd like to DP the slave with you. @@ -14823,7 +14531,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "like me">> <<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He asked for it, and $he'll get it. You get to your <<if ($activeSlave.chastityVagina) || !canDoAnal($activeSlave)>> @@ -14873,7 +14580,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if (($activeSlave.anus == 0) || ($activeSlave.vagina == 0)) && ($PC.dick != 0)>> //This option will take $his virginity//<</if>> <br><<link "Rape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He'll get more than $he asked for. You get to your <<if ($activeSlave.chastityVagina) || !canDoAnal($activeSlave)>> @@ -14924,7 +14630,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if (($activeSlave.anus == 0) || ($activeSlave.vagina == 0)) && ($PC.dick != 0)>> //This option will take $his virginity//<</if>> <br><<link "Get the truth out of $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ask $him why $he's really here, with devastating directness and in a tone that will brook no disobedience. $He quails, $his shoulders slumping as $he <<if $activeSlave.belly >= 1500>> @@ -15063,7 +14768,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "language lesson">> <<link "Give $him personal language lessons">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to sit next to you. Sure enough, $he hesitates, but $he seems to have gotten the 'next to you' part, and comes carefully over, <<if canSee($activeSlave)>>watching you<<elseif canHear($activeSlave)>>listening<<else>>waiting<</if>> intently for any indication that $he's misunderstood you. Once there, $he stops, knees bent partway as $he second-guesses $himself about whether $he's supposed to sit. Sighing internally, you grab <<if $activeSlave.belly >= 5000>> @@ -15094,7 +14798,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Teach $him the words for body parts">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to stand next to you. $He hesitates, but eventually processes the instruction and hurries over. When $he comes to a stop, $he gasps to find you taking $him by the hands. You raise them slightly, bringing them <<if canSee($activeSlave)>>up into $his field of view<<else>>to $his attention<</if>>, and tell $him that these are $his hands. "Hand<<s>>," $he parrots in <<print $language>>, understanding that this is a language lesson. Your own hands slide over $his wrists to grasp $his <<if $activeSlave.weight > 160>> @@ -15173,7 +14876,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "kitchen molestation">> <<link "Improve on $his abusive little game">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> <<set $activeSlave.devotion += 4, $activeSlave.trust += 4>> @@ -15289,7 +14991,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "The rule about consent works both ways">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<set _targetJobs = ["be a servant", "be a subordinate slave", "get milked", "learn in the schoolroom", "please you", "rest in the spa", "rest", "serve in the club", "serve the public", "take classes", "whore", "work a glory hole", "work as a servant", "work in the brothel"]>> You tell $activeSlave.slaveName to get up on the kitchen counter and spread $his legs. $He catches something in the tone of your voice and looks frightened, but obeys. You then make several conversational observations, as though for no particular reason, to the rest of the slaves. First, you point out, the consent rule works for everyone: they, hypothetically, would not need to ask $activeSlave.slaveName $his permission to fuck $his ass, just like $he doesn't have to ask their permission to molest them during meals. (At this $activeSlave.slaveName's fear deepens into obvious @@.gold;terror.@@) Second, you have decided $activeSlave.slaveName will not be getting down off the counter until everyone's done with their meals — and anything else they wish to do in the kitchen. And third, you conclude, any number of large strap-ons and dildos can be found in the kitchen cabinets. There is a general rush for these; you tell $activeSlave.slaveName, whose @@ -15329,7 +15030,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "forbidden masturbation">> <<link "Let $him earn relief">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's extremely relieved that you're not going to punish $him for the rulebreaking when you tell $him that $he can touch $himself if $he <<if $activeSlave.belly >= 300000>> @@ -15345,7 +15045,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <br>Punish $him, but then let $him get off: <<if ($activeSlave.fetish != "cumslut") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "when $he sucks">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if $PC.belly >= 10000>> @@ -15379,7 +15078,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "boobs") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "during nipple play">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if $PC.belly >= 10000>> @@ -15413,7 +15111,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if (($activeSlave.fetish != "pregnancy") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)) && $activeSlave.belly >= 5000>> <br> <<link "while fondling $his belly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if $activeSlave.belly >= 300000>> @@ -15435,7 +15132,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<if ($activeSlave.fetish != "buttslut") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "when $he takes it up the ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You <<if $PC.belly >= 10000>> @@ -15470,7 +15166,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "humiliation") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him out <<if $club > 0>>to $clubName<<else>>onto the street<</if>> and secure $him upright with a set of vibrators attached to all of $his erogenous zones. There's a lot of them, and they're extremely powerful; when you test the setup, $he wriggles with the intensity of the stimulation, and is about to climax when you shut it down. Without telling $him, you slave the vibrators to a program originally designed for VIP security details. It uses the cameras scattered through the area to detect when passersby are looking at $him. The more eyes on $him, the stronger the vibrations. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1)>> @@ -15485,7 +15180,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "submissive") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "while submitting to a spanking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he can get $himself off while $he's being spanked, and that's it: you don't tell $him to offer $his bottom, much less start spanking $him. $He doesn't understand for a long moment, but before long $he's begging abjectly for a spanking, and has $his buttocks presented, quivering with simultaneous arousal and fear of pain. The pain comes soon enough, with a delicious crack of palm on flesh <<if $activeSlave.voice == 0>>and a hoarse grunt, the most noise $he can make.<<else>>and a shriek of agony.<</if>> $He masturbates furiously, but you're an accomplished spanker, and you repeatedly cause $him just enough pain to prevent climax. Eventually $he gets off in part because of, rather than in spite of, the lengthy beating. <<if ($activeSlave.fetish == "submissive") && ($activeSlave.fetishKnown == 1)>> @@ -15500,7 +15194,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($activeSlave.fetish != "masochist") || ($activeSlave.fetishKnown != 1) || ($activeSlave.fetishStrength <= 95)>> <br> <<link "while in pain">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to <<if ($activeSlave.heels == 1) && ($activeSlave.shoes != "heels") && ($activeSlave.shoes != "boots") && ($activeSlave.shoes != "extreme heels")>> @@ -15542,7 +15235,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "hates oral">> <<link "Let $him earn a break for $his throat">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's a sex slave, and that $he needs to learn how to suck dick. <<if !canTalk($activeSlave) && hasAnyArms($activeSlave)>> @@ -15624,7 +15316,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Try to brute-force $his oral resistance with a public blowbang">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Simple problems require simple solutions — $he'll get fucked in the mouth until $he either gets over $his hang-ups about oral or learns to hide them. You drag the protesting $activeSlave.slaveName out in public, chain $him low so that $his mouth is available, and tell $him that $he'll suck dicks until $he gets through five in a row without grimacing, gagging, or resisting. You have a comfortable chair brought out to you and settle in to watch the show. $activeSlave.slaveName tries, $he really does. But when word gets out as to the conditions of $his enslavement, $his users take a perverse enjoyment in being rougher than usual to evoke the exact reactions $he's trying to avoid. By the third failed streak, you've started to grow bored of the spectacle, but luckily you find entertainment in conversation with those who have already been entertained by poor $activeSlave.slaveName. Before long more chairs have been brought up and an impromptu salon has been set up alongside the blowbang line. By the sixth failed streak, an enterprising citizen has set up a small bar and is serving drinks. By the ninth, you've delegated watching $activeSlave.slaveName to your assistant. You personally break the eleventh streak after $he reached four, to general acclaim from your newfound friends and a toast to your virility. @@ -15635,7 +15326,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Teach $him to see cum as a reward">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $activeSlave.slaveName into your office and stand $him in front of your leather couch. $He <<if canSee($activeSlave)>>eyes you <<elseif canHear($activeSlave)>>listens <<else>>waits silently and <</if>><<if $activeSlave.devotion < -20>>suspiciously<<else>>worriedly<</if>> as you ready a bullet vibrator. <<if $activeSlave.dick > 0>> @@ -15673,7 +15363,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if ($activeSlave.dick > 0) && $activeSlave.balls > 0 && ($activeSlave.belly < 1500) && $activeSlave.weight < 130>> /* won't work if too pregnant */ <br><<link "Make $him eat $his own cum">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Your cum training tactics have two components: Cum should be linked with pleasure, and cum should not be disgusting to $activeSlave.slaveName, because even $activeSlave.slaveName produces it. To drive home these lessons, you lead $activeSlave.slaveName to your office's leather couch, arranging $his <<if $activeSlave.height < 150>> @@ -15754,7 +15443,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "mindbroken morning">> <<link "Let $him be">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Satisfied that there's no need for immediate intervention, you head back to your desk. A few minutes later, $he heads in to finish getting ready and get to work, saving $assistant.name the necessity of directing $him. As the broken slave passes your office, you think for a moment that you see a bit of moisture glinting in $his eyes, but soon correct yourself: it's just a reflection from the glass walls of the arcology. $He makes it to $his assignment on time, and no one notices anything unusual about $him today. <</replace>> @@ -15768,7 +15456,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoVaginal($activeSlave) || canDoAnal($activeSlave)>> <br><<link "See if an orgasm will cheer $him up">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You<<if $PC.dick == 0>> don a strap-on and<</if>> slide your hands around $his <<if $activeSlave.belly >= 150000>> @@ -15906,7 +15593,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "masterful entertainer">> <<link "Go clubbing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing glitzy heels, an extremely short skirt<<if $activeSlave.belly >= 5000>> barely noticeable under $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, and a string bikini top so brief that $his areolae are clearly visible. As you descend through $arcologies[0].name the beats get faster and the drops get heavier. By the time you reach the club where the Free Cities' hottest DJ has a show tonight, $activeSlave.slaveName is a whirlwind of sexual energy in motion, moving <<if canHear($activeSlave)>>with every beat<<else>>wildly<</if>> and catching every eye<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/1.33>>, despite how far along $he is<<elseif $activeSlave.belly >= 5000 || $activeSlave.weight > 130>>, despite how big $he is<</if>>. $His skills could have half the club lining up to fuck $him for money, but tonight $he's all yours. The entire floor is envious of you as the night wears on and $his dancing turns into sexually servicing you<<if canHear($activeSlave)>> in time with the music<</if>>. <<if ($activeSlave.chastityPenis == 1)>> @@ -15933,7 +15619,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.belly < 15000>> <br><<link "Attend a milonga">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door wearing classy heels and a gorgeous long dress cunningly designed to adhere to $him while $he dances despite the fact that it displays all of one leg, $his entire back<<if $activeSlave.belly >= 5000>>, $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnant <</if>>belly<</if>>, cleavage, and the sides of both breasts. $He has $his hair up in a perfect bun accented with a spray of the latest jewelry, and is wearing severe makeup that makes $him look aristocratic and elegant by turns. The host of the milonga, an old-world tango enthusiast, knows well the social graces and invites you, as the most prominent attendee, to perform the traditional demonstration tango that begins the dance. It goes wonderfully, and the entire party sighs in appreciation as you perform the classic tango. You lower $activeSlave.slaveName<<if $activeSlave.belly >= 10000 || $activeSlave.weight > 130>>'s heavy body<</if>> gracefully and pull $him back up into a close embrace, and breath catches in more than one throat. As tradition dictates $he dances with many partners throughout the night. One concession to Free Cities sensibilities is that the male and female roles in the tango may be filled by anyone, and $activeSlave.slaveName switches flawlessly between playing the female role to the elderly host one dance and the male role to his teenage granddaughter the next. The poor girl spends the rest of the evening staring at $activeSlave.slaveName with her tongue tied. Whoever $activeSlave.slaveName dances with, $he always subtly shows by glance and gesture that it's you $he truly wants. Everyone is quite envious of you; @@.green;your reputation has increased.@@ <<run repX(500, "event", $activeSlave)>> @@ -15941,7 +15626,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Never mind Friday night; the moon's out and it's romantic on the balcony">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $activeSlave.slaveName of your plans and tell $him to get dressed appropriately. $He meets you at the door absolutely naked<<if $activeSlave.bellyPreg >= 1500>>, $his motherly body on full display<</if>>. $He has half a question on $his face, wondering whether this is going too far, but it vanishes when you <<if canSee($activeSlave)>>smile reassuringly at<<else>>compliment<</if>> $him. You take $him by the hand and lead $him out onto the private balcony outside your office. It's a cloudless night, and the moon is full. You order the arcology to play a classic dance medley, and $activeSlave.slaveName becomes all innocence and grace, the perfect dance partner<<if $activeSlave.bellyPreg >= 10000>>, despite $his heavy pregnancy<<elseif $activeSlave.belly >= 10000 || $activeSlave.weight > 130>>, despite $his weight<</if>>. The only real consequence of $his nudity is <<if $activeSlave.boobs >= 300>> @@ -15977,21 +15661,18 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "masterful whore">> <<link "Require double repayment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he @@.yellowgreen;repay double what he owes.@@ <<run cashX(random(150,200)*10, "event", $activeSlave)>> <</replace>> <</link>> <br><<link "Require double repayment and spend it on $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Your tenant knows that abject surrender is his only hope once you make it clear to him that his scheme is known to you. He complies all too eagerly with your demand that he repay double what he owes. Slaves are not permitted to keep possessions, especially money, so you spend it on $activeSlave.slaveName directly. $He spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having $his pregnant belly moisturized<<if hasAnyLegs($activeSlave)>>, $his tired <<if hasBothLegs($activeSlave)>>feet<<else>>foot<</if>> rubbed<</if>>, $his cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take $him out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex. <<set $activeSlave.devotion += 10>> <</replace>> <</link>> <br><<link "Leverage the situation and reward $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Archimedes might have his lever, but give you a place to set such information as this, and you can move a mountain of money. Before he knows what has beset him, your tenant is bustled out of $arcologies[0].name and replaced by a favored and hopefully more honest competitor, who @@.green;is well aware of the score here.@@ $activeSlave.slaveName, who made this possible, spends the day <<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>>having $his pregnant belly moisturized<<if hasAnyLegs($activeSlave)>>, $his tired <<if hasBothLegs($activeSlave)>>feet<<else>>foot<</if>> rubbed<</if>>, $his cravings fulfilled, being<<else>>being<</if>> massaged, beautified, and pampered. You then take $him out for a lovely meal, allowing $him to wear clothing that's almost conservative by Free Cities standards, and take a nice walk around $arcologies[0].name's club, talking on light subjects. $He's @@.hotpink;deeply touched@@ by an evening of affection without sex, and $he @@.mediumaquamarine;trusts you@@ with all sorts of amusing whorehouse rumors. <<set $activeSlave.devotion += 3, $activeSlave.trust += 3>> @@ -16003,7 +15684,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "sleeping ambivalent">> <<link "Grope $his boob">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $His eyes fly open as $he feels someone groping $him. <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> @@ -16048,7 +15728,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.belly >= 5000 || $activeSlave.weight > 30>> <br><<link "Rub $his belly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $activeSlave.bellyPreg >= 5000>> $His eyes fly open as soon as $he feels someone touching $his _belly, life-rounded, stomach. @@ -16166,7 +15845,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $PC.dick != 0>> <br><<link "Cum on $his face">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand over $him, quietly masturbating while watching $him sleep. Several of $his fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You fancy yourself a bit of a marks<<= _womanP>>, and you don't feel the need to bend over $him to score good hits. Your load comes in three main jets: the first hits $him on the nipple, the second tracks up $his sternum and throat, and the third splashes full across $his face as $his eyes fly open<<if $PC.vagina != -1>>, each of these accompanied by some less directionally perfect girlcum<</if>>. $He sputters with surprise and then outrage, but <<if !canSee($activeSlave)>>once $he recognizes your <<if canTaste($activeSlave)>>taste<<else>>presence<</if>> and<<else>>then $he<</if>> realizes who it is standing over $him <<if canSee($activeSlave)>>and<<else>>does $he<</if>> @@.gold;freezes in terror.@@ <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>> @@ -16182,7 +15860,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<else>> <br><<link "Squirt on $his face">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand over $him, quietly masturbating while watching $him sleep. Several of $his fellow slaves come and go as you do so, but if they're surprised by the sight, they have the presence of mind not to show it. You're on excellent terms with your cunt, and you know just what it takes to make yourself squirt. When you feel the heat building just right, you quickly straddle $his face without touching $him, angling yourself carefully and increasing the pace of your schlicking. In no time at all, a jet of femcum splashes onto $his face and down across $his chest. $He sputters with surprise and then outrage, but then $he <<if canSee($activeSlave)>>realizes whose pussy $he's staring straight into<<else>>recognizes your <<if canTaste($activeSlave)>>flavor<<else>>presence<</if>><</if>> and @@.gold;freezes in terror.@@ <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>> @@ -16198,7 +15875,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Just watch $him for a little while">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand there for a while, watching the exhausted slave sleep. It's an oddly restful sight, and the aesthetics of $his slumbering little movements hold your attention for a time.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> You watch the subtle movements going on within $his womb as well.<</if>> After a while, you head to your own bed. Several of $his fellow slaves came and went as you watched $him, but if they're surprised by the sight, they have the presence of mind not to show it. <br><br> @@ -16210,7 +15886,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "sexy succubus">> <<link "Let $him eat">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's a good little succubus, and you're going to let $him feed. $He knows exactly what you mean, and <<if $activeSlave.belly >= 300000>> @@ -16257,7 +15932,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoVaginal($activeSlave) && ($PC.dick != 0)>> <br><<link "Feed $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setSpokenPlayerPronouns $activeSlave>> You tell $him $he's a good little succubus, and you're going to feed $him. @@ -16332,7 +16006,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) && ($activeSlave.anus > 0) && ($PC.dick != 0)>> <br><<link "Fuck $him without feeding $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setSpokenPlayerPronouns $activeSlave>> You tell $him $he's a good little succubus. Thinking $he understands, $he @@ -16402,7 +16075,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "PA flirting">> <<link "Tell your personal assistant to fuck $him already">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setSpokenAssistantPronouns $activeSlave>> You ask $assistant.name whether _heA's going anywhere with all this flirting. _HisA avatar looks at $activeSlave.slaveName. "Hear that, @@ -16717,7 +16389,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Get the slave to get to the point">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $activeSlave.slaveName that $he and your personal assistant really should get a room. $He looks at $assistant.name's avatar, and then back up at you. $He gives you a mischievous look, and then bends down to whisper to the avatar behind $his hand. <<switch $assistant.appearance>> @@ -16815,7 +16486,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "dick wringing">> <<link "Address $his problem together">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step in and give $him a quick kiss on the lips, telling $him you'd be happy to. $He was confident you would, but the tenderness makes $his breath catch a little. You take $him by $his <<if $activeSlave.weight > 130>> @@ -16900,7 +16570,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Use $his trouble to dominate $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step in and trace a <<if $PC.title == 1>>strong<<else>>feminine<</if>> hand across $his lips before inserting two fingers into $his mouth. $He looks puzzled, but obediently begins to suck on your fingers. You use your other hand to explore $his body, titillating the heavily aroused $desc until $he's on the verge of orgasm. Without warning, you place an elastic band around the slave's dickhead. $He writhes with discomfort, but knows better than to protest. It's tight, but not agonizingly so. $He'll be able to cum, but not a drop will get out. Grabbing $him by a nipple<<if $activeSlave.nipples == "fuckable">>cunt<</if>>, you pull $him down to $his knees, enjoying the motion of $his body as $he wriggles with the discomfort of being tugged this way, the uncomfortable thing squeezing the tip of $his cock, and the suspicion that this is going to be tough. <br><br> @@ -16965,7 +16634,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "fucktoy tribbing">> <<link "Make love to $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You crane your neck down and kiss $him on the lips. $He awakens slowly, gently, $his <<= App.Desc.eyesColor($activeSlave)>> fluttering open, looking black in the nighttime gloom. $He smiles into your mouth, and you feel $his pulse quicken through the extensive contact down your bodies. You interlace your fingers between $hers and turn, pressing $him back down into the soft sheets. $He opens $himself for you, spreading $his legs wide and embracing you with them, making sure to run $his heels up the backs of your calves in a way that sends a shiver up your spine. Feeling this through your kissing mouths, $he smiles into you, a pleased expression $he maintains as you <<if $activeSlave.belly >= 300000 && $PC.belly >= 5000>> @@ -17014,7 +16682,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You feel your libido building, building, building within you, an endless cycle that mounts rapidly to an inevitable explosion. It comes, and you perform a catlike glide around until your head is at $his feet. As you did, you infiltrated one of your legs between $hers from its convenient starting point. $He wakes suddenly to the feeling of being manhandled, and then comes fully awake to the shockingly intimate sensation of your pussies pressed together as closely as physically possible. <br><br> @@ -17036,7 +16703,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "cow milking">> <<link "Treat $him right">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $him a reassuring swat across the rump and tell $him you'd be happy to. You head toward the utility area with the milkers, and $he follows eagerly behind you, <<if $activeSlave.fetish == "boobs">> @@ -17078,7 +16744,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Treat $him like a cow">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ask $him if $he really wants to be treated like a cow. $He nods, a bit hesitantly, sensing a certain danger but not really knowing what else to do. You lead $him to the utility area of the penthouse, where the milkers are, but stop $him when $he starts for one. Instead, you <<if $activeSlave.belly >= 300000>> @@ -17116,7 +16781,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "refreshment delivery">> <<link "Enjoy some oral with your refreshments">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There were many things about being an arcology owner you didn't properly understand before you became one. One of the smallest and yet most enjoyable is the unlimited availability of <<if $PC.refreshmentType == 0>> @@ -17204,7 +16868,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Show $him a special way to enjoy refreshments">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $PC.refreshmentType != 2>> You tell $him to hop up on the desk. $He obeys promptly, <<if $activeSlave.energy > 95>>already starting to pant<<else>><<if canSee($activeSlave)>>watching you closely<<elseif canHear($activeSlave)>>listening closely<<else>>waiting<</if>> for further instructions<</if>>. To $his complete lack of surprise, you tell $him to pull $his legs back and spread $his hole<<if canDoVaginal($activeSlave)>>s<</if>>. As $he opens $himself for you, $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>senses<</if>> that you're doing something with @@ -17268,7 +16931,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $PC.refreshmentType == 0>> <br><<link "Put your $PC.refreshment out on $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You select a $PC.refreshment and start smoking, ordering $him to stick around and get $his tits out. $He sees nothing too unusual about this, and obeys complaisantly, standing beside you with $his breasts bare. You reach over and play with $him as you smoke, teasing $his <<if $activeSlave.nipples == "huge">> @@ -17294,14 +16956,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "tittymonster inspection">> <<link "Continue $his inspection as scheduled">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You're already late for this little meeting; you wouldn't want to keep $him here when you both have more productive things to do. $His inspection is exemplarily routine; $he has nothing significant to report. When all is said and done, you dismiss $him, and $he stands up, <<if $activeSlave.devotion > 20>>genuinely<<else>>quickly<</if>> thanks you for your time, and leaves. <</replace>> <</link>> <br> <<link "Use $him as a cushion">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he's looking very nice today. Surprised, $he manages <<if $activeSlave.devotion > 20>>to thank you prettily, wondering<<else>>to thank you hesitantly, worrying about<</if>> what comes next. You pick up a tablet, come around your desk, and fold yourself into a lotus position, just in front of $him and with your back to $him. Struck by this strange and trusting maneuver, $he keeps still, letting you get yourself situated. You slide backward until you are pressed against the mound of breasts behind you, and then relax into their soft, fleshy mass. Your back nestles naturally into $his cleavage, and the give of $his huge mammaries conforms to you, allowing you to rest your elbows comfortably on each breast as though they were armrests. Feeling the weight of you against $his chest, $activeSlave.slaveName throws $his arms back, bracing $himself against the floor.<<if $activeSlave.belly >= 15000>> You can feel $his full, taut, <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> just barely once you have sunk deep into $his cleavage.<</if>> You begin to tap away at the tablet, and $he realizes <<if $activeSlave.devotion > 20>>with pleased surprise<<else>>with mixed resentment and relief<</if>> that you intend to use $him as a sort of human cushion for a while. From where $he's sitting, $he <<if canSee($activeSlave)>>can easily read over your shoulder, and you make no attempt to stop $him<<else>>could read over your shoulder, if $he could see<</if>>; keeping secrets from your slaves is generally impractical, and <<if $activeSlave.devotion > 20>>this $desc is trustworthy<<else>>there's nothing $he could do with your secrets, even if $he were to try<</if>>. After an hour or so, you inspect $him and dismiss $him, and $he leaves @@.mediumaquamarine;trusting $his bizarre place@@ in your world. <<set $activeSlave.trust += 4>> @@ -17309,7 +16969,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Enjoy $his helplessness">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $him no orders at all, since $his helplessness makes $him <<if $activeSlave.devotion > 20>>cooperation<<else>>consent<</if>> completely unnecessary for what you're planning. $He makes to turn as you come around behind $him, but $he can manage only a partial crane of $his shoulders and neck to <<if canSee($activeSlave)>>see<<else>>figure out<</if>> what you're doing. Seizing $his ankles, you haul $his legs out from under $his boobs and body, and then push $him forward, balancing $his body atop $his tits as though they were an exercise ball. <<if $activeSlave.devotion > 20>>$He giggles at this<<else>>$He struggles a little at the sudden discomfort<</if>>, and tries to steady $himself with $his hands, so you pull them around behind $him and pin $his arms to $his $activeSlave.skin back with one of your hands. You <<if $PC.dick != 0>>shove your dick up<<else>>pull on a strap-on with your other hand and insert it into<</if>> $his defenseless <<if canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>>. Then you fuck $him. @@ -17342,7 +17001,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "bonded love">> <<link "Tell $him $he's a good slave">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Without turning your head, you tell $him $he's a very good slave. $He laughs happily<<if canTalk($activeSlave)>>, though of course this is silent<<else>> throatily<</if>>, $his warm breath gusting against your ear. It took confidence for $him to come in here and tell $him $he loved you, and $he @@.mediumaquamarine;trusts you more@@ for responding this way. $He plants a light kiss on your cheek and walks quickly out of your office, hurrying to go about $his day's business, but careful to strut $his stuff for you on $his way out. <<if $activeSlave.butt < 3>> @@ -17384,7 +17042,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Tell $him you love $him too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You turn towards $him and direct the full weight of your gaze into $his eyes. <<if canSee($activeSlave)>>$His eyelids flicker with the shock of the shared look<<else>>$His eyes may not be capable of sight, but $he can feel your gaze<</if>>, so close, but $he bears it, biting $his lower lip. Then you kiss $him. The released tension is too much for $him, and $he moans, slumping against you a little as you kiss $him like a lover. $He's so lost in it that when you break the kiss, $his mouth stays slightly open and pursues yours slightly, hungry for more. You place a finger against $his moist lips, making $him wait a moment, and tell $him that you love $him too. $He makes <<if $activeSlave.voice == 0>>a quiet moaning sound, deep in $his useless throat,<<else>>an almost animal sound, somewhere between a sob and a moan,<</if>> and as you withdraw your finger, $he kisses you back. $He knows $he has a job to do today, and it's waiting for $him, so when you give $him no indication that you'd like $him to stay, $he withdraws, keeping $his <<if canSee($activeSlave)>>eyes<<else>>face<</if>> on yours, doing $his best to @@.hotpink;make love to you@@ with $his gaze. <<set $activeSlave.devotion += 4>> @@ -17396,13 +17053,11 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He /* TODO: add a positive variant */ <<link "Let $him be">> - <<EventNameDelink $activeSlave>> <<replace "#result">> It may be for the best to not disturb $his unpeaceful slumber, you decide. Admiring the attractive view for just a moment longer, you turn back and head to your own bed. The next morning, it appears as though $activeSlave.slaveName doesn't even remember this nightmare. <</replace>> <</link>> <br><<link "Hug $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You reach out to hug $him, but as soon as your hand touches $his shoulder, $he writhes instinctively away. <<if canSee($activeSlave)>>$His eyes fly open, searching frantically for $his assailant. Seeing that it's you, $he screams and scrabbles away even harder. After making it a few feet, $he collects $his wits enough to bring $himself to a stop and stop screaming, though $he continues to sob, staring at you in terror<<else>>$He gropes frantically for $his assailant, before making contact with you. $He screams and scrabbles away, only stopping when $he collides with the nearest solid object. <<if canHear($activeSlave)>>Only after several call outs that it is you does $he stop screaming, though $he continues to sob, listening to your every breath in terror<<else>>After screaming $himself hoarse, $he realizes that $his assault has abruptly ended, and gently feels around $his surroundings with a shaking hand to discover $himself back in $his room<</if>><</if>>. $He remains frozen in place as you slowly advance on $him and give $him a light embrace. $His tears gradually stop, but $he does not relax, <<if canSee($activeSlave)>>remaining dumbly stiff<<else>>continuing to quake in fear<</if>> within your arms. Eventually you let $him go, and $he crawls pathetically back under $his sheet, still weeping softly. It seems $he is @@.gold;more afraid of you@@ than ever, and if you thought that a simple hug could win $him over, you were wrong. <<if canSee($activeSlave)>> @@ -17416,7 +17071,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Rape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You snatch the sheet off $him, shove $his uppermost shoulder down so $his face is smashed into the pillow, and bring your knees down between $his legs, spreading them to force $hers apart. You use the hand that isn't controlling $his torso to locate $his <<if canDoVaginal($activeSlave)>> @@ -17454,7 +17108,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "cockfeeder resistance">> <<link "Talk $him through it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You put as much quiet authority into your <<if canHear($activeSlave)>>voice<<else>>words<</if>> as you can, and explain to $him that $he must eat $his breakfast this way. You do not explain any of the actual reasons why you require slaves to eat from cocks, but couch your quiet explanation in terms of $his life as a slave. You tell $him that eating breakfast out of a dick is something you've ordered $him to do. $He needs to do it. If $he does, $he'll be treated well; if $he does not, that will oblige you to punish $him. You tell $him that you would like $him to be a good slave, and that it would be disappointing if you had to punish $him. You put just a hint of steel into the last sentence, and $he stiffens a little at it. Hesitantly, $he scoots forward and bends down to take the tip of the big feeder dick in $his mouth. Sensing that it's being sucked, it gently presses into $his mouth, fucking $his <<if $activeSlave.lips > 95>>big-lipped facepussy<<else>>face<</if>>. Its strokes get longer and faster, until $he's gulping down $his breakfast as it's shot down $his throat like a huge load. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>By this time, the kitchen is also dosing $him with drugs by fucking $his butt with a phallus that ejaculates them for absorption. $He's being spitroasted by the kitchen.<</if>> @@ -17463,7 +17116,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Punish $him with a bigger feeder">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give the kitchen an order by voice command. <<if canHear($activeSlave)>>It's technical<<else>>$He can't hear it<</if>>, so $he doesn't understand it, but the meaning becomes clear soon enough. The phallus dangling in $his face is withdrawn, and $he's halfway through a shocked "Thank you" when it's replaced by another, noticeably larger one<<if !canSee($activeSlave)>>. $He doesn't notice its larger size until it bumps into $his cheek, causing $him to scoot back<</if>>. You tell $him in deceptively mild <<if canHear($activeSlave)>>tones<<else>>words<</if>> that you'll keep increasing the size of $his feeder until $he decides to suck it off like a good little $desc, or you run out of size options and are forced to strap $him down and push them down $his throat. At that point, $he might be able to breathe; then again, $he might not. $He begins to cry, $his <<if $activeSlave.face > 95>>heartbreakingly beautiful<<elseif $activeSlave.face > 10>>pretty<<else>>homely<</if>> face clouding with anguish, but is so @@.gold;frightened@@ by the threat that $he doesn't let $him tears distract $him from scooting forward to suck off a huge dildo for $his breakfast. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>Once it senses $he's complying, the kitchen starts dosing $him with drugs by fucking $his butt with a phallus that ejaculates them for absorption. Mercifully, $he doesn't try to refuse the anal fuckmachine, and avoids having $his asshole filled by a bigger phallus too.<</if>> @@ -17472,7 +17124,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Double penetrate $his mouth for insolence">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step forward and caress the slave's throat, telling $him to suck like a good little $desc. You make no threat, but give $him the order in a <<if canHear($activeSlave)>>voice of brass<<else>>commanding manner<</if>>. $He knows what you can do to $him, and scrabbles forward to obey, @@.gold;terribly frightened.@@ $His fear is justified. You announce that $he's avoided serious punishment, but $he still needs correction for $him hesitation and insolence. $He can't beg or even moan, since $he's being facefucked by the feeder dildo by now, but $his <<= App.Desc.eyesColor($activeSlave)>> widen in terror. $He <<if canSee($activeSlave)>>can't watch you, since $he can't turn $his head,<<else>>can't see what you are doing,<</if>> so $he has almost no time to prepare when you haul $him head most of the way off the feeder and shove <<if $PC.dick != 0>>your own phallus<<else>>a strap-on<</if>> into $his mouth, too. $He gags instantly, almost vomiting, but forces $himself to relax as you begin to thrust into $his throat, alternately with the feeder. The liquid food provides plenty of lubrication, and a lot of liquid for $him to gag on, and before long $he's a degraded, humiliating mess. $He often clamps $his eyes shut as $he desperately concentrates on breathing, squeezing the tears out to run down $his $activeSlave.skin cheeks. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>You leave the poor slave to take $his drugs up the ass, since the kitchen administers those by phallus, too. Fortunately for $him, $he doesn't object to that.<</if>> @@ -17482,7 +17133,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $PC.balls >= 14>> <br><<link "Force-feed $him with your own cock">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step forward and pull $him away from the feeder, telling $him that, since $he doesn't like the cockfeeder, $he can suck yours like a good little $desc. You make no threat, but order $him <<if canHear($activeSlave)>>in a steely voice<<else>>authoritatively<</if>> to suck you off until $he's earned a meal of your cum. $He knows what you can do to $him, and hurries forward to obey. $He rushes to open your clothes and get to work, but pauses when <<if canSee($activeSlave)>>$his <<= App.Desc.eyesColor($activeSlave)>> take in your massive testicles.<<else>>$his groping hand feels your massive testicles.<</if>> Realizing just how big $his meal will be, $he's obviously @@.gold;frightened.@@ You grab $his head, breaking $him out of $his shocked stillness, and explain that you can't let $him starve. If $he won't eat out of the feeder, you'll just have to feed $him some other way. With that, you ram your cock forward and start fucking $his <<if $activeSlave.face > 95>>heartbreakingly beautiful<<elseif $activeSlave.face > 10>>pretty<<else>>homely<</if>> face. After a few minutes of gagging oral, you start to approach your climax. Your thorough facefucking leaves $him unable to beg or even moan, but $his eyes widen in terror when $he realizes you're about to cum. You don't give $him any time to prepare, instead hilting yourself immediately, and letting $his throat's desperate attempts to swallow bring you over the edge. You begin your long release of pent-up jizz, spraying deciliter after deciliter of cum down $his throat and into $his stomach. By the time you've finished, you can tell $he's struggling for air and in pain from the massive quantity of thick fluid in $his stomach. You give $him a helpful hint before releasing $him: "If you take it all the way in your throat, you don't even have to <<if canTaste($activeSlave)>>taste<<else>>feel<</if>> what it's feeding you." You pull out of $his mouth and let $him go. $He gasps for air and almost immediately vomits some of your cum all over $himself, turning $him into a degraded, humiliated mess. $He lays on the floor and desperately concentrates on breathing, squeezing the tears out of $his eyes to run down $his $activeSlave.skin cheeks. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>You leave the poor slave to take $his drugs up the ass, since the kitchen administers those by phallus, too. Fortunately for $him, $he doesn't object to that.<</if>> @@ -17495,7 +17145,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "suppository resistance">> <<link "Talk $him through it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You put as much quiet authority into your voice as you can, and explain to $him that $he is required to take $his drugs up $his ass. You do not explain any of the actual reasons why you require slaves to submit to daily machine anal, but couch your quiet explanation in terms of $his life as a slave. You tell $him that taking a solid buttfuck from a machine first thing in the morning is something you've ordered $him to do. $He needs to do it. If $he does, $he'll be treated well; if $he does not, that will oblige you to punish $him. You tell $him that you would like $him to be a good slave, and that it would be disappointing if you had to punish $him. You put just a hint of steel into the last sentence, and $he stiffens a little at it. Hesitantly, $he <<if $activeSlave.belly >= 300000>> @@ -17510,7 +17159,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Punish $him with a bigger phallus">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give the kitchen an order by voice command. It's technical, so $he doesn't understand it, but the meaning becomes clear soon enough. The phallus aiming meaningfully at the place where $he's supposed to kneel and offer up $his butthole is withdrawn, and $he's halfway through a shocked thank you when it's replaced by another, noticeably larger. You tell $him in deceptively mild tones that you'll keep increasing the size of $his phallus until $he decides to get down and take it like a good little $desc, or you run out of size options and are forced to strap $him down and apply two at once. At that point, $his ass might be able to take it; then again, it might not. $He begins to cry, but is so @@.gold;frightened@@ by the threat that $he doesn't let $him tears distract $him from a delectable scramble to <<if $activeSlave.belly >= 300000>> @@ -17525,7 +17173,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Double penetrate $his ass for insolence">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You step forward and take gentle hold of the slave's throat, telling $him to get down on $his knees like a good little $desc. You make no threat, but give $him the order in a voice of brass. $He knows what you can do to $him, and hurries to obey, @@.gold;terribly frightened.@@ $His fear is justified. You announce that $he's avoided serious punishment, but $he still needs correction for $his hesitation and insolence. $He's concerned when $he <<if canSee($activeSlave)>>sees<<elseif canHear($activeSlave)>>hears<<else>>feels<</if>> you <<if $PC.dick != 0>>get your dick<<if $PC.vagina != -1>>and pussy<</if>> out<<else>>don a strap-on<</if>>, though $he's distracted by the rapidly accelerating buttfuck $he's getting from the machine. $He tries to offer you $his throat, but $his hopes are dashed when you walk around behind $him, swing a leg over the machine pistoning in and out of $his asshole, and command it to stop for a moment. Then you work <<if $PC.dick != 0>>yourself<<else>>your own dildo<</if>> up $his ass alongside the phallus that already fills it. The drugs are delivered with lubricant, and you do fit, but only after a nice long session of sobbing, spasming, and finally crying resignation. Then you order the machine to go back to what it was doing, and the resignation vanishes, replaced with anal pain as $activeSlave.slaveName takes double penetration up $his <<if $activeSlave.anus > 2>>gaping anus<<elseif $activeSlave.anus == 2>>big butthole<<else>>poor, abused little butt<</if>>. <<if ($suppository != 0) && ($activeSlave.drugs != "none")>>When you grow tired of the whining, you order the kitchen to give the bitch breakfast. It extends a feeding phallus and fills $his throat, muffling the noise somewhat.<</if>> @@ -17537,7 +17184,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "shower slip">> <<link "Carry $him to where $he needs to go">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You scoop $him up into a bridal carry. $He <<if $activeSlave.voice == 0>>gasps, since $he can't squeal<<else>>squeals cutely<</if>>, holding on for dear life, and keeps $his face nestled against $his <<= WrittenMaster($activeSlave)>>. <<set _carried = 1>> @@ -17647,7 +17293,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if (canDoAnal($activeSlave) || canDoVaginal($activeSlave)) && $activeSlave.belly < 15000>> <br><<link "Scoop $him up and fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You squat down, and $he plants $his feet, expecting to be given a swat on the bottom and sent on $his way. Instead, you run your hands down $his <<if $activeSlave.weight > 130>> @@ -17761,7 +17406,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "happy dance">> <<link "Enjoy the show">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There are low leather ottomans scattered all over the penthouse, for rest, relaxation, and sex. You seat yourself on the nearest one, enjoying the spectacle. $He feels your eyes on $him, a sensation $he knows well, and turns with a little smile on $his $activeSlave.faceShape face, putting an extra swing in $his hips<<if $activeSlave.belly >= 5000>>, causing $his weighty middle to swing wide<</if>>. $He's still dancing alone, but now $he's giving you a private show. You give $him the proper music, instructing $assistant.name to play the track $he was humming. <br><br> @@ -17799,7 +17443,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Dance along with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He doesn't <<if canSee($activeSlave)>>see<<else>>notice<</if>> you advance on $him; $he's facing away from you, and in any case, $he's lost in $his own little world. At the same moment, however, $he begins to hear the track you're humming, in perfect synchrony with the way $he's humming it, and senses a presence at $his side. You timed it perfectly, directing the sound system here to play the right track, match it to $him, and fade it in as you approached and began to dance beside $him. <<if $PC.title == 0>> @@ -17855,7 +17498,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "plimb help">> <<link "Help $him into $his P-Limbs">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to help $him yourself rather than having a slave do it. <<if $activeSlave.ID == $Bodyguard.ID>>Swinging your legs out of bed and heading towards $him<<else>>Heading towards $his part of the sleeping area<</if>>, you're struck by how <<if $activeSlave.belly >= 5000>>round<<else>>small<</if>> $he looks without $his prosthetics. Just a little $activeSlave.skin thing, without the @@ -17896,7 +17538,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Fuck $him before you help $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to have some fun with the temporarily helpless slave. You <<if $activeSlave.ID == $Bodyguard.ID>>get out of bed<<else>>head to where $he's waiting for help<</if>> and scoop $him up, $his limblessness making it comically easy. With $his torso cradled in your grasp and $his head nestled into the crook of your arm, you carry $his <<if $activeSlave.ID == $Bodyguard.ID>>back towards your bed<<else>>back towards your suite<</if>>. When $he <<if canSee($activeSlave)>>sees<<else>>figures out<</if>> what you're doing, $he turns $his head and gives your <<if $PC.boobs >= 300>>breast on that side<<else>>chest<</if>> an anticipatory kiss. When you set $him down on the bed, $he <<if canSee($activeSlave)>>stares<<else>>smiles<</if>> up at you invitingly and gives $his four P-Limb anchor points a glinting wiggle, a gesture that might mean anything. $His <<if canDoVaginal($activeSlave)>>pussy<<else>>asshole<</if>>, in any case, is presented openly for your use. @@ -17930,14 +17571,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "orchiectomy please">> <<link "Order $him to behave $himself">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You give $him stern orders to be a good $girl and behave $himself, regardless of $his silly moods. You don't deign to directly deny $his request for a genital reconfiguration, and $he has the presence of mind not to ask for an explicit denial. $He offers you profoundly submissive promises to control $his emotions and be a good slave, though $he can't hide a glimmer of @@.gold;fear@@ that $he'll fail and suffer punishment. <<set $activeSlave.trust -= 2>> <</replace>> <</link>> <br><<link "Reassure $him about $his body">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him you aren't planning to do that to $him. You explain that $he might be feeling like $he's fully integrated into a life of sexual slavery now, but $he's not even close; $he's got a long way to go before $he's perfectly devoted and trusting. The words might sound harsh, but you deliver them kindly, making the statement one of hope. $He listens without disappointment, and brightens further when you predict that in a few weeks, $he'll get used to $his body's chemistry and accept it. Finally, you add, $his current configuration is the best for $his sex drive. $He bites $his lip and gives you a daring little look when $he <<if canHear($activeSlave)>>hears<<else>>understands<</if>> that, but you decide to keep $him waiting and send $him on $his way. $He @@.hotpink;thanks you@@ without dissembling, not realizing how profoundly $his life has changed, for $him to be reassured by that. <<set $activeSlave.devotion += 4>> @@ -17945,7 +17584,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Agree and make sure $he doesn't regret it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You agree and send $him straight to the surgery. $He looks a little hesitant, as though the prospect is intimidating now that it's actually about to happen, but $he complies obediently. You direct $assistant.name to bring $him back to your office as soon as $he's fully recovered. The curatives applied right after surgery hasten $his recovery, and $he's back the next day, standing a little gingerly, $his limp dick looking a bit sore. $He greets you properly, and comes over willingly when you recline in your chair and <<if canSee($activeSlave)>>crook a finger at<<else>>beckon<</if>> $him. <<if canSee($activeSlave)>>As $he approaches, $he notices that <<if $PC.dick != 0>>you've got your<<if $PC.vagina != -1>> futa<</if>> dick out<<else>>you're wearing a strap-on<</if>>, and looks a little apprehensive<<else>>$He approaches gingerly, still slightly sore<</if>>, but $he sits down obediently, <<if $PC.dick != 0>>your erection<<else>>the phallus<</if>> coming to rest between $his legs and lower buttocks, resting against $his perineum and the smooth, recently healed patch of skin at the base of $his dick where $his ballsack used to be. $He gasps at the sensation of <<if $PC.dick != 0>>your hot cock<<if $PC.vagina != -1>> and the wet pussy beneath it<</if>><<else>>the hard thing<</if>> pressed against $his most intimate area, but $he doesn't flinch away. <br><br> @@ -18017,7 +17655,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "mean girls">> <<link "Tolerating verbal abuse is part of a public servant's job">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform your personal assistant that you aren't planning to take any action. If you took notice every time a citizen offered a slave on public duty any insult, you'd never be doing anything else. The only interesting part of the interaction was the possible value of the pretty girls, but enslaving them would likely have been difficult and expensive, given their families' probable wealth and influence. As for $activeSlave.slaveName, $he's not deeply affected. <<if $activeSlave.energy > 95>> @@ -18034,7 +17671,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Enslave them all">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<for _ress = 0; _ress < _newSlaves.length; _ress++>> <<run newSlave(_newSlaves[_ress])>> /* skip New Slave Intro */ @@ -18144,7 +17780,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "torpedo squeeze">> <<link "Give them a surprise massage">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You move stealthily up behind $him in a predatory crouch, your arms forward and your fingers spread. When $he reaches up to <<if $activeSlave.makeup != 0>>do $his eyes<<else>>massage $his forehead<</if>>, you take advantage of $his newly vulnerable flanks and reach around $him to take $his torpedo tits in hand. $He <<if $activeSlave.voice != 0>>howls<<else>>makes the raspy noise that mute slaves make when<</if>> in shock, writhing away from the grasping digits. Your hands aren't particularly cold, but $he's deliciously warm from the shower and you're holding onto $him firmly. $His <<if $activeSlave.butt > 12>> @@ -18185,7 +17820,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Make $him bounce them painfully">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Appearing behind $him, you order $him to bounce up and down. You don't mention $his prominent tits, but $he knows exactly what you mean and is <<if $activeSlave.devotion > 50>>eager to please<<elseif $activeSlave.devotion > 20>>willing to please<<else>>willing to debase $himself to avoid punishment<</if>>. @@ -18221,7 +17855,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "retching cum feeding">> <<link "Have mercy on the poor $girl and take $him off $his cum diet for now">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You see how $activeSlave.slaveName is suffering and you decide to reconsider $his dietary prescription. You instruct $assistant.name to change <<print $activeSlave.slaveName>>'s diet to exclude cum for now. Slaves who can't eat are unhealthy, and unhealthy slaves are unprofitable slaves. $He is now @@.mediumorchid;more confident that $he can resist you and get $his way,@@ $he also @@.mediumaquamarine;trusts you a little more@@ to look after $his well being. <<set $activeSlave.trust += 5, $activeSlave.devotion -= 5, $activeSlave.dietCum = 0>> @@ -18229,7 +17862,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.dietCum == 1>> <br><<link "Force $him onto a heavy cum diet, and double up on $his ejaculate intake">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You instruct $assistant.name to double down on <<print $activeSlave.slaveName>>'s cum diet. Ungrateful little sluts who retch up their expensive food sometimes need tough love. Making $his cum-food thicker and more concentrated might help $him to learn that no matter how bad things seem, you can always make them worse. Initially $his new heavy cum diet makes no difference in $his ability to keep it down, but you tell $him to give it some time. Eventually $he will learn to appreciate cum as the primary ingredient in everything $he ingests. All of your future cumsluts do, sooner or later. $His pathetic tears reveal how @@.gold;helpless $he feels,@@ but they don't hide the @@.mediumorchid;streak of rebelliousness@@ that remains burning inside $him. <<set $activeSlave.devotion -= 3, $activeSlave.trust -= 3, $activeSlave.dietCum = 2>> @@ -18237,14 +17869,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<elseif $activeSlave.dietCum == 2>> <br><<link "Give the poor $girl a break and reduce $his cum intake to a more modest level">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName is on a very heavy cum diet, and it's possible you're forcing $him to take too much, too soon. You decide to give $him a break and instruct $assistant.name to reduce, but not eliminate the amount of cum in $his diet. Although it doesn't immediately make $him hate cum any less, @@.hotpink;$he appreciates your willingness@@ to make things a little less unpleasant for $him. @@.mediumaquamarine;$He is a little less afraid of you too,@@ although not as much as if you'd taken $him off $his cum diet altogether. <<set $activeSlave.devotion += 2, $activeSlave.trust += 2, $activeSlave.dietCum = 1>> <</replace>> <</link>> <br><<link "Suppress $his gag reflex and double $his cum intake for a week">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He is already on a very heavy cum-based diet, and there's only so much ejaculate you can force a slut to ingest before it negatively affects $his health. However, as a temporary measure, you still have options. You instruct $assistant.name to re-double the amount of ejaculate in <<print $activeSlave.slaveName>>'s diet for the week. You also have $him closely monitored and injected with anti-nausea drugs to help $his hold down $his food. Although the idea of being forced to eat large amounts of human reproductive fluid still disgusts $him, the week of having a super-concentrated cum-diet, along with the suppressed reflex to purge it has its effect. Knowing that you monitor and control every aspect of $his life @@.hotpink;breaks down $his resistance to your will,@@ and by the end of the week, $he is grateful that you return $him to a more nutritionally viable regimen — even if its cum content is still overwhelmingly high. <<if $activeSlave.fetishKnown == 1>>@@.lightcoral;$His brain has now begun to accept the sexual perversity of $his food as a turn on.@@<<else>>$He is now able to eat and digest $his prescribed diet without pharmacological assistance.<</if>> <<set $activeSlave.devotion += 5, $activeSlave.fetish = "cumslut">> @@ -18256,7 +17886,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($arcade > 0)>> <br><<link "Sentence $him to a day in $arcadeName for cum injection therapy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You have $assistant.name inform $activeSlave.slaveName of $his unacceptable behavior and sentence $him to a day in $arcadeName. $He cries and pleads for mercy, and even begs to be allowed to suck a cock, any cock, so $he can prove $his newfound enthusiasm for cum, but you are unmerciful as two other slaves drag $him off to serve $his sentence. $He is forced to wear a<<if $activeSlave.vagina != -1>> combined vaginal and<<else>>n<</if>> anal chastity belt so that the only hole available is $his mouth, and is then confined in $arcadeName with $his mouth spread open by a ring gag and $his head sticking through the hole in the wall. A sign below $his mouth proclaims $him to be a "cum extraction tube" and $he is used that way for the duration of $his stay — a grueling, 18-hour marathon of relentless throat fucking. <<if $activeSlave.sexualFlaw != "hates oral">>$His ordeal is so extreme that $he now @@.red;hates oral sex@@<<else>>$His hatred of oral sex makes $his ordeal that much more horrific<</if>>, but it @@.hotpink;breaks down $his resistance.@@ $He now @@.gold;better understands the terrifying power you have over $him,@@ and the sheer amount of cum $he is forced to ingest @@.red;negatively effects $his health.@@ Your other cum-fed slaves take note of what you do to those who can't hold down their assigned diet. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5, $activeSlave.sexualFlaw = "hates oral", $activeSlave.fetish = "masochist">> @@ -18269,7 +17898,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "subjugation blues">> <<link "Surgically alter $him to be of the inferior $arcologies[0].FSSubjugationistRace race, and give $him a public debut">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Some slaves have a bigger potential price to pay for disobedience than they realize. $activeSlave.slaveName is $activeSlave.race, which is <<if $activeSlave.race != $arcologies[0].FSSupremacistRace>> @@ -18304,7 +17932,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take $his virginity and ignore $his chastity//<</if>> <br><<link "No surgery today, but give $him something to think about">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> You stroke <<print $activeSlave.slaveName>>'s $activeSlave.skin cheek and tell $him that $he has much more to lose than $he realizes. You decide to give $him a tour of the arcology to show $him what you mean. You make sure to <<if canSee($activeSlave)>>point out<<else>>explain<</if>> everything that makes living in your arcology as a $arcologies[0].FSSubjugationistRace slut special. @@ -18341,7 +17968,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Discipline $him normally. Artificial racial subjugation is going too far">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You look $activeSlave.slaveName over, and something about $him makes you reconsider playing games with $his racial appearance. <<if $activeSlave.race == $arcologies[0].FSSupremacistRace>>Perhaps $his natural $activeSlave.race supremacy is too sacrosanct for you to go to such lengths. <</if>>You'll not make such an extreme example of $him. Still, $he is a disobedient slave, and $he cannot be allowed to openly defy your orders and inspections. You <<if $activeSlave.belly >= 300000>> @@ -18364,7 +17990,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "too thin for cum diet">> <<link "Give the poor $girl a break and take $him off $his cum diet so $he can safely get to a healthier weight">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You silently appraise <<print $activeSlave.slaveName>>'s desperate face and lean forward in your chair to check your terminal. You confirm that <<if $activeSlave.dietCum == 1>> @@ -18378,7 +18003,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Give the emaciated slut your answer in the form of a rough butt-fuck">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand up behind your desk. $He flinches, but holds $his ground, $his lip quivering slightly. You slowly walk toward $him, appraising $his <<if $activeSlave.belly >= 100>>bloated<<else>>smooth<</if>>, skinny body, touching $his shoulder as you disappear behind $him. $He starts to cry as you <<if $PC.dick == 0>> @@ -18419,7 +18043,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.dietMilk == 1)>> //This option will//<<if $activeSlave.anus == 0>> //take anal virginity//<<if $activeSlave.dietMilk == 1>>// and//<</if>><</if>><<if $activeSlave.dietMilk == 1>>// remove milk from $his diet//<</if>><</if>> <</if>> <br><<link "Use aphrodisiacs and positive reinforcement to make $his cum diet more palatable">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You do a quick check at your terminal. $He is indeed being fed <<if $activeSlave.dietCum == 1>> food that is supplemented with cum for flavor.<<else>>large amounts of human ejaculate.<</if>> You tell $him that it can't be helped. When you assign a slave $his diet, it's for a reason, and in <<print $activeSlave.slaveName>>'s case, you are using $his diet to make $him into a better whore. By the look on $his distressed face, you can tell $he doesn't understand or appreciate your perspective, but you tell $him you have just the thing to help change $his outlook. <br><br> @@ -18442,7 +18065,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if canDoAnal($activeSlave)>> <<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you're going to fuck $his <<if $activeSlave.anus == 0>>virgin <</if>>asspussy. To your complete lack of surprise, $he can't hide $his horror at the prospect of <<if $PC.dick != 0>>having a cock inside $his<<else>>being fucked with a strap-on<</if>>, and $his <<if canSee($activeSlave)>>wide, <<= App.Desc.eyesColor($activeSlave)>> track<<else>>terrified face follows<</if>> your movements closely as you stand up and <<if $PC.dick != 0>>reveal the formidable member<<else>>don the strap-on<</if>> you're about to breed $him with. You order $him to <<if hasAnyLegs($activeSlave)>>kneel<<else>>get<</if>> on the couch, which $he does, @@.gold;cringing in fear of being buttfucked, but knowing disobedience will be worse;@@ and then you order $him to reach down and spread $his butt for you, as wide as it'll go. $He complies, <<if $activeSlave.butt > 12>> @@ -18542,7 +18164,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if $activeSlave.anus == 0>> //This option will take $his anal virginity//<</if>> <</if>> <br><<link "Humiliate $him in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You get up from behind your desk, drawing an apprehensive <<if canSee($activeSlave)>>stare<<else>>look<</if>>. To $his bemusement, you order $him to follow you and leave your office. $He hurries to obey, $his footsteps pattering along behind you, but they become much more hesitant as you make your way out of the penthouse and $he realizes that $he's about to be in public, naked. You don't bother looking back, knowing that $he's sufficiently afraid of you to obey. On the border between your private domain and the public hustle and bustle of the arcology's public life, $he stops for a long moment before scurrying to catch up with you, barely even noticing that @@.hotpink;$he just swallowed $his sense of shame@@ to obey you and avoid punishment. You stroll along, greeting leading citizens and taking in the hum of your people. $activeSlave.slaveName grows increasingly embarrassed under the hot stares of passersby, cringing closer and closer to your protective side as $he notices how <<if canSee($activeSlave)>>many gazes rest with open hunger on<<else>>many lewd comments focus on<</if>> $his mouth, $his crotch, and $his ass. <<set $activeSlave.devotion += 3>> @@ -18597,7 +18218,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "moist pussy">> <<link "Make love to $his ready cunt">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $His body is so perfectly made to be fucked that it's getting itself ready for you, without your even having to give the order. Deciding not to bother with verbal commands, you approach $him and reach for one of $his hands; $he obediently extends it towards your grasp, and follows <<if ($activeSlave.energy > 40) || ($activeSlave.aphrodisiacs > 0) || $activeSlave.inflationType == "aphrodisiac">>eagerly<<else>>willingly<</if>> as you pull $him in for a hug <<if $activeSlave.boobs > 5000>> @@ -18664,7 +18284,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if $activeSlave.vagina == 0 && $PC.dick != 0>> //This option will take $his virginity//<</if>> <br><<link "Pound $his wet pussy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's so generously lubricated that $he's ready to take a good hard fuck, so you decide to give $him one. You point at the ground, and you don't even have to tell $him to get down on all fours and get ready to take it. <<if canSee($activeSlave)>>Your gesture<<else>>The atmosphere of the room<</if>> says it for you, and $he obediently gets down and gets in position to be bred like a bitch. $He angles $his hips just right to offer $his cunt to you<<if $activeSlave.belly >= 300000>>, an endeavor given the size of $his middle<<elseif $activeSlave.belly >= 5000>>, while giving $his rounded middle room to hang<</if>>, and even reaches down to spread $his<<if $activeSlave.labia > 1>> dangling<</if>> labia to invite you into $his pink channel. <<if $PC.dick != 0>> @@ -18709,7 +18328,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if $activeSlave.vagina == 0>> //This option will take $his virginity//<</if>> <br><<link "Feed $him $his own pussyjuice">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You approach $him and <<if $activeSlave.dick > 0>> @@ -18781,7 +18399,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "breast expansion blues">> <<link "Let $him know $he'll be growing as fast as possible">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Rather than punishing $him directly, you address yourself to your personal assistant. You order _himA to make a note in $activeSlave.slaveName's drug schedule that $he's to remain on a breast expansion regime until further notice. The $desc's face falls as $he <<if canHear($activeSlave)>>hears this, and $assistant.name <<elseif canSee($activeSlave)>>reads this order on a small screen provided by $assistant.name, who <<else>>slowly realizes this, and $assistant.name <</if>>doesn't help matters by <<if $assistant.personality == 0>> @@ -18867,7 +18484,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.lactation < 2>> <<link "Augment $his breast growth with lactation implants">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you're resolved to continue growing $his breasts, and since $he feels like a cow, plan to help $him fulfill $his image of $himself. $He's experienced enough to know not to question what that means, just to @@.gold;fear the intent behind it.@@ $He's right to worry, as you drag $him to the remote surgery for an impromptu lactation implant installation. When $he comes to, $he immediately realizes $his breasts are larger than ever. As $he brings a hand to each of the full mounds, a moan laced with relief and disdain escapes $his lips; along with a strong gush of milk from $his engorged breasts. $He has been taught a harsh lesson about questioning your will, a lesson $he will be reminded of every time $he has to empty $his ever swelling breasts of their excessive milk. As with all surgery @@.red;$his health has been slightly affected.@@ <<set $activeSlave.trust -= 5, $activeSlave.lactation = 2>> @@ -18877,7 +18493,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canGetPregnant($activeSlave) && $PC.dick != 0>> <<link "Give $his bust a boost by knocking $him up">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you're resolved to continue growing $his breasts, and plan to increase their rate of growth in the coming months. $He's experienced enough to know not to question what that means, just to @@.gold;fear the intent behind it.@@ $He's right to worry, as you easily tip $him off balance and to the ground; mounting $his <<if $activeSlave.mpreg == 1>> @@ -18908,7 +18523,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if $activeSlave.vagina == 0>> //This option will take $his virginity//<<elseif $activeSlave.anus == 0 && $activeSlave.mpreg == 1>> //This option will take $his anal virginity//<</if>> <</if>> <br><<link "Praise $his breasts and reassure $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to reassure $him, and sit $him on your lap<<if $PC.belly >= 100000>> as best $he can<</if>>. <<if $activeSlave.height > 185>> @@ -18943,7 +18557,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.nipples != "fuckable">> <br><<link "Weight $his breasts as punishment">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you're resolved to continue growing $his breasts, and they need to be stretched out to accommodate the growth. The statement is absurd, but $he's experienced enough to know not to question it, and to @@.gold;be afraid.@@ $He's right to fear. You secure $him with $his hand<<if hasBothArms($activeSlave)>>s<</if>> over $his head, using the wrist shackles placed high on the office walls for this purpose. Then you <<if $activeSlave.nipples == "inverted">>cruelly pop $his inverted nipples out and<</if>> @@ -18978,7 +18591,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "gaped asshole">> <<link "Give $him the surgery">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You schedule $him for the surgery. Like all invasive procedures, it @@.red;affects $his health,@@ but @@.lime;$he's effectively an anal virgin again.@@ $He @@.mediumaquamarine;trusts you a bit more@@ for granting $his request, and is eager for buttsex that's more interesting than having a hotdog thrown down $his hallway. <<set $activeSlave.trust += 3, $activeSlave.anus = 0, cashX(forceNeg($surgeryCost), "slaveSurgery", $activeSlave)>> @@ -18998,7 +18610,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Fill $his gape">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that you can fill $him just fine, and you'll make $him feel it just as though $he were an anal virgin again. $He looks simultaneously intrigued and apprehensive<<if !canDoAnal($activeSlave)>> as you remove $his anal chastity<</if>>, but starts to get to $his knees like a good anal slut. You stop $him before $he can <<if $activeSlave.belly >= 300000>> @@ -19028,7 +18639,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<if $HeadGirl != 0>> <br><<link "Double up on $his ass with your Head Girl">> <<setLocalPronouns $HeadGirl 2>> - <<EventNameDelink $activeSlave>> <<replace "#result">> You page $HeadGirl.slaveName for some assistance filling up a loose hole, and _he2 comes quickly, <<if canPenetrate($HeadGirl)>>precum already visible at the tip of _his2 erection<<else>>bringing a strap-on<</if>>. When _he2 arrives, it's to the sight of $activeSlave.slaveName sitting on your lap<<if !canDoAnal($activeSlave)>>, anal chastity discarded<</if>>, with your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>> up $his ridiculous anal gape, waiting for a second phallus while your hands tease $his $activeSlave.nipples nipples. Seeing that backup has arrived, you lean back and shift your grip to the back of the receptacle's lower thighs, pulling $him up and shifting $his hips to offer your Head Girl another berth in $activeSlave.slaveName's ass. This pulls $his loose sphincter up, producing a little gape above the top of your invading shaft, and $HeadGirl.slaveName loses no time in fucking it. _He2 gives $activeSlave.slaveName a kiss, but soon breaks the lip lock, since _he2's more interested in making eyes at you over your mutual anal conquest's shuddering shoulder. As <<if $PC.dick != 0>> @@ -19060,7 +18670,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "passing declaration">> <<link "Follow $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $His sheer 'joie de vivre' is irresistible, and it certainly draws you out of your office. You're not slow, and of course you know where $he's going, so you catch up quickly. $He gives you the careful measuring glance of a devoted sex slave who's checking whether $his owner wants to fuck $him right now, and correctly decides that that isn't your intent, at least right this minute. Instead, you continue the direction $he was going, and $he follows. "<<Master>>," $he <<say>>s hesitantly, "I hope that wa<<s>> an okay thing for me to do." You assure $him it was. "Thank<<s>>, <<Master>>," $he beams, grinning like an idiot. Smiling at $his infectious enthusiasm for life, you ask $him why $he's so happy this morning. $He looks momentarily perplexed<<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>>, not a common look for a slave as smart as $him<</if>>. "I don't know! I just woke up thi<<s>> morning feeling really, really good. <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant > 50>>I'm sure the fact that I'm benefiting from incredibly advanced medi<<c>>ine ha<<s>> <<s>>omething to do with it; thank you very much for that, <<Master>>. Other than that,<</if>> I ju<<s>>t feel happy." This has to be some sort of milestone for $him, and for you, and maybe for slavery in general: if $he can be this pleased with life, something must be going right. You walk $him to where $he's going @@ -19102,7 +18711,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Play with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You're not a slave, so you can't understand $his inner workings through direct empathy. But in your experience, a quick orgasm never fails to make a good day better. You're not slow, and of course you know where $he's going, so you catch up to $him on quiet feet and <<if $activeSlave.butt > 12>> @@ -19161,7 +18769,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Punish $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> That was not quite the prescribed way of greeting you, there was no need to greet you as $he passed, and most importantly, $he's simply too cheery. Resolving to crush $his happiness, you call $him back to the office in a thunderous voice you know will reach $him. $He knows $he's made a mistake, but comes promptly, lower lip quivering. $His feelings are plain to see on $his face: surprise, @@.mediumorchid;betrayal,@@ @@.gold;fear.@@ $He thought $he could be friendly, and now $he knows $he was wrong. What's more, $he thought $he could be happy, and now $he's realizing that that was also wrong. As you <<switch $activeSlave.rules.punishment>> @@ -19178,7 +18785,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "ara ara">> <<link "Praise $his outlook">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You speak from where you are, and without preamble, startling both slaves badly. Doing their best to recover, they listen as you tell $activeSlave.slaveName that $he has a good, praiseworthy outlook on life as a sex slave. <<if $activeSlave.energy > 80>> @@ -19198,7 +18804,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <br><<link "Let $him know you think $he's attractive, too">> <<setNonlocalPronouns $seeDicks>> - <<EventNameDelink $activeSlave>> <<replace "#result">> The slaves continue their gossip until $activeSlave.slaveName feels a pair of <<if $PC.title == 1>>strong<<else>>firm, feminine<</if>> hands grip the sides of $his <<if $activeSlave.belly >= 150000>> @@ -19278,7 +18883,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "im scared">> <<link "Punish $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He obviously knows that breaking down like this would displease you, but you patiently explain that it's against the rules anyway. $He cries harder, nodding through $his tears. $He knows that interrupting you to beg would be profoundly stupid, so $he clasps $his hand<<if hasBothArms($activeSlave)>>s<</if>> in wordless submission. You tell $him that $he's to keep $himself under control; if $he fails, $he will be punished. Since $he failed, $he will now suffer $his standard punishment, and be <<switch $activeSlave.rules.punishment>> @@ -19303,7 +18907,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $dairyRestraintsSetting == 2>> <br><<link "Threaten $him with the industrial Dairy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You grab $him by the scruff of $his neck and drag $him down to $dairyName. $He tries to control $himself, but breaks down in tears when you haul $him to a stop, forcing $him to get a good <<if canSee($activeSlave)>>look at the rows of bodies being<<elseif canHear($activeSlave)>>listen of the sound of rows of bodies being<<else>>feel for the omnipresent aura of rows of bodies being<</if>> mercilessly milked. You explain that if $he continues to fail to control $himself, your patience with $his will eventually expire, and you'll be forced to immure $him here. <<if canSee($activeSlave)>>Indicating<<else>>Facing $him towards<</if>> a slave who's being <<if ($activeSlave.balls > 0) && ($dairyStimulatorsSetting == 2)>> @@ -19322,7 +18925,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $seeExtreme != 0>> <br><<link "Threaten to convert $him into a Fuckdoll">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order a Fuckdoll brought to your office. $activeSlave.slaveName <<if canSee($activeSlave)>>watches it totter in<<elseif canHear($activeSlave)>>listens to the clicks of its approaching heels and the ominous squeaking of its latex shell<<else>>feels the uncomfortable latex skin of its suit when it brushes up against $him<</if>>, automatically following the tugs on its leash and the tonal commands passed by its suit. $He already understands the implicit threat, and $he shivers uncontrollably, @@.gold;almost falling to $his knees in fear.@@ Not content with that, you tell $him that $he's trying your patience with $his behavior. If $he doesn't control $himself better in the future, you'll give up on $him and convert $him into a Fuckdoll. At the spoken threat $activeSlave.slaveName does collapse, but you order $him to get back to $his feet and <<if canSee($activeSlave)>>watch<<else>>pay attention<</if>>. $He does, shakily, tears streaming down $his face as you put the Fuckdoll on all fours, as though it were about to take dick. Its <<if $activeSlave.vagina > -1>>holes are pointed straight at $activeSlave.slaveName's face, <<if canSee($activeSlave)>>and $he can't avoid seeing how loose and used they look<<else>>so you grab both $his hands and force one into each of its blown out holes. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><<else>>rear hole is pointed straight at $activeSlave.slaveName's face,<<if canSee($activeSlave)>> and $he can't avoid seeing how loose and used it looks<<else>>so you grab both $his hands and force them into its blown out ass. $activeSlave.slaveName shrieks in horror at the recognizable sensation<</if>><</if>>. Suddenly, you activate the Fuckdoll's suit's punishment systems. It does not and cannot scream, but <<if canSee($activeSlave)>>a slight stiffening of its posture communicates extreme anguish, and its sphincter spasms tightly closed with obviously involuntary force<<else>>the sudden, pitiful attempt to clamp down on $his arms makes it perfectly clear that you just forced it to undergo extreme anguish<</if>>. $activeSlave.slaveName is almost incapacitated by terror. <<set $activeSlave.trust -= 8>> @@ -19330,7 +18932,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <</if>> <br><<link "Comfort $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You rise from behind your desk, and $activeSlave.slaveName collapses to the floor, sure that $he's about to be severely punished. $He's shocked to feel your arms encircle $him as you kneel down beside $him and embrace $his huddled form. You pull $his head <<if $PC.boobs >= 1400>> @@ -19354,7 +18955,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "frightening dick">> <<link "Polish this">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to polish this instead, advancing even closer. $He turns, finding your cockhead so close to $his face that $his eyes cross ludicrously as they attempt to focus on it. $He does not like dicks, and obviously does not find the prospect of sucking this one appealing right now, but $he knows it's in $his best interests to <<if $activeSlave.skill.oral > 10>>put $his oral knowledge to work<<else>>do $his best<</if>> right now. $He closes $his eyes and takes you into $his mouth, forming a seal around your cock with $his <<if $activeSlave.lips > 40>> @@ -19372,7 +18972,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Talk to $him about $his issues with dick">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if SlaveStatsChecker.checkForLisp($activeSlave)>> <<set _desc = lispReplace($desc)>> @@ -19395,7 +18994,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Rape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Sometimes there's really no need to overthink things. You reach down, grab $him under the armpits, and haul $him up, throwing $him across your desk. $He lands on $his back, and the impact drives the wind out of $him, so $he lies there, @@.gold;all possibility of resistance driven out of $him.@@ <<if $activeSlave.clothes == "no clothing">> @@ -19432,7 +19030,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "comfortable seat">> <<link "Let $him do what $he wants">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to sit down if $he'd like to. $He looks at you quizzically, <<if $activeSlave.intelligence+$activeSlave.intelligenceImplant < -15>>$his dim mind slowly <</if>>realizing that you're letting $him choose what to do. <<if canTalk($activeSlave)>> "Oh, thank you, <<Master>>," $he <<say>>s, @@ -19575,7 +19172,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<set $activeSlave.trust += 5>> <</link>> <br><<link "Have $him service you while you work">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to sit on your <<if $PC.dick != 0>>dick<<else>>strap-on<</if>> and get you off like a good $girl, but not to disturb you while you're working. $He <<if canTalk($activeSlave)>>shuts up immediately<<else>>obediently drops $his hand<<if hasBothArms($activeSlave)>>s<</if>> to $his side<<if hasBothArms($activeSlave)>>s<</if>> and stops communicating with them<</if>>, and approaches you carefully. Meanwhile, you go back to your tablet, ignoring $him completely. $He gingerly straddles your legs, positioning $his intimate areas directly over the pointing head of <<if $PC.dick != 0>>your erection<<else>>the phallus<</if>><<if $activeSlave.belly >= 5000>>, all while delicately trying to not bump into you with $his <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>><</if>>. Deciding that $he shouldn't use $his hand<<if hasBothArms($activeSlave)>>s<</if>> to guide it, $he lowers $himself slowly, <<if canDoVaginal($activeSlave) && ($activeSlave.vagina > 0)>> @@ -19611,7 +19207,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<set $activeSlave.devotion += 5>> <</link>> <br><<link "Drive $him off for breaking in on your work">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You command $him to turn around and show you $his ass. $He obeys eagerly, spinning and bringing you face to face with $his <<if $activeSlave.butt > 12>> @@ -19631,7 +19226,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "arcade sadist">> <<link "Ask $him about $his fantasy">> - <<EventNameDelink $activeSlave>> <<setNonlocalPronouns $seeDicks>> <<replace "#result">> <<set _pussy = false, _balls = false>> @@ -19705,7 +19299,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Just fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You're not particularly interested in what $he dreams about when $he gets the chance, and you tell $him so. Whatever sadistic little fantasies $he keeps locked away to bring out when $he's got a moment to satiate $his perversions is less interesting to you than the prospect of <<if $PC.dick == 0>> @@ -19729,7 +19322,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "ass fitting">> <<link "Help $him">> - <<EventNameDelink $activeSlave>> <<replace "#artFrame">> /* 000-250-006 */ <<if $seeImages == 1>> @@ -19755,7 +19347,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Finding the situation simply too good to pass up, you wait until $he's not <<if canSee($activeSlave)>>looking at<<else>>paying attention to<</if>> you, and then approach $him from behind. <<if ($activeSlave.fetishKnown == 1) && ($activeSlave.fetish == "buttslut") && canDoAnal($activeSlave)>> @@ -19796,7 +19387,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "servant maid">> <<link "Stop $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You look $activeSlave.slaveName up and down slowly before informing $him that $he has one more duty left to perform. <br><br><span id="result2"> @@ -19834,7 +19424,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Let $him go">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You grant $him your assent to leave, and $he hurries off to go on with $his day. $His @@.mediumaquamarine;trust@@ for you grows as a result of allowing $him to go about $his duties unmolested. <<set $activeSlave.trust += 2>> @@ -19844,7 +19433,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "young PC age difference">> <<link "Gently acclimate $him to the age difference with some lovemaking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you cross the breadth of your office to reach $activeSlave.slaveName, $he presents $himself for your sexual usage out of habit. However, you take $him by surprise by drawing $him into your arms, running the tips of your fingers through $his $activeSlave.hColor hair, and looking into $his <<= App.Desc.eyesColor($activeSlave)>>. <<if canSee($activeSlave)>>$He meets your gaze for a brief moment before blushing girlishly, as if forgetting how many years your senior $he is<<else>>$He seems to feel the intensity of your gaze despite $his sightless eyes and blushes girlishly, as if forgetting how many years your senior $he is<</if>>. In lieu of words, you lift $his chin with a single beckoning finger and steal $his breath from $his lips with a firm kiss. Once $he's recovered $his wits $he clings to you with almost animalistic attachment. After a few moments $he moves to get down on $his knees, clearly defaulting to $his role as a sex slave in response to your unexpected intimacy. Instead, you <<if $activeSlave.belly >= 300000>> @@ -19876,7 +19464,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Cruelly torment $him about the age difference">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you close in on $activeSlave.slaveName predatorily, $his face blanches with visible regret at $his prior candidness. By the time you have $his bent over <<if $activeSlave.belly >= 300000>> @@ -19922,7 +19509,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <<if isFertile($activeSlave)>> <br><<link "Give $him an afternoon off for some quality time with a local Frat House">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> <<replace "#artFrame">> /* 000-250-006 */ @@ -19968,7 +19554,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "old PC age difference">> <<link "Gently acclimate $him to the age difference with some lovemaking">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you cross the breadth of your office to reach $activeSlave.slaveName, $he presents $himself for your sexual usage out of habit. However, you take $him by surprise by drawing $him into your arms, running the tips of your fingers through $his $activeSlave.hColor hair, and looking into $his <<= App.Desc.eyesColor($activeSlave)>>. <<if canSee($activeSlave)>>$He meets your gaze for a brief moment before blushing girlishly, as if forgetting how many years $his senior you are<<else>>$He seems to feel the intensity of your gaze despite $his sightless eyes and blushes girlishly, as if forgetting how many years $his senior you are<</if>>. In lieu of words, you lift $his chin with a single beckoning finger and steal $his breath from $his lips with a firm kiss. Once $he's recovered $his wits $he clings to you with almost animalistic attachment. After a few moments $he moves to get down on $his knees, clearly defaulting to $his role as a sex slave in response to your unexpected intimacy. Instead, you @@ -20041,7 +19626,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Cruelly torment $him about the age difference">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As you close in on $activeSlave.slaveName predatorily, $his face blanches with visible regret at $his prior candidness. By the time you have $him bent over <<if $activeSlave.belly >= 300000>> @@ -20087,7 +19671,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <<if isFertile($activeSlave)>> <br><<link "Give $him an afternoon off for some quality time with a local retirement community">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> <<replace "#artFrame">> /* 000-250-006 */ @@ -20133,7 +19716,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted educated slave">> <<link "Have a conversation with $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You linger in the hallway a while with $activeSlave.slaveName and enjoy a brief but verbose discussion. It's clear $he hasn't had the chance to engage in any meaningful conversations in a while, so $he relishes the opportunity energetically. <br><br> @@ -20143,7 +19725,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Stimulate $his mind and body">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You find a comfortable seat to sit on <<if $PC.dick == 0>>,don a strap-on,<</if>>as $he seats $his <<if $activeSlave.butt < 2>> @@ -20183,7 +19764,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $arcologies[0].FSDegradationist !== "unset">> <br><<link "A public blowbang will show $him what a Degradationist arcology thinks about 'educated' slaves">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him $he'll get fucked in the mouth until $he either gets over the idea of being special for $his education or until all $his learning is fucked out of $his head. You drag the protesting $activeSlave.slaveName out into a public plaza, restrain $him in stocks so that $his mouth is available, and inform the gathering crowd of citizens that this particular slave thinks $himself more than a fuckhole because of some fancy 'education'. <br><br> @@ -20194,7 +19774,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<elseif $arcologies[0].FSPaternalist !== "unset">> <br><<link "Allow $him to audit some advanced classes at Paternalist slave schools">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to take the day off for a trip to audit classes at $arcologies[0].name's most renowned Paternalist slave schools. $activeSlave.slaveName is shocked into a reverie by your words before running to wrap $his arms around you in a tight hug. When $he eventually untangles $himself from you, $he races off to get ready for $his day of intellectualism while you direct $assistant.name to make the necessary arrangements. <br><br> @@ -20207,14 +19786,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "nice guys">> <<link "Let the boys be">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The circumstances are somewhat novel, but are ultimately not worthy of your time and attention. You do, however, direct $assistant.name to deploy more public servants to the area in a bid to direct the tourists' attention away from $activeSlave.slaveName. In time, the boys lose interest and wander off to leer at the other slaves suddenly populating the area. $activeSlave.slaveName @@.mediumaquamarine;trusts@@ you more for disentangling $him from a potentially awkward situation. <<set $activeSlave.trust += 5>> <</replace>> <</link>> <br><<link "Educate them in the role of a public servant">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You instruct $assistant.name to have $activeSlave.slaveName give the tourists a real Free Cities welcome, as befitting one of your public servants. <br><br> @@ -20225,7 +19802,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if (canDoVaginal($activeSlave) && $activeSlave.vagina != 0) || (canDoAnal($activeSlave) && $activeSlave.anus != 0)>> <br><<link "Instruct the slave to offer sex to the highest bidder">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You instruct $assistant.name to have $activeSlave.slaveName offer $his body to the highest bidder among the eager tourists. Though the boys are initially taken aback by $his forwardness, a rapid yet red-faced bidding war takes place. As soon as the winning bid is decided, $activeSlave.slaveName sinks to $his knees in front of the winner and unbuckles his pants, soon taking his hardening member deep into $his mouth. <br><br> @@ -20314,7 +19890,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "lazy evening">> <<link "Enjoy some oral with an evening of wallscreen television">> - <<EventNameDelink $activeSlave>> <<replace "#result">> There are some things that never change, even after ascension to the high position of an arcology owner. One of these fixtures of life is the ability to enjoy a relaxing evening of wallscreen television and <<if $PC.dick != 0>>a blowjob<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>some cunnilingus<</if>>. With $activeSlave.slaveName sequestered between your legs, you tune into your favorite Free Cities serial drama and <<if !canSee($activeSlave)>>audibly <</if>>widen your legs slightly as you sink back into the chair with a sigh of contentment. $He <<if $activeSlave.belly >= 300000>> @@ -20361,7 +19936,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Spend the night idly cuddling">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Though your evening could hardly be called eventful, there is something eminently comforting about having a warm <<if $activeSlave.physicalAge > 30>> @@ -20379,7 +19953,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Unwind by tormenting $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Though there is no shortage of torments you inflict during the course of your day to day life as an arcology owner, there is something refreshing about torturing a slave out of idle boredom rather than corrective disciple or sexual domination. Your night is filled with <<if $activeSlave.voice == 0>>the horrible rasping that a mute throat substitutes for cries of agony<<else>>echoing shrieks of anguish<</if>>, though every vocal outburst is idly punished with electro shock or strike of the whip. Come the morning, $activeSlave.slaveName <<if $activeSlave.fetish == "masochist">> is mortified by the intensity of $his orgasms that night,@@.hotpink; and more convinced than ever that $he's a pain slut,@@ and yet<</if>> @@.gold;scuttles away to tend to the bruises and marks that litter $his battered body.@@ <<set $activeSlave.trust -= 5>> @@ -20390,7 +19963,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted shortstack">> <<link "Show $him why you like having short <<= $girl>>s around">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You hook your arms underneath $his own, pulling $him off of the ground in one swift yank upwards. Taken off guard by $his sudden vertical ascension, $he clings to your chest instinctively, <<if $PC.boobs >= 300 || $PC.title == 0>> @@ -20458,7 +20030,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if ($activeSlave.anus == 0) || ($activeSlave.vagina == 0)>> //This option will take $his virginity//<</if>> <br><<link "Show $him that short <<= $girl>>s can still serve">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You lightly place your palms on $his shoulders and apply a little pressure<<if $PC.dick == 0>>as you don a strap-on<</if>>. From your towering position above $him, you easily push $him down to $his knees with little more than a gradual increase in force. From your standing position<<if $activeSlave.belly >= 300000>>, after straddling $his _belly belly<</if>>, your <<if $PC.dick == 0>>phallus<<else>>cock<</if>> hovers above $his head, tantalizingly out of the immediate reach of $his lips. <<if ($activeSlave.teeth == "removable")>> @@ -20489,7 +20060,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave)>> <br><<link "Show $him that short <<= $girl>>s are easier to abuse">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $him that you find shorter slaves easier to abuse, smiling widely as an expression of horror spreads across $his face. This expression soon changes to one of shock and pain as you slap $him open-handed across the face, the sheer force of the strike sending $him reeling. A few slaps later and you have $activeSlave.slaveName on <<if hasAllLimbs($activeSlave)>>all fours<<else>>the floor<</if>> begging for mercy as you punish the cheeks of $his ass with spank after spank. When you suddenly shove <<if $PC.dick == 0>>a dildo<<else>>your cock<</if>> up $his ass $he spasms so harshly from the pain that $he reflexively tries to get away, only to be subdued by the weight and strength of your larger, more powerful form. For the next ten minutes, $he gets beaten and choked if $he offers even token resistance to the brutal anal rape. Soon, tears run down the short length of $his body as $he shakes from the force of each excessive thrust into $his anus. The next time you decide to buttfuck $him, $he's @@.gold;terrified into compliance@@ by the knowledge of how little physical resistance $he can muster against you. <<set $activeSlave.trust -= 5>> @@ -20499,7 +20069,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if ($arcade > 0)>> <br><<link "Show $him that short <<= $girl>>s are amusing in the arcade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You inform $activeSlave.slaveName that short <<= $girl>>s like $him are delightfully amusing when immured in the arcade. Magnanimous as you are, you have two other slaves drag $him off to be installed in the arcade for a day, so that $he too may see the humor in having short <<= $girl>>s serve in the arcade. Though $arcadeName has arcade pens to match any height of slave, you have $activeSlave.slaveName confined in a pen built for a much taller slave. Although $his head and neck protrude from one side of the pen without issue, $he is too short for $his ass to fill the other opening. As a result, $he must use the tips of $his toes maintain an unsteady grip on the rear opening, forcing $him to maintain an extremely taxing stretch just to keep $his body held aloft within the pen. Customers are unable to fuck $his holes but readily delight in watching $him squirm to keep $his body extended and horizontal, even with hard cocks brutally fucking $his face. Somewhere in the grueling, 18-hour marathon of relentless throat fucking, $his precarious position slips and $his lower half tumbles into the interior of the pen proper. Until an attendant rescues $him, $his neck is held crooked at an unnatural angle by $his restraints, as the rest of $his body dangles beneath it. $His ordeal forces $him to accept that a short $girl's place is as an @@.hotpink;amusing arcade hole,@@ though $he can't find the humor@@.gold;in such a terrible plight.@@ Furthermore, $his intense exertions during $his stay @@.red;negatively effects $his health.@@ Your other slaves take note of what you do to short <<= $girl>>s who ask questions about their place in your penthouse. <<set $activeSlave.devotion += 5, $activeSlave.trust -= 5>> @@ -20512,7 +20081,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "desperate null">> <<link "Take pity">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding to take pity, you stand up<<if $PC.dick == 0>>, pull on a strap-on,<</if>> and approach $his crumpled, weeping form. You reach down and take $his clasped hands in yours, pulling $him gently <<if hasBothLegs($activeSlave)>>to $his feet<<else>>upright<</if>> and giving $him a quick cuddle. You make it just long enough to reassure $him that you care for $him, but not long enough to frustrate $him even further; $his extreme horniness is only sharpened by the hug and the way it traps $his arm<<if hasBothArms($activeSlave)>>s<</if>> between $his <<if ($activeSlave.boobsImplant/$activeSlave.boobs) >= .60>> @@ -20546,7 +20114,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if $activeSlave.anus == 0>>//This option will take $his anal virginity//<</if>> <br><<link "Assrape $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He's an anal sex toy, and you decide to use $him like one. You walk over, reach down, and jerk $him <<if hasBothLegs($activeSlave)>>to $his feet<<else>>off the ground<</if>>. You don't hurt $him, not yet, but the violence of the motion forces a sob out of $him. $He <<if canSee($activeSlave)>>sees the open lust in your eyes<<else>>feels the lust lingering about you<</if>> and is afraid. $He's not wrong to be so; you spin $him roughly around and use one arm to pin $his upper body mercilessly in place while you use your other hand to <<if $activeSlave.anus > 2>> @@ -20568,7 +20135,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if $activeSlave.anus == 0>>//This option will take $his anal virginity//<</if>> <br><<link "Ignore $his pleas">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $him to take the next pose in the inspection series, as though $he hadn't broken down at all. There's such understated menace in your <<if canHear($activeSlave)>>voice<<else>>words<</if>> that $he <<if hasBothLegs($activeSlave)>>gets right back to $his feet<<else>>stands right back up<</if>><<if hasAnyArms($activeSlave)>>, using the back of <<if hasBothArms($activeSlave)>>a<<else>>$his<</if>> $activeSlave.skin hand to cuff away $his tears<</if>>. "Y-ye<<s>>, <<Master>>," $he sniffles, trying to get $himself under control, and then shudders. <<if $dairy > 0 && $dairyStimulatorsSetting == 2>> @@ -20588,7 +20154,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "objectifying visit">> <<link "Use $him as a footrest">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $activeSlave.belly >= 300000>> You order $him to get on $his _belly belly and steady $himself, a task that $he carries out quickly and obediently. Once as comfortable as $he can possibly get perched awkwardly atop $his straining stomach, @@ -20607,7 +20172,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.boobs > 300>> <br><<link "Use $his breasts as stress balls">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He came to your office clearly expecting to get fucked, but takes it in stride when you order $him to kneel beside you and stick out $his breasts. $He is similarly unruffled when you first reach over to take one of $his <<if $activeSlave.boobs > 2000>> @@ -20626,7 +20190,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if $activeSlave.balls > 2 && $activeSlave.balls < 20>> <br><<link "Relieve your stress with $his balls">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He came to your office clearly expecting to get fucked, but takes it in stride when you order $him to get up on your desk with $his crotch to you. $He is shudders slightly when you first reach over to take one of $his <<switch $activeSlave.balls>> @@ -20649,7 +20212,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave) || $activeSlave.belly >= 300000>> <br><<link "Use $him as an exercise ball">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<if $activeSlave.belly >= 3000000>> You pull your chair back from your desk and order $him to lie on $his back with $his _belly belly to the ceiling. $He isn't sure what you are up to, but it quickly dawns on $him as you straddle $his stomach and take a seat. $He groans under the massive pressure increase inside $him, but does $his best to hold your weight. @@ -20703,7 +20265,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "implant inspection">> <<link "Give $him a nice massage">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You sit on the couch next to your desk and pat your thighs. $He smiles and comes over, lowering $himself <<if $PC.dick == 0>>into your lap<<else>>onto your member<<if $PC.vagina != -1>> and sliding a hand down to see to your pussy<</if>><</if>> without hesitation. You help $him get comfortable and instead of <<if $PC.dick == 0>>grinding<<else>>thrusting<</if>> or telling $him to ride, you just sit there with $him in your lap, gently massaging $his <<if $activeSlave.boobs < 900>>big <<else>>huge <</if>> tits. Despite their fine craftsmanship, implants are prone to rendering breasts sore, so $he's soon groaning with relief at the attention you lavish upon them. You finally manage to bring $him to orgasm with almost nothing but delicate stimulation of $his nipples, despite $his implants making them less sensitive than usual. @@.mediumaquamarine;$He has become more trusting of you.@@ <<set $activeSlave.trust += 4>> @@ -20711,7 +20272,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "See if they've got any bounce">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to kneel on the smooth floor. $He knows this means doggy style, so $he compliantly <<if $activeSlave.belly >= 300000>> @@ -20752,7 +20312,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</if>> <<if canDoAnal($activeSlave) || canDoVaginal($activeSlave)>> <br><<link "Show $him off in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You bring $him out onto the promenade, still nude, $his impressively augmented breasts attracting open stares with their perfect roundness and perkiness. <<if $activeSlave.sexualFlaw == "attention whore">> @@ -20861,7 +20420,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "gagged slave">> <<link "Give $him something else to gag on">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As pleasant an image as $activeSlave.slaveName's mouth filled by a $activeSlave.collar is, one of $his mouth's primary purposes is still to provide you with ample <<if $PC.dick != 0>>blowjobs<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>cunnilingus<</if>>. With $activeSlave.slaveName already kneeling, it is merely a matter of undoing $his gag before you can put $his mouth to work. <<if $activeSlave.skill.oral >= 100>> @@ -20892,14 +20450,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Remove the gag for a few minutes">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You wordlessly remove the $activeSlave.collar and watch as $activeSlave.slaveName opens and closes $his mouth testingly, as if $he has forgotten what it feels like to do so without obstruction. Though you eventually return to the gag to its rightful place in $his mouth, $he @@.mediumaquamarine;trusts you more@@ for granting $him a few moments respite from the gag. <<set $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "Torment $him with the gag">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Though having a $activeSlave.collar constrict $his mouth is torment enough, you take the time to linger and add to $his torturous existence. $activeSlave.slaveName soon discovers that the straps of a gag can always be made tighter, the <<if ($activeSlave.collar == "ball gag")>> @@ -20920,7 +20476,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "back stretch">> <<link "Fuck $his boobs">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When $he <<if canSee($activeSlave)>>sees you <<if $PC.dick != 0>>get your dick out<<else>>approaching $him with sapphic lust in your eyes<</if>><<elseif canHear($activeSlave)>>hears you <<if $PC.dick != 0>>get your dick out<<else>>hungrily approach<</if>><<else>>feels your fingertips brush against $his nipples<</if>>, $he <<if $activeSlave.energy > 80>>grins with anticipation, @@ -20962,7 +20517,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Hurt $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to exercise a little maliciousness. You take a step forward, producing a look of <<if $activeSlave.energy > 80>>lustful anticipation<<elseif $activeSlave.trust > 20>>expectation<<else>>trepidation<</if>>, @@ -20998,7 +20552,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</link>> <<if $activeSlave.lactation > 0>> <br><<link "Drink from $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $His <<if canSee($activeSlave)>>eyes widen<<else>>face light up<</if>> with surprise when you <<if $activeSlave.belly >= 300000>> @@ -21029,14 +20582,12 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "modest clothes">> <<link "No">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him no. $He's a good enough slave that making a simple request and having you return a straightforward negative without punishment @@.mediumaquamarine;makes $him just slightly more trusting.@@ It's nice to be allowed to ask things. <<set $activeSlave.trust += 2>> <</replace>> <</link>> <br><<link "Show $him how much you like $his usual outfit">> - <<EventNameDelink $activeSlave>> <<replace "#artFrame">> /* 000-250-006 */ <<if $seeImages == 1>> @@ -21227,7 +20778,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Put $him in a string bikini">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "a string bikini">> <<replace "#artFrame">> /* 000-250-006 */ @@ -21273,7 +20823,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Force uncomfortable straps on $him">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "uncomfortable straps">> <<replace "#artFrame">> /* 000-250-006 */ @@ -21310,7 +20859,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "hyperpreg stuck">> <<link "Abuse $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You lean against a wall and take a moment to enjoy your slave's discomfort. Realizing that $his <<= WrittenMaster($activeSlave)>> is intending to do nothing, $he blushes and begins pulling on $his belly, attempting to free $himself. <<if ($activeSlave.broodmother == 2) && ($activeSlave.preg >= 30)>> @@ -21358,7 +20906,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Fuck $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You can't help but be aroused by the sight of your swollen, helpless slave, and you take off your pants, revealing your erection. The slave's <<if canSee($activeSlave)>>backward glance falls on your dick<<elseif canHear($activeSlave)>>ears perk up<<else>>head tilts to face you<</if>> and $he <<if $activeSlave.devotion > 95>> @@ -21433,7 +20980,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>><<if canDoVaginal($activeSlave) && ($activeSlave.vagina == 0)>>//This option will take $his virginity//<<elseif !canDoVaginal($activeSlave) && canDoAnal($activeSlave) && ($activeSlave.anus == 0)>> //This option will take $his anal virginity//<</if>> <br><<link "Try the 'Butter Strategy'">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ponder $his predicament for a moment before settling on a solution. You procure an industrial-sized jar of curative-laced moisturizing butter — specially formulated to ease the strain of hypermassive pregnancy — and explain to your slave that, to free $him, you're going to need to completely cover $him in it so that $he can squeeze through. <<if $activeSlave.devotion > 95>> @@ -21485,7 +21031,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Leave $him to figure it out">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You leave $him to get $himself out of this situation and return to your daily affairs, though not without focusing a camera on the distraught breeder first. For several hours, you enjoy the sight of $his backside struggling to squeeze through the doorway before $he finally manages to figure it out. $He @@.mediumorchid;blames you@@ for this indignity and @@.gold;worries@@ about what else you have waiting to torment $him. <<set $activeSlave.devotion -= 2, $activeSlave.trust -= 2>> @@ -21495,7 +21040,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <<case "devoted fearful slave">> <<link "Comfort $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You set the $PC.refreshment aside on your desk for now, and take $him gently by the hand. You lead $him out onto the balcony of the Penthouse over to the railing. $He obediently assumes a position for you, bracing $his arm<<if hasBothArms($activeSlave)>>s<</if>> on the railing, arching $his back and sticking $his bottom out to present $himself for use. Much to $his surprise, your hand guides $him back into a comfortable position, and simply pulls $him close into you. You explain to $him that $he is a good $girl who tries $his best, and that you don't want $him to fear you. After a little coddling, you fall silent, and simply hold $him tight, watching the street lights of $arcologies[0].name blink to life one after the other, slowly transforming the arcology into a vibrant, elegant light show. $activeSlave.slaveName can hardly believe what's happening, but eventually is able to relax fully, melting into your arms like butter into a hot pan. $He rests $his head lovingly against your chest and silently appreciates the view with you. When $he eventually departs, $he does so with @@.hotpink;tears of joy,@@ @@.mediumaquamarine;rather than fear,@@ welling behind $his eyes. <<set $activeSlave.devotion += 15>> @@ -21503,7 +21047,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Gently reassure $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You set the $PC.refreshment aside on your desk for now, and take $him gently by the shoulders. You assure $him that $he is a good $girl who tries $his best, and that $he won't be hurt so long as $he remains well behaved. You affectionately stroke $his shoulders with your thumbs as you speak in a further attempt to calm $him down. $He is highly receptive to your soothing touch and kind words. $He dries $his eyes, gives you an @@.hotpink;affectionate kiss@@ and @@.mediumaquamarine;thanks you prettily@@ before departing. <<set $activeSlave.devotion += 10>> @@ -21511,7 +21054,6 @@ brought in to you. This time <<EventNameLink>> has been sent to deliver it. $He <</replace>> <</link>> <br><<link "Vindicate $his fears">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You set the $PC.refreshment aside on your desk, then, when the slave least expects, whirl around, delivering a fierce backhand slap to $his <<if $activeSlave.face >= -10>>pretty<<else>>homely<</if>> face that nearly sends $him to the ground. You instruct $him to be more careful in future, and that you won't tolerate slaves that shy away from you for any reason, nor ones that are clumsy enough to nearly drop a serving tray while standing still. $He all but begs <<if hasAllLimbs($activeSlave)>>upon $his hands and knees<<else>>and grovels<</if>> for your forgiveness. You dismiss $him without further comment, and sit down to enjoy your evening refreshments. The battered, dejected slave slinks away, @@.gold;choking down tears.@@ $He will be @@.hotpink;less careless@@ in the future. <<set $activeSlave.devotion += 10>> diff --git a/src/uncategorized/RETS.tw b/src/uncategorized/RETS.tw index b395f8a97f6e1aced14ba630154ba9b119669cc7..a078763fdebba7435661744d685450ae7f5013a4 100644 --- a/src/uncategorized/RETS.tw +++ b/src/uncategorized/RETS.tw @@ -204,7 +204,7 @@ <<case "taste test">> -You look into the part of the kitchens used for slave feeding one morning during a quiet time, finding the area deserted except for <<EventNameLink>>. $He +You look into the part of the kitchens used for slave feeding one morning during a quiet time, finding the area deserted except for <<= App.UI.slaveDescriptionDialog($activeSlave)>>. $He <<if canSee($activeSlave)>> sees you enter <<elseif canHear($activeSlave)>> @@ -224,7 +224,7 @@ but you make a dismissive "go back to what you were doing" <<if canSee($activeSl <<else>> goes back to drinking <</if>> -$his breakfast. You pull out a tablet and start getting some work done, enjoying the low, human sounds of your chattel going about their business in the rooms all around you. <<= capFirstChar(contextualIntro($activeSlave, $subSlave))>> pads in, looking not quite awake yet. Not noticing you in _his2 stupor, _he2 +$his breakfast. You pull out a tablet and start getting some work done, enjoying the low, human sounds of your chattel going about their business in the rooms all around you. <<= capFirstChar(contextualIntro($activeSlave, $subSlave, true))>> pads in, looking not quite awake yet. Not noticing you in _his2 stupor, _he2 <<if $cockFeeder == 1>> chooses the phallus next to $activeSlave.slaveName's and starts to suck too. <<else>> @@ -328,15 +328,15 @@ _He2 stiffens with the lewd feeling of the warm fluid pressing into _his2 mouth. <<case "date please">> -After you complete your weekly inspection of <<EventNameLink>>, the $desc asks if $he can beg a favor. Absurd though it sounds, $he does exactly that, saying in $his <<if $activeSlave.voice > 2>>high<<elseif $activeSlave.voice > 1>>feminine<<else>>bimbo<</if>> voice, "<<Master>>, may I a<<s>>k a favor?" You take a moment to look at $him, standing there in front of your desk. $He's devoted to you, willing to please you for the sake of pleasing you, rather than to avoid punishment or make $his own life easier. And $he's very trusting, confident that $he can say such an odd thing without fear. So, you hear $him out. +After you complete your weekly inspection of <<= App.UI.slaveDescriptionDialog($activeSlave)>>, the $desc asks if $he can beg a favor. Absurd though it sounds, $he does exactly that, saying in $his <<if $activeSlave.voice > 2>>high<<elseif $activeSlave.voice > 1>>feminine<<else>>bimbo<</if>> voice, "<<Master>>, may I a<<s>>k a favor?" You take a moment to look at $him, standing there in front of your desk. $He's devoted to you, willing to please you for the sake of pleasing you, rather than to avoid punishment or make $his own life easier. And $he's very trusting, confident that $he can say such an odd thing without fear. So, you hear $him out. <br><br> "Thank you, <<Master>>," $he <<say>>s. "I would like to do <<s>>omething for $subSlave.slaveName." You ask if $he's worried about $his <<if $activeSlave.relationship >= 5>>_wife2<<else>><<= _girl2>>friend<</if>> for some reason. "Oh no, <<Master>>," $he answers hurriedly. "No, no, that came out wrong. It'<<s>> ju<<s>>t that I love _him2 and I want to, you know, get _him2 <<s>>omething or do <<s>>omething <<s>>pe<<c>>ial for _him2. We don't really have <<s>>tuff of our own, <<s>>o I can't give _him2 a pre<<s>>ent, and we already do everything either one of u<<s>> want<<s>> in bed, <<s>>o I can't really think of anything." $He <<if canSee($activeSlave)>>looks<<else>>gazes<</if>> at you hopefully. <<case "anal cowgirl">> -As you approach your office as you return from an unexpected but minor matter, you hear the unmistakable sounds of sexual congress. Reviewing your schedule as you cover the last few <<if $showInches == 2>>feet<<else>>meters<</if>> on your way there, you see that indeed, <<EventNameLink>> is due to be inspected. It seems likely that while waiting for your return, $he called a fellow slave who was passing your office in to keep $him company. And as you enter, you see that this is true. +As you approach your office as you return from an unexpected but minor matter, you hear the unmistakable sounds of sexual congress. Reviewing your schedule as you cover the last few <<if $showInches == 2>>feet<<else>>meters<</if>> on your way there, you see that indeed, <<= App.UI.slaveDescriptionDialog($activeSlave)>> is due to be inspected. It seems likely that while waiting for your return, $he called a fellow slave who was passing your office in to keep $him company. And as you enter, you see that this is true. <br><br> -$He's sitting on the end of the couch, though only $his legs, crotch, and hands are immediately visible. This is because $he has $subSlave.slaveName on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard: +$He's sitting on the end of the couch, though only $his legs, crotch, and hands are immediately visible. This is because $he has <<= App.UI.slaveDescriptionDialog($subSlave)>> on top of $him, impaled on <<if canPenetrate($activeSlave)>>$his cock<<else>>a strap-on $he's wearing<</if>>. $subSlave.slaveName is bent almost double. $activeSlave.slaveName has $his $activeSlave.skin hands up on the backs of $subSlave.slaveName's $subSlave.skin knees, holding _his2 legs<<if $activeSlave.belly >= 5000>> to either side of _his2 <<if ($activeSlave.preg > $activeSlave.pregData.normalBirth/8)>>pregnancy<<else>>belly<</if>>,<</if>> up against _his2 <<if $subSlave.boobs > 2000>>inconveniently big boobs<<else>>shoulders<</if>>. $subSlave.slaveName is completely helpless, and _he2's being fucked hard: <<if canPenetrate($activeSlave)>> <<if ($activeSlave.dick - $subSlave.anus > 2)>> $activeSlave.slaveName's cock is very big, <<if $subSlave.anus > 2>>even for $subSlave.slaveName's loose anus<<elseif $subSlave.anus > 1>>even for $subSlave.slaveName's experienced anus<<else>>especially for $subSlave.slaveName's tight anus<</if>>, so $activeSlave.slaveName is bouncing $his anal bottom up and down only a little way, allowing $him to do so fast. @@ -414,7 +414,7 @@ $He clearly held off on climaxing in case you wanted $his libido undiminished fo <<set _headGirlPresent = 0>> <</if>> <</if>> -You pass by the slave quarters during a busy time. Slaves are hurrying back and forth, rushing to bathe, eat, and get dressed. <<EventNameLink>> is in a particular hurry, $his <<if $activeSlave.belly >= 10000>><<if $activeSlave.bellyPreg >= 8000>>heavy pregnancy<<else>>heavy belly<</if>> and <</if>><<if $activeSlave.boobs > 8000>>gargantuan tits hampering $him badly<<else>>huge boobs getting in the way<</if>> as $he rushes around. Returning from the shower to the sleeping area, $he turns a corner and runs hard into $subSlave.slaveName. Both slaves are nude, and the collision of their massive breasts makes an audibly painful smack. $activeSlave.slaveName has enough momentum that $he overbears the top-heavy $subSlave.slaveName entirely. The poor <<if $subSlave.physicalAge > 30>>_woman2<<else>>_girl2<</if>> crashes backwards, _his2 <<if $subSlave.butt > 8>>monstrous bottom<<elseif $subSlave.butt > 4>>big behind<<else>>hind end<</if>> hitting the floor with a slap. $activeSlave.slaveName lands on top of _him2, the fall and the sudden weight of $activeSlave.slaveName on top of _him2 driving the wind out of $subSlave.slaveName with a whoosh. +You pass by the slave quarters during a busy time. Slaves are hurrying back and forth, rushing to bathe, eat, and get dressed. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is in a particular hurry, $his <<if $activeSlave.belly >= 10000>><<if $activeSlave.bellyPreg >= 8000>>heavy pregnancy<<else>>heavy belly<</if>> and <</if>><<if $activeSlave.boobs > 8000>>gargantuan tits hampering $him badly<<else>>huge boobs getting in the way<</if>> as $he rushes around. Returning from the shower to the sleeping area, $he turns a corner and runs hard into <<= App.UI.slaveDescriptionDialog($subSlave)>>. Both slaves are nude, and the collision of their massive breasts makes an audibly painful smack. $activeSlave.slaveName has enough momentum that $he overbears the top-heavy $subSlave.slaveName entirely. The poor <<if $subSlave.physicalAge > 30>>_woman2<<else>>_girl2<</if>> crashes backwards, _his2 <<if $subSlave.butt > 8>>monstrous bottom<<elseif $subSlave.butt > 4>>big behind<<else>>hind end<</if>> hitting the floor with a slap. $activeSlave.slaveName lands on top of _him2, the fall and the sudden weight of $activeSlave.slaveName on top of _him2 driving the wind out of $subSlave.slaveName with a whoosh. <br><br> "<<S>>orry! I'm <<s>>o <<s>>orry," apologizes $activeSlave.slaveName. $He starts to try to disentangle $himself as $subSlave.slaveName struggles to get _his2 breath back, but you see $activeSlave.slaveName's back stiffen. $He stops trying to get up. As the discomfort of the collision fades, $he notices the warmth of $subSlave.slaveName underneath $him, and the way their nipples are pressed against one another. Impulsively, $he kisses $subSlave.slaveName full on the lips, <<if $activeSlave.boobs+$subSlave.boobs > 20000>> @@ -544,10 +544,10 @@ Once $he's gotten $himself positioned, $subSlave.slaveName reaches around $activ <<case "if you enjoy it">> <<run seX($subSlave, "anal", $activeSlave, "penetrative")>> -The distinctive sounds of a sexual encounter in which exactly one of the participants is enjoying $himself are coming from the dormitory. This is by no means uncommon, but this particular nonconsensual assignation sounds interesting, so you stick your head in on your way by. You're treated to the sight of <<EventNameLink>>'s $activeSlave.skin back and <<if ($activeSlave.butt > 4)>>massive ass<<elseif ($activeSlave.butt > 2)>>plush rear<<else>>cute butt<</if>> as $he <<if (hasAnyLegs($activeSlave))>>kneels<<else>>leans over<</if>> on one of the bedrolls. It isn't immediately clear what's going on, but $he's doing something with $his <<if canPenetrate($activeSlave)>>dick<<else>>hands<</if>>, and there are a pair of $subSlave.skin feet visible on either side of $him. $He's clearly got someone shoved down into the bedroll in front of $him, doggy style. That's the source of the whining. +The distinctive sounds of a sexual encounter in which exactly one of the participants is enjoying $himself are coming from the dormitory. This is by no means uncommon, but this particular nonconsensual assignation sounds interesting, so you stick your head in on your way by. You're treated to the sight of <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s $activeSlave.skin back and <<if ($activeSlave.butt > 4)>>massive ass<<elseif ($activeSlave.butt > 2)>>plush rear<<else>>cute butt<</if>> as $he <<if (hasAnyLegs($activeSlave))>>kneels<<else>>leans over<</if>> on one of the bedrolls. It isn't immediately clear what's going on, but $he's doing something with $his <<if canPenetrate($activeSlave)>>dick<<else>>hands<</if>>, and there are a pair of $subSlave.skin feet visible on either side of $him. $He's clearly got someone shoved down into the bedroll in front of $him, doggy style. That's the source of the whining. <br><br> -Advancing to get a better view, you identify the bottom as <<if $subSlave.bellyPreg >= 5000>>the pregnant <</if>>$subSlave.slaveName. $activeSlave.slaveName has +Advancing to get a better view, you identify the bottom as <<if $subSlave.bellyPreg >= 5000>>the pregnant <</if>><<= App.UI.slaveDescriptionDialog($subSlave)>>. $activeSlave.slaveName has <<if canPenetrate($activeSlave)>> <<if $activeSlave.dick > 4>> $his gigantic dick up $subSlave.slaveName's @@ -581,7 +581,7 @@ $activeSlave.slaveName isn't fucking $subSlave.slaveName at all: $he's just <<if <<run seX($subSlave, "anal", $activeSlave, "penetrative")>> <<set _belly = bellyAdjective($subSlave)>> -You look in on your slaves as a group of them heads for bed. $subSlave.slaveName finds <<EventNameLink>> blocking the way to _hers2. Poor $subSlave.slaveName cringes at $activeSlave.slaveName's predatory expression, but the horny slave doesn't pounce at once. Instead, $he starts to walk around $subSlave.slaveName, whose $subSlave.skin body is nude for bed, groping and prodding _him2 as $subSlave.slaveName shivers with fear. Finally $activeSlave.slaveName sidles up behind $subSlave.slaveName<<if $activeSlave.belly >= 5000>>, until $his bulging belly pushes into $his back, before<</if>> snaking $his arms around $subSlave.slaveName's +You look in on your slaves as a group of them heads for bed. <<= App.UI.slaveDescriptionDialog($subSlave)>> finds <<= contextualIntro($subSlave, $activeSlave, true)>> blocking the way to _hers2. Poor $subSlave.slaveName cringes at $activeSlave.slaveName's predatory expression, but the horny slave doesn't pounce at once. Instead, $he starts to walk around $subSlave.slaveName, whose $subSlave.skin body is nude for bed, groping and prodding _him2 as $subSlave.slaveName shivers with fear. Finally $activeSlave.slaveName sidles up behind $subSlave.slaveName<<if $activeSlave.belly >= 5000>>, until $his bulging belly pushes into $his back, before<</if>> snaking $his arms around $subSlave.slaveName's <<if $subSlave.bellyPreg >= 10000>> pregnant <<elseif $subSlave.weight > 95>> @@ -646,13 +646,13 @@ $subSlave.slaveName keeps _his2 eyes clamped shut and _his2 hand<<if hasBothArms <<run seX($subSlave, "anal", $activeSlave, "penetrative")>> <<set _belly = bellyAdjective($subSlave)>> -As you pass the showers, you hear what sounds like a muffled altercation over the noise of the showers running. You look in to see $subSlave.slaveName's $subSlave.skin body facing you, pressed hard up against the glass wall of one of the showers. _His2 <<if $subSlave.face > 95>>gorgeous<<elseif $subSlave.face > 40>>beautiful<<elseif $subSlave.face > 10>>pretty<<elseif $subSlave.face >= -10>>attractive<<else>>homely<</if>> face<<if $subSlave.belly >= 5000>> and <<if $subSlave.bellyPreg >= 5000>>pregnant<<else>>_belly<</if>> belly are<<else>> is<</if>> smashed against the glass, <<if $subSlave.belly >= 5000>>_his2 face <</if>>contorted in pain and fear. The apparent mystery is solved when you notice that there are <<if hasBothLegs($activeSlave) && hasBothLegs($subSlave)>>four<<elseif hasBothLegs($activeSlave) || hasBothLegs($subSlave)>>three<<else>>two<</if>> legs visible: there's a <<if hasBothLegs($activeSlave)>>pair of <</if>><<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> $activeSlave.skin cal<<if hasBothLegs($activeSlave)>>ves<<else>>f<</if>> behind $subSlave.slaveName's. <<EventNameLink>>'s face appears at $subSlave.slaveName's ear, and though you can't hear exactly what $he says, it's something along the lines of "Take it, you whiny little bitch." $He's clearly got <<if canPenetrate($activeSlave)>>$his cock<<else>>a couple of fingers<</if>> up $subSlave.slaveName's asshole. +As you pass the showers, you hear what sounds like a muffled altercation over the noise of the showers running. You look in to see $subSlave.slaveName's $subSlave.skin body facing you, pressed hard up against the glass wall of one of the showers. _His2 <<if $subSlave.face > 95>>gorgeous<<elseif $subSlave.face > 40>>beautiful<<elseif $subSlave.face > 10>>pretty<<elseif $subSlave.face >= -10>>attractive<<else>>homely<</if>> face<<if $subSlave.belly >= 5000>> and <<if $subSlave.bellyPreg >= 5000>>pregnant<<else>>_belly<</if>> belly are<<else>> is<</if>> smashed against the glass, <<if $subSlave.belly >= 5000>>_his2 face <</if>>contorted in pain and fear. The apparent mystery is solved when you notice that there are <<if hasBothLegs($activeSlave) && hasBothLegs($subSlave)>>four<<elseif hasBothLegs($activeSlave) || hasBothLegs($subSlave)>>three<<else>>two<</if>> legs visible: there's a <<if hasBothLegs($activeSlave)>>pair of <</if>><<if ($activeSlave.muscles > 95)>>ripped<<elseif ($activeSlave.muscles > 30)>>muscular<<elseif ($activeSlave.muscles > 5)>>toned<<else>>soft<</if>> $activeSlave.skin cal<<if hasBothLegs($activeSlave)>>ves<<else>>f<</if>> behind $subSlave.slaveName's. <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s face appears at <<= contextualIntro($activeSlave, $subSlave, true)>>'s ear, and though you can't hear exactly what $he says, it's something along the lines of "Take it, you whiny little bitch." $He's clearly got <<if canPenetrate($activeSlave)>>$his cock<<else>>a couple of fingers<</if>> up $subSlave.slaveName's asshole. <br><br> Both slaves notice you at the same time. $subSlave.slaveName's <<if canSee($subSlave)>><<= App.Desc.eyesColor($subSlave)>> widen<<else>>face lights up<</if>>, but _his2 momentary look of hope is snuffed out when _he2 remembers who you are. $activeSlave.slaveName, on the other hand, looks a little doubtful. The rules allow $him to fuck your other slaves, but $he isn't quite sure what the right thing to do is, since $he isn't the most dominant force in the showers any more. <<case "repressed anal virgin">> -$subSlave.slaveName has been a very good _girl2 this week, so when _his2 <<if $subSlave.anus > 2>>loose asshole<<elseif $subSlave.anus > 1>>big butthole<<else>>tight anus<</if>> catches your eye near the start of a long inspection, you decide to be kind to _him2 as you conduct the rest of your inspection with <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>>. <<EventNameLink>> is next on the inspection schedule, and when $he comes into your office, it's to the <<if canSee($activeSlave)>>sight of $subSlave.slaveName's back and rear<<elseif canHear($activeSlave)>>sound of $subSlave.slaveName<<else>>presence of $subSlave.slaveName<</if>> as _he2 lazily rides _his2 <<= WrittenMaster($subSlave)>>. You've been sitting on the couch, making out with the compliant _girl2 as _he2 rides you, for a good half hour. Poor $subSlave.slaveName was pent up when you started, and _he2's climaxed already; _he2's feeling very devoted and relaxed at the moment, and is doing _his2 best to get you off, too. When you finally come, _he2 moans _his2 thanks into your mouth nonverbally, breaks your lip lock, gives you a peck on the nose, and climbs off you. As _he2 does, _he2 lifts _his2 ass off your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>>, _his2 <<if $subSlave.anus > 2>>gaping anus dripping <<if $PC.dick != 0>>cum<<else>>lube<</if>> all over _his2 $subSlave.skin legs<<elseif $subSlave.anus > 1>>well-fucked backdoor taking a few seconds to recover from its gape, dripping a little <<if $PC.dick != 0>>cum<<else>>lube<</if>> down _his2 $subSlave.skin legs<<else>>still-tight backdoor sliding quickly off you, visibly slick with <<if $PC.dick != 0>>cum<<else>>lube<</if>><</if>>. You didn't fuck _him2 too hard, but <<if $PC.dick != 0>>you're not small<<else>>your strap-ons are not small<</if>>, and _he2 walks a little gingerly as _he2 heads for the bathroom. $activeSlave.slaveName, standing there nude for inspection, stares openmouthed at $subSlave.slaveName as _he2 goes. $He's obviously unfamiliar with anal sex. +<<= App.UI.slaveDescriptionDialog($subSlave)>> has been a very good _girl2 this week, so when _his2 <<if $subSlave.anus > 2>>loose asshole<<elseif $subSlave.anus > 1>>big butthole<<else>>tight anus<</if>> catches your eye near the start of a long inspection, you decide to be kind to _him2 as you conduct the rest of your inspection with <<if $PC.dick != 0>>your cock<<else>>a strap-on<</if>>. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is next on the inspection schedule, and when $he comes into your office, it's to the <<if canSee($activeSlave)>>sight of <<= contextualIntro($subSlave, $activeSlave)>>'s back and rear<<elseif canHear($activeSlave)>>sound of $subSlave.slaveName<<else>>presence of $subSlave.slaveName<</if>> as _he2 lazily rides _his2 <<= WrittenMaster($subSlave)>>. You've been sitting on the couch, making out with the compliant _girl2 as _he2 rides you, for a good half hour. Poor $subSlave.slaveName was pent up when you started, and _he2's climaxed already; _he2's feeling very devoted and relaxed at the moment, and is doing _his2 best to get you off, too. When you finally come, _he2 moans _his2 thanks into your mouth nonverbally, breaks your lip lock, gives you a peck on the nose, and climbs off you. As _he2 does, _he2 lifts _his2 ass off your <<if $PC.dick != 0>>cock<<else>>strap-on<</if>>, _his2 <<if $subSlave.anus > 2>>gaping anus dripping <<if $PC.dick != 0>>cum<<else>>lube<</if>> all over _his2 $subSlave.skin legs<<elseif $subSlave.anus > 1>>well-fucked backdoor taking a few seconds to recover from its gape, dripping a little <<if $PC.dick != 0>>cum<<else>>lube<</if>> down _his2 $subSlave.skin legs<<else>>still-tight backdoor sliding quickly off you, visibly slick with <<if $PC.dick != 0>>cum<<else>>lube<</if>><</if>>. You didn't fuck _him2 too hard, but <<if $PC.dick != 0>>you're not small<<else>>your strap-ons are not small<</if>>, and _he2 walks a little gingerly as _he2 heads for the bathroom. $activeSlave.slaveName, standing there nude for inspection, stares openmouthed at $subSlave.slaveName as _he2 goes. $He's obviously unfamiliar with anal sex. <br><br> $activeSlave.slaveName coughs and looks doubtful, like $he's mulling over a question. You let the poor repressed $girl chew on it for a while, and eventually $he bursts out, "<<Master $activeSlave>>, what were you doing with $subSlave.slaveName?" The absurdity gives you a moment's pause, but you answer gamely that you were fucking _his2 ass. $activeSlave.slaveName blushes furiously but plunges on, "I'm <<s>>-<<s>>orry, <<Master>>, but I <<s>>till don't under<<s>>tand. I thought <<s>>e<<x>> happened in a v-vagina. I d-didn't think b-butt<<s>> were — were for, you know, that." <<run seX($subSlave, "anal", $activeSlave, "penetrative")>> @@ -669,7 +669,7 @@ $activeSlave.slaveName coughs and looks doubtful, like $he's mulling over a ques <<set _notVirgin = 0>> <</if>> <<set _belly = bellyAdjective($activeSlave)>> -As you stroll past the best part of the slave living area one evening, you hear a lewd slap, slap, slap coming from the room <<EventNameLink>> and $subSlave.slaveName share. It's quite obvious what they're up to, but you look in anyway. $activeSlave.slaveName has clearly had a long day, and is tired, but $he's being a good <<if $activeSlave.relationship > 4>>$wife<<else>>lover<</if>> and letting $subSlave.slaveName use $his body. $activeSlave.slaveName is lying face-down on their bed, arms crossed under $his head, looking quite relaxed. $He has a couple of pillows tucked under $his hips to raise them so that $his <<if $activeSlave.relationship > 4>>_wife2<<else>>sweetheart<</if>> can fuck $him comfortably<<if $activeSlave.belly >= 5000>> and to give $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> room beneath $him<</if>>. They've obviously been at this for a while. $subSlave.slaveName likes to top and is not gentle at it, and _he2's pounding $activeSlave.slaveName as hard as _he2 can. _He2's <<if $subSlave.muscles > 30>>a very strong girl, and _his2 muscles work noticeably<<elseif $subSlave.muscles > 5>>physically fit, but even so, _he2's showing signs of fatigue<<else>>not very fit, and _he2's gasping tiredly<</if>> as _he2 pistons <<if canPenetrate($subSlave)>>_his2 penis<<else>>the strap-on _he2's wearing<</if>> in and out of the <<if _notVirgin == 1>>asshole<<else>>pussy<</if>> beneath _him2. +As you stroll past the best part of the slave living area one evening, you hear a lewd slap, slap, slap coming from the room <<= App.UI.slaveDescriptionDialog($activeSlave)>> and <<= contextualIntro($activeSlave, $subSlave, true)>> share. It's quite obvious what they're up to, but you look in anyway. $activeSlave.slaveName has clearly had a long day, and is tired, but $he's being a good <<if $activeSlave.relationship > 4>>$wife<<else>>lover<</if>> and letting $subSlave.slaveName use $his body. $activeSlave.slaveName is lying face-down on their bed, arms crossed under $his head, looking quite relaxed. $He has a couple of pillows tucked under $his hips to raise them so that $his <<if $activeSlave.relationship > 4>>_wife2<<else>>sweetheart<</if>> can fuck $him comfortably<<if $activeSlave.belly >= 5000>> and to give $his _belly <<if $activeSlave.bellyPreg >= 3000>>pregnancy<<else>>belly<</if>> room beneath $him<</if>>. They've obviously been at this for a while. $subSlave.slaveName likes to top and is not gentle at it, and _he2's pounding $activeSlave.slaveName as hard as _he2 can. _He2's <<if $subSlave.muscles > 30>>a very strong girl, and _his2 muscles work noticeably<<elseif $subSlave.muscles > 5>>physically fit, but even so, _he2's showing signs of fatigue<<else>>not very fit, and _he2's gasping tiredly<</if>> as _he2 pistons <<if canPenetrate($subSlave)>>_his2 penis<<else>>the strap-on _he2's wearing<</if>> in and out of the <<if _notVirgin == 1>>asshole<<else>>pussy<</if>> beneath _him2. <br><br> @@ -751,7 +751,7 @@ Mere moments after you absorb this arresting scene, $subSlave.slaveName thrusts <<else>> <<run seX($subSlave, "anal", $activeSlave, "penetrative")>> <</if>> -You round a corner and almost trip over <<EventNameLink>>. $He's on top of another slave, humping away; $his <<if $activeSlave.butt > 8>>monstrous, naked ass jiggles lewdly<<elseif $activeSlave.anus > 2>>loose asspussy winks lewdly<<elseif $activeSlave.muscles > 30>>heavily muscled butt flexes powerfully<<elseif $activeSlave.butt > 3>>big butt pumps energetically<<else>>nice little butt flexes cutely<</if>> as $he thrusts. You can't see much of the slave <<if _vaginal>>lying on _his2 back<<else>>face-down<</if>> underneath $activeSlave.slaveName, but you recognize _him2 as $subSlave.slaveName by _his2 sobbing. _He2's struggling a little, but $activeSlave.slaveName has _him2 pinned to the floor by _his2 wrists, and $activeSlave.slaveName is quickly raping the resistance out of the <<print SlaveTitle($subSlave)>>. +You round a corner and almost trip over <<= App.UI.slaveDescriptionDialog($activeSlave)>>. $He's on top of another slave, humping away; $his <<if $activeSlave.butt > 8>>monstrous, naked ass jiggles lewdly<<elseif $activeSlave.anus > 2>>loose asspussy winks lewdly<<elseif $activeSlave.muscles > 30>>heavily muscled butt flexes powerfully<<elseif $activeSlave.butt > 3>>big butt pumps energetically<<else>>nice little butt flexes cutely<</if>> as $he thrusts. You can't see much of the slave <<if _vaginal>>lying on _his2 back<<else>>face-down<</if>> underneath $activeSlave.slaveName, but you recognize _him2 as <<= App.UI.slaveDescriptionDialog($subSlave)>> by _his2 sobbing. _He2's struggling a little, but $activeSlave.slaveName has _him2 pinned to the floor by _his2 wrists, and $activeSlave.slaveName is quickly raping the resistance out of the <<print SlaveTitle($subSlave)>>. <br><br> $activeSlave.slaveName senses your presence above and behind $him, and twists $his $activeSlave.hColor head around to <<if canSee($activeSlave)>>see who it is. $He sees that it's you<<else>>discern who it is. $He realizes that it's you<</if>>, and greets you cheerfully. "Hi, <<Master>>," $he trills. <<if $activeSlave.fetishKnown && $activeSlave.fetish == "sadist">> @@ -803,7 +803,7 @@ You can't see much of the slave under $subSlave.slaveName, since $he's intimatel <<if $activeSlave.dick > 0>><<if canAchieveErection($activeSlave) && !($activeSlave.chastityPenis)>>stiff prick<<elseif ($activeSlave.chastityPenis == 1)>>uncomfortably filled chastity cage<<else>>pathetically soft but precum-tipped dick<</if>>,<</if>> <<if $activeSlave.vagina > 0>><<if $activeSlave.labia > 0>>generous pussylips<<elseif $activeSlave.clit > 0>>visibly stiff clit<<else>>obviously aroused womanhood<</if>>,<</if>> <<if $activeSlave.dick == 0>><<if $activeSlave.vagina == -1>><<if $activeSlave.scrotum > 0>>lonely ballsack<<else>>smoothly featureless groin<</if>>,<</if>><</if>> -<<if $activeSlave.weight > 100>>fat<<elseif $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 30>>chubby<<elseif $activeSlave.muscles > 10>>toned<<elseif $activeSlave.weight > 10>>nice soft<<elseif $activeSlave.weight >= -10>>slender<<else>>skinny<</if>> legs, and $activeSlave.skin skin, it's <<EventNameLink>>. $He's allowed access to cockmilk and $he's getting it straight from the source. $subSlave.slaveName +<<if $activeSlave.weight > 100>>fat<<elseif $activeSlave.muscles > 30>>muscular<<elseif $activeSlave.weight > 30>>chubby<<elseif $activeSlave.muscles > 10>>toned<<elseif $activeSlave.weight > 10>>nice soft<<elseif $activeSlave.weight >= -10>>slender<<else>>skinny<</if>> legs, and $activeSlave.skin skin, it's <<= App.UI.slaveDescriptionDialog($activeSlave)>>. $He's allowed access to cockmilk and $he's getting it straight from the source. $subSlave.slaveName <<if $subSlave.dick < 3>> has a <<if $subSlave.dick < 2>>pathetically tiny penis<<else>>rather modest cock<</if>>, so $activeSlave.slaveName has $his head buried between $subSlave.slaveName's quivering thighs. $He isn't sucking $subSlave.slaveName's dick so much as $he's nursing at it, keeping it entirely within $his mouth and applying powerful suction. <<elseif $subSlave.dick > 8>> @@ -831,7 +831,7 @@ $subSlave.slaveName is getting _his2 dick sucked<<if $subSlave.lactation == 0>> <<set _vaginal = 0>> <<if canDoVaginal($subSlave)>><<set _vaginal = 1>><</if>> -Passing the slave quarters late at night, you hear <<EventNameLink>>'s <<if $activeSlave.voice > 2>>girly<<elseif $activeSlave.voice > 1>>feminine<<else>>deep<</if>> voice, raised in +Passing the slave quarters late at night, you hear <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s <<if $activeSlave.voice > 2>>girly<<elseif $activeSlave.voice > 1>>feminine<<else>>deep<</if>> voice, raised in <<if $activeSlave.trust <= 20 || ($activeSlave.fetish == "submissive" && $activeSlave.fetishKnown)>> $his usual begging tones. $He's <<if $activeSlave.fetish == "submissive" && $activeSlave.fetishKnown>> @@ -854,7 +854,7 @@ Passing the slave quarters late at night, you hear <<EventNameLink>>'s <<if $act <<elseif $activeSlave.voice < $subSlave.voice>>another, higher, <<else>>a <<if $activeSlave.voice > 2>>high-pitched<<elseif $activeSlave.voice > 1>>soft<<else>>harsh<</if>> <</if>> -voice. It's $subSlave.slaveName. +voice. It's <<= contextualIntro($activeSlave, $subSlave, true)>>. <<if $subSlave.belly >= 120000 && $activeSlave.dick > 3>> <<if $subSlave.bellyPreg >= 2000>> "I'm way too pregnant; there'<<s>> ju<<s>>t no room for a big cock like your<<s>> in<<s>>ide me anymore. Plu<<s>> you'll wake them up and they'll be kicking all night again." @@ -956,7 +956,7 @@ $activeSlave.slaveName is almost in tears. <<set _mother = "father">> <<set _mommy = "Daddy">> <</if>> -<<if _meal == "breakfast">>At the beginning<<elseif _meal == "lunch">>At the midpoint<<else>>Near the end<</if>> of $subSlave.slaveName's scheduled day, you come across _him2 curled up in _his2 _mother <<EventNameLink>>'s lap, face buried in $his bosom. $activeSlave.slaveName is running a gentle hand <<if $activeSlave.hLength > 5>>through $subSlave.slaveName's hair<<else>>across $subSlave.slaveName's scalp<</if>>, and is softly <<say>>ing something to _him2. As you approach, you catch the end of it. +<<if _meal == "breakfast">>At the beginning<<elseif _meal == "lunch">>At the midpoint<<else>>Near the end<</if>> of <<= App.UI.slaveDescriptionDialog($subSlave)>>'s scheduled day, you come across _him2 curled up in _his2 _mother <<= App.UI.slaveDescriptionDialog($activeSlave)>>'s lap, face buried in $his bosom. $activeSlave.slaveName is running a gentle hand <<if $activeSlave.hLength > 5>>through $subSlave.slaveName's hair<<else>>across $subSlave.slaveName's scalp<</if>>, and is softly <<say>>ing something to _him2. As you approach, you catch the end of it. <<if $activeSlave.genes == "XX" && $subSlave.tankBaby < 1>> "I mi<<ss>>ed doing thi<<s>> for you <<s>>o much," $he murmurs. "It'<<s>> <<s>>o ni<<c>>e to do it again." <<elseif $activeSlave.genes == "XY">> @@ -1034,7 +1034,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "taste test">> <<link "This belongs on a live feed">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You let them continue kissing, but use your tablet to slave one of the plaza's bigger screens to a feed of their nude makeout session. They have no way of knowing, and progress innocently from deep kissing to open mutual masturbation. This is a common sex act among your slaves: it's quick and clean and lets them achieve release before getting back to their duties. When they've both climaxed, you manipulate the situation again, setting a wallscreen in the kitchen to display a feed of the crowd in the plaza enjoying the feed of the situation in the kitchen. <<if ($activeSlave.fetish == "humiliation") && ($activeSlave.fetishKnown == 1) && ($subSlave.fetish == "humiliation") && ($subSlave.fetishKnown == 1)>> @@ -1057,7 +1056,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Get involved in the taste testing">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<run Enunciate($activeSlave)>> You move in. $activeSlave.slaveName <<if canSee($activeSlave)>>catches sight of<<else>>notices<</if>> your approach, and you see the corners of $his mouth quirk upward. $He breaks the lip lock and says breathily, "Hey $subSlave.slaveName, I think there'<<s>> <<s>>omething el<<s>>e you <<sh>>ould ta<<s>>te te<<s>>t." @@ -1070,7 +1068,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Look, a bare butt">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You move in, looking intently at $subSlave.slaveName's bare, vulnerable butt. $activeSlave.slaveName <<if canSee($activeSlave)>>catches sight of your approach, and then follows the line of your gaze<<else>>notices your approach<</if>>, the realization of what your intent likely quickly dawns on $him. You see the corners of $his mouth quirk upward with horny maliciousness. $He leans back against the edge of the kitchen counter, pulling $subSlave.slaveName with $him, and then reaches down and <<if ($subSlave.butt > 6)>> @@ -1121,7 +1118,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "date please">> <<link "Give them a night off together">> - <<EventNameDelink $activeSlave>> <<replace "#artFrame">> /* 000-250-006 */ @@ -1148,7 +1144,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</link>> //This will cost <<print cashFormat(500)>>// <<if $Attendant != 0 && $Attendant.ID != $activeSlave.ID && $Attendant.ID != $subSlave.ID>> <br><<link "Give them a night at the Spa together">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> <<set _clothesTemp2 = $subSlave.clothes, $subSlave.clothes = "no clothing">> @@ -1182,7 +1177,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</link>> //This will cost <<print cashFormat(500)>>// <</if>> <br><<link "Trust them with a night out">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "conservative clothing">> <<set _clothesTemp2 = $subSlave.clothes, $subSlave.clothes = "conservative clothing">> @@ -1217,7 +1211,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "anal cowgirl">> <<link "Make sure $he looks after $his bottom">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him you'll inspect $him after $he's done, but add that $subSlave.slaveName is clearly being a very good little anal slut, and _he2 deserves to be rewarded. <<if canHear($subSlave)>>Hearing<<else>>Learning<</if>> this, $subSlave.slaveName @@.hotpink;looks at you very gratefully,@@ and mouths a quiet thanks. "Ye<<s>> <<Master>>!" comes the response. $activeSlave.slaveName shifts $his bitch to one side, and cranes $his head upward to make out with the compliant slave. $subSlave.slaveName kisses $him back with gusto, surprising $activeSlave.slaveName again. $He recoils in shock at how much tongue $subSlave.slaveName gives $him, but moans aggressively and gets $his revenge by dropping one of $subSlave.slaveName's knees and <<if ($subSlave.chastityPenis)>> @@ -1257,7 +1250,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Dominate the slave on top">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make no reply, but <<if $PC.dick != 0>>advance on the couch, stripping down to reveal a raging erection<<if $PC.vagina != -1>> and ready cunt<</if>>.<<else>>move to a side table, selecting a formidable strap-on.<</if>> <<if canSee($activeSlave)>>Seeing<<elseif canHear($activeSlave)>>Hearing<<else>>Acknowledging<</if>> this, $activeSlave.slaveName @@.hotpink;giggles with anticipation,@@ and pulls $subSlave.slaveName's knees back farther. The slave whines at the stretch, and then gasps as the invading phallus pops free of _his2 asshole. _His2 anus <<if $subSlave.anus > 2>>gapes lewdly, its sphincter so well stretched that it stays invitingly open,<<elseif $subSlave.anus > 1>>gapes slightly, its sphincter remaining just barely open,<<else>>closes up again immediately once it's no longer being penetrated. Its rosebud is<</if>> glistening with lube<<if canPenetrate($activeSlave)>> and precum from $activeSlave.slaveName's cock<</if>>. But you decide to be more circumspect. Pressing your <<if $PC.dick != 0>>dickhead<<else>>phallus<</if>> into $subSlave.slaveName's mouth, you tell _him2 to be thorough with _his2 saliva<<if $PC.vagina != -1>> and not to worry about your pussy<</if>>. _His2 eyes widen at the implication, and _he2 starts to suck lushly. <br><br> @@ -1298,7 +1290,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "boob collision">> <<link "Fuck them">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You approach the fucking slaves, kneeling next to them and running a possessive hand over $activeSlave.slaveName's butt. The slave doesn't even have to look, recognizing you by your grip, and greets you cheerfully: "Hi <<Master>>!" $subSlave.slaveName giggles and cranes around to <<if canSee($subSlave)>>see<<else>>greet you<</if>>. "Hi <<Master $subSlave>>," _he2 choruses. $activeSlave.slaveName wiggles $his bottom under your hand, @@.mediumaquamarine;trusting your judgment,@@ and $subSlave.slaveName <<if canSee($subSlave)>>watches<<else>>waits<</if>> to see what you'll do @@.mediumaquamarine;with anticipation.@@ <<if $PC.dick == 0>> @@ -1358,7 +1349,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</link>> <<if $activeSlave.anus > 0 && _notVirgin == 1>> <br><<link "Dominate the clumsy slave's ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $activeSlave.slaveName that that was very clumsy of $him. The slaves start with surprise, since they didn't know you were watching, producing a delightful jiggle of smashed-together boob. "Ye<<s>> <<Master>>," $activeSlave.slaveName <<say>>s obediently, suspecting that you aren't done. $He's right. In an idle, speculative tone, you muse that with $his huge boobs <<if $activeSlave.belly >= 10000>>and big belly <</if>>pinning $him to the ground and $subSlave.slaveName holding $his butt like that, $he can't get up. "Ye<<s>> <<Master>>," $he agrees. @@ -1424,7 +1414,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<if ($activeSlave.relationship == 0) || ($activeSlave.relationship == -1)>> <<if ($subSlave.relationship == 0) || ($subSlave.relationship == -1)>> <br><<link "What a cute couple">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell them they make a cute couple. The slaves start with surprise, since they didn't know you were watching, producing a delightful jiggle of smashed-together boob. "Thank you, <<= properMaster()>>," they chorus correctly, before turning back to look at each other. They take your comment quite seriously, both of them seemingly forgetting that they're in the middle of having sex to consider it. $activeSlave.slaveName speaks first. "I gue<<ss>> I never really thought about you that way," @@ -1451,7 +1440,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "if you enjoy it">> <<link "Just watch">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You settle down to watch what happens. $activeSlave.slaveName, who has a devoted slave's sixth sense about $his <<= WrittenMaster($activeSlave)>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>You've already got a reassuring, silent hand raised, and you gesture that $he should continue<<elseif canHear($activeSlave)>>Not hearing any comments, $he takes it as a gesture to continue<<else>>Not sensing your touch, $he eventually decides to continue<</if>>. $He smiles naughtily at you, @@.mediumaquamarine;pleased with your trust in $him,@@ before going back to $subSlave.slaveName. $He <<if canPenetrate($activeSlave)>>hauls $subSlave.slaveName's <<if $subSlave.belly >= 5000>>gravid <</if>>torso partway up<<else>>bends over the poor _girl2<</if>> so $he can speak directly into _his2 ear, and <<say>>s quietly, "You're <<s>>tarting to enjoy thi<<s>>, aren't you, bitch?" $subSlave.slaveName, still unaware you're there, shakes _his2 head unhappily, tears starting to leak out the corners of _his2 eyes. <br><br> @@ -1475,7 +1463,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "$He's being too gentle">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You advance on the slaves. $activeSlave.slaveName, who has a devoted slave's sixth sense about $his <<= WrittenMaster($activeSlave)>>'s presence, realizes you're there and turns toward you. <<if canSee($activeSlave)>>Silently but forcefully, you use a simple hand gesture to instruct $him unequivocally<<else>>$He can feel<</if>> that $he's to stop fucking around and pound the bitch's butt. $He looks a little taken aback, but obeys instantly, <<if canPenetrate($activeSlave)>>pumping $his dick in and out of $subSlave.slaveName<<else>>fingerfucking $subSlave.slaveName's ass<</if>> without mercy. The slave screams at the sudden change of pace, thrashing a little. _His2 struggles bring <<if canSee($subSlave)>>_his2 head around, and _he2's surprised to come face to face with your ankles. With dawning comprehension, _his2 eyes track rapidly up your <<if $arcologies[0].FSPhysicalIdealist != "unset">> @@ -1540,7 +1527,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "sadistic description">> <<link "$He's not wrong">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ask $activeSlave.slaveName what $he said in a neutral tone. $He gives you a quick glance, not sure whether to be aroused or afraid, but takes a breath to steady $himself and begins. For _his2 part, $subSlave.slaveName vainly tries to stop crying in front of you. When $activeSlave.slaveName reaches "<<HeP>>'<<s>> going to hold you down and <<sh>>ove <<hisP>> <<if $PC.dick != 0>>huge cockhead<<else>>bigge<<s>>t <<s>>trap-on<</if>> right up again<<s>>t thi<<s>> tight little hole," you hold up a hand to get $him to pause. $He does, and you suddenly shove $subSlave.slaveName towards the couch. _He2 crashes face-down into the cushions, already sobbing in terror. You place a hand on _his2 $subSlave.skin back to hold _him2 down and then use the other to apply some lube to your <<if $PC.dick != 0>>penis<<else>>strap-on<</if>> before pressing it against the quivering slave's virgin anus. _He2 shakes with anguish, causing <<if $PC.dick != 0>>your cock to rub deliciously<<else>>the strap-on to slide amusingly<</if>> up and down _his2 asscrack. You make a come-on gesture to $activeSlave.slaveName, and $he continues, "You're going to do your be<<s>>t to rela<<x>> like a good little _girl2." $subSlave.slaveName desperately takes in a huge breath. $activeSlave.slaveName, who has gotten the idea (and to go by $his furious masturbation, clearly likes it), gasps out, "But it'<<s>> going to be <<s>>o big! It'<<s>> going to burn!" Here you begin to apply inexorable pressure. $subSlave.slaveName manages one more deep breath, but it becomes a squeal of anguish and _he2 tries frantically to burrow into the couch, away from the penetrating <<if $PC.dick != 0>>cock<<else>>strap-on<</if>>. "You're going to panic, and <<s>>truggle, and <<heP>>'<<s>> going to hold you down and rape your butt while you <<s>>cream and cry..." @@ -1555,7 +1541,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> //This option will take anal virginity// <br><<link "That sounds like the voice of experience">> - <<EventNameDelink $activeSlave>> <<set _clothesTemp = $activeSlave.clothes, $activeSlave.clothes = "no clothing">> <<set _clothesTemp2 = $subSlave.clothes, $subSlave.clothes = "no clothing">> @@ -1593,7 +1578,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "shower force">> <<link "Instruct $him to be a little nicer">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Even though you already have everyone's rapt attention, you rap on the glass for emphasis<<if canSee($activeSlave) && canSee($subSlave)>>, watched closely by four huge eyes<</if>>. You politely admonish $activeSlave.slaveName, and tell $him to do a better job of looking after $his anal bottom's pleasure. $He nods vigorously and snakes a hand around $subSlave.slaveName, to where <<if ($subSlave.dick > 0) && !canAchieveErection($subSlave)>>_his2 limp dick is smashed against the glass<<elseif $subSlave.dick > 0>>_his2 dick, shamefully half-hard despite _his2 unwillingness, is smashed against the glass<<elseif $subSlave.vagina == -1>>_his2 featureless groin is hidden between _his2 forced-together legs<<else>>_his2 neglected pussy is hidden between _his2 forced-together legs<</if>>. $activeSlave.slaveName goes back to the anal, but gives $subSlave.slaveName a serviceable reach around as $he does. $subSlave.slaveName does not orgasm, but _he2 looks a little less unhappy and @@.mediumaquamarine;thanks you@@ for your intervention after $activeSlave.slaveName <<if canPenetrate($activeSlave)>>grunts, fills _his2 asshole with cum, and pulls $himself out.<<else>>shakes with orgasm and removes $his fingers.<</if>> <<if canPenetrate($activeSlave)>> @@ -1609,7 +1593,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Double anal">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $activeSlave.slaveName to get out of the shower. $He looks crushed, and $subSlave.slaveName looks hopeful, until you tell $him to bring the bitch. $activeSlave.slaveName grabs $subSlave.slaveName by the wrist and drags $his protesting victim along. You sit on the counter and tell $activeSlave.slaveName to pass you the anal slave. $He does, giggling maliciously, openly masturbating as you pull the recalcitrant $subSlave.slaveName up onto your lap, seat <<if $PC.dick == 0>>a strap-on<<else>>your cock<</if>> firmly up _his2 already-fucked <<if $subSlave.anus > 2>>anal slit<<elseif $subSlave.anus > 1>>asshole<<else>>anus<</if>>, seize the backs of _his2 knees, and pull _him2 up into a crouching position atop you. You lift _him2 up and down on <<if $PC.dick == 0>>the strap-on<<else>>your dick<</if>> for a while, letting $activeSlave.slaveName continue $his <<if canPenetrate($activeSlave)>>jerking<<else>>rubbing<</if>>, before telling $him to join you. $He hesitates for a moment before you explain that $he should join you up $subSlave.slaveName's butthole. Your victim begins to cry openly but knows better than to beg. $activeSlave.slaveName <<if canPenetrate($activeSlave)>>pushes $his iron-hard prick up alongside yours,<<else>>shoves first one and then two fingers up alongside your prick,<</if>> eliciting a long wail from <<if $subSlave.belly >= 10000>>the overfilled <</if>>$subSlave.slaveName. The position isn't the best for pounding's sake, but the sadistic thrill of $subSlave.slaveName's anguish is plenty to bring both you and $activeSlave.slaveName to prompt orgasm. $subSlave.slaveName stumbles painfully back to the shower with @@.gold;ill-concealed terror,@@ while $activeSlave.slaveName impulsively gives you a @@.hotpink;quick hug.@@ <<set $activeSlave.devotion += 4>> @@ -1633,7 +1616,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "repressed anal virgin">> <<link "<<= $Girl>>s' butts are for loving">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $his butt is for lovemaking, just like $subSlave.slaveName's. $He looks horrified. You clear $his schedule and sit $him down on the couch ($he carefully avoids the spot where you and $subSlave.slaveName embraced) before continuing with your day. $subSlave.slaveName was your first inspection of the day, so $activeSlave.slaveName has nothing to do for hours and hours other than sit there and <<if canSee($activeSlave)>>watch you<<else>>listen to your actions<</if>>. $He's a healthy $girl,<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> ripe with pregnancy,<</if>> and $his food is laced with mild aphrodisiacs. The boredom and $his building arousal begin to torture $him, until finally $he grinds out a hesitant "P-plea<<s>>e fuck me, <<Master>>." You glance at $him and $he quickly looks down, blushing. You go back to your work, and an hour later $he manages a more confident "Plea<<s>>e fuck me, <<Master>>." <br><br> @@ -1674,7 +1656,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> //This option will take anal virginity// <br><<link "<<= $Girl>>s' butts are for pounding">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified.@@ You continue, telling $him to bring your property over to you. $He stumbles over, begging, "P-plea<<s>>e, fuck me <<Master>>, plea<<s>>e don't do <<s>>tuff to my butt. It'<<s>> going t-to h-hurt.<<if $activeSlave.preg > $activeSlave.pregData.normalBirth/2>> And I-I'm r-really pregnant.<<elseif $activeSlave.pregKnown == 1>> And I-I'm p-pregnant.<</if>>" You push $him down across your desk, giving $him a swat across the rump to warn $him to shut up. $He does, though $he makes a little squealing noise when you begin to grope $his ass, working your way in towards $his virgin backdoor. When $he feels <<if $PC.dick != 0>>your lubed cockhead<<else>>a lubed strap-on<</if>> sliding between $his buttocks and then pressing against $his anus, $he bursts out, "Plea<<s>>e no, <<Master>>! Plea<<s>>e not my — AAAH! OW!" and bursts into tears. You give $him a few seconds to get used to your girth and then begin to fuck $his delicious little virgin behind. Despite the pain, the <<if $activeSlave.vagina != -1>>stimulation gets $him wet<<elseif $activeSlave.prostate != 0>>prostate stimulation gets $him hard<<else>>stimulation brings a little fluid out of $him<</if>>, and you tell $him that $he clearly wants it. $He doesn't know what to say in response, so $he just cries harder as <<if $activeSlave.dick == 0>>you reach around to cup $his soaking cunt possessively<<else>>$he starts to leak despite $his displeasure<</if>>. $His butthole is so wonderfully tight that you orgasm quickly, throwing $his unresisting butt over onto the couch for another round. $He's @@.green;no longer repressed,@@ but $he now @@.red;hates@@ having $his @@.lime;newly loosened butt@@ fucked. <<set $activeSlave.behavioralFlaw = 0, $activeSlave.sexualFlaw = "hates anal", $activeSlave.trust -= 5, $activeSlave.anus += 1>> @@ -1685,14 +1666,12 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> //This option will take anal virginity// <br><<link "$His butt is being saved for later">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him to sit down on the couch and listen<<if !canHear($activeSlave)>>, so to speak<</if>>. $He obeys, carefully avoiding the spot where you and $subSlave.slaveName embraced. You explain that $subSlave.slaveName is an experienced anal slave, and that you enjoy having sex with _him2 there. You point out how much $subSlave.slaveName enjoyed _himself2 ($activeSlave.slaveName studiously avoids <<if canSee($activeSlave)>>looking at<<else>>facing<</if>> the moist spot on the couch that evidences this), and tell $him that anal sex can be very enjoyable. $He <<if canSee($activeSlave)>>looks at<<elseif canHear($activeSlave)>>listens to<<else>>waits for<</if>> you uncomprehendingly,<<if $activeSlave.belly >= 5000>> $his hand resting on $his rounded middle,<</if>> so you try a different tack. You tell $him that $his anal virginity has a price: it makes $him a more valuable slave. $He'll probably be fucked back there someday soon, but it's not something you plan to do lightly. And in any case, $he'll be trained to enjoy the experience when it happens. Hesitantly, $he <<say>>s, "I under<<s>>tand, <<Master>>. I @@.mediumaquamarine;tru<<s>>t you.@@" $He seems more confident for the rest of the inspection, and when it's done, $he leaves with less worry on $his face. <<set $activeSlave.trust += 5>> <</replace>> <</link>> <br><<link "$His butt is being sold today">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $his butt is your property, just like $subSlave.slaveName's. $He looks @@.gold;terrified,@@ but this is nothing to $his reaction when another slave arrives to bring $him out for an auction of $his virgin anus. $He's dragged out, whining, "P-plea<<s>>e, <<Master>>, plea<<s>>e don't <<s>>ell my butthole! I'll do anything! Plea<<s>>e!" $His pleas are unavailing. <<= capFirstChar($assistant.name)>> conducts a brisk streetside auction of the weeping slave $girl, using compliance systems to force $him to spread $his quivering buttocks for the crowd. The @@.yellowgreen;winning bidder@@ uses a public stall to do the deed; its thin walls are nowhere near enough to disguise $his whining and sobbing as he @@.lime;takes $his anal virginity.@@ $He now @@.red;hates anal.@@ <<run cashX(500, "whore", $activeSlave)>> @@ -1707,7 +1686,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "top exhaustion">> <<link "They're not done yet">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $subSlave.slaveName is out of it, and doesn't realize you're there. The first indication _he2 gets of your presence is the <<if $PC.dick != 0>>head of your penis<<else>>tip of your strap-on<</if>> <<if $subSlave.anus > 2>>sliding easily inside _his2 soft butthole<<elseif $subSlave.anus > 1>>pushing firmly up _his2 relaxed anus<<else>>penetrating _his2 tight little asshole<</if>>. _He2 groans, but greets you properly, slurring a little from sheer fatigue and overstimulation. Nevertheless, _he2 reaches clumsily around to spread _his2 cheeks for you. As you begin to fuck _his2 butt, your invading <<if $PC.dick != 0>>cock<<else>>phallus<</if>> <<if canPenetrate($subSlave)>> @@ -1738,7 +1716,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Rinse off with them">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that they definitely need to rinse off before bed. They both start with surprise and then greet you as best they can, though $subSlave.slaveName groans a little at having to get up so soon after exhausting _himself2 and then climaxing. Giggling, $activeSlave.slaveName heaves _him2 to _his2 feet, and between the two of you, you get _him2 to the showers. _He2's really spent; _his2 legs are wobbly, and _he2 slithers down to crouch under the warm water as soon as _he2 can. Uncoordinated, _he2 fumbles for the soap and washes _his2 sore body, only vaguely noticing the sex going on mere <<if $showInches == 2>>inches<<else>>centimeters<</if>> over _his2 head. Since $activeSlave.slaveName was being such a good $girl and looking after $his <<if $activeSlave.relationship > 4>>_wife2's<<else>>lover's<</if>> needs, you take $him in the way $he likes it best, <<switch $activeSlave.fetish>> @@ -1790,7 +1767,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "simple assault">> <<link "Slide in behind">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $activeSlave.slaveName to go back to what $he was doing. $He's a little disappointed you're not joining in, but $he obeys, pounding the crying $subSlave.slaveName without mercy. Then $activeSlave.slaveName feels the head of <<if $PC.dick>>your dick<<else>>a strap-on<</if>> brush $his butt. <<run Enunciate($activeSlave)>> @@ -1823,7 +1799,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Slide in alongside">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $activeSlave.slaveName to flip $subSlave.slaveName over and let you in too. Just as you expected, $activeSlave.slaveName responds with a vicious giggle, and $subSlave.slaveName cries even harder. <<run Enunciate($subSlave)>> @@ -1866,7 +1841,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Put a stop to it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $activeSlave.slaveName to stop raping $subSlave.slaveName. <<run Enunciate($activeSlave)>> @@ -1888,7 +1862,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "cockmilk interception">> <<link "Step in for the stimulator">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<run seX($subSlave, "anal", $PC, "pentrative")>> <<if canImpreg($subSlave, $PC)>> @@ -1927,7 +1900,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</link>> <<if $subSlave.lactation>> <br><<link "Make sure the cumslut gets a balanced diet">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You stand by and watch the arresting scene until $subSlave.slaveName cums. The milking stations are designed to be pleasurable, so they're calibrated to drain <<print _girl2>>s' balls about as fast as they drain their udders, allowing them to enjoy both kinds of relief for the whole session. But $activeSlave.slaveName has falsified that for once; <<if $activeSlave.skill.oral > 95>> @@ -1949,7 +1921,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</if>> <<if $PC.dick>> <br><<link "Substitute your cum">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order $activeSlave.slaveName to put the dick back where it belongs and come out from under there. There's a lewd noise as $he spits out $subSlave.slaveName's penis. "Ye<<s>>, <<Master>>!" $he <<say>>s automatically, knowing your voice, and $he scrabbles to obey, stuffing poor moaning $subSlave.slaveName's member back in its proper cum receptacle before hurriedly scooting out from under, <<if $activeSlave.clitSetting == "cumslut">>gasping with the stimulation applied by $his smart piercing, which is encouraging $him to suck dick. @@ -1991,7 +1962,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "interslave begging">> <<link "Give the poor slave what $he's asking for">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<run Enunciate($subSlave)>> <<set _belly = bellyAdjective($subSlave)>> @@ -2024,7 +1994,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<if $subSlave.energy > 40>> <<if $subSlave.fetishKnown>> <br><<link "Effect a trade">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $subSlave.slaveName has a perfectly healthy libido; there has to be something _he2'd like getting from $activeSlave.slaveName in turn. You clear your throat, getting the slaves' attention, and ask $subSlave.slaveName if there's anything _he2'd like $activeSlave.slaveName to do for _him2 in return for sex. $activeSlave.slaveName is so desperate that $he makes a suggestion before $subSlave.slaveName can open _his2 mouth. Everyone knows $subSlave.slaveName <<run Enunciate($activeSlave)>> @@ -2118,7 +2087,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</if>> <</if>> <br><<link "Assert your dominance">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<run Enunciate($activeSlave)>> <<set _belly = bellyAdjective($activeSlave)>> @@ -2192,7 +2160,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</replace>> <</link>> <br><<link "Rescind the rule against rape">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<set $universalRulesConsent = 0>> <<set _belly = bellyAdjective($subSlave)>> @@ -2227,7 +2194,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<case "incestuous nursing">> <<link "That looks delicious">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The motherly $desc's breast milk looks delicious. $He's lactating <<if $activeSlave.lactation > 1>>so unnaturally that each jiggle transmitted to $his unoccupied breast by $subSlave.slaveName's nursing produces a spurt from the free nipple.<<else>> naturally, but in such healthy profusion that a milky stream is running down $his unoccupied breast.<</if>> You get down beside $subSlave.slaveName and start nursing too. "Oh, <<Master>>," gasps $activeSlave.slaveName, as much from surprise as from the additional stimulation. Then $he sighs contentedly, and goes back to petting $subSlave.slaveName's head. $He picks up $his other hand and hesitates, not sure whether $he should stroke $his owner's hair, but you take $his hand in yours and place it on the back of your head. There's a @@.mediumaquamarine;sharp intake of breath@@ in the chest behind the breast you're nursing from, and $he strokes your head with a motherly caress, gently holding you against $his milky tit as you drain it of its cream. <br><br> @@ -2254,7 +2220,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <<if $subSlave.relationship <= 4 && $subSlave.relationship >= 0>> <<if canTalk($subSlave)>> <br><<link "This is clearly a basis for a relationship">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding that this should be encouraged, you praise $activeSlave.slaveName for $his close relationship to $his _daughter2. "Thank you, <<Master>>," $he <<say>>s. "I try to be the be<<s>>t <<if $subSlave.mother == $activeSlave.ID>>mom<<else>>dad<</if>> I can." $He bends and kisses the top of $subSlave.slaveName's head. <br><br> @@ -2357,7 +2322,6 @@ $he adds impishly. <<if canHear($subSlave)>>Hearing this<<else>>Realizing your p <</if>> <</if>> <br><<link "Shame them">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName and $subSlave.slaveName are properly trained sex slaves, and you wonder whether they still understand exactly how perverted it is to, respectively, nurse one's adult child while getting masturbated by _him2, and drink one's _mother's milk while playing with $his private parts. So, you decide to explain it to them. You start with $activeSlave.slaveName, cuttingly asking whether $he understands that $his relationship with $his _daughter2 is irrevocably polluted by incest. <<if $activeSlave.fetish == "humiliation">> diff --git a/src/uncategorized/arcmgmt.tw b/src/uncategorized/arcmgmt.tw index 05a6883fcc647871e9b54de9ce52fc427f03a404..13642ae02256194ce84aa9f407e5890ec06506c0 100644 --- a/src/uncategorized/arcmgmt.tw +++ b/src/uncategorized/arcmgmt.tw @@ -1498,52 +1498,26 @@ You own <<set _AWeekGrowth -= $arcologies[0].embargo*2>> <</if>> - <<set $desc = []>> - <<set $descNeg = []>> + <<set _desc = []>> + <<set _descNeg = []>> <<for $i = 1; $i < $arcologies.length; $i++>> <<set _opinion = arcologyOpinion($arcologies[0], $arcologies[$i])>> <<if _opinion >= 100>> - <<set $desc.push($arcologies[$i].name)>> + <<set _desc.push($arcologies[$i].name)>> <<elseif _opinion <= -100>> - <<set $descNeg.push($arcologies[$i].name)>> + <<set _descNeg.push($arcologies[$i].name)>> <</if>> <</for>> - <<if $desc.length > 0>> + <<if _desc.length > 0>> Your arcology's economy benefits from close social alignment with - <<if $desc.length > 2>> - ''$desc[0]'', - <<for $k = 1; $k < $desc.length; $k++>> - <<if $k < $desc.length-1>> - ''$desc[$k]'', - <<else>> - and ''$desc[$k]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> - <</if>> - <</for>> - <<elseif $desc.length == 2>> - ''$desc[0]'' and ''$desc[1]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> - <<else>> - ''$desc[0]''<<if $descNeg.length > 0>>, but<<else>>.<</if>> - <</if>> - <<set _AWeekGrowth += $desc.length>> + <<= _desc.reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>><<if _descNeg.length > 0>>, but<<else>>.<</if>> + <<set _AWeekGrowth += _desc.length>> <</if>> - <<if $descNeg.length > 0>> - <<if $desc.length == 0>>Your arcology's economy<</if>> + <<if _descNeg.length > 0>> + <<if _desc.length == 0>>Your arcology's economy<</if>> is hindered by social conflicts with - <<if $descNeg.length > 2>> - ''$descNeg[0]'', - <<for $k = 1; $k < $descNeg.length; $k++>> - <<if $k < $descNeg.length-1>> - ''$descNeg[$k]'', - <<else>> - and ''$descNeg[$k]''. - <</if>> - <</for>> - <<elseif $descNeg.length == 2>> - ''$descNeg[0]'' and ''$descNeg[1]''. - <<else>> - ''$descNeg[0]''. - <</if>> - <<set _AWeekGrowth -= $descNeg.length>> + <<= _descNeg.reduce((res, ch, i, arr) => res + (i === arr.length - 1 ? ' and ' : ', ') + ch)>>. + <<set _AWeekGrowth -= _descNeg.length>> <</if>> <<if $alwaysSubsidizeGrowth == 1>> Growth was subsidized as planned. diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw index e95de3007c2c47c3d52529a19cbffac8bd7c9ecc..50cc867302c1151f5c4121388e192c4b9bbc5df7 100644 --- a/src/uncategorized/bodyModification.tw +++ b/src/uncategorized/bodyModification.tw @@ -1,7 +1,6 @@ :: Body Modification [nobr] <<set $nextButton = "Confirm changes", $nextLink = "AS Dump", $returnTo = "Slave Interact">> -<<run clearSummaryCache($activeSlave)>> <<setLocalPronouns $activeSlave>> <<run Enunciate($activeSlave)>> diff --git a/src/uncategorized/bulkSlaveGenerate.tw b/src/uncategorized/bulkSlaveGenerate.tw index 94900663ec09250c12469944d337f0214622175b..496e71fccfa5da2607c268ec6adabf2df4889406 100644 --- a/src/uncategorized/bulkSlaveGenerate.tw +++ b/src/uncategorized/bulkSlaveGenerate.tw @@ -57,7 +57,7 @@ <</if>> <<case "corporate">> - <<if $corpMarket == 1>> + <<if $corp.Market == 1>> <<set $discount = 350>> <</if>> diff --git a/src/uncategorized/buySlaves.tw b/src/uncategorized/buySlaves.tw index 6d0ef97c3ca5b78d17f618c24da06c7c3a3a8784..bb839ba9cb684251cd4cccb33a789120aa061e84 100644 --- a/src/uncategorized/buySlaves.tw +++ b/src/uncategorized/buySlaves.tw @@ -27,7 +27,7 @@ <h2>Sex Slave Purchase Options</h2> <div> - <<if $corpIncorporated != 0>> + <<if $corp.Incorporated == 1>> [[Corporate Market][$slavesSeen += 1]] | <<if $cash > _minimumFive>> [[(x5)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 5]] | @@ -35,7 +35,7 @@ <<if $cash > _minimumTen>> [[(x10)|Bulk Slave Generate][$slaveMarket = "corporate", $introType = "bulk", $numSlaves = 10]] | <</if>> - <<if $corpMarket == 1>>//Slaves from your corporation purchased at a discounted rate.//<<else>>//Slaves from your corporation//<</if>> + <<if $corp.Market == 1>>//Slaves from your corporation purchased at a discounted rate.//<<else>>//Slaves from your corporation//<</if>> <</if>> </div> @@ -566,7 +566,7 @@ [[(x100)|Buy Slaves][$fuckdolls-=100,$menialDemandFactor-=100,cashX((menialSlaveCost(-100)*100), "fuckdollsTransfer")]] <</if>> <</if>> - [[(all)|Buy Slaves][cashX($fuckdolls*(menialSlaveCost(-$fuckdolls), "fuckdollsTransfer")),$menialDemandFactor-=$fuckdolls,$fuckdolls = 0]] + [[(all)|Buy Slaves][cashX($fuckdolls*(menialSlaveCost(-$fuckdolls)), "fuckdollsTransfer"),$menialDemandFactor-=$fuckdolls,$fuckdolls = 0]] <</if>> <</if>> </div> diff --git a/src/uncategorized/costsReport.tw b/src/uncategorized/costsReport.tw index 592a0da8e3da5e8dddcd24fd39aa7831dd041578..fdadf1b7a48e779e5129228ccc708ac3ab637778 100644 --- a/src/uncategorized/costsReport.tw +++ b/src/uncategorized/costsReport.tw @@ -118,19 +118,18 @@ your personal living expenses are @@.yellowgreen;<<print cashFormat(Math.trunc(_ <<if $brothel > 0 || $club > 0 || $arcade > 0 || $dairy > 0 || $farmyard > 0>> <br><br>__Arcology Building Maintenance__: <<if $brothel > 0>> - <<set _advertising = 0>> - <<if $brothel > 0>> - <<set _advertising = $brothelAdsSpending>> + <<set _advertising = 0>> + <<if $brothelAdsSpending > 0>> + <<set _advertising = $brothelAdsSpending>> + <</if>> + <br> + Brothel: @@.yellowgreen;<<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>>@@ + <<set _arcologyCosts += ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>> <</if>> - <br> - Brothel: @@.yellowgreen;<<print cashFormat(($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising)>>@@ - <<set _arcologyCosts += ($brothel*$facilityCost)+(0.1*$brothelUpgradeDrugs*$brothel*$facilityCost)+_advertising>> -<</if>> <<if $club > 0>> <<set _advertising= 0>> - <<if $club > 0>> + <<if $clubAdsSpending > 0>> <<set _advertising = $clubAdsSpending>> - <<set _arcologyCosts += $clubAdsSpending>> <</if>> <br> Club: @@.yellowgreen;<<print cashFormat(($club*$facilityCost)+(0.2*$clubUpgradePDAs*$club*$facilityCost)+_advertising)>>@@ diff --git a/src/uncategorized/economics.tw b/src/uncategorized/economics.tw index 513b2d7f14a2745a57bf63f66aa5e83bd55d6cf7..6823bb3a86e29cc3050cc905eaaa2a3ae9ebf85d 100644 --- a/src/uncategorized/economics.tw +++ b/src/uncategorized/economics.tw @@ -27,7 +27,7 @@ <<include "FS Developments">> <</if>> -<<if $corpIncorporated == 1>> +<<if $corp.Incorporated == 1>> <br><br> <<include "Corporation Developments">> <</if>> @@ -61,7 +61,7 @@ <<if $FSAnnounced > 0>> <button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Societies')">Society Development</button> <</if>> - <<if $corpIncorporated == 1>> + <<if $corp.Incorporated == 1>> <button class="tablinks" onclick="App.UI.tabbar.openTab(event, 'Corporation')">Corporation Developments</button> <</if>> <<if $secExpEnabled == 1>> @@ -95,7 +95,7 @@ </div> <</if>> -<<if $corpIncorporated == 1>> +<<if $corp.Incorporated == 1>> <div id="Corporation" class="tabcontent"> <div class="content"> <<include "Corporation Developments">> diff --git a/src/uncategorized/neighborsDevelopment.tw b/src/uncategorized/neighborsDevelopment.tw index 0a756d9fa999454c03c40585fbd9c1a92d44fad2..5cda01efec21014f53dcb759fe318bd8d03c4f32 100644 --- a/src/uncategorized/neighborsDevelopment.tw +++ b/src/uncategorized/neighborsDevelopment.tw @@ -9,7 +9,7 @@ <</for>> <<set $averageProsperity = $averageProsperity/$arcologies.length>> -<<if $corpIncorporated == 1>> +<<if $corp.Incorporated == 1>> <<set _corpBonus = Math.trunc(1000 * Math.pow(App.Corporate.value, 0.1))>> <</if>> @@ -717,8 +717,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSSupremacist != "unset">> - <<if $corpIncorporated == 1>> - <<if !$corpSpecRaces.includes($arcologies[$i].FSSupremacistRace)>> + <<if $corp.Incorporated == 1>> + <<if !$corp.SpecRaces.includes($arcologies[$i].FSSupremacistRace)>> It's a @@.lightgreen;good market@@ for your corporation's racially inferior slaves, improving sales and helping social progress. <<set $arcologies[$i].FSSupremacist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -777,8 +777,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSSubjugationist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecRaces.includes($arcologies[$i].FSSubjugationistRace)>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecRaces.includes($arcologies[$i].FSSubjugationistRace)>> It's a @@.lightgreen;good market@@ for your corporation's $arcologies[$i].FSSubjugationistRace slaves, improving sales and helping social progress. <<set $arcologies[$i].FSSubjugationist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -812,16 +812,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSRepopulationFocus != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecMilk > 0>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecMilk > 0>> It's a @@.lightgreen;good market@@ for your corporation's milky cows, improving sales and helping social progress. <<set $arcologies[$i].FSRepopulationFocus += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecAge == 1>> + <<elseif $corp.SpecAge == 1>> It's a @@.lightgreen;good market@@ for your corporation's youthful captures, improving sales and helping social progress. <<set $arcologies[$i].FSRepopulationFocus += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecInjection == 5>> + <<elseif $corp.SpecInjection == 5>> It's a @@.lightgreen;good market@@ for your corporation's milky cows, improving sales and helping social progress. <<set $arcologies[$i].FSRepopulationFocus += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -854,16 +854,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSRestart != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecBalls == -1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecBalls == -1>> It's an @@.lightgreen;excellent market@@ for your corporation's neutered slavegirls, improving sales and helping social progress. <<set $arcologies[$i].FSRestart += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecSexEd == 2>> + <<elseif $corp.SpecSexEd == 2>> It's a @@.lightgreen;good market@@ for your corporation's well trained toys, improving sales and helping social progress. <<set $arcologies[$i].FSRestart += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecIntelligence == 3>> + <<elseif $corp.SpecIntelligence == 3>> It's a @@.lightgreen;good market@@ for your corporation's smarter captures, improving sales and helping social progress. <<set $arcologies[$i].FSRestart += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -898,22 +898,22 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSGenderRadicalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecHormones > 0>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecHormones > 0>> It's a @@.lightgreen;good market@@ for your corporation's hormonally treated slaves, improving sales and helping social progress. <<set $arcologies[$i].FSGenderRadicalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> <</if>> - <<if $corpSpecPussy == 1 && $corpSpecDick == 1>> + <<if $corp.SpecPussy == 1 && $corp.SpecDick == 1>> It's a @@.lightgreen;good market@@ for your corporation's beautiful futanari, improving sales and helping social progress. <<set $arcologies[$i].FSGenderRadicalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecBalls == -1>> + <<elseif $corp.SpecBalls == -1>> It's a @@.lightgreen;good market@@ for your corporation's clipped buttsluts, improving sales and helping social progress. <<set $arcologies[$i].FSGenderRadicalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> <</if>> - <<if ($corpSpecGender == 2) || ($seeDicks == 100)>> + <<if ($corp.SpecGender == 2) || ($seeDicks == 100)>> It's a @@.lightgreen;good market@@ for your corporation's feminized slaves, improving sales and helping social progress. <<set $arcologies[$i].FSGenderRadicalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -945,8 +945,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSGenderFundamentalist != "unset">> - <<if $corpIncorporated == 1>> - <<if ($corpSpecGender == 1) || ($seeDicks == 0)>> + <<if $corp.Incorporated == 1>> + <<if ($corp.SpecGender == 1) || ($seeDicks == 0)>> It's a @@.lightgreen;good market@@ for your corporation's enslaved females, improving sales and helping social progress. <<set $arcologies[$i].FSGenderFundamentalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -980,17 +980,17 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSPaternalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecTrust > 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecTrust > 3>> It's a @@.lightgreen;good market@@ for your corporation's well-treated companions, improving sales and helping social progress. <<set $arcologies[$i].FSPaternalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> <</if>> - <<if $corpSpecCosmetics == 1>> + <<if $corp.SpecCosmetics == 1>> It's a @@.lightgreen;good market@@ for your corporation's meticulously beautified ladies, improving sales and helping social progress. <<set $arcologies[$i].FSPaternalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecEducation > 0>> + <<elseif $corp.SpecEducation > 0>> It's a @@.lightgreen;good market@@ for your corporation's educated ladies, improving sales and helping social progress. <<set $arcologies[$i].FSPaternalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1022,17 +1022,17 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSDegradationist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecTrust < 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecTrust < 3>> It's a @@.lightgreen;good market@@ for your corporation's thoroughly terrified slaves, improving sales and helping social progress. <<set $arcologies[$i].FSDegradationist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> <</if>> - <<if $corpSpecIntelligence == 1>> + <<if $corp.SpecIntelligence == 1>> It's a @@.lightgreen;good market@@ for your corporation's idiotic sluts, improving sales and helping social progress. <<set $arcologies[$i].FSDegradationist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecAmputee == 1>> + <<elseif $corp.SpecAmputee == 1>> It's a @@.lightgreen;good market@@ for your corporation's human sex toys, improving sales and helping social progress. <<set $arcologies[$i].FSDegradationist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1066,12 +1066,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSIntellectualDependency != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecIntelligence == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecIntelligence == 1>> It's an @@.lightgreen;excellent market@@ for your corporation's idiotic sluts, improving sales and helping social progress. <<set $arcologies[$i].FSIntellectualDependency += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecEducation == 0>> + <<elseif $corp.SpecEducation == 0>> It's a @@.lightgreen;good market@@ for your corporation's uneducated slaves, improving sales and helping social progress. <<set $arcologies[$i].FSIntellectualDependency += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1104,26 +1104,26 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSSlaveProfessionalism != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecIntelligence == 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecIntelligence == 3>> It's an @@.lightgreen;excellent market@@ for your corporation's smarter captures, improving sales and helping social progress. <<set $arcologies[$i].FSSlaveProfessionalism += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> <</if>> - <<if $corpSpecEducation > 1>> + <<if $corp.SpecEducation > 1>> It's a @@.lightgreen;good market@@ for your corporation's well educated ladies, improving sales and helping social progress. <<set $arcologies[$i].FSSlaveProfessionalism += 2>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecEducation > 0>> + <<elseif $corp.SpecEducation > 0>> It's a @@.lightgreen;good market@@ for your corporation's educated ladies, improving sales and helping social progress. <<set $arcologies[$i].FSSlaveProfessionalism += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> <</if>> - <<if $corpSpecSexEd == 2>> + <<if $corp.SpecSexEd == 2>> It's a @@.lightgreen;good market@@ for your corporation's well trained toys, improving sales and helping social progress. <<set $arcologies[$i].FSSlaveProfessionalism += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecAccent == 2>> + <<elseif $corp.SpecAccent == 2>> It's a @@.lightgreen;good market@@ for your corporation's linguistically perfect slaves, improving sales and helping social progress. <<set $arcologies[$i].FSSlaveProfessionalism += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1157,9 +1157,9 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSBodyPurist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecImplants == 0>> - <<if $corpSpecAmputee != 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecImplants == 0>> + <<if $corp.SpecAmputee != 1>> It's a @@.lightgreen;good market@@ for your corporation's implant-free slaves, improving sales and helping social progress. <<set $arcologies[$i].FSBodyPurist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1193,12 +1193,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSTransformationFetishist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecImplants == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecImplants == 1>> It's a @@.lightgreen;good market@@ for your corporation's implanted slaves, improving sales and helping social progress. <<set $arcologies[$i].FSTransformationFetishist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecImplants == 2>> + <<elseif $corp.SpecImplants == 2>> It's an @@.lightgreen;excellent market@@ for your corporation's absurdly implanted slaves, improving sales and helping social progress. <<set $arcologies[$i].FSTransformationFetishist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> @@ -1239,8 +1239,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSYouthPreferentialist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAge == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAge == 1>> It's a @@.lightgreen;good market@@ for your corporation's young slaves, improving sales and helping social progress. <<set $arcologies[$i].FSYouthPreferentialist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1272,8 +1272,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSMaturityPreferentialist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAge == 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAge == 3>> It's a @@.lightgreen;good market@@ for your corporation's enslaved MILFs, improving sales and helping social progress. <<set $arcologies[$i].FSMaturityPreferentialist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1307,12 +1307,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSPetiteAdmiration != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecHeight == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecHeight == 1>> It's an @@.lightgreen;excellent market@@ for your corporation's minuscule slaves, improving sales and helping social progress. <<set $arcologies[$i].FSPetiteAdmiration += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecHeight == 2>> + <<elseif $corp.SpecHeight == 2>> It's a @@.lightgreen;good market@@ for your corporation's shorter captures, improving sales and helping social progress. <<set $arcologies[$i].FSPetiteAdmiration += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1344,12 +1344,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSStatuesqueGlorification != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecHeight == 5>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecHeight == 5>> It's an @@.lightgreen;excellent market@@ for your corporation's gigantic slaves, improving sales and helping social progress. <<set $arcologies[$i].FSStatuesqueGlorification += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecHeight == 4>> + <<elseif $corp.SpecHeight == 4>> It's a @@.lightgreen;good market@@ for your corporation's taller captures, improving sales and helping social progress. <<set $arcologies[$i].FSStatuesqueGlorification += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1384,9 +1384,9 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSSlimnessEnthusiast != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecInjection < 2>> - <<if $corpSpecWeight < 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecInjection < 2>> + <<if $corp.SpecWeight < 3>> It's a @@.lightgreen;good market@@ for your corporation's trim slaves, improving sales and helping social progress. <<set $arcologies[$i].FSSlimnessEnthusiast += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1420,16 +1420,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSAssetExpansionist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSPecInjection == 4>> + <<if $corp.Incorporated == 1>> + <<if $corp.SPecInjection == 4>> It's an @@.lightgreen;excellent market@@ for your corporation's world-class tits and ass, improving sales and helping social progress. <<set $arcologies[$i].FSAssetExpansionist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecInjection == 5>> + <<elseif $corp.SpecInjection == 5>> It's a @@.lightgreen;good market@@ for your corporation's hugely endowed cows, improving sales and helping social progress. <<set $arcologies[$i].FSAssetExpansionist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSPecInjection == 3>> + <<elseif $corp.SPecInjection == 3>> It's a @@.lightgreen;good market@@ for your corporation's stacked slaves, improving sales and helping social progress. <<set $arcologies[$i].FSAssetExpansionist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1460,12 +1460,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSPastoralist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecInjection == 5>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecInjection == 5>> It's an @@.lightgreen;excellent market@@ for your corporation's world-class milk producers, improving sales and helping social progress. <<set $arcologies[$i].FSPastoralist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecMilk > 0>> + <<elseif $corp.SpecMilk > 0>> It's an @@.lightgreen;excellent market@@ for your corporation's world-class milk producers, improving sales and helping social progress. <<set $arcologies[$i].FSPastoralist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> @@ -1497,16 +1497,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSCummunism != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecInjection == 5>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecInjection == 5>> It's an @@.lightgreen;excellent market@@ for your corporation's world-class cum producers, improving sales and helping social progress. <<set $arcologies[$i].FSCummunism += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecHormones == 2>> + <<elseif $corp.SpecHormones == 2>> It's a @@.lightgreen;good market@@ for your corporation's masculinized slaves, improving sales and helping social progress. <<set $arcologies[$i].FSCummunism += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecDick == 1 && $corpSpecBalls == 1>> + <<elseif $corp.SpecDick == 1 && $corp.SpecBalls == 1>> It's a @@.lightgreen;good market@@ for your corporation's slaves standard dicks and balls, improving sales and helping social progress. <<set $arcologies[$i].FSCummunism += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1540,16 +1540,16 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSPhysicalIdealist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecMuscle == 5 >> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecMuscle == 5 >> It's an @@.lightgreen;excellent market@@ for your corporation's ripped chicks, improving sales and helping social progress. <<set $arcologies[$i].FSPhysicalIdealist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecMuscle == 4>> + <<elseif $corp.SpecMuscle == 4>> It's a @@.lightgreen;good market@@ for your corporation's toned ladies, improving sales and helping social progress. <<set $arcologies[$i].FSPhysicalIdealist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> - <<elseif $corpSpecHeight > 3>> + <<elseif $corp.SpecHeight > 3>> It's a @@.lightgreen;good market@@ for your corporation's tall ladies, improving sales and helping social progress. <<set $arcologies[$i].FSPhysicalIdealist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1582,12 +1582,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSHedonisticDecadence != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecTrust > 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecTrust > 3>> It's an @@.lightgreen;excellent market@@ for your corporation's well kept, happy slaves, improving sales and helping social progress. <<set $arcologies[$i].FSHedonisticDecadence += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecSexEd == 2>> + <<elseif $corp.SpecSexEd == 2>> It's a @@.lightgreen;good market@@ for your corporation's skilled slaves, improving sales and helping social progress. <<set $arcologies[$i].FSHedonisticDecadence += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1618,8 +1618,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSIncestFetishist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAge == 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAge == 3>> It's a @@.lightgreen;good market@@ for your corporation's motherly slaves, especially those that look like peoples mothers, improving sales and helping social progress. <<set $arcologies[$i].FSIncestFetishist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1650,12 +1650,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSChattelReligionist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecSexEd == 2>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecSexEd == 2>> It's an @@.lightgreen;excellent market@@ for your corporation's holy sex slaves, improving sales and helping social progress. <<set $arcologies[$i].FSChattelReligionist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecSexEd == 1>> + <<elseif $corp.SpecSexEd == 1>> It's a @@.lightgreen;good market@@ for your corporation's aspiring sexual acolytes, improving sales and helping social progress. <<set $arcologies[$i].FSChattelReligionist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1701,8 +1701,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSRomanRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecEducation > 0>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecEducation > 0>> It's a @@.lightgreen;good market@@ for your corporation's properly educated slaves, improving sales and helping social progress. <<set $arcologies[$i].FSRomanRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1746,8 +1746,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSAztecRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAccent == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAccent == 1>> It's a @@.lightgreen;good market@@ for your corporation's lovely mix of slave accents, improving sales and helping social progress. <<set $arcologies[$i].FSAztecRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1791,8 +1791,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSEgyptianRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAccent == 1>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAccent == 1>> It's a @@.lightgreen;good market@@ for your corporation's lovely mix of slave accents, improving sales and helping social progress. <<set $arcologies[$i].FSEgyptianRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1836,8 +1836,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSEdoRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecAccent == 2>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecAccent == 2>> It's a @@.lightgreen;good market@@ for your corporation's linguistically perfect slaves, improving sales and helping social progress. <<set $arcologies[$i].FSEdoRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1881,12 +1881,12 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSArabianRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecDevotion == 5>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecDevotion == 5>> It's an @@.lightgreen;excellent market@@ for your corporation's harem-ready devotees, improving sales and helping social progress. <<set $arcologies[$i].FSArabianRevivalist += 2>> <<run App.Corporate.earnRevenue(_corpBonus*2, 'foreign')>> - <<elseif $corpSpecDevotion == 4>> + <<elseif $corp.SpecDevotion == 4>> It's a @@.lightgreen;good market@@ for your corporation's properly broken girls, improving sales and helping social progress. <<set $arcologies[$i].FSArabianRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> @@ -1930,8 +1930,8 @@ has an estimated GSP of @@.yellowgreen;<<print cashFormat(_prosperity)>><<if $sh <</if>> <</if>> <<if $arcologies[$i].FSChineseRevivalist != "unset">> - <<if $corpIncorporated == 1>> - <<if $corpSpecIntelligence == 3>> + <<if $corp.Incorporated == 1>> + <<if $corp.SpecIntelligence == 3>> It's a @@.lightgreen;good market@@ for your corporation's intelligent Head Girl prospects, improving sales and helping social progress. <<set $arcologies[$i].FSChineseRevivalist += 1>> <<run App.Corporate.earnRevenue(_corpBonus, 'foreign')>> diff --git a/src/uncategorized/nextSlaveInLine.tw b/src/uncategorized/nextSlaveInLine.tw deleted file mode 100644 index bd5229daa423d94161862931d6c3af927fb5ed99..0000000000000000000000000000000000000000 --- a/src/uncategorized/nextSlaveInLine.tw +++ /dev/null @@ -1,13 +0,0 @@ -:: Next Slave In Line - -<<silently>> - -<<set $i = $slaveIndices[$activeSlave.ID]>> -<<run clearSummaryCache($activeSlave)>> -<<set $slaves[$i] = $activeSlave>> /* save changes before switching */ - -<<set $activeSlave = $slaves[$slavesInLine[1]]>> - -<<goto "Slave Interact">> - -<</silently>> diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw index 3ef29cc1664e68ff9d47fbfde66cc6fa9a224a42..385b76fac44777b8d8008b248dc6ed0b5b7b3806 100644 --- a/src/uncategorized/nextWeek.tw +++ b/src/uncategorized/nextWeek.tw @@ -351,7 +351,7 @@ <<set $boobsID = -1, $boobsInterestTargetID = -1, $buttslutID = -1, $buttslutInterestTargetID = -1, $cumslutID = -1, $cumslutInterestTargetID = -1, $humiliationID = -1, $humiliationInterestTargetID = -1, $sadistID = -1, $sadistInterestTargetID = -1, $masochistID = -1, $masochistInterestTargetID = -1, $domID = -1, $dominantInterestTargetID = -1, $subID = -1, $submissiveInterestTargetID = -1>> /% Other arrays %/ -<<set $events = [], $RESSevent = [], $RESSTRevent = [], $RETSevent = [], $RECIevent = [], $RecETSevent = [], $REFIevent = [], $REFSevent = [], $PESSevent = [], $PETSevent = [], $FSAcquisitionEvents = [], $FSNonconformistEvents = [], $REAnalCowgirlSubIDs = [], $REButtholeCheckinIDs = [], $recruit = [], $RETasteTestSubIDs = [], $devotedSlaves = [], $rebelSlaves = [], $REBoobCollisionSubIDs = [], $REIfYouEnjoyItSubIDs = [], $RESadisticDescriptionSubIDs = [], $REShowerForceSubIDs = [], $RESimpleAssaultIDs = [], $RECockmilkInterceptionIDs = [], $REInterslaveBeggingIDs = [], $bedSlaves = [], $eligibleSlaves = [], $slavesInLine = []>> +<<set $events = [], $RESSevent = [], $RESSTRevent = [], $RETSevent = [], $RECIevent = [], $RecETSevent = [], $REFIevent = [], $REFSevent = [], $PESSevent = [], $PETSevent = [], $FSAcquisitionEvents = [], $FSNonconformistEvents = [], $REAnalCowgirlSubIDs = [], $REButtholeCheckinIDs = [], $recruit = [], $RETasteTestSubIDs = [], $devotedSlaves = [], $rebelSlaves = [], $REBoobCollisionSubIDs = [], $REIfYouEnjoyItSubIDs = [], $RESadisticDescriptionSubIDs = [], $REShowerForceSubIDs = [], $RESimpleAssaultIDs = [], $RECockmilkInterceptionIDs = [], $REInterslaveBeggingIDs = [], $bedSlaves = [], $eligibleSlaves = []>> /% Slave Objects using 0 instead of null. Second most memory eaten up. %/ <<set $activeSlave = 0, $eventSlave = 0, $slaveWithoutBonuses = 0, $subSlave = 0, $milkTap = 0, $relation = 0, $relative = 0, $relative2 = 0>> @@ -363,8 +363,6 @@ <<set $buyer = "", $desc = "", $event = "", $goto = "", $malefactor = "", $oldName = "", $oldSurname = "", $k = "">> /% Done with zeroing out, what should be for the most part Temps %/ -<<run clearSummaryCache()>> - <<if $autosave != 0>> <<script>>Save.autosave.save("Week Start Autosave")<</script>> <</if>> diff --git a/src/uncategorized/nonRandomEvent.tw b/src/uncategorized/nonRandomEvent.tw index 03e15d6c1b64a4472ead706b4802e34792adf4e1..f63a1c14b1e4a033fadf812d1cd07e3d292f5180 100644 --- a/src/uncategorized/nonRandomEvent.tw +++ b/src/uncategorized/nonRandomEvent.tw @@ -139,13 +139,13 @@ <<elseif !$assistant.market && $assistant.power > 1>> <<set $Event = "market assistant">> <<goto "Assistant Events">> -<<elseif (_effectiveWeek > 70) && ($corpIncorporated > 0) && ($rivalOwnerEnslaved > 0) && ($mercenaries >= 3) && ($mercenariesHelpCorp == 0) && ($corpDivExtra > 0)>> +<<elseif (_effectiveWeek > 70) && ($corp.Incorporated > 0) && ($rivalOwnerEnslaved > 0) && ($mercenaries >= 3) && ($mercenariesHelpCorp == 0) && ($corp.DivExtra > 0)>> <<goto "P Mercs Help Corp">> <<elseif _effectiveWeek > 75 && (def $peacekeepers) && $peacekeepers.strength < 50 && $rivalOwner == 0 && $peacekeepersFate != 1>> <<goto "P peacekeepers independence">> <<elseif (def $peacekeepers) && $peacekeepers.strength >= 50 && $peacekeepers.influenceAnnounced == 0>> <<goto "P peacekeepers influence">> -<<elseif ($cash > 120000) && ($rep > 4000) && ($corpAnnounced == 0)>> +<<elseif ($cash > 120000) && ($rep > 4000) && ($corp.Announced == 0)>> <<goto "P Corp Announcement">> <<elseif ($rivalOwner > 0)>> <<if $hostageAnnounced == 0 && $rivalSet != 0>> diff --git a/src/uncategorized/options.tw b/src/uncategorized/options.tw index d9dba38057003972c4e9f2d5a1b54728dbcae58b..b9b9269b30f04a18c0d495901700b38cf3e9dae0 100644 --- a/src/uncategorized/options.tw +++ b/src/uncategorized/options.tw @@ -213,12 +213,6 @@ This save was created using FC version $ver build $releaseID. This is mostly for new players. @@.exampleTooltip.noteworthy;Colored text@@ can have tooltips. <</options>> - <<options $useSummaryCache>> - Slave summary caching is - <<option true "Enabled">> - <<option false "Disabled">> - <</options>> - <<options $useSlaveSummaryTabs>> Main menu slave tabs are <<option 1 "Enabled">> diff --git a/src/uncategorized/pCorpAnnouncement.tw b/src/uncategorized/pCorpAnnouncement.tw index 44d16806606597f4d08898c5d94797c802195492..32156b576066636a09a519084a73e466dc8e50c0 100644 --- a/src/uncategorized/pCorpAnnouncement.tw +++ b/src/uncategorized/pCorpAnnouncement.tw @@ -3,7 +3,7 @@ <<set $nextButton = "Continue">> <<set $nextLink = "Random Nonindividual Event">> -<<set $corpAnnounced = 1>> +<<set $corp.Announced = 1>> <<set $fcnn.push("...and Free Cities have definitely shaken up the stock market in recent...")>> You never understood the power of money until accumulating so much of it yourself. If you were to try to explain it to someone without that power, you would emphasize the access it buys you. You can speak to anyone, about anything; propose anything, to anyone. And recently, you have begun to encounter the trouble of being too powerful. diff --git a/src/uncategorized/pMercenaryRomeo.tw b/src/uncategorized/pMercenaryRomeo.tw index c78e338d9ad514f2eb8cbdfc6c69c55938a434b7..7e33ba92509e9c64b776aee6fd33537a345f9f89 100644 --- a/src/uncategorized/pMercenaryRomeo.tw +++ b/src/uncategorized/pMercenaryRomeo.tw @@ -2,21 +2,16 @@ <<set $nextButton = "Continue", $nextLink = "Random Nonindividual Event", _name = 0>> -<<if ndef $romeoID>> - <<set _romeoSlaves = $slaves.filter(function(s) { return s.fetish != "mindbroken" && s.fuckdoll == 0 && ["serve in the club", "serve the public", "whore", "work in the brothel"].includes(s.assignment); })>> +<<set _romeoSlaves = $slaves.filter(function(s) { return s.fetish != "mindbroken" && s.fuckdoll == 0 && ["serve in the club", "serve the public", "whore", "work in the brothel"].includes(s.assignment); })>> +<<if _romeoSlaves.length == 0>> + <<set _romeoSlaves = $slaves.filter(function(s) { return (s.counter.publicUse > 0) && (s.newGamePlus == 0) && (s.relationship > -3) && !["be your Concubine", "serve in the master suite"].includes(s.assignment); })>> <<if _romeoSlaves.length == 0>> - <<set _romeoSlaves = $slaves.filter(function(s) { return (s.counter.publicUse > 0) && (s.newGamePlus == 0) && (s.relationship > -3) && !["be your Concubine", "serve in the master suite"].includes(s.assignment); })>> - <<if _romeoSlaves.length == 0>> - <<set _name = setup.whiteAmericanSlaveNames.random()>> - <<else>> - <<set $activeSlave = _romeoSlaves.random()>> - <</if>> + <<set _name = setup.whiteAmericanSlaveNames.random()>> <<else>> <<set $activeSlave = _romeoSlaves.random()>> <</if>> - <<set $romeoID = $activeSlave.ID>> <<else>> - <<set $activeSlave = getSlave($romeoID)>> + <<set $activeSlave = _romeoSlaves.random()>> <</if>> <<if ndef $activeSlave>> <<set _name = setup.whiteAmericanSlaveNames.random()>> @@ -54,12 +49,11 @@ proffered by an attentive slave _girlU, he seems almost bashful. <<if _name != 0>> <<setNonlocalPronouns $seeDicks>> I've been seeing _name a lot, and _heU makes the years sit a little lighter on me. I've scraped together what I can, and I can pay <<print cashFormat(50000)>>." It's a huge sum for a mercenary; it's probably his entire savings, but there is a slight problem; the slave he is looking for isn't one of yours. "Well then," he says in embarrassment, "Have to say this is a little awkward." He gives a fake cough, "You wouldn't happen to, you know, know who _hisU owner is?" You shake your head. A run in with a _girlU named _name isn't much to go by and it really isn't your problem. "Ah well, I'm sure I'll see _himU around again. Anyway, that was a fine victory the other day, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to. Hell, maybe you'll even get to meet _name too, get to see just how much of a looker _heU is." - <<unset $romeoID>> <<else>> <<if ["serve in the club", "serve the public", "whore", "work in the brothel"].includes($activeSlave.assignment)>> - I've been seeing <<EventNameLink>> a lot, and $he makes the years sit a little lighter on me. + I've been seeing <<= App.UI.slaveDescriptionDialog($activeSlave)>> a lot, and $he makes the years sit a little lighter on me. <<else>> - I've seen <<EventNameLink>> here and there and I can't stop thinking about $him. I feel $he'd make the years sit a little lighter on me. + I've seen <<= App.UI.slaveDescriptionDialog($activeSlave)>> here and there and I can't stop thinking about $him. I feel $he'd make the years sit a little lighter on me. <</if>> I've scraped together what I can, and I can pay <<print cashFormat(_slaveCost)>>." It's a decent price, probably a little less than you could get at auction. It's a huge sum for a mercenary; it's probably his entire savings. You ask what he would do with $him. "Well," he says, actually blushing, "I'd free $him. And marry $him, if $he'd have me." @@ -67,23 +61,18 @@ proffered by an attentive slave _girlU, he seems almost bashful. <span id="result"> <<link "Decline, and tell $him not to see him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName obeys your orders not to see the old mercenary. Though neither he or $activeSlave.slaveName says a word about it, his squadmates are not so closemouthed. Soon the tragic story of The Mercenary and the Slave $Girl is being told in bars and brothels across the Free City, with you naturally playing @@.red;the role of the villain.@@ <<run repX(-1000, "event")>> - <<unset $romeoID>> <</replace>> <</link>> <br><<link "Politely decline">> - <<EventNameDelink $activeSlave>> <<replace "#result">> "Ah well," he says, "didn't think you would, but I had to ask. If you'd be so kind as to keep $him assigned so's I can see $him, I would be grateful. That was a fine victory, <<= properTitle()>>; come down to the bar and join the boys and I. We'll buy you a drink. Devil knows, thanks to you we can afford to." <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>>$activeSlave.slaveName politely thanks you for not letting him take $him away.<</if>> - <<unset $romeoID>> <</replace>> <</link>> <br><<link "Accept">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The mercenary leaves to collect his purchase. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> @@ -107,11 +96,9 @@ proffered by an attentive slave _girlU, he seems almost bashful. <<run cashX(_slaveCost, "slaveTransfer")>> <<= removeActiveSlave() >> <</if>> - <<unset $romeoID>> <</replace>> <</link>> <br><<link "Give $him to him as a gift">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The mercenary cannot believe his ears. After you repeat yourself twice, he leaves to collect your gift, thanking you clumsily. On the video feeds, you see that $activeSlave.slaveName can hardly believe what's <<if $activeSlave.relationship == -3 && $activeSlave.fetish != "mindbroken" && $activeSlave.devotion+$activeSlave.trust > 190>> @@ -136,7 +123,6 @@ proffered by an attentive slave _girlU, he seems almost bashful. <<set $trinkets.push(_poster)>> <<= removeActiveSlave() >> <</if>> - <<unset $romeoID>> <</replace>> <</link>> </span> diff --git a/src/uncategorized/pRivalInitiation.tw b/src/uncategorized/pRivalInitiation.tw index fb0e9055eb15dadc861ab4149a6f5f44c21a0ac9..c5a5a71f5c43d5912da1747c9f233959d188ea8b 100644 --- a/src/uncategorized/pRivalInitiation.tw +++ b/src/uncategorized/pRivalInitiation.tw @@ -13,13 +13,12 @@ <<setLocalPronouns $activeSlave>> -This is a special week, the week of your victory. <<EventNameLink>> awaits your pleasure. You could certainly do to $him anything and everything you usually do to your chattel. You could also do something special to mark the occasion. +This is a special week, the week of your victory. <<= App.UI.slaveDescriptionDialog($activeSlave)>> awaits your pleasure. You could certainly do to $him anything and everything you usually do to your chattel. You could also do something special to mark the occasion. <br><br> <span id="result"> <<link "Force $him to do a public relations tour with you">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Though $he hates you with all $his heart, $he knows better than most what happens to slaves who disobey. So, when you describe your public relations plans to $him, $he promises to obey before you even get to the threats. $He finds $himself accompanying you to the arcology's finest establishment in a lovely evening dress. The two of you share an understandably quiet meal, with a growing crowd coming to leer at the defeated slaveowner-cum-slave. At a prearranged signal from you, $he stands, quickly strips naked, gets down on <<if hasBothLegs($activeSlave)>>$his knees<<else>>the ground<</if>>, and <<if $PC.dick != 0>>sucks you off<<if $PC.vagina != -1>> and <</if>><</if>><<if $PC.vagina != -1>>eats you out<</if>>. Such public humiliation starts $him down the path of @@.hotpink;obedience,@@ and is the @@.green;talk of the Free Cities.@@ <<set $activeSlave.devotion += 4, $activeSlave.counter.oral += 1, $oralTotal += 1>> @@ -28,7 +27,6 @@ This is a special week, the week of your victory. <<EventNameLink>> awaits your <</replace>> <</link>> <br><<link "Make $him orally service your other slaves in public">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<setLocalPronouns $slaves[1] 2>> $slaves[0].slaveName leads $him out into the arcology's largest atrium, forces $him to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the ground<</if>>, and, in full view of the whole arcology, orally rapes someone who was until this week a slaveowner $himself. Behind them, $slaves[1].slaveName is standing ready for _his2 turn, and all your other slaves stand behind _him2. Public opinion is divided; the precedent is universally agreed to be bad, but the punishment is generally thought to be terrible and deserved. Your slaves, however, are almost insufferably @@.hotpink;pleased with you@@ for forcing $activeSlave.slaveName, whom they still view as a slaveowner, to pleasure them. @@ -39,7 +37,6 @@ This is a special week, the week of your victory. <<EventNameLink>> awaits your <</link>> <<if $activeSlave.anus == 0>> <br><<link "Break $his ass and then let the public use it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $activeSlave.slaveName, who has been fairly dignified up to this point, breaks down when $he's placed in stocks with $his ass in the air. $His sobs become screams when, for the first time in $his life, $he feels the burning sensation of a well-lubricated <<if $PC.dick != 0>>cockhead<<else>>strap-on<</if>> forcing its way past $his virgin sphincter. Raping a virgin anus is not a new pleasure for you, but the usual shrieking, struggling and spasming is all the sweeter this time. @@.green;Half the arcology@@ has used $his @@.red;poor injured butthole@@ by the end of the day; $he @@.gold;is learning to fear you,@@ and hates you @@.mediumorchid;even more@@ if possible. <<set $activeSlave.devotion -= 4, $activeSlave.trust -= 5, $activeSlave.anus = 3>> @@ -51,7 +48,6 @@ This is a special week, the week of your victory. <<EventNameLink>> awaits your <</if>> <<if ($activeSlave.balls > 0) && ($activeSlave.boobs > 300) && ($seeExtreme == 1)>> <br><<link "Publicly geld $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that since $activeSlave.slaveName has spent so much money and effort turning $himself into a girl with expensive hormones, you'll take a lower-tech step to bring $him further in that regard. An autosurgery is set up in public and the populace is treated to the edifying spectacle of a very large pair of testicles being efficiently removed by the modern surgical art. Unusually, $he was not given general anesthesia, but instead given local painkillers and made to watch on a monitor, to $his @@.gold;rage@@ and @@.mediumorchid;horror.@@ There is @@.green;applause@@ as the cauterizer seals the surgical site where $his massive scrotum used to hang. $His cock looks softer already. <<set $activeSlave.devotion -= 50, $activeSlave.trust -= 50, $activeSlave.balls = 0>> @@ -62,7 +58,6 @@ This is a special week, the week of your victory. <<EventNameLink>> awaits your <</if>> <<if (isFertile($activeSlave)) && ($seePreg == 1)>> <br><<link "Let the public impregnate $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that since $activeSlave.slaveName damaged the arcology, $he will be taking a leading role in the reconstruction. $He will be doing this by replacing one of the residents killed in the violence — by bearing a new slave, to be conceived collectively. The shame and @@.mediumorchid;horror@@ of $his future as breeding stock comes home to $him as $he's restrained in a chair with $his legs spread. Soon, the stream of fluids is running down $his @@.lime;thoroughly-fucked pussy@@ and over $his anus to pool on the floor beneath $him. Modern medical imaging reveals $his fertile ovum's last, losing battle against a legion of sperm in real time, and the images are projected on large screens. <<run seX($activeSlave, "vaginal", "public", "penetrative", 47)>> diff --git a/src/uncategorized/peCombatTraining.tw b/src/uncategorized/peCombatTraining.tw index 9bb6e7fc46c834377a87f8ed62e540008b60b0fc..21662d1ec38d2750492d5cbc2d5b630514b837fd 100644 --- a/src/uncategorized/peCombatTraining.tw +++ b/src/uncategorized/peCombatTraining.tw @@ -17,7 +17,7 @@ /* 000-250-006 */ </span> -<<EventNameLink>> has many duties as a bodyguard, and $his schedule is carefully built to allow $him to complete them. When you're at your desk in your penthouse and there are no guests to intimidate, $his services are least needed, so $he typically uses these lulls to catch up on sleep or train. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> has many duties as a bodyguard, and $his schedule is carefully built to allow $him to complete them. When you're at your desk in your penthouse and there are no guests to intimidate, $his services are least needed, so $he typically uses these lulls to catch up on sleep or train. <br><br> The feed from the small armory next door shows $him doing the latter. $He has finished working with a heavy practice sword, and has moved to the tiny, one-shooter range. $He seems frustrated, hurrying $his shots and missing unnecessarily. diff --git a/src/uncategorized/peConcubineInterview.tw b/src/uncategorized/peConcubineInterview.tw index 63c6d1269daa325afcf928c0950f6680dea54992..c4232a18dd2eec67cdc5fb2a80a6079db0318f57 100644 --- a/src/uncategorized/peConcubineInterview.tw +++ b/src/uncategorized/peConcubineInterview.tw @@ -24,19 +24,17 @@ /* 000-250-006 */ </span> -You receive an official communication from a popular talk show e-hosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview <<EventNameLink>> about you. They frankly warn you that you'll have no right to review the interview and no ability to control what $he says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too. +You receive an official communication from a popular talk show e-hosted in one of the old world's still-thriving first world countries. Your fame has become known even in the old world, and they'd like to interview <<= App.UI.slaveDescriptionDialog($activeSlave)>> about you. They frankly warn you that you'll have no right to review the interview and no ability to control what $he says, and that they'll be asking about anything the interviewer thinks is juicy. This could be great for your reputation, but it could be hazardous, too. <br><br> <span id="result"> <<link "Decline">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decline. The media representative of the show is understanding. "I'll be sure to contact you if we ever have another opening," she says. "You're pretty interesting, you know." <</replace>> <</link>> <br><<link "Accept">> - <<EventNameDelink $activeSlave>> <<replace "#result">> The show is broadcast live; you head out onto a balcony to watch it on a big screen. It's been impossible to hide, and many of your citizens have taken a proprietary attitude towards your fame: they see your success as their success, too, and want to see $activeSlave.slaveName do well. The show introduction plays, introducing the host, a swishy, rail-thin gentleman with impeccable sartorial style and a close-cropped salt-and-pepper beard. He reviews who you are, giving equal time to your accomplishments and the inevitable criticisms from old world antislavery activists, and then calls $activeSlave.slaveName out. diff --git a/src/uncategorized/pePitFight.tw b/src/uncategorized/pePitFight.tw index 2c193e06d3834bfc2e148601f0f12a5613d20b97..22de54298126b075fa58bead0834112ae03e8225 100644 --- a/src/uncategorized/pePitFight.tw +++ b/src/uncategorized/pePitFight.tw @@ -21,7 +21,7 @@ /* 000-250-006 */ </span> -It's time for the fight. It will take place in a back room of a well respected club. There is a ring set into the floor, and space for a handful of spectators, but the setup is quite Spartan. The sport is just getting off the ground. <<EventNameLink>> is first to walk into the ring. $He's stark naked and is carrying a simple single-edged straight sword, identical to the one $his opponent will be using. The fight will be fair. +It's time for the fight. It will take place in a back room of a well respected club. There is a ring set into the floor, and space for a handful of spectators, but the setup is quite Spartan. The sport is just getting off the ground. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is first to walk into the ring. $He's stark naked and is carrying a simple single-edged straight sword, identical to the one $his opponent will be using. The fight will be fair. <br><br> diff --git a/src/uncategorized/previousSlaveInLine.tw b/src/uncategorized/previousSlaveInLine.tw deleted file mode 100644 index dea877bde169068827c36517f22bb87d253b7f0b..0000000000000000000000000000000000000000 --- a/src/uncategorized/previousSlaveInLine.tw +++ /dev/null @@ -1,13 +0,0 @@ -:: Previous Slave In Line - -<<silently>> - -<<set $i = $slaveIndices[$activeSlave.ID]>> -<<run clearSummaryCache($activeSlave)>> -<<set $slaves[$i] = $activeSlave>> /* save changes before switching */ - -<<set $activeSlave = $slaves[$slavesInLine[0]]>> - -<<goto "Slave Interact">> - -<</silently>> diff --git a/src/uncategorized/randomNonindividualEvent.tw b/src/uncategorized/randomNonindividualEvent.tw index 2b07f23227b2be8349786d65dd3ed0567737200c..400e969e0a182e6a03c12d90aaef6fcc83a81382 100644 --- a/src/uncategorized/randomNonindividualEvent.tw +++ b/src/uncategorized/randomNonindividualEvent.tw @@ -1360,7 +1360,7 @@ <<set $events.push("RE shipping container")>> <</if>> - <<if $corpCash > 50000>> + <<if $corp.Cash > 50000>> <<set $events.push("REM merger")>> <</if>> diff --git a/src/uncategorized/reAnalPunishment.tw b/src/uncategorized/reAnalPunishment.tw index 5da9876058b7b27a1429f889efe319f375887dcd..0e6494fa54c21ccb26f0530171c8b21a8eddbd9a 100644 --- a/src/uncategorized/reAnalPunishment.tw +++ b/src/uncategorized/reAnalPunishment.tw @@ -27,7 +27,7 @@ <<set $activeSlave.clothes = _clothesTemp>> <<set $HeadGirl.clothes = _clothesTemp2>> -As you're making the rounds through your penthouse, you hear $HeadGirl.slaveName speaking in the tones _he2 uses to castigate misbehaving slaves in the next room. When you appear in the doorway, you have little chance to survey the situation before <<EventNameLink>>, apparently the miscreant, flings $himself at your feet. $He clings to one of your legs convulsively, choking on tears as $he stares up at you and tries to muster an explanation. After two false starts, $he manages to start begging. "Plea<<s>>e, <<Master>>," $he wails miserably. "Plea<<s>>e don't let _him2 rape my butt." +As you're making the rounds through your penthouse, you hear $HeadGirl.slaveName speaking in the tones _he2 uses to castigate misbehaving slaves in the next room. When you appear in the doorway, you have little chance to survey the situation before <<= App.UI.slaveDescriptionDialog($activeSlave)>>, apparently the miscreant, flings $himself at your feet. $He clings to one of your legs convulsively, choking on tears as $he stares up at you and tries to muster an explanation. After two false starts, $he manages to start begging. "Plea<<s>>e, <<Master>>," $he wails miserably. "Plea<<s>>e don't let _him2 rape my butt." <br><br> You shoot an amused glance at $HeadGirl.slaveName, who smiles back as _he2 explains the slave's minor sin and _his2 intention to sodomize the malefactor. _He2 does not bother to keep an edge of anticipation out of _his2 voice, and $activeSlave.slaveName cries harder and clings to you with renewed force as your Head Girl pronounces _his2 intention with cruel clarity.<<if $activeSlave.boobs > 4000>> The supplicant's breasts are so huge that $his embrace of your leg has completely surrounded it in deliciously heaving breastflesh.<<elseif $activeSlave.boobs > 1000>> The weight of the supplicant's breasts is quite noticeable as $his embrace of your leg presses them against it.<</if>> You look down at $activeSlave.slaveName. $He stares back with huge wet <<= App.Desc.eyesColor($activeSlave)>>, doing $his best to implore you with $his gaze, and scooting $his rear in towards your foot in an unconscious effort to protect it from the promised assrape. $He's quite authentically terrified; $his whole body is shaking. <br><br> @@ -37,7 +37,6 @@ $HeadGirl.slaveName is very much acting within _his2 duties, and $activeSlave.sl <span id="result"> <<link "Carry on">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You ignore $activeSlave.slaveName — no small feat, since the poor <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> is clinging to your leg — and tell $HeadGirl.slaveName to carry on. Your Head Girl @@.mediumaquamarine;puffs up a bit with pride,@@ and orders the weeping slave to present $his anus. The <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> does not resist, but nor does $he comply. $HeadGirl.slaveName jabs a thumb into $activeSlave.slaveName's side, right above $his kidney, driving the wind out of the slave with a pained grunt. $He arches $his back involuntarily and $his grip on you loosens, and $HeadGirl.slaveName drags $him off you. _He2 jabs $him again, depriving _his2 victim of breath completely, and then takes _him2 by the ankle, dragging the slave across the floor with comic effect. The slave leaves a trail of tears across the flooring as $he vanishes into the room. As you continue making your rounds, you hear a drawn-out howl followed by rhythmic screaming. <<set $activeSlave.counter.anal += 1>> @@ -48,7 +47,6 @@ $HeadGirl.slaveName is very much acting within _his2 duties, and $activeSlave.sl <</replace>> <</link>> <br><<link "Take part">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You explain $activeSlave.slaveName's double crime to $him, and tell $HeadGirl.slaveName to get started. Your Head Girl orders the weeping slave to present $his anus. The <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>> does not resist, but nor does $he comply. $HeadGirl.slaveName jabs a thumb into $activeSlave.slaveName's side, right above $his kidney, driving the wind out of the slave with a pained grunt. $He arches $his back involuntarily and $his grip on you loosens, so $HeadGirl.slaveName drags $him off you, telling $activeSlave.slaveName that it'll hurt less if $he cooperates and assumes the proper position. $He doesn't, so $HeadGirl.slaveName assfucks $him lying flat on the floor, with the poor $girl sobbing loudly as $HeadGirl.slaveName <<if canPenetrate($HeadGirl) && ($HeadGirl.dick > 2)>>pistons _his2 cock in and out of $his rectum<<else>>rams the massive dildo up $his butt<</if>>. <br><br> @@ -73,7 +71,6 @@ $HeadGirl.slaveName is very much acting within _his2 duties, and $activeSlave.sl <</replace>> <</link>> <br><<link "Take pity">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $HeadGirl.slaveName you've decided to be merciful, just this once. $activeSlave.slaveName holds your leg even harder, @@.mediumaquamarine;sobbing $his thanks@@ over and over until you reach down, pat $his head, and tell $him it will be all right, calming the hysterical <<if $activeSlave.physicalAge > 30>>$woman<<else>>$girl<</if>>. $HeadGirl.slaveName, meanwhile, stammers an apology. _He2 hurries about _his2 business, @@.gold;badly puzzled@@ and more than a little shaken. _He2 thought _he2 had the authority to anally rape misbehaving slaves, but _he2's no longer so sure of _his2 rights and responsibilities. <<set $activeSlave.trust += 4>> diff --git a/src/uncategorized/reBusyArcade.tw b/src/uncategorized/reBusyArcade.tw index 173f3906b116e4ea7664e7eea0e44d7f28df4ce8..f94651bd69e7586b217d39e0cb2f07a3f6ad6640 100644 --- a/src/uncategorized/reBusyArcade.tw +++ b/src/uncategorized/reBusyArcade.tw @@ -17,7 +17,7 @@ <<setLocalPronouns $activeSlave>> <<run Enunciate($activeSlave)>> -Slaves in your arcade are not immured in the facility permanently, since holding them in one position at all times would negatively impact their health. They are released to exercise, eat, bathe, and sleep, but for nothing else. You occasionally inspect them when they do so, to see that their harsh lives are not inappropriately difficult for them. One day when you are doing so, <<EventNameLink>> flings $himself on the ground in front of you the instant $he sees you. +Slaves in your arcade are not immured in the facility permanently, since holding them in one position at all times would negatively impact their health. They are released to exercise, eat, bathe, and sleep, but for nothing else. You occasionally inspect them when they do so, to see that their harsh lives are not inappropriately difficult for them. One day when you are doing so, <<= App.UI.slaveDescriptionDialog($activeSlave)>> flings $himself on the ground in front of you the instant $he sees you. <br><br> @@ -27,7 +27,6 @@ Facing the ground, <<if !canTalk($activeSlave)>>$he gestures with <<if hasBothAr <span id="result"> <<link "Accept $his pledge">> - <<EventNameDelink $activeSlave>> <<replace "#result">> When you accept, $activeSlave.slaveName looks up at you in incomprehension, expecting you to correct yourself or reveal that this is a cruel trick. When you do neither, $he scrabbles spastically to your feet, kisses them as $he cries, and then clings to your knees, sobbing. $He is so relieved by this reprieve that $he is now on the cusp of @@.hotpink;devotion to you,@@ and will obey out of near-paralytic fear of being sent back to the arcade. <<set $activeSlave.devotion = 45>> @@ -35,7 +34,6 @@ Facing the ground, <<if !canTalk($activeSlave)>>$he gestures with <<if hasBothAr <</replace>> <</link>> <br><<link "Refuse">> - <<EventNameDelink $activeSlave>> <<replace "#result">> $He did not really expect mercy, but $his sobs take on a distinctly dark tone of hopelessness at your refusal. As you personally immure $him in the arcade for another day of endless dick, you wonder whether $he'll damage $his throat with all the commotion $he's making. Several of the other arcade slaves glance dully over at the noise. Then, they look away. <</replace>> diff --git a/src/uncategorized/reFormerAbolitionist.tw b/src/uncategorized/reFormerAbolitionist.tw index 27c25413c5f116cc732ac7a9a02ae028f030d00e..6656e3d33db415c845f73d37084b6ef2cc4e682c 100644 --- a/src/uncategorized/reFormerAbolitionist.tw +++ b/src/uncategorized/reFormerAbolitionist.tw @@ -13,7 +13,7 @@ Crime is extremely rare in $arcologies[0].name, and some would say justice rarer still, but if there's one thing that unites the citizens of $arcologies[0].name, it's a mutual outrage towards attempted abolitionists. Slaveownership is the cornerstone of the society that protects and enriches them, and they see those who would attempt to unlawfully free slaves not just as thieves of property but as anarchists trying to bring down everything they have worked to build. -While a brutal flogging or surgical mutilation soothes their outrage, nothing warms the collective heart of $arcologies[0].name's mob like the sight of a former abolitionist well and truly broken. <<EventNameLink>> is one such shining example, and $his borderline worship of you is doing wonders for your reputation lately as $he becomes a local celebrity and a popular topic of discussion. +While a brutal flogging or surgical mutilation soothes their outrage, nothing warms the collective heart of $arcologies[0].name's mob like the sight of a former abolitionist well and truly broken. <<= App.UI.slaveDescriptionDialog($activeSlave)>> is one such shining example, and $his borderline worship of you is doing wonders for your reputation lately as $he becomes a local celebrity and a popular topic of discussion. This is a rare opportunity. While the mob is quick to pat itself on the back for withstanding attacks from abolitionists, before long they will tire of remembering those dangers and turn their attention elsewhere. It might be possible, with a serious investment of funds in publicity, to really fix $him in the public mind as a shining example of your slave-breaking prowess. @@ -21,7 +21,6 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for <span id="result"> <<link "Just capitalize on $his popularity to increase your reputation">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You spend the week parading $activeSlave.slaveName around in public, letting everyone get a good look at $his fawning adoration of you. A variety of public sex acts really nails the point home in the psyche of your citizens and @@.yellowgreen;increases your reputation,@@ and after a few days you start to receive a sincere golf clap from onlookers every time you cum in or on $activeSlave.slaveName. <<run repX(1000, "event", $activeSlave)>> @@ -29,7 +28,6 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for <</link>> <span id="result"> <br><<link "Just capitalize on $his popularity by renting out $his mouth">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You fasten $activeSlave.slaveName in a kneeling position in the center of your club, secured by shackles around $his <<if hasAnyArms($activeSlave)>>wrist<<if hasBothArms($activeSlave)>>s<</if>><<if hasAnyLegs($activeSlave)>> and <</if>><</if>><<if hasAnyLegs($activeSlave)>>ankle<<if hasBothLegs($activeSlave)>>s<</if>><</if>> — purely decorative, since $he's so devoted $he'd perform $his role in this if you just hinted it would please you if $he did. In front of $him, you place a sign: "Fuck the mouth that preached abolitionism, <<print cashFormat(5)>>." In a few moments, the morning crowd will begin to arrive, and you have no doubt that $activeSlave.slaveName will be very, very popular. And $he is. Even with an extra dose of curatives and a check-up every night, the strain of a week of dicks and a diet of cum @@.red;has taken a toll on $his health.@@ But even after you pay to have the area that $activeSlave.slaveName worked thoroughly cleaned, you have made @@.yellowgreen;a tidy profit.@@ <<run healthDamage($activeSlave, 10)>> @@ -38,7 +36,6 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for <</replace>> <</link>> <br><<link "Invest <<print cashFormat(5000)>> in making $him locally famous">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> You buy media coverage of $him, invest in an ad campaign, and even arrange for $him to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as an @@.green;example of your slave-breaking skills.@@ @@ -56,7 +53,6 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for <</if>> <</link>> <br><<link "Lavish <<print cashFormat(10000)>> on making $him locally famous">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for $him to give a speech denouncing the abolitionist movement and praising your efforts in fighting against them that is broadcast around the world. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as an @@.green;example of your slave-breaking skills.@@ @@ -75,7 +71,6 @@ This is a rare opportunity. While the mob is quick to pat itself on the back for <</link>> </span> <br><<link "Spend <<print cashFormat(25000)>> on an attempt to make $him world famous">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> The world is in love with $activeSlave.slaveName. $His face graces magazine covers the world over and $his passionate arguments (ghostwritten by the best spin doctors money can buy) spark debate everywhere they're heard. $He is mentioned by name in strident denunciations about the immorality of the present day from religious leaders. $He appears on the internet with all sorts of attempts at humor superimposed on $his image. $His loving and overblown descriptions of you spark a new trend in protagonists of badly-written romance novels. When a very popular talk show host attempts to call $his bluff and receives oral sex in front of a live studio audience, @@.yellowgreen;you know for sure that $his fame has stuck.@@ diff --git a/src/uncategorized/reHGReplacement.tw b/src/uncategorized/reHGReplacement.tw index dccd2197e93d292a4078d1fd71addb51d1a66854..c4be84321a12b2401f1591b9a35ae98a4ea84747 100644 --- a/src/uncategorized/reHGReplacement.tw +++ b/src/uncategorized/reHGReplacement.tw @@ -25,7 +25,7 @@ <<set $activeSlave.clothes = _clothesTemp>> <<set $HeadGirl.clothes = _clothesTemp2>> -There's a constant traffic of slaves in and out of your office as your chattel comes in and out for instructions, inspections, and sex. Your Head Girl $HeadGirl.slaveName is one of the most frequent visitors, since although you trust _him2, _he2's still a slave and has to check with you before acting on some matters.<<if $HeadGirl.relationship == -3>> (_He2's also your _wife2, making _his2 visits a pleasant diversion.)<<elseif $arcologies[0].FSEgyptianRevivalistLaw == 1>> (_He2's also your Consort, making _his2 visits a pleasant diversion.)<</if>> During one of _his2 visits, <<EventNameLink>> happens to come in for $his scheduled inspection. $He perches politely on the couch, waiting $his turn like a good $girl. $His <<= App.Desc.eyesColor($activeSlave)>> are watchful, however, and $he seems to be paying very close attention to your conversation with your Head Girl. +There's a constant traffic of slaves in and out of your office as your chattel comes in and out for instructions, inspections, and sex. Your Head Girl $HeadGirl.slaveName is one of the most frequent visitors, since although you trust _him2, _he2's still a slave and has to check with you before acting on some matters.<<if $HeadGirl.relationship == -3>> (_He2's also your _wife2, making _his2 visits a pleasant diversion.)<<elseif $arcologies[0].FSEgyptianRevivalistLaw == 1>> (_He2's also your Consort, making _his2 visits a pleasant diversion.)<</if>> During one of _his2 visits, <<= App.UI.slaveDescriptionDialog($activeSlave)>> happens to come in for $his scheduled inspection. $He perches politely on the couch, waiting $his turn like a good $girl. $His <<= App.Desc.eyesColor($activeSlave)>> are watchful, however, and $he seems to be paying very close attention to your conversation with your Head Girl. When $HeadGirl.slaveName leaves, $he clears $his throat nervously. $He gathers $his courage, and <<say>>s, "<<Master>>, I think I would make a better Head Girl than $him." $He takes a deep breath and plunges on. "I'm ju<<s>>t a<<s>> <<s>>mart a<<s>> <<he 2>> i<<s>>. And, <<Master>>, I'm <<s>>ure you've noti<<c>>ed <<he 2>> i<<s>>n't very good at teaching other girl<<s>> vaginal <<s>>kill<<s>>. <<if $HeadGirl.vagina > 0>> @@ -41,7 +41,6 @@ When $HeadGirl.slaveName leaves, $he clears $his throat nervously. $He gathers $ <span id="result"> <<link "$He's right">> - <<EventNameDelink $activeSlave>> <<replace "#result">> After giving the matter some consideration, you agree, instructing $assistant.name that $activeSlave.slaveName is now the Head Girl. $activeSlave.slaveName is @@.hotpink;overjoyed,@@ and bounces to $his feet, clearly very eager to begin. You caution $him that $he is not to undermine $HeadGirl.slaveName by letting anyone know why you decided to change Head Girls. $He nods obediently. As far as $HeadGirl.slaveName knows, it's just a standard change of Head Girls, and _he2's too good a slave to let it affect _him2 seriously. <<set $activeSlave.devotion += 5>> @@ -49,14 +48,12 @@ When $HeadGirl.slaveName leaves, $he clears $his throat nervously. $He gathers $ <</replace>> <</link>> <br><<link "Pretend you didn't hear $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You pretend you didn't hear $him, and go about your business. $He quickly catches on, and shuts $his mouth, sitting stiffly on the couch and waiting for you to say something. After letting $him wait for a good long while, you steeple your fingers and look over them at $him. $He quails at your gaze, but does not look away from you. You tell $him that, for $his general information, you prefer to make decisions about what slaves do which job yourself, and are not interested in input from the slaves themselves on the matter. You continue to observe that if any slave were to offer input, $he might suggest to you that $he thought $his own judgment superior to yours. Then, you dismiss $him. "Ye<<s>> <<Master>>, thank you, <<Master>>," $he <<say>>s, and flees. <<set $activeSlave.trust += 4>> <</replace>> <</link>> <br><<link "Let your Head Girl sort this out however _he2 sees fit">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <<run Enunciate($HeadGirl)>> You page $HeadGirl.slaveName, telling _him2 to get back up to your office. $activeSlave.slaveName hears you, of course, and stiffens with fear. $He knows $he's in trouble, but $he doesn't yet know how much. You tell $HeadGirl.slaveName to have a seat next to $activeSlave.slaveName on the couch, and instruct $assistant.name to replay the last five minutes of the feeds from your office on a wallscreen. $activeSlave.slaveName's<<if $activeSlave.lips > 40>> pillowlike<</if>> lower lip begins to tremble at this, and $he can barely manage to keep $his gaze on the fatal replay of $his attempt to convince you to replace $HeadGirl.slaveName with $him. $HeadGirl.slaveName, who is no fool, is not surprised by this, but the replay still angers _him2. As it rolls on, _his2 hands begin to roam across $activeSlave.slaveName, who winces at _his2 touch. About halfway through, $HeadGirl.slaveName looks straight at you and cruelly pinches one of $activeSlave.slaveName's nipples. You respond to the nonverbal question with a silent nod, and $HeadGirl.slaveName smiles briefly at you. Then, _he2 sticks _his2 tongue in $activeSlave.slaveName's ear. The poor slave starts at the warm, wet intrusion, but knows better than to try to resist. $He closes $his eyes tight. diff --git a/src/uncategorized/reLegendaryBalls.tw b/src/uncategorized/reLegendaryBalls.tw index 4909226ce285e4c5240550ef6f0153bb847bf753..0be83dcb1315a21f24da045a8e5901f3c1f285be 100644 --- a/src/uncategorized/reLegendaryBalls.tw +++ b/src/uncategorized/reLegendaryBalls.tw @@ -22,7 +22,7 @@ /* 000-250-006 */ </span> -<<EventNameLink>> is an incredible producer of cum. $He's producing in volumes that would have been unthinkable in the days when it was illegal to restrain a slave so that $he could have every drop of $his ejaculate milked out by a machine. A nascent slave stock organization will be holding a public livestock show tomorrow, and since they're aware you're experimenting with cockmilking, they've sent you an invitation to enter an especially productive slave to be judged. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is an incredible producer of cum. $He's producing in volumes that would have been unthinkable in the days when it was illegal to restrain a slave so that $he could have every drop of $his ejaculate milked out by a machine. A nascent slave stock organization will be holding a public livestock show tomorrow, and since they're aware you're experimenting with cockmilking, they've sent you an invitation to enter an especially productive slave to be judged. <br><br> @@ -32,7 +32,6 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa <span id="result"> <<link "Fairly enter $him in the livestock show">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 90>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. It's likely there was some bribery behind the scenes, but $his massive junk wins the day. Against all odds $he is named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -50,7 +49,6 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa <</if>> <</link>> <br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -70,7 +68,6 @@ This is a rare opportunity. The idea of cockmilking is new and understandably fa <</if>> <</link>> <br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly cockmilked. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's urethra, making them whine and squeal when cockmilked. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as cock stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ diff --git a/src/uncategorized/reLegendaryCow.tw b/src/uncategorized/reLegendaryCow.tw index e0a63351b07ea98f7aa25f96274eee355f777087..5d8ee0f4274dd7a46c2f5457131a356b280d75a7 100644 --- a/src/uncategorized/reLegendaryCow.tw +++ b/src/uncategorized/reLegendaryCow.tw @@ -22,7 +22,7 @@ /* 000-250-006 */ </span> -<<EventNameLink>> is an incredible producer of milk. $He's lactating in volumes that would have been unthinkable in the days when drug treatments were limited by consent. A nascent slave dairy trade organization will be holding a public stock show tomorrow, and since they're aware you keep cows, they've sent you an invitation to enter stock to be judged. +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is an incredible producer of milk. $He's lactating in volumes that would have been unthinkable in the days when drug treatments were limited by consent. A nascent slave dairy trade organization will be holding a public stock show tomorrow, and since they're aware you keep cows, they've sent you an invitation to enter stock to be judged. <br><br> @@ -32,7 +32,6 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa <span id="result"> <<link "Fairly enter $him in the stock show">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 90>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. It's likely there was some bribery behind the scenes, but $his massive tits win the day. Against all odds $he is named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -50,7 +49,6 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa <</if>> <</link>> <br><<link "Spend <<print cashFormat(5000)>> bribing the judges">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. Several of the judges cannot resist giving you a wink as they look $him over. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ @@ -70,7 +68,6 @@ This is a rare opportunity. The idea of human dairy is new and understandably fa <</if>> <</link>> <br><<link "Spend <<print cashFormat(10000)>> bribing the judges and sabotaging the competition">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> $activeSlave.slaveName is shown in public, closely inspected by the judging committee, and then publicly milked. After $he's put through $his paces, the most unfortunate series of accidents somehow befalls $his fellow cows. One is taken ill, another seems drugged, and someone seems to have slipped a finger of raw ginger up another's ass, making them whine and squeal constantly. $activeSlave.slaveName is unsurprisingly named best in show, and will be @@.green;remembered@@ as dairy stock of the highest pedigree. As $his owner, your reputation has @@.green;also increased.@@ diff --git a/src/uncategorized/reLegendaryEntertainer.tw b/src/uncategorized/reLegendaryEntertainer.tw index f91cfccc972704b60f03437ff402f0a2bbf1c1eb..d449cc093540fbb334fb250f3cb185e72aaba568 100644 --- a/src/uncategorized/reLegendaryEntertainer.tw +++ b/src/uncategorized/reLegendaryEntertainer.tw @@ -22,7 +22,7 @@ /* 000-250-006 */ </span> -The Free Cities fashion scene extends to slave bodies, of course; stopping at mere clothes and behaviors is an old world conceit. This week, <<EventNameLink>> is in vogue. Such a crowd of gawkers and hangers-on follows $him around the club that the fine citizens who have a chance at an hour of $his time must shoulder their way through the throng. +The Free Cities fashion scene extends to slave bodies, of course; stopping at mere clothes and behaviors is an old world conceit. This week, <<= App.UI.slaveDescriptionDialog($activeSlave)>> is in vogue. Such a crowd of gawkers and hangers-on follows $him around the club that the fine citizens who have a chance at an hour of $his time must shoulder their way through the throng. <br><br> @@ -32,14 +32,12 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <span id="result"> <<link "Just capitalize on $his popularity as it is">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to limit your advantage on $his temporary popularity to a little publicity and some advertising. You've gained a little @@.green;notoriety.@@ <<run repX(1000, "event", $activeSlave)>> <</replace>> <</link>> <br><<link "Invest <<print cashFormat(5000)>> in $his image">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his gentle caresses. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;respected and famous courtesan.@@ As $his owner, your reputation has @@.green;also increased.@@ @@ -61,7 +59,6 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <</if>> <</link>> <br><<link "Lavish <<print cashFormat(10000)>> on $his fame">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his gentle caresses. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;respected and famous courtesan.@@ As $his owner, your reputation has @@.green;also increased.@@ diff --git a/src/uncategorized/reLegendaryWhore.tw b/src/uncategorized/reLegendaryWhore.tw index 32f0ba9695f0c60e771be514dee8e004a81b51f8..65044188a1fc3386078ca6081be4c8e66be7eb39 100644 --- a/src/uncategorized/reLegendaryWhore.tw +++ b/src/uncategorized/reLegendaryWhore.tw @@ -22,7 +22,7 @@ /* 000-250-006 */ </span> -The Free Cities red light areas are so overcharged with cheap and easy sex that the fashion in whores is comically unstable. This week, <<EventNameLink>> is in vogue. So many customers are interested in renting $his body that it's necessary to assign other whores to take some of the load off $him by diverting less important customers away from $him. +The Free Cities red light areas are so overcharged with cheap and easy sex that the fashion in whores is comically unstable. This week, <<= App.UI.slaveDescriptionDialog($activeSlave)>> is in vogue. So many customers are interested in renting $his body that it's necessary to assign other whores to take some of the load off $him by diverting less important customers away from $him. <br><br> @@ -32,15 +32,13 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <span id="result"> <<link "Just capitalize on $his popularity as it is">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You decide to limit your advantage on $his temporary popularity to a little marketing and some minor price increases. You've made some unexpected @@.yellowgreen;profits,@@ and gained a little @@.green;notoriety.@@ - <<run cashX(1000, "event", $slaves[$i])>> + <<run cashX(1000, "event", $activeSlave)>> <<run repX(500, "event", $activeSlave)>> <</replace>> <</link>> <br><<link "Invest <<print cashFormat(5000)>> in $his notoriety">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 50>> <<replace "#result">> You buy media coverage of $him, invest in an ad campaign, and even arrange for persons of influence and taste to sample and review $his many delights. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;notorious and very popular prostitute.@@ As $his owner, your reputation has @@.green;also increased.@@ @@ -60,7 +58,6 @@ This is a rare opportunity. Such popularity and fame is here today, and gone tom <</if>> <</link>> <br><<link "Lavish <<print cashFormat(10000)>> on $his fame">> - <<EventNameDelink $activeSlave>> <<if random(1,100) > 10>> <<replace "#result">> You buy prime media coverage of $him, invest in a lavish ad campaign, and even arrange for persons of great influence and fine taste to sample and review $his many delights. Your efforts are a success. $His current extreme popularity will fade in time, but you have managed to arrange for $him a permanent place as a @@.green;notorious and very popular prostitute.@@ As $his owner, your reputation has @@.green;also increased.@@ diff --git a/src/uncategorized/reNickname.tw b/src/uncategorized/reNickname.tw index 9335e3222a83ad02fc282f2f431c3d7905cd12a6..963908916d097c4bbf44490ea924451b6a7062db 100644 --- a/src/uncategorized/reNickname.tw +++ b/src/uncategorized/reNickname.tw @@ -1251,14 +1251,13 @@ /* 000-250-006 */ </span> -<<EventNameLink>> _situationDesc You begin to overhear your other slaves refer to $him as @@.pink;_nickname $activeSlave.slaveName.@@ +<<= App.UI.slaveDescriptionDialog($activeSlave)>> _situationDesc You begin to overhear your other slaves refer to $him as @@.pink;_nickname $activeSlave.slaveName.@@ <br><br> <span id="result"> <<if ($activeSlave.slaveName.indexOf("'") == -1)>> <<link "Encourage use of the nickname">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Whatever $activeSlave.slaveName's feelings about being called _nickname were, $he knows they're moot <<if !canHear($activeSlave)>>when $he learns that you also<<else>>the first time $he hears you<</if>> refer to $him that way. @@.hotpink;$He has become more submissive to you.@@ $activeSlave.slaveName _applyDesc <<set $activeSlave.devotion += 4>> @@ -1271,13 +1270,11 @@ <<goto "RE nickname">> <</link>> <br><<link "Put a stop to it">> - <<EventNameDelink $activeSlave>> <<replace "#result">> As soon as you make your will on the matter known, $activeSlave.slaveName is referred to as $activeSlave.slaveName again. $activeSlave.slaveName _notApplyDesc <</replace>> <</link>> <br><<link "No nicknames, now or ever">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You make it known that the power to name slaves is yours and yours alone. <<set $nicknamesAllowed = 0>> diff --git a/src/uncategorized/reNoEvent.tw b/src/uncategorized/reNoEvent.tw index 08f3254c33a5502bbf58239fba0d852cef88fcc6..cff6a1ce366d1cc36da2573b1e98b1496d3b8402 100644 --- a/src/uncategorized/reNoEvent.tw +++ b/src/uncategorized/reNoEvent.tw @@ -20,4 +20,4 @@ This is a placeholder event. <br><br> -<<EventNameLink>> does not currently qualify for any events, so $he has been given a generic @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ boost. /*If you see this event repeatedly for $him, please submit a report so the author can write $him some events.*/ +<<= App.UI.slaveDescriptionDialog($activeSlave)>> does not currently qualify for any events, so $he has been given a generic @@.hotpink;devotion@@ and @@.mediumaquamarine;trust@@ boost. /*If you see this event repeatedly for $him, please submit a report so the author can write $him some events.*/ diff --git a/src/uncategorized/reRelationshipAdvice.tw b/src/uncategorized/reRelationshipAdvice.tw index ce110557525f7ebd0cb3cdba90aeadfd8fd039a2..3a152ce5aabbfa71444fcea109a85f7fe325a232 100644 --- a/src/uncategorized/reRelationshipAdvice.tw +++ b/src/uncategorized/reRelationshipAdvice.tw @@ -25,7 +25,7 @@ </span> <<set $activeSlave.clothes = _clothesTemp>> -<<EventNameLink>> is standing for an inspection. $He's a good $girl, and is cooperating, but $he seems preoccupied. After ignoring it for a while, you give in to curiosity and flatly ask $him what's going on. "I'm <<s>>orry, <<Master>>," $he <<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisp<<else>>mutter<</if>>s, biting $his lip. "It'<<s>> $subSlave.slaveName." +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is standing for an inspection. $He's a good $girl, and is cooperating, but $he seems preoccupied. After ignoring it for a while, you give in to curiosity and flatly ask $him what's going on. "I'm <<s>>orry, <<Master>>," $he <<if SlaveStatsChecker.checkForLisp($activeSlave)>>lisp<<else>>mutter<</if>>s, biting $his lip. "It'<<s>> <<= App.UI.slaveDescriptionDialog($subSlave)>>." $He hesitates, so you prompt $him, asking if $he's having trouble with $his <<if $activeSlave.relationship == 2>> friend. @@ -46,7 +46,6 @@ $He nods $his head quickly, still staring <<if !canSee($activeSlave)>>blankly << <span id="result"> <br><<link "Break them up">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <br><br> In a cold tone of voice, you admit your irritation with this school<<= $girl>> nonsense, and tell $him $he's to stop spending time with $subSlave.slaveName. $He's unable to prevent $his eyes from flicking up at you in @@.mediumorchid;shock and horror,@@ but $he instantly lowers them again, the tears coming fast. You dismiss $him, and $he turns to go, but is so discombobulated by anguish that $he trips over $his own feet and falls with a slap of naked $activeSlave.skin flesh against the floor. Their relationship @@.lightsalmon;is over.@@ @@ -59,7 +58,6 @@ $He nods $his head quickly, still staring <<if !canSee($activeSlave)>>blankly << <</replace>> <</link>> <br><<link "Build $his confidence">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <br><br> In a warm tone of voice, you tell $him you approve of $his relationship with $subSlave.slaveName. $He raises $his chin and looks at you with @@.hotpink;growing adoration@@ as you point out how lucky $subSlave.slaveName is to have $him. You tell $him that you're not planning to intervene personally, but that you think $he really ought to pursue the relationship, that they're good for each other, and that you're confident $subSlave.slaveName feels the same way. $He thanks you prettily and leaves at a flat run, in a hurry to tell $his @@ -85,7 +83,6 @@ $He nods $his head quickly, still staring <<if !canSee($activeSlave)>>blankly << <</replace>> <</link>> <br><<link "Bring the other _girl2 in">> - <<EventNameDelink $activeSlave>> <<replace "#result">> <br><br> You tell $activeSlave.slaveName to wait, and page $subSlave.slaveName up to your office. $activeSlave.slaveName looks terrified, but tries to conceal $his emotions behind a happy greeting for $his diff --git a/src/uncategorized/reShowerPunishment.tw b/src/uncategorized/reShowerPunishment.tw index 2497a8acf43fae33bc13baa65d8e184da27cb798..3123fc2027f83e620379be56db2b11fa797a98e4 100644 --- a/src/uncategorized/reShowerPunishment.tw +++ b/src/uncategorized/reShowerPunishment.tw @@ -32,7 +32,7 @@ <<else>> Passing by the showers, you see, through the steam of a very hot shower, <</if>> -a <<if $activeSlave.height > 180>>tall, <<elseif $activeSlave.height < 150>>tiny, <</if>>$activeSlave.skin form moving busily around a $HeadGirl.skin figure, which is standing confidently in the middle of the warm, moist space. As you draw nearer, you identify the stationary slave as your Head Girl, $HeadGirl.slaveName. _His2 attendant is <<EventNameLink>>, and $he's washing $his superior with a big sponge. +a <<if $activeSlave.height > 180>>tall, <<elseif $activeSlave.height < 150>>tiny, <</if>>$activeSlave.skin form moving busily around a $HeadGirl.skin figure, which is standing confidently in the middle of the warm, moist space. As you draw nearer, you identify the stationary slave as your Head Girl, <<= App.UI.slaveDescriptionDialog($HeadGirl)>>. _His2 attendant is <<= contextualIntro($HeadGirl, $activeSlave, true)>>, and $he's washing $his superior with a big sponge. <<if $HGSeverity > 0>> By virtue of not being rape, this is an unusually mild punishment by your Head Girl, if indeed that's what it is. But perhaps _he2's saving that for later. And to go by the cringing, frightened mien of the busy little bath bitch, that's probably it. <<elseif $HGSeverity == 0>> @@ -47,7 +47,6 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <span id="result"> <<link "Just spectate">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You could strip off your suit, walk into the steam, and enjoy your slaves' ministrations, but sometimes the artistry of tastefully nude bodies is a welcome change of pace. You lean against the wall, far enough away that they remain unaware of your presence, and take in the sight. $HeadGirl.slaveName makes the penitent $girl do the job with Brahmanical thoroughness, cleaning $his superior's $HeadGirl.race body down to its very last pore. As $activeSlave.slaveName circles the Head Girl laboriously, doing $his best to ingratiate $himself by diligence, the pair of naked <<if $girl == _girl2>>$women<<else>>slaves<</if>> present a fascinating contrast. They are unclothed alike, the water streaming off their bodies without any distinction, but even an old world fool could not mistake the immense gulf between them. <br><br> @@ -71,7 +70,6 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <</replace>> <</link>> <br><<link "Get a scrub down too">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You strip off your suit and enter the shower. By the time you get in, $HeadGirl.slaveName's sponge scrub is almost done. _He2 turns to greet you with half-lidded eyes, well pleased with _his2 thorough scrubbing. _His2 $HeadGirl.skin skin shines with wet cleanliness, and _his2 $HeadGirl.nipples nipples begin to <<if $HeadGirl.nipples == "fuckable">>swell with arousal<<else>>stiffen<</if>> as _he2 sees your gaze take in _his2 nude body. _He2 brusquely orders $activeSlave.slaveName to scrub you, too, anticipating your intention. The rough, exfoliating sensation of the sponge is indeed delightful, and you close your eyes to savor the feeling as the slave rubs it up and down your calves and then the backs of your knees. <br><br> @@ -93,7 +91,6 @@ $activeSlave.slaveName is being very thorough. When you first appeared, $he was <</replace>> <</link>> <br><<link "Focus on your Head Girl">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You strip off your suit and walk into the steam, producing a surprised but welcoming greeting from your Head Girl and a muffled, submissive noise from $activeSlave.slaveName. $HeadGirl.slaveName is held more or less stationary by the slave _he2's straddling, so you step in, hook a dominant arm around _his2 waist, and kiss _him2. There's precisely one person in this arcology who's allowed to treat _him2 as _hersP, and it's you. _He2 relaxes into you with gratitude as you shoulder the burden of being the leader in this little area of your empire, lifting it from _his2 shoulders for now. <br><br> diff --git a/src/uncategorized/reSlaveMarriage.tw b/src/uncategorized/reSlaveMarriage.tw index 0078bbf9be1a30804a54687676228d30d0bb5af2..2e305bdb97c80687ae74e479770bc7d039d94e90 100644 --- a/src/uncategorized/reSlaveMarriage.tw +++ b/src/uncategorized/reSlaveMarriage.tw @@ -25,7 +25,7 @@ /* 000-250-006 */ </span> -<<print "[[_groomSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1,$activeSlave = _groomSlave]]">> and <<print "[[_brideSlave.slaveName|Long Slave Description][$nextLink = passage(), $eventDescription = 1,$activeSlave = _brideSlave]]">> come into your office +<<= App.UI.slaveDescriptionDialog(_groomSlave)>> and <<= App.UI.slaveDescriptionDialog(_brideSlave)>> come into your office <<if hasAnyArms(_groomSlave) && hasAnyArms(_brideSlave)>>holding hands<<else>>doing their best to stay close to one another despite their physical limitations<</if>>. _brideSlave.slaveName looks at _groomSlave.slaveName expectantly, but _he2's terribly nervous and makes several false starts before beginning. Finally _groomSlave.slaveName musters $his courage and <<if !canTalk(_groomSlave)>>asks you with simple gestures to grant the two of them a slave marriage.<<else>>asks with $his voice cracking, "<<Master>>, would you plea<<s>>e grant u<<s>> a <<s>>lave marriage?"<</if>> <br><br> diff --git a/src/uncategorized/reStandardPunishment.tw b/src/uncategorized/reStandardPunishment.tw index 1edac92a76c0d9f2499143d5220e32b3c2afea3e..e8c184aaa1b2236d9f195e3470af1391a7d1ae70 100644 --- a/src/uncategorized/reStandardPunishment.tw +++ b/src/uncategorized/reStandardPunishment.tw @@ -54,7 +54,7 @@ <</if>> <</if>> -<<EventNameLink>> +<<= App.UI.slaveDescriptionDialog($activeSlave)>> <<set _sins = _sins.random()>> <<switch _sins>> @@ -90,7 +90,6 @@ <<case "confinement">> <<link "Confine $him firmly but fairly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use confinement as a standard slave punishment, <<if $cellblock != 0>>in addition to $cellblockName, <</if>>you have little cubicles designed for the purpose scattered around the penthouse. You order $activeSlave.slaveName into one of these. $He obeys, <<if $activeSlave.devotion > 20>> @@ -105,7 +104,6 @@ <</replace>> <</link>> <br><<link "Confine $him cruelly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use confinement as a standard slave punishment, <<if $cellblock != 0>>in addition to $cellblockName, <</if>>you have several boxes designed for the purpose in convenient areas. You order $activeSlave.slaveName to your office, and direct a box to be brought there. $He begins to cry when $he sees it, <<if $activeSlave.devotion > 20>> @@ -124,7 +122,6 @@ <<case "whipping">> <<link "Give $him a solid whipping">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use whipping as a standard slave punishment, there are many sets of restraints set high up on the walls for the purpose. You order $him to place $his hand<<if hasBothArms($activeSlave)>>s<</if>> in one of them, and $he <<if $activeSlave.devotion > 20>> @@ -139,7 +136,6 @@ <</replace>> <</link>> <br><<link "Whip $him cruelly">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use whipping as a standard slave punishment, there are many sets of restraints set high up on the walls for the purpose. You order $him to place $his hand<<if hasBothArms($activeSlave)>>s<</if>> in one of them, and $he <<if $activeSlave.devotion > 20>> @@ -157,7 +153,6 @@ <<case "chastity">> <<link "Restrain $him in your office">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use chastity as a punishment, you're accustomed to using your office for supervising sexual denial. You bring $him up and restrain $him standing, hand<<if hasBothArms($activeSlave)>>s<</if>> over $his head in one of the sets of shackles set high on the walls, facing out so $he can <<if canSee($activeSlave)>>see<<else>>face<</if>> everything that goes on in your office. You gag $him securely, <<if $activeSlave.voice == 0>>despite $his muteness, a sad mockery<<else>>not wanting your work disturbed by unseemly noises<</if>>. Then you ignore $him. Business as usual in your office is profoundly sexual. <<if $activeSlave.energy > 60>> @@ -188,7 +183,6 @@ <</replace>> <</link>> <br><<link "Torment $him with vibration">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Since you use chastity as a punishment, you're accustomed to using your office for supervising sexual denial. You order $him to place $his hand<<if hasBothArms($activeSlave)>>s<</if>> in one of the many sets of restraints set high up on the office walls for the purpose. <<if $activeSlave.clitPiercing != 3>> @@ -213,7 +207,6 @@ <<case "anal reluctance">> <<link "Punish $his ass">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding that the most appropriate punishment is some corrective assrape, you shove the slave to <<if hasBothLegs($activeSlave)>>$his knees<<else>>the floor<</if>> and stuff <<if $PC.dick != 0>>your cock<<else>>a formidable dildo<</if>> up $his <<if $activeSlave.anus > 2>> @@ -234,7 +227,6 @@ <<case "vaginal reluctance">> <<link "Punish $his pussy">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding that the most appropriate punishment is some corrective rape, you push the slave down on $his back and shove <<if $PC.dick != 0>>your cock<<else>>a formidable dildo<</if>> inside $his <<if $activeSlave.anus > 2>> @@ -255,7 +247,6 @@ <<case "chatting">> <<link "Put $his mouth to better use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You announce that $he'll have less trouble gossiping instead of being prompt if $his mouth is nice and tired. Comprehension and apprehension dawn on $his face in the moment before you <<if $activeSlave.collar != "none">>grab $him by the collar and pull<<else>>put a hand on $his shoulder and shove<</if>> $him to the ground. $He goes down without resistance, <<if $PC.dick != 0>>already opening wide for your stiff prick.<<else>>$his look of unconcern vanishing when $he sees you pulling out a strap-on. $He doesn't get to eat pussy today; today $he gets fucked in the face.<</if>> You shove it down $his <<if $activeSlave.sexualQuirk == "gagfuck queen">> @@ -276,7 +267,6 @@ <<case "dawdling">> <<link "Make $him run">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You tell $him that $he clearly needs practice being prompt. Your tone is conversational, but $he doesn't mistake it for kindness. It's the tone you use with slaves when imparting guidance which is to be accepted and followed on pain of terrible punishment. You make $him explain where $he was and what $he was doing previously, and require $him to walk you there. $He does, <<if $activeSlave.trust > 20>>trustingly<<elseif $activeSlave.trust >= -20>>rather fearfully<<else>>shaking with fear<</if>>, and when you get there you tell $him to run to $his next task. $He hesitates for an instant, until you <<if $PC.title == 1>>bellow<<else>>shriek<</if>> at $him to run! $He takes off, <<if $activeSlave.shoes == "extreme heels">> @@ -310,7 +300,6 @@ <<case "slave refusal">> <<link "Make sure $he knows $he's for use">> - <<EventNameDelink $activeSlave>> <<replace "#result">> Deciding to ensure the $desc really understands that $he's a sex slave and can be used by anyone, even other slaves, you order $him to put $his mouth to work on the slave who demanded sex from $him. <<set $activeSlave.counter.oral += 1>> @@ -338,7 +327,6 @@ <<case "slave molestation">> <<link "Make $him apologize and then dominate $him">> - <<EventNameDelink $activeSlave>> <<replace "#result">> You order the horny $desc to apologize to the slave $he grabbed, which $he does, <<if canTalk($activeSlave)>>managing to sound authentically sorry<<else>>gesturing $his regret with apparent sincerity<</if>>. It seems $he might feel some actual guilt at molesting a fellow slave, but $he's about to feel much sorrier. Once the other slave has been dismissed, you grab $him by the neck and <<if canDoVaginal($activeSlave) && ($activeSlave.vagina != 0)>> diff --git a/src/uncategorized/seRetirement.tw b/src/uncategorized/seRetirement.tw index 332901687204206d68c45e99e48495636aba5076..a9d6d9bddf37f01eeae202de73933a2037133896 100644 --- a/src/uncategorized/seRetirement.tw +++ b/src/uncategorized/seRetirement.tw @@ -34,7 +34,7 @@ /* 000-250-006 */ </span> -<<EventNameLink>> is retiring from sexual slavery this week, +<<= App.UI.slaveDescriptionDialog($activeSlave)>> is retiring from sexual slavery this week, <<if $CitizenRetirement == 1>> diff --git a/src/uncategorized/slaveInteract.tw b/src/uncategorized/slaveInteract.tw index 658374120cac678628b250b151435094ac83b050..153e77959fb535edd6c643e6e8dfbfffcb85e1e7 100644 --- a/src/uncategorized/slaveInteract.tw +++ b/src/uncategorized/slaveInteract.tw @@ -3,6 +3,7 @@ <<set $nextButton = "Confirm changes", $nextLink = "Main">> <<set _SL = $slaves.length, _CL = $canines.length, _HL = $hooved.length, _FL = $felines.length>> <<set _i = $slaveIndices[$activeSlave.ID]>> +<<set $slaves[_i] = $activeSlave>> <<setLocalPronouns $slaves[_i]>> <<run Enunciate($slaves[_i])>> <style> @@ -17,31 +18,31 @@ <<if !assignmentVisible($slaves[_i])>> <<switch $slaves[_i].assignment>> <<case "work in the brothel" "be the Madam">> - <<set $returnTo = "Brothel">> + <<set $nextLink = "Brothel">> <<case "be confined in the arcade">> - <<set $returnTo = "Arcade">> + <<set $nextLink = "Arcade">> <<case "serve in the club" "be the DJ">> - <<set $returnTo = "Club">> + <<set $nextLink = "Club">> <<case "work in the dairy" "be the Milkmaid">> - <<set $returnTo = "Dairy">> + <<set $nextLink = "Dairy">> <<case "work as a farmhand" "be the Farmer">> - <<set $returnTo = "Farmyard">> + <<set $nextLink = "Farmyard">> <<case "rest in the spa" "be the Attendant">> - <<set $returnTo = "Spa">> + <<set $nextLink = "Spa">> <<case "work as a nanny" "be the Matron">> - <<set $returnTo = "Nursery">> + <<set $nextLink = "Nursery">> <<case "learn in the schoolroom" "be the Schoolteacher">> - <<set $returnTo = "Schoolroom">> + <<set $nextLink = "Schoolroom">> <<case "work as a servant" "be the Stewardess">> - <<set $returnTo = "Servants' Quarters">> + <<set $nextLink = "Servants' Quarters">> <<case "serve in the master suite" "be your Concubine">> - <<set $returnTo = "Master Suite">> + <<set $nextLink = "Master Suite">> <<case "be confined in the cellblock" "be the Wardeness">> - <<set $returnTo = "Cellblock">> + <<set $nextLink = "Cellblock">> <<case "get treatment in the clinic" "be the Nurse">> - <<set $returnTo = "Clinic">> + <<set $nextLink = "Clinic">> <<case "live with your Head Girl">> - <<set $returnTo = "Head Girl Suite">> + <<set $nextLink = "Head Girl Suite">> <</switch>> <</if>> @@ -50,7 +51,7 @@ <<set $showEncyclopedia = 1, $encyclopedia = "Gender">> <</if>> -<<run App.UI.SlaveInteract.placeInLine($slaves[_i])>> +<<set _slavesInLine = App.UI.SlaveInteract.placeInLine($slaves[_i])>> <<set _desc = `<<set $activeSlave = $slaves[_i]>><<include "Long Slave Description">>`>> @@ -65,7 +66,7 @@ [â†,Q] </span> <span id="prevSlave" style="font-weight:bold"> - <<link "Prev" "Previous Slave In Line">><</link>> + <<link "Prev" "Slave Interact">><<set $slaves[_i] = $activeSlave, $activeSlave = $slaves[_slavesInLine[0]]>><</link>> </span> <span class='slave-name'> @@ -73,7 +74,7 @@ </span> <span id="nextSlave" style="font-weight:bold"> - <<link "Next" "Next Slave In Line">><</link>> + <<link "Next" "Slave Interact">><<set $slaves[_i] = $activeSlave, $activeSlave = $slaves[_slavesInLine[1]]>><</link>> </span> <span class="cyan"> [E,→] @@ -141,18 +142,24 @@ <div id="Location" class="tabcontent"> <div class="content"> <p> - Take slave to another room: - [[Auto salon|Salon][$activeSlave = $slaves[_i], $degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$primaryEarColor = "",$secondaryEarColor = "",$primaryTailColor = "",$secondaryTailColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$artificialEyeFill = "",$tattooChoice = "",$piercingLevel = ""]] - | [[Body mod studio|Body Modification][$activeSlave = $slaves[_i], $degradation = 0, $tattooChoice = undefined]] - | [[Remote surgery|Remote Surgery][$activeSlave = $slaves[_i], $degradation = 0]] - <<if $prostheticsUpgrade > 0>>| [[Configure cybernetics|Prosthetics Configuration][$activeSlave = $slaves[_i], $prostheticsConfig = "main"]]<</if>> - - - <div id="miniscene"></div> - <span id="useSlave"></span> - <script> - App.UI.SlaveInteract.useSlaveDisplay(getSlave(V.activeSlave.ID)); - </script> + <<if ["be your agent", "live with your agent"].includes($slaves[_i].assignment)>> + <span class="note"> + Recall your agent to modify them. + </span> + <<else>> + Take slave to another room: + [[Auto salon|Salon][$activeSlave = $slaves[_i], $degradation = 0,$primaryHairColor = "",$secondaryHairColor = "",$primaryEarColor = "",$secondaryEarColor = "",$primaryTailColor = "",$secondaryTailColor = "",$artificialEyeColor = "",$artificialEyeShape = "",$artificialEyeFill = "",$tattooChoice = "",$piercingLevel = ""]] + | [[Body mod studio|Body Modification][$activeSlave = $slaves[_i], $degradation = 0, $tattooChoice = undefined]] + | [[Remote surgery|Remote Surgery][$activeSlave = $slaves[_i], $degradation = 0]] + <<if $prostheticsUpgrade > 0>>| [[Configure cybernetics|Prosthetics Configuration][$activeSlave = $slaves[_i], $prostheticsConfig = "main"]]<</if>> + + <div id="miniscene"></div> + <span id="useSlave"></span> + <script> + App.UI.SlaveInteract.useSlaveDisplay(getSlave(V.activeSlave.ID)); + </script> + + <</if>> </p> <p> <<switch $slaves[_i].assignment>> diff --git a/src/uncategorized/slaveSold.tw b/src/uncategorized/slaveSold.tw index 82413da028bc353304a9bb8c7a39526d32a9b297..88b2b92183cb03a695722b8c3a5e5b3c1a7e545c 100644 --- a/src/uncategorized/slaveSold.tw +++ b/src/uncategorized/slaveSold.tw @@ -98,42 +98,35 @@ <<setLocalPronouns $slaves[_ss] 2>> <<if $activeSlave.mother == $slaves[_ss].ID>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 $daughter. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <</if>> <<if $activeSlave.father == $slaves[_ss].ID>> $slaves[_ss].slaveName is @@.mediumorchid;disappointed@@ that you are selling _his2 $daughter. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 10>> <</if>> <<if $activeSlave.ID == $slaves[_ss].father>> $slaves[_ss].slaveName is @@.mediumorchid;saddened@@ that you are selling _his2 father. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 10>> <</if>> <<if $activeSlave.ID == $slaves[_ss].mother>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 mother. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <</if>> <<switch areSisters($activeSlave, $slaves[_ss])>> <<case 1>> $slaves[_ss].slaveName is @@.mediumorchid;devastated@@ that you are selling _his2 twin. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 30>> <<case 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 $sister. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <<case 3>> $slaves[_ss].slaveName is @@.mediumorchid;disheartened@@ that you are selling _his2 half-<<= $sister>>. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 10>> <</switch>> @@ -144,7 +137,6 @@ <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 $activeSlave.relation. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= 20>> <<set $display = 1>> @@ -156,14 +148,12 @@ <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.mediumorchid;grieved@@ that you are selling _his2 best source of comfort and companionship in a life of bondage. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion -= $slaves[_ss].relationship*10>> <<set $display = 1>> <</if>> <<elseif $activeSlave.relationship == -3>> Selling one of your slave $wives is @@.red;socially unacceptable.@@ In addition, your other devoted slaves are @@.gold;worried@@ that you may not respect their status. - <<run clearSummaryCache()>> <br><br> <<run repX(-200, "slaveTransfer")>> <<set $display = 1>> @@ -178,7 +168,6 @@ <<if (def _ss) && $slaves[_ss].fetish != "mindbroken">> <<setLocalPronouns $slaves[_ss] 2>> $slaves[_ss].slaveName is @@.hotpink;pleased@@ that _he2 won't have to see _his2 rival any more. - <<run clearSummaryCache($slaves[_ss])>> <br><br> <<set $slaves[_ss].devotion += $slaves[_ss].rivalry*3>> <<set $display = 1>> @@ -193,7 +182,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].trust >= -20)>> <<if ($slaves[_ss].physicalAge > 30)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -207,7 +195,6 @@ In short order, $activeSlave.slaveName is heard out on the promenade, sobbing and screaming as $his new owner breaks in $his virgin butt in public. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].anus == 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -220,7 +207,6 @@ $activeSlave.slaveName is soon seen on shift outside a seedy establishment in the lower arcology, mechanically offering $his holes to passersby and flinching whenever $his superiors come out to check on $him. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -233,7 +219,6 @@ $activeSlave.slaveName disappears for a time as $his training is perfected, but $he reappears in the refined brothel, wearing classy clothes and flirting gracefully with patrons of $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].assignment == "whore") || ($slaves[_ss].assignment == "work in the brothel")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -246,7 +231,6 @@ $activeSlave.slaveName is never again seen in public, but $his fate is obvious: $he's chained to a milking rack somewhere in a cavernous factory farm, with milk draining from $his tits<<if $activeSlave.balls > 0>> and an electroshock stimulator up $his butt to force $him to cum<<elseif $activeSlave.ovaries > 0>> and a new baby in $his belly every ten months<</if>>. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 50)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -259,7 +243,6 @@ $activeSlave.slaveName is quickly escorted out by $his new master. $He is rarely seen in public anymore, but $his records show $he is settling well into being $his new owner's breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].breedingMark != 1 && $propOutcome == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 5>> <<set _slaveImpact = 1>> <</if>> @@ -272,7 +255,6 @@ $activeSlave.slaveName is a common sight around the arcology, since free range cows are allowed to range between milkings. $He seems reasonably content. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].assignment == "get milked") || ($slaves[_ss].assignment == "work in the dairy")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -285,7 +267,6 @@ The breeder already has stud stock, and $activeSlave.slaveName is rapidly impregnated. $He's kept in a stockyard on the lower service levels of the arcology, one of a dense crowd of beaten-down women with gravid bellies. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -299,7 +280,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "pregnancy")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -314,7 +294,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "boobs")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -330,7 +309,6 @@ <<if ($slaves[_ss].fetish == "boobs")>> <<if ($slaves[_ss].fetishKnown == 1)>> <<if $slaves[_ss].nipples == "fuckable">> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -346,7 +324,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -361,7 +338,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "cumslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -376,7 +352,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "masochist")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -391,7 +366,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "sadist")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -406,7 +380,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "dom")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -421,7 +394,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "submissive")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -435,7 +407,6 @@ $activeSlave.slaveName leaves your control forthwith, to be freed and installed in a favored life in an arcology that gives $activeSlave.race people every possible advantage. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -448,7 +419,6 @@ $activeSlave.slaveName is shipped off to help produce a race of $activeSlave.race idiots to perform eternal servitude. $He is not perceptive enough to fear $his upcoming life as a downtrodden breeder. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -462,7 +432,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -476,7 +445,6 @@ $activeSlave.slaveName is taken away to join the legion of airheaded, big-titted sex slaves that throng the arcology owned by $his purchaser. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -490,7 +458,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion < -20)>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -504,7 +471,6 @@ Stories about the place $he's going have reached $arcologies[0].name, and $activeSlave.slaveName suspects the fate $he's been condemned to when $he's loaded into a shipping container expressly designed to keep the inmate awake and uncomfortable. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -517,7 +483,6 @@ $activeSlave.slaveName is taken away to join the tribe of squealing, slim forms that populate the arcology of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 50)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -530,7 +495,6 @@ A shipping container arrives for $activeSlave.slaveName; as $he's loaded into it, it sedates $him and begins to pump hormones, curatives and growth enhancers into no less than seven places scattered over $his body. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -543,7 +507,6 @@ $activeSlave.slaveName is seen in a research report nine months later; $he has undergone some interesting changes. As expected by someone interested in $his odd womb, $he is quite pregnant, but what really stands out is the massive size of $his testicles and $his huge round implants. A quick glance at the article reveals that they aren't implants; in fact, $his breasts and testicles are rounded with children. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].mpreg == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 5>> <<set _slaveImpact = 1>> <</if>> @@ -556,7 +519,6 @@ $activeSlave.slaveName is soon seen on live TV, restrained and still grotesquely pregnant. $He screams into $his restraints as the host approaches with a comically large syringe of abortifacients and drives it deep into $his womb. Within minutes, a flood of liquid and fetuses are pouring from $his gaping cunt, all the while he times how long it takes $his overburdened womb to drain of all its contents. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].bellyPreg >= 300000>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 15>> <<set _slaveImpact = 1>> <</if>> @@ -570,7 +532,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].vagina == 0)>> <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 20>> <<set _slaveImpact = 1>> <</if>> @@ -586,7 +547,6 @@ <<if ($slaves[_ss].vagina == 0)>> <<if isFertile($slaves[_ss])>> <<if ($slaves[_ss].fetish == "pregnancy")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -602,7 +562,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> <<if isFertile($slaves[_ss])>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -616,7 +575,6 @@ $activeSlave.slaveName is taken away to join a quivering mass of plump, pampered ladies that crowd the bedroom of $his new owner. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].behavioralFlaw == "gluttonous">> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -629,7 +587,6 @@ $activeSlave.slaveName's new owner is quite fond of his work and typically sends out photos of his progress. This is no exception; you are treated to a series of images featuring $activeSlave.slaveName being force-fed until $his stomach bulges. Day after day, you watch $him handle more and more food until $his belly is big enough to fill $his lap even when empty. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].weight < 10>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -642,7 +599,6 @@ A purchasing agent arrives for $activeSlave.slaveName; he uses a lull in the proceedings to use a permanent marker to begin mapping out surgical sites across $his body. There are a lot of them. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -656,7 +612,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].weight > 10)>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -671,7 +626,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].lactation == 0)>> <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -685,7 +639,6 @@ $activeSlave.slaveName is terrified of $his impending religious life; perhaps $he's heard the new text that reads 'no woman come of age is holy unless she performs the act as many times per day as she has years less than forty.' <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].counter.anal < 200)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -698,7 +651,6 @@ $activeSlave.slaveName is shipped to a new arcology, and culturally, across the centuries. $His skill at arms is well enough known that $his impending role as a gladiatrix is easily deduced. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].skill.combat > 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -711,7 +663,6 @@ $activeSlave.slaveName is transported after losing a military engagement. Though $his will remains strong, $he's @@.gold;filled with fear@@ when $he sees the rivers of blood that flow through the city. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].skill.combat > 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -724,7 +675,6 @@ $activeSlave.slaveName's journey to $his new home is respectful, even celebratory, as far as you can see. $He is gravely informed by the purchasing agent that many slaves await $his learned instruction. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -50)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -738,7 +688,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].vagina == 0)>> <<if ($slaves[_ss].ovaries == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -753,7 +702,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 50)>> <<if ($slaves[_ss].boobsImplant > 1000)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -767,7 +715,6 @@ $activeSlave.slaveName is soon well-known among the slaves of the arcology, as many of them are sold after passing under $his hands in training. $He performs effectively, imparting good sex slave ethics in a generation of sluts. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant > 15)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -780,7 +727,6 @@ $activeSlave.slaveName is not pleased by $his change in circumstances, since $he is soon subjected to training rigor that $he did not experience while your property. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].intelligenceImplant < 15)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -793,7 +739,6 @@ A few weeks later, $activeSlave.slaveName is seen in a shipment of slaves heading out of the arcology. $He has new fake tits, a bigger butt, lip implants, and even some facial bone structure alterations, but $his balloon breasts are the most shocking change. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].boobsImplant == 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -806,7 +751,6 @@ A few weeks later, $activeSlave.slaveName is seen in a shipment of slaves heading out of the arcology. $He is almost unrecognizable, having been quickly returned to as natural an appearance as skillful removal of $his implants could manage. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].boobsImplant > 800)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -819,7 +763,6 @@ $activeSlave.slaveName's buyer takes charge of $him, and cannot resist immediately running a hand between $his buttocks to sink a couple of groping fingers into $his soft asspussy. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -832,7 +775,6 @@ $activeSlave.slaveName heads off to form part of whatever great design $his new master is pursuing; all you know is that it apparently requires lots of lithe, sharp toothed slave <<= $girl>>s. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion <= 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -845,7 +787,6 @@ $activeSlave.slaveName becomes a common sight around the arcology, training slaves for $his new master. They're usually seen hanging close by $him as $he manages them with an air at once protective and frankly sexual. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].actualAge > 35)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -858,7 +799,6 @@ $activeSlave.slaveName becomes quite a fixture at social events hosted by $his new master; he enjoys showing off how healthy, happy and productive his cow is. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].lactation > 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -871,7 +811,6 @@ $activeSlave.slaveName's nervous buyer comes to collect $him, stammering and sweating and doing his best to pretend he does this all the time. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].counter.vaginal + $slaves[_ss].counter.anal < 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -884,7 +823,6 @@ $activeSlave.slaveName is occasionally visible around the arcology, looking rather tired and gaunt under the stresses of a severe crash diet coupled with a punishing cardio regime. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -897,7 +835,6 @@ $activeSlave.slaveName is only rarely seen around the arcology, since $his new owners force $him to spend most of $his time sleeping, eating and looking after $himself. But $his belly, painfully distended with food, makes $his situation obvious. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].weight > 10)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -910,7 +847,6 @@ $activeSlave.slaveName is last seen somewhat later, packed into a shipment of cows heading out of the arcology. $He looks rather ill from the drugs $he's been filled with, and $his now-distended breasts are marred by unsightly stretch marks. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].lactation == 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -923,7 +859,6 @@ $activeSlave.slaveName is frequently seen in public over the next few weeks, since $he's being trained to improve $his feminine deportment. $He grows visibly more feminine as time passes, as the hormonal effects of having $his balls cut off become apparent. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].balls > 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -936,7 +871,6 @@ $activeSlave.slaveName is next seen after some weeks of surgery. $He's barely recognizable, and now possesses a serviceable vagina which $he clearly is unsure of. $His original status is scarcely discernible. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -949,7 +883,6 @@ The upper half of $activeSlave.slaveName's body is never seen again. $His butt, on the other hand, is periodically visible in a lower-level arcade, $his orifices gradually showing the wear and $his price gradually decreasing, until finally $he is seen no more. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].devotion < 10)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -960,21 +893,18 @@ <<case "D cannibal">> $activeSlave.slaveName is never seen again. $His buyer prefers to keep whatever happened to $him private. However, rumors of steaks, rump roasts, sweetbreads, and blood pudding eaten at three in the morning filter out from time to time. Naturally, these murmurs never fail to @@.gold;terrify@@ your other slaves. - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> <</for>> <<case "harvester">> Though $activeSlave.slaveName's fate as a source of organs for transplantation is not announced, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves. - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> <</for>> <<case "D amazon hunter">> When $activeSlave.slaveName's buyer appears, the big $girl is almost bashful. He tries to resist the impulse, but quickly breaks down and sweeps $him into a tight hug. $He accepts the embrace meekly. Your other slaves find this @@.mediumaquamarine;very romantic.@@ - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust += 1>> <</for>> @@ -984,7 +914,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetishKnown == 1)>> <<if ($slaves[_ss].fetish == "cumslut")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -999,7 +928,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -1014,7 +942,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "buttslut")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -1029,7 +956,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].dick > 0)>> <<if ($slaves[_ss].boobs > 400)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -1044,7 +970,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].fetish == "pregnancy")>> <<if ($slaves[_ss].fetishKnown == 1)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 4>> <<set _slaveImpact = 1>> <</if>> @@ -1059,18 +984,15 @@ <<case "fuckdoll">> Though $activeSlave.slaveName's fate as a living fucktoy is not obvious, since most of $his body will forever after be encased in thick latex, rumors of what happens to those who @@.gold;fail to be valuable to you@@ pass among your slaves. - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<set $slaves[_ss].trust -= 2>> <</for>> <<case "porn studio">> $activeSlave.slaveName becomes a frequent sight in $activeSlave.porn.fameType smut and attracts huge crowds with each public appearance. - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].porn.prestige > 0 && $slaves[_ss].porn.prestige < 3>> <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 2>> <<set _slaveImpact = 1>> <</if>> @@ -1082,11 +1004,9 @@ <<case "obsessed fan">> $activeSlave.slaveName is rarely seen after $his buyer takes charge of $him, since he prefers to keep his prize safe and sound at home. - <<run clearSummaryCache()>> <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if $slaves[_ss].porn.prestige == 1>> <<if ($slaves[_ss].devotion > 20)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -1102,7 +1022,6 @@ <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if canSee($slaves[_ss])>> <<if $slaves[_ss].intelligence+$slaves[_ss].intelligenceImplant < -15>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 4>> <<set _slaveImpact = 1>> <</if>> @@ -1116,7 +1035,6 @@ As $activeSlave.slaveName now spends all $his time backstage, $he's rarely seen again. Occasionally, however, a roadie will bring $him outside as he hauls the equipment, and $he jacks him off. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].hears < 0)>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust += 1>> <<set _slaveImpact = 1>> <</if>> @@ -1129,7 +1047,6 @@ $activeSlave.slaveName's new etiquette trainer sends you courtesy updates on $his progress, as $he learns proper poise and enunciation, the correct locations of silverware, and how to avoid making vulgar comments while performing lascivious acts. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].sexualFlaw == "crude")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].trust -= 1>> <<set _slaveImpact = 1>> <</if>> @@ -1142,7 +1059,6 @@ $activeSlave.slaveName soon makes $his debut on the big screen in a debaucherous gangbang in place of the popular lead. $He is a spitting image of the actress, even when coated in layers of semen. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].sexualFlaw == "attention whore")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> @@ -1155,7 +1071,6 @@ $activeSlave.slaveName soon makes $his debut on the big screen in a thrilling horror movie. At its end, the male lead finds his partner, played by $him in this scene, glued to a wall with a massively distended middle filled to capacity with the monster's spawn. The camera slowly zooms in on $him as $he gives birth to a future sequel. <<for _ss = 0; _ss < $slaves.length; _ss++>> <<if ($slaves[_ss].sexualFlaw == "breeder")>> - <<run clearSummaryCache($slaves[_ss])>> <<set $slaves[_ss].devotion -= 2>> <<set _slaveImpact = 1>> <</if>> diff --git a/src/uncategorized/summaryOptions.tw b/src/uncategorized/summaryOptions.tw index cec8d828caf092903dde74efcf241c0f3000e1fd..88ebb667e1bf063af4107f34de40f38c77383c50 100644 --- a/src/uncategorized/summaryOptions.tw +++ b/src/uncategorized/summaryOptions.tw @@ -9,7 +9,6 @@ <</if>> <</if>> <<set $nextLink = $storedLink>> -<<run clearSummaryCache()>> <p class="scene-intro"> These options will affect the short slave summaries that appear on the main menu and the facility management screens. diff --git a/src/utility/miscWidgets.tw b/src/utility/miscWidgets.tw index d29ab3c6e288a5e8baa021bcd1d24259224d3444..3c0641866c21d875c955a97265782d0db4596738 100644 --- a/src/utility/miscWidgets.tw +++ b/src/utility/miscWidgets.tw @@ -297,107 +297,3 @@ $args[1]: Fetish. <div class="indent">[[Chinese Revivalist redecoration|Future Society][State.variables[$args[0]] = "Chinese Revivalist", cashX(-5000, "capEx")]]</div> <</if>> <</widget>> - -/* -OBSOLETE: Use setPregType()instead! -Call as <<SetPregType>> -$args[0]: Slave. -*/ -<<widget "SetPregType">> /* IMHO rework is possible. Can be more interesting to play, if this code will take in account more body conditions - age, fat, food, hormone levels, etc. */ - <<if $args[0].broodmother < 1>> /* Broodmothers should be not processed here. Necessary now.*/ - <<if (def $args[0].readyOva) && $args[0].readyOva > 0 >> - <<set $args[0].pregType = $args[0].readyOva, $args[0].readyOva = 0>> /* just single override; for delayed impregnation cases */ - <</if>> - <<if $args[0].ID == -1>> - <<if $PC.counter.birthMaster > 0>> /* Predisposed to twins */ - <<if $PC.fertDrugs == 1>> - <<set $args[0].pregType = either(2, 2, 3, 3, 3, 3, 4, 4)>> - <<else>> - <<set $args[0].pregType = either(1, 1, 1, 2, 2, 2, 2, 2, 2, 3)>> - <</if>> - <<if $PC.forcedFertDrugs > 0>> - <<set $args[0].pregType += either(1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4)>> - <</if>> - <<else>> - <<if $PC.fertDrugs == 1>> - <<set $args[0].pregType = either(1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4)>> - <<else>> - <<set $args[0].pregType = either(1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2)>> - <</if>> - <<if $PC.forcedFertDrugs > 0>> - <<set $args[0].pregType += either(0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4)>> - <</if>> - <</if>> - <<else>> - <<if $args[0].pregType == 0>> - <<if ($args[0].drugs == "super fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($args[0].assignment == "serve in the master suite") || ($args[0].assignment == "be your Concubine")))>> - <<if ($args[0].hormones == 2)>> - <<set $args[0].pregType = random(20,29)>> - <<else>> - <<set $args[0].pregType = random(10,29)>> - <</if>> - <<else>> - <<if ($args[0].hormones == 2)>> - <<set $args[0].pregType = random(10,29)>> - <<else>> - <<set $args[0].pregType = either(3, 4, 4, 4, 5, 5, 6, 10, 11, 20)>> - <</if>> - <</if>> - <<elseif ($args[0].drugs == "fertility drugs")>> - <<if (($masterSuitePregnancyFertilitySupplements == 1) && (($args[0].assignment == "serve in the master suite") || ($args[0].assignment == "be your Concubine")))>> - <<if ($args[0].hormones == 2)>> - <<set $args[0].pregType = random(4,5)>> - <<else>> - <<set $args[0].pregType = either(2, 2, 3, 3, 3, 3, 4, 4, 5, 5)>> - <</if>> - <<else>> - <<if ($args[0].hormones == 2)>> - <<set $args[0].pregType = random(2,5)>> - <<else>> - <<set $args[0].pregType = either(1, 1, 2, 2, 3, 3, 4, 4, 5, 5)>> - <</if>> - <</if>> - <<else>> - <<set $args[0].pregType = either(1, 1, 1, 1, 1, 1, 1, 1, 1, 2)>> - <</if>> - <</if>> - <</if>> - <</if>> -<</widget>> - -/* see how they are on a single line? This permits "."s and other things to be appended directly onto the widget result */ - -/* - Call as <<EventNameLink>> -*/ -<<widget "EventNameLink">> - <span id="name"> - <<link "<<= SlaveFullName($activeSlave)>>">> - <<replace #longSlaveHide>> - <<link "(hide)">> - <<replace #longSlaveHide>> - <</replace>> - <<replace #longSlaveDescription>> - /* Hide */ - <</replace>> - <</link>> - <</replace>> - <<replace #longSlaveDescription>> - <p> - <<set _eventDescription = $eventDescription, $eventDescription = 1>> - <<include "Long Slave Description">> - <<set $eventDescription = _eventDescription>> - </p> - <</replace>> - <</link>> - </span> - <span id="longSlaveHide"></span> - - <span id="longSlaveDescription"></span> -<</widget>> - -/* - Call as <<EventNameDelink>> -*/ -<<widget "EventNameDelink">><<replace "#name">><<= SlaveFullName($activeSlave)>><</replace>><</widget>> \ No newline at end of file