View Single Post
02-01-19, 02:56 AM   #1
GreyFox777
A Cliff Giant
Join Date: Jan 2017
Posts: 75
Hide frames in Raid

Can someone tell how to prevent spawner from load if player are in raid?

have this block of code at the end of my lua file

Code:
oUF:RegisterStyle("Party 1 Frame", create)
oUF:SetActiveStyle("Party 1 Frame")
oUF:Spawn("party1", "MyFrames_Party1Frame")
  Reply With Quote