
I play a character (5e) that requires my GM to make saves often. I'm trying to make it easy for them by creating a macro that whispers them a button which then rolls a specific save for the token I targeted. So: I click/run the macro Macro asks me to choose a target I click on the token of the monster that needs to make the save Macro whispers a button to the GM GM clicks the button, it rolls the save using the sheet whisper settings I got as far as this: /w gm [Roll Str Save](~target|target|npc_str_save) That doesn't work as well as I want as it requires GM to actually choose a target. I understand what's happening - the target selection resolves within the action - but I can't figure out how to fix it. Neither of us has API access. I'm stumped and I'm hoping the macro gurus in this forum can help! Thank you