On my shard this gump allows players to see their "hidden" points.
Gauntlet points, tokuno, ect.
This is the code I used for the above
Code:
this.AddLabel( 10, 100, 0x480, "Gauntlet Points" );
this.AddLabel( 160, 100, 0x480, String.Format(" {0} ", pm.GauntletPoints) );
Having a hard time figuring out how to format it for the new points, if it is even possible.
Any help would be great!