Allows the user to type out multi-line comments in chat using in-line \n (newline character).
I'm usually the "quick macro" guy in our raids when we need a targeting or special ability helper.
For example our typical "one button CC macro" for adds in Wind Lord Mel'jarak encounter.
/target focus
/click ExtraActionButton1
/targetlasttargetTo let players quickly get their assigned target and re-apply CC with 1 button.
My LineSplit addon allows me to type the above in one line and have it sent to chat in one-go without other text being interspersed as I'm typing 2nd or 3rd line.
It's a simple convenience :o
There are no options, you just put it in your addon folder and it works.
You can then type something like: /target focus\n /click ExtraActionButton1\n /targetlasttarget
in any channel and it will properly split to 3 lines.
There used to be an ancient addon I was using in classic WoW by Guillotine that did something similar but I've long lost it and forgot its name, so I coded this as a replacement
I'm usually the "quick macro" guy in our raids when we need a targeting or special ability helper.
For example our typical "one button CC macro" for adds in Wind Lord Mel'jarak encounter.
/target focus
/click ExtraActionButton1
/targetlasttargetTo let players quickly get their assigned target and re-apply CC with 1 button.
My LineSplit addon allows me to type the above in one line and have it sent to chat in one-go without other text being interspersed as I'm typing 2nd or 3rd line.
It's a simple convenience :o
There are no options, you just put it in your addon folder and it works.
You can then type something like: /target focus\n /click ExtraActionButton1\n /targetlasttarget
in any channel and it will properly split to 3 lines.
There used to be an ancient addon I was using in classic WoW by Guillotine that did something similar but I've long lost it and forgot its name, so I coded this as a replacement