Jump to content

Script Assistance


senterpat

Recommended Posts

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

  • Recently Browsing   0 members

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