Game.GetPlayer().StartVampireFeed(aktargetRef as actor)Debug.SendAnimationEvent(akTargetRef as actor, "deathanim")Game.GetPlayer().PushActorAway(akTargetRef as actor, 0)DVampireQuest.VampireFeed()
I created a new VampireFeed perk. It goes along side the vanilla one. The idea for this one is to allow Feeding on NPCs in general. I through the DeathAnim in there just to see if calling out an animation this way would work.
The conditions for the Perk is that the owner must be 'IsSneaking' and the target must have the keyword ActorTypeNPC.
If I'm sneaking and I use the target I get a dialog box with my set option as a choice next to pickpocket. However when I click the Feed/Bite option nothing happens. The dialog box just disappears. I tried renaming the script fragment but it made no difference. The script fragment compiles with no failures but in game it does nothing.
