I'm trying to create an AI package for my NPCs that allow them to look for any nearby non-hostile actor that is in critical health, say within 500 units, then attempt to use a Heal Other spell on them to heal them. I... can't figure out how to do it. I know I need to use Quest Aliases and the UseMagic Procedure, but since I can't seem to find any examples of this even on Google, being a fairly unpopular request as most people only care about them healing the player, which I know how to do, it's really tough. I'm not sure I understand what I'm doing with Quest Aliases. So far I've made an AI package with a new quest with an alias (Find Matching Reference, closest in loaded area) as the Owner quest. UseMagic type procedure, and Heal Other listed as the spell. I put my new alias as the target. I can't seem to attach this new AI package to my test NPC (a copy of a bandit for now). I can attach vanilla packages just fine, just not the new package I made. I assume it's because I did something wrong with the AI package or the quest or whatever. Can anyone help me figure this out? Thanks in advance.