Quote Originally Posted by CryBloodwing View Post
Could someone maybe give me the macro for "Raising, ____?" Like saying it in party and doing it?
This is a basic example of an ability with a party notification.
Code:
/ac (Raise) <t> <wait.1>
/p (Raise) >> <t> (Just used it.)
/micon (Raise)
Auto-translating isn't critical, but for multi-word abilities like Corps-a-corps where you might get capitalization and punctuation wrong, or foreign or archaic words like Zwerchhau and Apocatastasis that you might spell wrong, using auto-translate phrases is useful.

The <wait.1> at the end of the /ac line means, "After executing this line, wait 1 second before executing the next line." It's there so that if you spam the button to cast on someone, you'll only /p chat once, 1s after the last press.