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

rolling several dice and show individual dice

1380208516

Edited 1380209095
hi, im trying to come up with a way so that when i have to roll one power vs several enemies i can use one single macro atm im using ?{targets|1}d20+7 and of corse the result is something like (16+ 10+ 3+ 4+5) + 7, it there anyway i can in one single query get several dice to roll and show the results like (1º roll + modifier), (2º roll + modifier) etc ... without doing 1d20+ mod, 1d20 +mod ... the group Target Number / Successes show something similar to what i want but normaly the player doesnt know the targets defenses and they might also have diferent ones
There is currently no way to do a repeating roll and adding the modifier without the use the API.
1380224859

Edited 1380225159
Gauss
Forum Champion
If you find you are regularly hitting multiple enemies you can comment out additional lines in a macro with an exclamation point "!". By using a Query you can have the lines automatically commented out. Then you can hit space+enter to uncomment each one as needed. Note: the exclamation point is the start of the API command. As long as you do not have API scripts running (or a script running with "! /roll" as the command) you should be fine. Example: /roll 1d20+7 ?{comment|!} /roll 1d20+7 ?{comment|!} /roll 1d20+7 - Gauss