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

All-in-One

1428786495

Edited 1428786558
Coal Powered Puppet
Pro
Sheet Author
I have a roll template, here: It has pretty much everything on it. The user is suppose to use checkboxes, drop down menus, and radio buttons to pick what gets rolled. The template currently shows everything, including what is not rolled (which it lists as "0"). I don't want the template to show what's not checked, selected, or...other checked. How does one accomplish this? Remember that this is designed to show everything, if the user selects everything. Thanks for all who take a look. Edit: yes, I stole almost all of the code from the Pathfinder Legacy roll template. But don't tell him; I don't think he knows....
1428833923
Finderski
Plus
Sheet Author
Compendium Curator
Something I need to play around with more is {{#RollwasCrit()}} helper function. As I understand it, you could pass the value of the check box into the helper function using something like <valueofcheckbox>d1. If the value is 0, then the roll won't be a crit and therefore would not display. If the value is greater than 0, then it "Crits" and would be displayed. I wish I could help you more at this point, but it's something I still need to mess around with a bit more, so all I have is theory for you based on some stuff I read elsewhere. :)
Its better than what I got so far. When I get a chance, I'll see what I can put something in.
Success! Mostly! I used the rotating images/radio box listed in the Css Wizardry thread, and the value of the radio buttons as value="" or value="Body @{body-stat}", etc. So...ta dah! Kinda.