Not sure if I'm posting in the right spot on the new forum, but I've been having a lot of trouble accomplishing what I want with lua text. DogTags was much more straight forward. I'm trying to figure out a way to have a my names on raid frames perform similar to Grid. So.. basically..
If health > 95%
then show name (Truncated) and swap to afk/dnd
else
show missing health
I haven't even been able to figure out how to make the default return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit)) truncate. I can make just the name show up and truncate, but for raid frames I'd really like to be able to see AFK and DND still.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Not sure if I'm posting in the right spot on the new forum, but I've been having a lot of trouble accomplishing what I want with lua text. DogTags was much more straight forward. I'm trying to figure out a way to have a my names on raid frames perform similar to Grid. So.. basically..
If health > 95%
then show name (Truncated) and swap to afk/dnd
else
show missing health
I haven't even been able to figure out how to make the default return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit)) truncate. I can make just the name show up and truncate, but for raid frames I'd really like to be able to see AFK and DND still.