So I have created a macro for my WHM to insta-res someone. I have got swiftcast from levelling my THM to 26. My macro below works but not how I intended it. On ps3 when you don't have a target and you cast a spell it locks on to the target. So as a healer I generally cast a spell on the tank first, which locks me on to the tank. But say a dps dies, then I use the arrow keys to scroll up to them (which doesn't unlock me from the tank), and use my macro. But instead of saying raising the dps, it says it is raising the tank.

Can anyone help me with it, so when I have the tank locked and scroll up and raise the dps, it says raising the dps and not the tank?

My macro:

/macroicon "Raise"
/ac "Swiftcast" <me>
/ac "Raise" <t>
/p Raising <t>
/p <se.7>

Any help would be great.