Ezarr Posted December 30, 2017 Posted December 30, 2017 (edited) How are you guys. I'm making a custom voiced follower and I want to make it say "Thanks" when I use a spell on it or I give it potions, but I have no idea how. Can you tell me what conditions or scripts do i need to get this working? Edited December 30, 2017 by Ezarr
Levionte Posted December 30, 2017 Posted December 30, 2017 I'd probably use a say script. I believe the vanilla healing spell has a line at the end with a say script you could use as an example if you wanted to see how it's setup. It's how vanilla npcs react to healing spells being cast on them. As far as getting it to trigger, I don't recommend making changes to the healing script or the dialogue branch it refers to for compatibility reasons, but that would be one way to do it. If it were me, I'd probably add some lines to either the actor or the reference alias, like OnItemAdded or OnMagicEffectApply. Another approach might be to create a perk that reacts to spells being cast on them, with a magic effect with a similar script.
Ezarr Posted December 30, 2017 Author Posted December 30, 2017 I can't find the vanilla healing spells in the CK. Where can I check those?
Recommended Posts