Is it possible to attach an Actor Script to the Player Actor such that any other mods that alter the same Actor don't remove that script? The issue I have is that I must use Actor.OnObjectEquipped for Spells, which are not ObjectReferences and therefore don't have an OnEquipped event of their own. Perhaps there's another way to detect when a Spell is equipped?