Hello,

As my spriest levels up and gains abilities, my /cs macro seems to be taking up more space and would like to clean this up. I tired adding a trinket into the mix and realized that I am over the character limit.

What I want the macro to do:

When my priest is /following, I want her to use the /cs on her focus target's target (Hunter, main). When she has no focus (or if my main dies and has no target), I would like for her to use it on her (spriest's) target.

Here is what I have so far. I am not a macro expert and it took me a while to figure this one out to begin with.

Code:
#showtooltip 
/castsequence reset=6/target/combat Shadow Word: Pain, Vampiric Embrace, Mind Blast, Vampiric Touch 
/assist [target=focus]
/castsequence reset=6/target/combat Shadow Word: Pain, Vampiric Embrace, Mind Blast, Vampiric Touch
Is there any way to clean this up? I need to fit a /use 13 / 14 in there somewhere.