Jump to content
FORUMS
Sign in to follow this  
Tessivento

WA problem with displaying names

Recommended Posts

hi all!

I'm trying some easy script I found but i suppose they're... well pre BfA.

I wanna show my target (and boss and char etc) names...

Here's the script i have that of course, doesn't work: can some one help me to fix it? :)

 

function()
    local name = UnitName("target")
    if name then
        WeakAuras.regions[aura_env.id].region.text:SetText(strsub(name,1,20))
        return true 
    end
    return false    
end

I have similar wa fore boss but i have the same issue. Where i am wrong?

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

  • Recently Browsing   0 members

    No registered users viewing this page.

×
×
  • Create New...