Ok this is a workaround for and enchanted item script that i'm trying to make, the effect i'm trying to get can't be used for enchanting so i have the item enchanted with a dummy enchantment so it says the item is enchanted and this is where the effect comes from. It just adds the ability to the player while it's equipped then removes it when the item is unequipped.
The PROBLEM
it doesn't give me the effect it doesn't work at all
scn GhostlyVeilScriptref tempRefbegin OnEquip player player.addspell abGhostlyVeilendbegin OnUnequip player player.removespell abGhostlyVeilend
What's wrong?