begin OnEquip SandstormMask
(tab)addspell SandstormMaskSpell(restores values that the SandstormDamage spell damages)
end
begin OnUnequip SandstormMask
(tab)removespell SandstormMaskSpell
end
the script wont save what am i missing?
SCN ScriptNameGoesHereRef rContainerRefbegin OnEquip Set rContainerRef to GetContainer rContainerRef.addspell SandstormMaskSpellendbegin OnUnequip Set rContainerRef to GetContainer rContainerRef.removespell SandstormMaskSpellend