Talk:OnEquipped - ObjectReference

From the CreationKit Wiki
Jump to navigation Jump to search

Conditions of triggering the event[edit source]

As mentioned in my recent edit to the page, the event won't always fire. Depending on the way it was equipped it may or may not work. So far what I know about it is:

  • If the item is being equipped through the inventory, it will work.
  • If the item is being equipped via a papyrus function EquipItem - Actor it will not fire.
  • If the item is being equipped via a consoel command EquipItem it will not fire.

I think these rules also apply to OnUnequipped - ObjectReference and the functions for Actor Script such as OnObjectEquipped - Actor and OnObjectUnequipped - Actor. Unfortunately, I won't be able to test things through for the time being.