View Single Post
04-26-18, 11:34 AM   #1
GreyFox777
A Cliff Giant
Join Date: Jan 2017
Posts: 75
showRaid = false

Guys can you help me please to get this spawn work only while no raidgroup?

Lua Code:
  1. if cfg.units[frame].show then
  2.   oUF:RegisterStyle('oUF_Lumen:'..frame:gsub("^%l", string.upper), createStyle)
  3.   oUF:SetActiveStyle('oUF_Lumen:'..frame:gsub("^%l", string.upper))
  4.   oUF:Spawn(frame, "oUF_Lumen"..frame:gsub("^%l", string.upper))
  5. end

Last edited by GreyFox777 : 04-26-18 at 05:16 PM.
  Reply With Quote