Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How Do I do this??

1753470043

Edited 1753471215
DM Anubis
Pro
Marketplace Creator
I am trying to make a macro that whispers a roll to the gm, using the new 2024 sheet. I can make it roll it to the gm for any ability including death saves if the sheet is toggled to whisper but if it is not regardless of what I type, it rolls it normally to everyone. Here is the part of the macro that is not working(even if used separately): /w gm %{selected|death_save} The full macro is: ** @{selected|token_name}** makes a death save... /w gm %{selected|death_save}
1753550760
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi DM Anubis! The problem you are running into is that you cannot whisper an action.  %{selected|death_save} is a discrete macro in and of itself, that already contains whisper settings. This is true even of pre-Beacon (2024 D&D in this case) sheets. You can create your own death save macro from scratch, but that wouldn't not interface with any of the automation built into the sheet. Or you can toggle whisper settings manually when you want to make a death save. Those are really the only two viable paths. 
1753553340
DM Anubis
Pro
Marketplace Creator
is there a command to toggle the whisper setting or the public setting on a sheet?