Sir Walter Ratleigh Posted July 23, 2023 Posted July 23, 2023 Is it possible to have permanent attachments? For instance piercings that cannot be removed from the character. If so would it be a mod or is there a console command that would accomplish it?
jib_buttkiss Posted July 24, 2023 Posted July 24, 2023 (edited) For console commands, the EquipItem command has a NoUnequip flag that will prevent the item from being removed without the Unequip command. So player.equipItem itemCode 1 would lock the item on to the player. It works on NPCs too. Edited July 24, 2023 by jib_buttkiss
Sir Walter Ratleigh Posted July 24, 2023 Author Posted July 24, 2023 1 minute ago, jib_buttkiss said: For console commands, the EquipItem command has a NoUnequip flag that will prevent the item from being removed without the Unequip command. So player.equipItem itemCode 1 would lock the item on to the player. It works on NPCs too. Awesome. I will give it a try. Thanks for the quick response.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now