About This File
This mod is a script file patch for Arousal Based Breast Adjuster - Light SE.
Â
ABBA Light's high arousal garment strip feature does not check for any of the standard keywords that indicate a garment should not be stripped.
Â
For example, this can break a Devious Device by stripping the rendered object.
Â
This patch adds keyword checking to ABBA Light's ABBA_Misc_Util.psc script file StripSlot function to check for:
- The SexLabNoStrip keyword defined by the earliest mod in your load order, if you have multiple mods in your load order that define that keyword, e.g. both Schlongs of Skyrim and SexLab. See this post for more information.
- The SexLabNoStrip keyword defined by SexLab - SexLabNoStrip [KYWD:xx02F16E]
- The zad_Lockable keyword defined by Devious Devices.
Â
If any of those keywords are present on the garment, then the modified script won't strip the garment.
Â
One of these notification messages is displayed in the upper left corner of the screen if the garment is not stripped:
- Oops, that can't be stripped
- Uh oh, that can't be taken off
- Oh no, that can't be removed
Â