Skip to main content

InventoryPrerequisiteMessage

Callable

  • InventoryPrerequisiteMessage(C, Prerequisite, asset): CannotBeSuited | CannotHaveWand | NeedsChestHarness | NeedsHipHarness | NeedsNippleRings | CannotBaseUpper | CannotBackBoxTie | CannotBackCuffs | CannotBackElbowTouch | CannotOverTheHead | CannotYoked | CannotTapedHands | CannotBaseLower | CannotKneel | CannotKneelingSpread | CannotLegsClosed | CannotSpread | CannotHogtied | CannotAllFours | CannotSuspension | MustFreeFeetFirst | MustFreeArmsFirst | MustFreeLegsFirst | MustFreeHandsFirst | MustStandUpFirst | CannotBeUsedWhenMounted | RemoveSuspensionForItem | RemoveChastityFirst | RemoveChainForItem | MustCollaredFirst | MustBeOnBed | MustBeArmCuffedFirst | MustBeFeetCuffedFirst | RemoveClothesForItem | CannotBeUsedWhileServingDrinks | AddItemsToUse | MustHaveBreasts | MustHaveFlatChest | MustHaveVagina | MustHavePenis | CantHaveErection | CantBeLimp | MustRemoveChastityCage | MustNotHaveForcedErection | MustHaveFullPenisAccess | UnZipSuitForItem | CantCloseOnShaft | ErrMessage | CannotBeUsedOverMask | CannotBeUsedOverHood | MustFreeVulvaFirst | MustFreeClitFirst | MustFreeButtFirst | RemoveRestraintsFirst | RemoveFaceMaskFirst | OwnerBlockedRemotes | CantAttachMittens

  • Returns an error message if a prerequisite clashes with the character's items and clothes


    Parameters

    • C: Character

      The character on which we check for prerequisites

    • Prerequisite: AssetPrerequisite

      The name of the prerequisite

    • asset: Asset = null

      The asset (if any) for whom the prerequisite is checked

    Returns CannotBeSuited | CannotHaveWand | NeedsChestHarness | NeedsHipHarness | NeedsNippleRings | CannotBaseUpper | CannotBackBoxTie | CannotBackCuffs | CannotBackElbowTouch | CannotOverTheHead | CannotYoked | CannotTapedHands | CannotBaseLower | CannotKneel | CannotKneelingSpread | CannotLegsClosed | CannotSpread | CannotHogtied | CannotAllFours | CannotSuspension | MustFreeFeetFirst | MustFreeArmsFirst | MustFreeLegsFirst | MustFreeHandsFirst | MustStandUpFirst | CannotBeUsedWhenMounted | RemoveSuspensionForItem | RemoveChastityFirst | RemoveChainForItem | MustCollaredFirst | MustBeOnBed | MustBeArmCuffedFirst | MustBeFeetCuffedFirst | RemoveClothesForItem | CannotBeUsedWhileServingDrinks | AddItemsToUse | MustHaveBreasts | MustHaveFlatChest | MustHaveVagina | MustHavePenis | CantHaveErection | CantBeLimp | MustRemoveChastityCage | MustNotHaveForcedErection | MustHaveFullPenisAccess | UnZipSuitForItem | CantCloseOnShaft | ErrMessage | CannotBeUsedOverMask | CannotBeUsedOverHood | MustFreeVulvaFirst | MustFreeClitFirst | MustFreeButtFirst | RemoveRestraintsFirst | RemoveFaceMaskFirst | OwnerBlockedRemotes | CantAttachMittens

    • The error tag, can be converted to an error message