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

[3.5] How to hide players roll's from themselves, part 2

/w gm @{selected|searchcheck} So I have been using this macro, which folks suggested - which is awesome.  However, is there a way to get this in the 3.5 character sheet without too much trouble?  I know its jammed packed.  I'm likely asking for too much - just wondering. Or can I like say "shift click" something (the roll icon at each part of the sheet - making it usable for DMs on any sheet) and make the roll only appear to me vs. all?  That would be cool.
1503531847
Andrew C
Marketplace Creator
If the player drives the macro, they'll see the Whisper. The only way to keep it totally secret from the players is if the GM does it.  And for that you're best off doing it as a Universal Macro that is not available for players. You basically then could put in that macro: /emas @{selected|token_name} starts searching /w gm @{selected|searchcheck} There are fancier ways to do it, and you could create a 'universal macro' as well with enough time and patience.
1503534482

Edited 1503534523
If you upgrade to Pro there is an API script Blind Roll , which only tells the player  "A blind roll (1D100) was sent to the GM". I use it all of the time, especially good for thieves skill rolls.
1503561829
Ziechael
Forum Champion
Sheet Author
API Scripter
Powercards (API script) can also restrict who sees a roll regardless of who sends it but generally you are limited to Andrew's options without the API.
Thanks for the input guys! Much appreciated.