Talk:OnEquipped - ObjectReference

From the CreationKit Wiki
Revision as of 13:17, 2 February 2017 by imported>Shirakami (Created page with "== Conditions of triggering the event == 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....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Conditions of triggering the event

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.