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 Number of Dice Equal to Characteristic

April 24 (11 years ago)
I tried to look in the wiki and did not see it (although I did learn some other cool stuff).

How do i set a macro to roll a number of dice equal to the targets atribute? I know what I tried is wrong because it does not work, but I also know there are dozens of systems that do something simular so...

Example Joe has a Stamina 8 so I want him to roll 8d10
/roll @Joe|Stamina - D6
April 24 (11 years ago)
Sungrass
Plus
Sheet Author
Try /roll {@Joe|Stamina}d10, possibly with regular parentheses.

April 24 (11 years ago)

Edited April 24 (11 years ago)
Gauss
Forum Champion
Here you go:
/r @{Joe|Stamina}d6
April 24 (11 years ago)
Awesome it worked. I imagine I need to pay closer attention to syntax. Looks like I was forgetting the {} in my formula.

PS: I did not know I could just use /r instead of /roll Thanks Gauss.