Need help with Macro

Hi, I am trying to make a macro button for when I am in Bg’s that I can click to call for help, then call out all is good. Right now I have a script macro that says “Location” on the left mouse click and “All Good” on the right mouse click. The only issue is it always reports to /say and I would like it to report to /instance or at least /party. Here is what I have currently. Thanks in advance.

/script SendChatMessage(GetMouseButtonClicked() == “LeftButton” and “Farm” or “FARM GOOD”)

https://www.curseforge.com/wow/addons/macro-talk

/gr [btn:1] Farm; Farm Good

I don’t want a cast sequence macro looking for btn1 to send one message and btn2 to send another.

That isn’t a cast sequence. It’s exactly what you’ve asked for, just simplified leveraging features from Macro-Talk.

I always get “[btn:1] Farm; Farm Good” posted in chat while using that and I can not find anything about how to access macrotalk interface.

Oh, my bad. Should be this:

/opt [btn:1] /gr Farm; /gr Farm Good