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

Target Number with Conditional Modifier

1551218017
Rogue
Pro
Marketplace Creator
Hmm why does this not work? /em Body Save Attempt /roll 1d20 + ?{Modifier|0}>@{selected|body_body_save} But this one does.... /em Body Save Attempt /roll 1d20>@{selected|body_body_save} For some reason what I need the top one to do will no longer tell me if there is a success or not, it rolls all fine though.  
1551218498
Rogue
Pro
Marketplace Creator
Just trying to have a d20 with a conditional modifier roll and if it reaches the character's Body Save target number, then it will show as a success. If it fails then of course it will say the usual 0 successes
1551218724

Edited 1551218783
Ziechael
Forum Champion
Sheet Author
API Scripter
You need to group the modifier with the roll: /roll { 1d20 + ?{Modifier|0} } >@{selected|body_body_save} That should work :)
1551218885
Rogue
Pro
Marketplace Creator
You are indeed a champion Ziechael, thank you very much!
1551218974
Ziechael
Forum Champion
Sheet Author
API Scripter
You are most welcome :) Happy rolling!