Tessivento 0 Report post Posted September 18, 2018 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? Quote Share this post Link to post Share on other sites
jinsu2301 273 Report post Posted September 18, 2018 probably best to ask for specific stuff like this in the WA discord. Quote Share this post Link to post Share on other sites