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

Custom dice drop downs for players.

{2d6>4} + {1d8>4} <button type="roll" name="Challenge Roll" value="&{template:default} {{name=Proficiency}} {{[[ ?{Proficiency |Average, 3d6>4|Decent, {2d6>4} + {1d8>4}|Skilled, 3d8>4} ]]}}"></button> so I've tried this in a variety of ways, but the second portion seems to break down, is there a way to roll successes and report them together in a single roll? I'm not very good at this but I've been trying hard and this is the last part of our sheet that's just giving me a huge headache.
1695237656
GiGs
Pro
Sheet Author
API Scripter
Tip: When youre having an issue with a button ability, copy out the value="" part, put it in a character ability, and experiment with it there. Once it is working, put it back in the button code and see if it still works. Thi works for me (removing the curly brackets in teh decent result): &{template:default} {{name=Proficiency}} {{[[ ?{Proficiency |Average, 3d6>4|Decent, 2d6>4 + 1d8>4|Skilled, 3d8>4} ]]}} It makes me think I'd want to report the roll type, maybe something like &{template:default} {{name=Proficiency}} {{?{Proficiency |Average,Average=[[3d6>4|Decent,Decent=[[2d6>4 + 1d8>4|Skilled,Skilled=[[3d8>4} ]]}}