So I've got a pretty simple problem. I've got a Query macro to notify when I'm changing equipment. I want to choose an option on the list, then spit out a "/me" message on the chat. That's it. Nothing else is going on here. The thing is, when I select an option, instead of outputting the fancy "Aslo stows his shield" with the different box, it just puts out /me stows his shield. in the chat. What's going wrong here? I even tried nesting a macro that would just do a /me command, and while the macro would work fine on it's own, it couldn't seem to work while within the query. What's up with this?