Difference between revisions of "SetEnchantment - Armor"
m
no edit summary
imported>Dienes (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Armor Script, Weapon Script Sets the enchantment associated...") |
imported>Egocarib m |
||
Line 22: | Line 22: | ||
ArmorProperty.SetEnchantment(EnchantmentProperty) | ArmorProperty.SetEnchantment(EnchantmentProperty) | ||
</source> | </source> | ||
== Notes == | |||
:Using this function to add an enchantment with a formID greater than 0xFF000000 will cause the game to crash. (This includes enchantments crafted at the enchanting table by the player, or created with SKSE's CreateEnchantment() function) | |||
== See Also == | == See Also == |