Skip to content

Instantly share code, notes, and snippets.

@tekkub
Created October 29, 2009 01:42
Show Gist options
  • Select an option

  • Save tekkub/221048 to your computer and use it in GitHub Desktop.

Select an option

Save tekkub/221048 to your computer and use it in GitHub Desktop.
AzDKPForm:SetScript("OnEvent", function(self)
if GetNumRaidMembers() > 0 then self:Show()
else self:Hide() end
end)
AzDKPForm:RegisterEvent("RAID_ROSTER_UPDATE")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment