This is just something for my personal use, but I have no idea where to start. I'd like a script that clears my focus automatically when my focus is dead. The reason is silly, trust me. I know that I can use a macro with [dead] as a conditional, but, as I said, I want it to be automatic. Does anyone have any idea how to do this? Thanks in advance.
RegisterStateDriver(TgFocusFrame, "visibility", "[target=focus,noexists][target=focus,harm,dead]hide;show");
Which causes the frame to dissapear when an enemy focus target dies. Can't this be used in some way on the blizzard one?