View Single Post
09-08-06, 01:58 PM   #54
Zephra
A Murloc Raider
Join Date: Aug 2006
Posts: 4
Originally Posted by Tuller
No, that requires a keypress.

Code:
if UnitHealth("player")/UnitHealthMax("player") <= 95 then
    bar:Show()
elseif not bar:IsShown() then
   bar:Hide()
end
You're saying, "If the bar is hidden, then hide the bar."


Hide the bar by default using /bob hide <barnumber>, or make the script run at load.
I have attached an image to display the latest setting for this bar. Which still never hides.
Attached Thumbnails
Click image for larger version

Name:	example.JPG
Views:	641
Size:	20.4 KB
ID:	797  
  Reply With Quote