View Single Post
01-05-07, 09:49 AM   #8
Wintry
A Fallenroot Satyr
AddOn Author - Click to view addons
Join Date: Nov 2006
Posts: 28
If you know the frame name (which is doubtful), yes. If you do, then it'd be this:

/script FrameName:ClearAllPoints();
/script FrameName:SetPoint("CENTER");

That'd probably fix it. But, as I said, you'd have to know the frame name.
  Reply With Quote