View Single Post
03-12-22, 12:52 PM   #1
repgainer3
A Kobold Labourer
Join Date: Mar 2022
Posts: 1
Question How to Reference Character Menu Stat Labels

In the Character Menu, I want to be able to alter the white text which displays the value of a stat.
I can already change the title frame's text, I found that using GetMouseFocus(), but the white ones don't appear that way. I did that with this code:

Lua Code:
  1. local Frame1 = CharacterRangedAttackFrame
  2. Frame1.Label:SetText("Altered Text")

How can I find the white text, and change it?
Attached Thumbnails
Click image for larger version

Name:	Untitled.png
Views:	46
Size:	15.4 KB
ID:	9721  

Last edited by repgainer3 : 03-12-22 at 01:01 PM. Reason: Changed icon to question.
  Reply With Quote