Jump to content

[LE] Getting number of times a skill turned to Legendary.


Recommended Posts

SKSE provides GetSkillLegendaryLevel on the ActorValueInfo script.

 

Having not used it, my best guess at a quick and dirty reusable function ( read that as test for compilation and function before committing to it. )

Int Function ModPrefix_GSLL(String SkillName)
  ActorValueInfo AVI = ActorValueInfo.GetActorValueInfoByName(SkillName)
  Return AVI.GetSkillLegendaryLevel()
EndFunction
Link to comment
Share on other sites

  • Recently Browsing   0 members

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