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 .
×
The developers are currently investigating an issue with logging in + accessing the VTT.
Create a free account

damage rolls based on success rolls?

I am using roll20 for a d&d3.5 campaign, and I would like to know if there is a way to get the damage roll to be dependent on the success/failure of the attack roll? So far I am using this: /r {1d20+@{dex}}>@{target|ac} to hit /r {@{melee-damage}} damage It's great for successes but, I was wondering if it was possible to forgo the damage roll if the first roll failed?
1393047119
Gauss
Forum Champion
Not without using the API. However, you may want to use inline rolling to make it more compact and thus remove the spam of an extra roll. Using your example here is the inline version: [[{1d20+@{dex}}>@{target|ac}]] to hit [[{@{melee-damage}}]] damage If you want you can even include them on the same line.
I thought as much, I may be upgrading my subsciption if all goes well, thank you
Gauss said: Not without using the API. However, you may want to use inline rolling to make it more compact and thus remove the spam of an extra roll. Using your example here is the inline version: [[{1d20+@{dex}}>@{target|ac}]] to hit [[{@{melee-damage}}]] damage If you want you can even include them on the same line. This inline version worked a lot better, thanks again.
1393102282
Gauss
Forum Champion
Happy to help.