Hey, I'm having a small user preference issue with Pitbull 4.0. I'm relatively new to the addon itself, and though I have successfully configured everything the way I want, there's one thing that's bothering me. When I'm in raid, I have the names showing on everyone's health bar. The current script for the name is the standard one:
return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))
The part that irritates me about this is that when it shows someone as AFK or DND, it stretches the name and I can't see any of the other names because it goes out of the boundary of the health bar. I was wondering if anyone could just tell me a way to display the NAME ONLY, and not their AFK or DND status.
Thank you in advance for any suggestions or feedback.
0
return '%s %s%s%s',Name(unit),Angle(AFK(unit) or DND(unit))
The part that irritates me about this is that when it shows someone as AFK or DND, it stretches the name and I can't see any of the other names because it goes out of the boundary of the health bar. I was wondering if anyone could just tell me a way to display the NAME ONLY, and not their AFK or DND status.
Thank you in advance for any suggestions or feedback.