Can a scripted ability effectively add a script to an NPC or the player? What I mean is, do OnHit, OnMagicEffectHit, OnDeath, and other similar block types function when placed in an ability instead of directly on an actor, allowing scripts to be added to actors without using OBSE functions? I know in KOTN theres an enchanted item which makes animals not attack you, but I'm pretty sure thats just an OnEquip/OnUnequip thing to add and remove the creature faction.