1. #1
    Deleted

    Pitbull4 vertical Name ?

    Does someone knows how i can do names vertically in pitbull4 ?

    My focus / target's target are vertical bars but i can't seem to get the names vertical as well.

    Did some Google-ing didn't found a working solution.

  2. #2
    Deleted
    Depends on the name text you want. You could just insert a newline after every character - that would make it vertical.

  3. #3
    Deleted
    Players name that gets targeted by the boss or focused by me.

    sorry bit late, busy times irl >.>

  4. #4
    Deleted
    So just the name without coloring?

    Code:
    local u = UnitName(unit)
    return (u:gsub(".","%1\n"))

  5. #5
    Deleted
    Quote Originally Posted by Treeston View Post
    So just the name without coloring?

    Code:
    local u = UnitName(unit)
    return (u:gsub(".","%1\n"))
    Thx, yea i dont need colours on text outside of grid and skada
    Ill try this when im home..

    -- works like a charm --
    Last edited by mmoc3c8522fde4; 2012-12-05 at 02:22 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •