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

Private Macro Table Roll?

So, I'm using the very basic table roll macro:  [[1t[TableNameHere]]] Is there a way to get the result of this to whisper to a chosen player?
1547207212

Edited 1547207479
You can't whisper results but you can create a macro to whisper the table roll to your players. /w ?{Whisper|Alwyn|Barty|Brad|Ulf|Urg|Varis} /w  [[1t[TableNameHere]]]
Thanks! I'm not sure what the difference is from that to what I said though.
It also doesn't seem to be working. I've set up another macro like this to just whisper text to a player and it works fine. Working whisper: /me speaks in whispers... /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} ?{what do you wish to say} The other one, however, doesn't work: /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} /w [[1t[MadSeverity]]] I just get this result:  Unable to find a player or character with name: $[[0]]
1547223133

Edited 1547223156
Finderski
Plus
Sheet Author
Compendium Curator
Mr. Jane said: It also doesn't seem to be working. I've set up another macro like this to just whisper text to a player and it works fine. Working whisper: /me speaks in whispers... /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} ?{what do you wish to say} The other one, however, doesn't work: /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} /w [[1t[MadSeverity]]] I just get this result:  Unable to find a player or character with name: $[[0]] It should be (I think): /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} [[1t[MadSeverity]]]
just combine the 2 -- or omit the {what do you want to say} part and it should just whisper table /w ?{Whisper|Coretan|Rinn|Brady (Vesz)|Aurelius} ?{what do you wish to say}...[[1t[MadSeverity]]]
Ah ha! It worked! Thanks so much to everyone for helping me out!