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

Whispering Rollable Table output

I've purchased the Saltmarsh campaign from the marketplace and I have been looking at the rollable tables included, mainly the random encounters, missions, and moods tables. However when I roll from these tables the results show up in the chat menu, which the players can see. I can't find any setting that will allow me to whisper the results to me (as GM). The Macro's included whisper to the GM, just not the rollable tables. Any thoughts?
Hello, you should write your own macro: - name: whisp Rollable Table - actions: /w gm [[1t[ROLLABLE-TABLE-NAME]]] - show as token action: left unchecked - visible to players: left empty Save macro then check both 'In Bar' and 'Show macro quick bar?' below. For more flexibility: - choose which rollable table to be rolled: replace "[[1t[[ROLLABLE-TABLE-NAME]]]" above with "[[1t[?{Choose Rollable Table|ROLLABLE-TABLE1-NAME|ROLLABLE-TABLE-NAME2|ROLLABLE-TABLE-NAME3}]]]" - choose on-the-fly if the message is private or not: replace "/w gm" above with "?{If the following message is a whisper, add /w "character_name" in following field, or leave empty for public message|}". Each time you'll hit the macro button, a popup will ask you if you want to whisper the result (you will have to write "/w gm" and click 'submit') or not (just click 'submit').
Thanks for the suggestion, I will look at setting up that macro!