Jorno 10 Report post Posted July 11, 2016 GOod day all, Gone put it in here aswell, but i've used a macro to basically hide my chat window during combat. but i need help to undo this macro. Thank you /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. Thank you guys :D Quote Share this post Link to post Share on other sites