.
Thanks in advance
FormList Property EnchantedItemFLST AutoEvent OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) If EnchantedItemFLST.HasForm(akBaseItem) ;Do something EndIfEndEvent...is all I can think of, then sort WEAP and ARMO items in the CK by "Enchanting" and add the enchanted ones to EnchantedItemFLST. Probably won't cover player enchanted stuff and definitely won't catch mod added ones though... Perhaps, in time, SKSE could hook up a Form.IsEnchanted() function.
FormList Property EnchantedItemFLST AutoEvent OnItemAdded(Form akBaseItem, int aiItemCount, ObjectReference akItemReference, ObjectReference akSourceContainer) If EnchantedItemFLST.HasForm(akBaseItem) ;Do something EndIfEndEvent...is all I can think of, then sort WEAP and ARMO items in the CK by "Enchanting" and add the enchanted ones to EnchantedItemFLST. Probably won't cover player enchanted stuff and definitely won't catch mod added ones though... Perhaps, in time, SKSE could hook up a Form.IsEnchanted() function.