Thread: KGPanels script
View Single Post
11-09-14, 04:57 PM   #22
BabyRay
An Aku'mai Servant
Join Date: Sep 2009
Posts: 39
Is this the only thing that i have to put in the OnEvent?

OnEvent:


if GOSSIP_SHOW() or BANKFRAME_OPENED() then then
_G["ChatFrame1"]:Hide()
_G["ChatFrame3"]:Hide()
_G["ChatFrame1ButtonFrame"]:Hide()
_G["ChatFrame3ButtonFrame"]:Hide()
_G["ChatFrameMenuButton"]:Hide()
_G["GeneralDockManager"]:Hide()
_G["FriendsMicroButton"]:Hide()
else
_G["ChatFrame1"]:Show()
_G["ChatFrame3"]:Show()
_G["ChatFrame1ButtonFrame"]:Show()
_G["ChatFrame3ButtonFrame"]:Show()
_G["ChatFrameMenuButton"]:Show()
_G["GeneralDockManager"]:Show()
_G["FriendsMicroButton"]:Show()
end
  Reply With Quote