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

Is there a way for the player to roll

without getting the results?  I like to have certain rolls be hidden. however the current system allows the player to see the results.  without rolling the check myself is there a way the player can make a roll and not get the results? Thank you for your time, H2Os
1473696984
The Aaron
Pro
API Scripter
Not without the API, a Pro level perk. You could probably come up with a way have them passing you a button to click to do the roll, which might make it easier on you.
is there a reason the /gmroll doesn't allow the system to reference a character sheet?
1473697258
The Aaron
Pro
API Scripter
It should allow that, what command are you running?
I'm completely new to using macros so I'm not much on understanding the "code" for it. but if /w gm Valdan: [[d20 +@{Valdan Lillet|Stealth}]] whispers the results of a d20 + the stealth attribute can /gmroll d20 +@{Valdan Lillet|Stealth} be used to make a roll more private?  I know this doesn't work because I tried it but I just figured my lack of understanding was preventing it from working.
1473697950
The Aaron
Pro
API Scripter
ok.  /gmroll will show the result to both the person executing the command and all the GMs.  It would allow only the GM and the Player to know the result of the roll. As for formula, if the /w gm above works, the /gmroll should work the same, save for the format of the results.
ah okay. thank you.
1473698106
The Aaron
Pro
API Scripter
No problem!