senterpat Posted October 26, 2019 Share Posted October 26, 2019 So I can't find any documentation on GetSkillLegendaryLevel, and I cannot get it to work in game, it's a pretty simple code I'm passing ActorValueInfo aVI = ActorValueInfo.GetActorValueInfoByName("Pickpocket") int LegendaryPickpocketLevel = aVI.GetSkillLegendaryLevel() if LegendaryPickpocketLevel > (patLegendaryPickpocketGlobal.GetValueInt()); patLegendaryPickpocketGlobal.SetValueInt(LegendaryPickpocketLevel) endif Link to comment Share on other sites More sharing options...
Recommended Posts