View Single Post
11-02-10, 01:34 AM   #3
neenee
A Murloc Raider
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 4
Yes, there are script commands you can use.

Put "/script " in front of them when using them in-game or just put them in a lua file and create a toc to make an addon out of it.

Just replace the 0.9 to your preferred scale - 1 is the default setting.

MainMenuBar:SetScale(0.9);
MultiBarLeft:SetScale(0.9);
MultiBarRight:SetScale(0.9);
  Reply With Quote