View Single Post
12-28-12, 06:18 PM   #1
Kendian
A Molten Giant
 
Kendian's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 614
RaidBossEmoteFrame

Hiyas all. I'm trying to figure out how to adjust the size of three frames: RaidBossEmoteFrame, UIErrorsFrame, and RaidWarningFrame.
I have a macro that I use
Code:
/script RaidWarningFrame:SetScale(0.4)
/script UIErrorsFrame:SetScale(0.4)
/script RaidBossEmoteFrame:SetScale(0.4)
but would like to not have to press button every time I reload. Is this possible? My thanks, for any/all help, in advance~
__________________
  Reply With Quote