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 here.
×
×
Cookie Preferences
We use Cookies to help personalize and improve Roll20. For more information on our use of non-essential Cookies, visit our Privacy Policy here.
How do i get this macro to roll me additional dice per level? I am using this for my monsters random hit points when i roll initiative. example macro: [[2d8+2]] What i want is an additional d8 added per level. How do i do this?
If you are using the OGL sheet, and using levels (not CR) you can use: [[[[@{selected|level}]]d8+2]] This has the advantage of not requiring a rollquery. You merely need to have the token (representing a creature) selected. If you are using CR for your calculation, then the formula is: [[[[@{selected|npc_challenge}]]d8+2]] This rolls 1d8 per level or CR and adds 2 to the sum.