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 .
×

macro for exploding dice

Hello, Not sure if this is a good forum but I would really need help. [[/roll 1d8!>7+@{Level|max}]]  but this one is not working I will get syntax error.  If I use only [[1d8!+@{Level|max}]]  this is working. But I need exploding 8 on 7+
1631598445
GiGs
Pro
Sheet Author
API Scripter
when using /roll that has to be the very first think on the line. Commands that start with / only work there. So you can do either of these, depending on the format you want: /roll 1d8!>7+@{Level|max} [[1d8!>7+@{Level|max}]]  Are you adding the max of Level? If just adding the Level, you can use /roll 1d8!>7+@{Level} [[1d8!>7+@{Level}]] 
Thank you sir! I wanted to have it nested inside the table. If I will use {{ [[1d8!>7+@{Level}]]}} it is working like a charm!