Hi again, I could test it yesterday and after some trouble (Returns in the big assist-line) it worked. Now I wonder how could you do the following:

1. Create a Macro for your healer that makes him heal whatever "master" you are playing right now. So if i play ToonA in WoW1 and press lets say hotkey "E" he will cast chainhealing on ToonA, if i switch to ToonB in WoW2 and press "E" he will cast chainheal on ToonB etc. I played around with "/focus" or "targettarget" but this doesnt work with /assist.
2. Same for /follow. How do you make your guys follow your actual master?

Thanks.

---
I found this in another thread:

Code:
/target [mod:ctrl,mod:shift,nomod:alt,target=ToonA] 
[mod:ctrl,mod:alt,nomod:shift,target=ToonB] 
[mod:alt,mod:shift,nomod:ctrl,target=ToonC] 
[mod:ctrl,mod:alt,mod:shift,target=ToonD] 
[mod:ctrl,nomod:alt,nomod:shift,target=ToonE] 
/follow 
/targetlasttarget
I think I could use this for follow (obvious) and maybe even for healing as well. So this may solve my 2 questions above. Gotta try this at home this evening.