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

gm rolls inbedded in custom character sheets

HI, I was wondering if there is a way to inbed a gm roll into the code of a custom sheet? I changed the code to /gmroll vs /roll and when the button is pushed for the roll on the sheet, the dice are rolled to the gm in a different colored block, but all players can see the roll. Is there a way to hide a roll made from a custom sheet? thanks
1610153519
vÍnce
Pro
Sheet Author
Hi JCrayne, Curious.&nbsp; Do all player's see the roll or only the player(s) that control the character?&nbsp; If it's the later, "/gmroll" would be seen by the gm as well as the controlling player(s).&nbsp; Are you looking for a method to make a roll that only the gm can see? I think you'll need to use an API script (pro-only feature) like "Blind Roll".&nbsp; Aaron has an edited version here:&nbsp; <a href="https://app.roll20.net/forum/permalink/2108889/" rel="nofollow">https://app.roll20.net/forum/permalink/2108889/</a> &nbsp; So, you would need to install the script and modify your custom sheet code for any sheet rolls you only want the GM to see. One other non-api option shared by Oosh:&nbsp; Blind Roll (requires Stylus for GM) . Cheers
Hi JCrayne, An easy way is to add @{gmroll} in front of all you rolls. And just have the button either be /w gm or nothing.