View Single Post
07-03-11, 02:48 PM   #2
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
The Wow API has the isAddonLoaded function: http://www.wowwiki.com/API_IsAddOnLoaded

But if you have your condition ask for that on loadup it will only work if the requested addon is already loaded. Which may be unlikely.
Thus you want want to register an event to your raidframes that ask in the game if an addon is loaded and disable the raidframes based on this.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote