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

Roll button that has attack and damage combined

Hi ALL, I'm trying to make a weapon attack button on my character sheet. I would like it to both rolls against the weapon skill, and also calculate damage and hit location.  I can't seem to add more than one roll to each button. < button type = "roll" value = "/roll 1d100<@{Mele}, /roll@{DMG}+@{DGM_Bonus}, /roll 1d10" name = "roll_BluffCheck" > < /button > This is an example of what I have tried. Thanks!
1590095592
Andreas J.
Forum Champion
Sheet Author
Translator
You could use the default roll template to split up the rolls in different sections: <a href="https://wiki.roll20.net/Roll_Template#Using_Roll_Templates" rel="nofollow">https://wiki.roll20.net/Roll_Template#Using_Roll_Templates</a>
much appreciated!&nbsp;