View Single Post
01-07-13, 06:06 PM   #5
Tolchock
A Murloc Raider
Join Date: Jan 2013
Posts: 4
does anyone know how to just hide the totem bar?


tried this:
/script local f = TotemFrame; if f:IsShown() then f:Hide() else f:Show() end


but its not working permanently..

Last edited by Tolchock : 01-07-13 at 10:27 PM.
  Reply With Quote