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

Blind Roll

1592503923
Eli N.
Pro
Compendium Curator
Has anyone build a blind roll into any character sheet? There is an API for it but I'd love to build it into a character sheet <a href="https://app.roll20.net/forum/post/2106389/blind-roll-script-possible-to-parse-inline-results/?pageforid=2107712#post-2107712" rel="nofollow">https://app.roll20.net/forum/post/2106389/blind-roll-script-possible-to-parse-inline-results/?pageforid=2107712#post-2107712</a>
1592712425
vÍnce
Pro
Sheet Author
Hi Eli, you can add any API you would like within a sheet's roll value example; &lt;button type="roll" name="roll_stealth_check" value="!blindroll [[1d20+@{stealth}]]"&gt;&lt;/button&gt; Obviously, the games creator must have the proper API script installed as well.&nbsp; Most sheet authors do not integrate API into the sheet rolls since the API is a Pro feature and would isolate a large portion of the roll20 community.&nbsp; That said, there are methods for making "API-enhanced" sheet rolls optional on sheets as well.&nbsp; Kind of the best of both worlds.
1592762784
Eli N.
Pro
Compendium Curator
Yeah, was just making sure there wasn't a way to build it into a character sheet and get past the API
1592763251
vÍnce
Pro
Sheet Author
Eli N. said: Yeah, was just making sure there wasn't a way to build it into a character sheet and get past the API AFAIK, sheetworkers can only affect attributes.&nbsp; You need an "external" API script to manipulate sheet attributes as well as chat.
1592779813
Eli N.
Pro
Compendium Curator
Thats what I was afraid of