scot Posted October 10, 2016 Share Posted October 10, 2016 Hello, can anyone go to their creation kit and check the perk entry for the cannibal perk please? this is the papyrus fragment I was trying to change ; animationsGame.GetPlayer().THISPARTIS MESSEDUP(akTargetRef as Actor) ;FXutility.Wait(0.6)pBloodHeavyParticles.Play((akTargetRef as Actor), 1.4)pBloodSplatterHeavy.Play((akTargetRef as Actor)) Game.GetPlayer().PlayImpactEffect(pBloodBugPopImpactSet, "Head", 0, 0,-1, 256, false, false) utility.Wait(0.5);(akTargetRef as Actor).equipItem(pCannibalSkeletonMeat) ; EffectPerkCannibalHeal.Cast(Game.GetPlayer(), Game.GetPlayer()) FollowersScript.SendAffinityEvent(self, CA_Event_EatCorpse, akTargetRef) If someone could post the original one that would be great.I was trying to make the sandman animations run instead of the cannibal ones but not only I messed up the mod but also the vanilla game :( Thank you so much for your help :) Link to comment Share on other sites More sharing options...
shavkacagarikia Posted October 10, 2016 Share Posted October 10, 2016 ; animations Game.GetPlayer().StartCannibal(akTargetRef as Actor) Link to comment Share on other sites More sharing options...
scot Posted October 11, 2016 Author Share Posted October 11, 2016 Thank you so much :) Link to comment Share on other sites More sharing options...
Recommended Posts