View Single Post
11-20-08, 09:22 AM   #85
p3lim
A Pyroguard Emberseer
 
p3lim's Avatar
AddOn Author - Click to view addons
Join Date: Feb 2007
Posts: 1,710
Originally Posted by Alkar View Post
just wondering how i can hide the default party frames.. im using a veriation of P3lim and i just want to hide the default party frames all together..
You need a dummy party.

Code:
oUF:Spawn('header', 'oUF_Party'):SetAttribute('showParty', false)

Last edited by p3lim : 11-20-08 at 09:49 AM.