View Single Post
02-03-12, 08:43 AM   #13
Syliha
A Flamescale Wyrmkin
 
Syliha's Avatar
AddOn Author - Click to view addons
Join Date: May 2009
Posts: 104
Got it myself thanks =)

So what i want to do now:



I want the pet frame to only display 100% in the middle of the petframe

I tryed to just do this:
Code:
        if(unit == "player" or unit == "pet") then
            self:Tag(hpp, '[syliha:hp]')
Which set it to 100% but on the right.

Where do i set the position of the 100% seperatly?
__________________
Balance is, when everyone is unhappy.

Last edited by Syliha : 02-03-12 at 09:02 AM.
  Reply With Quote