Macro Sentence In Chat?

If this has been asked and answered, please excuse the repost. I looked for a thread like this and was unable to find one (at 70, I’m a little older than some of you “sharper” kids).

I like to wish everyone in a particular area a good day and good game, and thought it would be nice to write a macro which would do that. I have several which can be activated in “whisper” mode, but not one I can use in open chat.

Is this possible?

Thanks!

EDITED TO ADD: To avoid confusion, the macros I do use were crafted for me by a kind and helpful player.

The base of what you want to do is /run followed by SendChatMessage with the text and options you want to put into chat in order to /SAY, /YELL, /GUILD chat etc.

SendChatMessage documentation:
https://wow.gamepedia.com/API_SendChatMessage

eg.
/run SendChatMessage("'morning everyone!", "GUILD")

https://wow.curseforge.com/projects/macro-talk
Can vastly simplify these types of macros too.

1 Like

Thanks to both of you for the help!

I copied and saved the example.