View Single Post
12-31-18, 03:16 PM   #1
Xancepants
A Deviate Faerie Dragon
Join Date: Oct 2014
Posts: 17
Script to Hide Unit Frames upon entering Arena?

Greetings,
Would anybody happen to know of a script to hide Unit Frames upon entering Arena? In particular the Player Frame & Target Frame ? Then have them reload/show after you leave the arena?

I think it would look something like this, except the event would be entering arena.

/script PlayerFrame:SetScript("OnEvent", nil);
/script PlayerFrame:Hide();
Thank you in advance for any help!

Last edited by Xancepants : 12-31-18 at 03:30 PM. Reason: providing more info/context
  Reply With Quote