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

World of Darkness Sheets – Quick Question

1403031347
Tom
Plus
Sheet Author
What does the little dialogue check box next to the Dice Pool combos do? I thought it might set up token actions, but unless those are being overridden by my Attribute/Abilities scheme, they don't. As far as I can see, they don't do...anything. Help?
1403036408

Edited 1403036448
Lithl
Pro
Sheet Author
API Scripter
After some digging through the code, apparently that checkbox switches what the roll button does (or rather, hiding one roll button and displaying another), swapping between exploding d10s and not. However, the way it's set up could cause issues with someone creating macros manually. Both roll buttons have the same name, so you can't be certain whether a macro pointing at that roll button will be using the exploding d10s or not (and checking the box won't make a difference). Also, the non-exploding version of the button on the 4th and 5th row in the section are same the name as and pointing at the attributes for the 3rd row.
1403036725
Tom
Plus
Sheet Author
Interesting. Thanks, Brian. I have been considering swiping those for a sheet I'm planning. Looks like I can ditch that little feature. Thanks! Man, some of these character sheets need to come with better instructions.