User talk:TwilightSky

From the CreationKit Wiki
Revision as of 15:02, 29 May 2024 by Dodoshian (talk | contribs) (Created page with "I'm actually trying to fix the OnEquipped behavior with CommonLib but I've hit a brick wall. My original idea was to somehow force the object's OnEquipped function to run thro...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

I'm actually trying to fix the OnEquipped behavior with CommonLib but I've hit a brick wall. My original idea was to somehow force the object's OnEquipped function to run through a SKSE function, as from what I've tested the TESEquipEvent does in fact work for stacks of items (even after a reload). However there is no way to get a reference to an object in a container (or inventory) so I don't see a way to make a workaround on that front.

Do you have any ideas? It really blows my mind that this bug has gone unfixed for over a decade.