As a controller user, I’d like to macro the quick chat “Attacking [target]” and the sign “Attck1” so that it will mark the player and notify my team which one to focus. Is this possible?
Printable View
As a controller user, I’d like to macro the quick chat “Attacking [target]” and the sign “Attck1” so that it will mark the player and notify my team which one to focus. Is this possible?
Pretty sure you can macro the "Attacking [target]" to be said along with a mark. Regular marks still work on CC, you could just combine them. Might as well add in a regular chat message like "/p Attacking <t>!" for the macro to work outside of CC since quick chat won't work in places like Frontlines anyways, that way you'll always have a talking portion of the macro AND a mark over the head of the target you just called out.
I did find a few things on discord.
Prototype countdown macro:
```/micon "Attacking Target" quickchat
/quickchat "Attacking Target"
/mk attack5 <t> <wait.1>
/mk attack4 <attack5> <wait.1>
/mk attack3 <attack4> <wait.1>
/mk attack2 <attack3> <wait.1>
/mk attack1 <attack2> <wait.1>
/mk circle <attack1> <wait.3>
/mk off <circle>
/quickchat "Charge"```
That’s a little too much for what I wanted, but I can try to alter it to something that would work next time I’m on game.
thank you this is great I will have to tweak it a abit^^