Hey.
So I made an enchantment for some armor. In my script I have to use the SetAV command to manually apply the effect and remove it. However, once the armor is removed, the effect is still persistent.
So, I went through the process and tried using the above command as seen here: http://www.creationkit.com/Dispel_-_ActiveMagicEffect
However, when I adapt it to my effect, it comes back with errors.
For property I have: MagicEffect Property HelloEffect Auto
and then for the actual script I have: HelloEffectActiveEffect.Dispel() just like the link says, but it comes back with : "variable HelloEffectActiveEffect is undefined"
Anyone have any ideas?