Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.25 KB | None | 0 0
  1. local statusPlayer = newCheckbox(AIO, 'statusPlayer',
  2.     -- Get Value
  3.     function(self)
  4.         if PlayerFrameManaBar.cvar = nil
  5.         then return true
  6.     else return false
  7.     end,
  8.     -- Set Value
  9.     function(self, checked)
  10.         SetSortBagsRightToLeft(checked)
  11.     end
  12. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement