Jump to content

Recommended Posts

SexLab Alicia - Devious Devices Tweaks

View File

Prevent Alicia from stripping during combat when she is bound by Devious Devices.

 

I have added a keyword check in the "Alicia_AliasFollower.pex" script and programmed it to interrupt when it finds "zad_DeviousHeavyBondage."

 

			; Chance of undressing before combat
			If ((Utility.RandomInt(0,100)>60) && ((AliciaActor.WornHasKeyword(ClothKeyword)) || (AliciaActor.WornHasKeyword(ArmorKeyword))) )

				If Game.GetModByName("Devious Devices - Integration.esm") !=255
					If AliciaActor.WornHasKeyword(Game.GetFormFromFile(0x05226C, "Devious Devices - Integration.esm") as Keyword) ; zad_DeviousHeavyBondage
						Debug.Notification("Alicia can't undress while binded")
						Return
					EndIf
				EndIf
				
				; AliciaActor.unequipall()
				form[] FemaleEquipment = SexLab.StripActor(AliciaActor)
			EndIf

 


  • Submitter
  • Submitted
    06/17/2023
  • Category
  • Requires
    Alicia, Devious Devices 5.2
  • Regular Edition Compatible
    Yes

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more information, see our Privacy Policy & Terms of Use