Showing results 1 to 2 of 2
Search took 0.00 seconds.
Search: Posts Made By: Fizzlemizz
Forum: Lua/XML Help 06-21-20, 11:57 AM
Replies: 8
Views: 4,453
Posted By Fizzlemizz
local s = Status(unit) if s then return...

local s = Status(unit)
if s then
return s
end
local r,g,b = ClassColor(unit)
local string1 = string.format('|cff%02x%02x%02x%s|r %s%s%s|', r,g,b,Name(unit),Angle(AFK(unit) or DND(unit)))
local...
Forum: Lua/XML Help 06-21-20, 11:06 AM
Replies: 8
Views: 4,453
Posted By Fizzlemizz
I don't know PitBull so I'm not sure what...

I don't know PitBull so I'm not sure what Status() or Angle() is doing but my best guess is that it has more than 1 return and all but the first one are being cut off because it's no longer the last...
Showing results 1 to 2 of 2