dizietemblesssma Posted December 22, 2020 Share Posted December 22, 2020 Is there a way to prevent the unequipping and equipping notifictions for armour and/or weapons?I'm using equipitemex and unequipiem in a script to change outfits and there are a lot of these messages! diziet Link to comment Share on other sites More sharing options...
IsharaMeradin Posted December 22, 2020 Share Posted December 22, 2020 For the native EquipItem function, simply pass in a value of true for the abSilent parameter. But if you use EquipItemEX, there is no way to suppress the notification message. For the native UnEquipItem function, simply pass in a value of true for the abSilent parameter. But if you use UnEquipItemEX, there is no way to suppress the notification message. If you are using SKSE's "EX" functions to avoid the "bug" where player enchanted gear does not apply the enchantment when equipped via means other than manually, then you may want to consider the following mod as a requirement: Equip Enchantment Fix and then use the native functions to suppress the notification message for equipping and unequipping. If you are using SKSE's "EX" functions to equip / unequip a specific instance out of a stack, you're stuck with the notification messages showing. Link to comment Share on other sites More sharing options...
dizietemblesssma Posted December 22, 2020 Author Share Posted December 22, 2020 Informative, as always:)Thankyou diziet Link to comment Share on other sites More sharing options...
Recommended Posts