Skip to content

[Question] How would you display a stat in the character record?

AquadrizztAquadrizzt Member Posts: 1,065
Let's say I have a use for the Tracking stat (#33 in stat.ids). How would I get the character record to show the value of your tracking stat right under your Lore value?

Ideally it would look like:
...

Lore: 40
Tracking: 35

...
(Completely new to UI modding so no idea if this is a dumb question or if it is impossible... hoping it's neither).

Comments

  • GrammarsaladGrammarsalad Member Posts: 2,582
    *bump*

    What about an internal variable? Global variable?
  • kjeronkjeron Member Posts: 2,367
    'Infinity_GetScriptVarInt(global)' will return global variables, but cannot get local/area variables.
Sign In or Register to comment.