Okay, so I can feel how silly a problem I've made for myself, buuut I've also got borderline zero experience with any of this, so I figured it's time to ask the community. I have a macro that calls four situational modifier resources from a character sheet and displays the current amount the token/character sheet has versus the maximum in a drop-down menu. This is meant as a visual aid for the next query, in which the player plugs how much of a resource they want to use to modify their roll. It's a bit messy, but it gets the job done... except for the unintentional side-effect of the first query also posting a chunk of its result to the chat log. As shown here, the "Smarts 6 / 6" and its brackets are getting posted. What I actually want is the output to only include the dice roll that comes from the second half, or perhaps something along the lines of "(Character) summons a burst of (Selected Attribute from Part 1)!" followed by the roll for Part 2. But yes, cleeearly I'm not grasping some of the formatting that I want, so any direction would be appreciated, xD.