Jump to content

Quiet notifications?


Recommended Posts

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

  • Recently Browsing   0 members

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