So, I'm playing with some universal macros that call on player sheet abilities (running PF2E). For example, I have a macro for Treat Wounds that looks like %{player1|medicine} %{player2|medicine} etc... %{GM|medicinebutton} %{Macros|treatwounds} &{noerror} where players 1 and 2 are the abilities built into the character's sheet, GM is a character sheet where I keep my GM macros, "medicinebutton" is a macro that replaces the die roll with a chat button they can click to roll the medicine check, Macro is my macro mule character sheet, and "treatwounds" is a macro that includes a description of the treat wounds action plus the HP restored. So whenever a player calls the macro, they get their medicine check and all the rules for the treat wounds action in one roll-template (and bcs of permissions, the other player's abilities get ignored). When I call the macro, it gives all the details of the action, but replaces the die roll with a chat button to click... and here's where I get a problem. TLDR: when I call this macro, if any player has "bonus to roll" selected on their sheet, I get the query even though I'm not rolling dice. I would love to be able to get rid of the extra click of dealing with this query, so it got me thinking if there might be a way to force an outcome before-hand...I know this is very specific to my use, but the broader question might have other applications. Thanks!