Advertisement
Guest User

Untitled

a guest
Oct 31st, 2015
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. Scripts for WoW - Lickmyorbs
  2.  
  3. 2.
  4. /run _CHATHIDE=not _CHATHIDE for i=1,NUM_CHAT_WINDOWS do for _,v in pairs{"","Tab"}do local f=_G["ChatFrame"..i..v]if _CHATHIDE then f.v=f:IsVisible()end f.ORShow=f.ORShow or f.Show f.Show=_CHATHIDE and f.Hide or f.ORShow if f.v then f:Show()end end end
  5.  
  6. makes chat box visible/invisible
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement