I can't find out how to move the target of target, MoveAnything doesn't have an option to move it and after I searched google for scripts, I made the next one:
but still doesn't work!! Anyone who managed to do it? pLz help!! I can't see all the debuffs of my target!!Quote:
/run local f=TargetFrameToT f:RegisterForDrag("LeftButton") f:SetScript("OnDragStart", f.StartMoving) f:SetScript("OnDragStop", f.StopMovingOrSizing)

