Wanting to hide my focus target's target!

hey, i’m hoping someone has a script or addon or some way to hide my focus target’s target

i believe ‘move anything’ has an option but in my experience using move anything for other player frame related stuff has always caused issues and made it so my frames can’t update in combat

so ideally a script! but maybe work around addon suggestion would be appreciated!

Addon answer: CT_UnitFrames (part of CTMod) can do this, using options in /ctuf.

CVar answer, but this also disables the TargetToT:
/run SetCVar("showTargetOfTarget", 0) (or 1 to turn back on)

1 Like

hey i ended up making an addon on bool.io or whatever last year
that stopped working with DF release

ended up getting CTmod just now and it’s removed the new horrible target of target
thank you so much!! i really appreciate it!!!