Jump to content

Need help fixing a perk entry I messed up :S


scot

Recommended Posts

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

 

; animations

Game.GetPlayer().THISPARTIS MESSEDUP(akTargetRef as Actor)
;FX
utility.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)
; Effect
PerkCannibalHeal.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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...