Jump to content

[LE] Return entry point value from perks


slarur

Recommended Posts

Scriptname Test_MCM extends SKI_ConfigBase
Actor Property PlayerRef Auto

Event OnConfigInit()

	Pages = new string[1]
	Pages[0] = "Testpage"

EndEvent

Event OnPageReset(string page)

float alch = Alchemist00.GetNthEntryValue(0,0)

		if(page == "Testpage")
			SetCursorFillMode(TOP_TO_BOTTOM)
			AddHeaderOption("Test")
			AddTextOption("AlchEntryPointValue", alch)
		endif

EndEvent

According to this page I can get the entry point value for the specified perk, in this case Alchemist00 perk. How do i actually return the value?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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