I updated how I do focus. Now I manually select which target has focus. And the focus character itself doesn't have a focus to itself anymore. This way, certain focus-related macro's can just stop when started by the focus character.

Changes:
- the above healing improvement
- Follow macro will now not give an error when no focus is set.
- Macro's will not give an error when no focus is set. You can use the macro's when the character isn't in the multibox party.
- Assignable focus.

Still, I don't know how to do a correct assignable focus where I have 4 characters where:
- 3 characters have focus to 1 main character
- the focus character doesn't have a focus

The only way I can think of is to do it in 2 steps(with 2 button presses):
- assign a specific focus on all characters by macro
- clear focus by macro for the focus character

"/clearfocus [player]" doesn't seem to work, as all focus targets are players.

Any suggestions to do this in 1 button press?