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

dnd 5e mystic like class macro help

greetings, I need help with the following situation: I trying to get a macro to work for this feature- You can weaponize your Projections for use in combat. When you create a Psionic Projection, you can launch it at a target that you can see within 60 feet, forcing it to make a Dexterity saving throw against your Psion Spell save DC. It takes 2d6 force damage on a failure, plus another 2d6 damage for each Psi Point you spent to create the Projection. On a successful save, the target takes half as much force damage. Success or failure, your Projection is destroyed on impact. to which I attempt to use this macro: [[?{How many psi points?|0|1|2|3|4|5}]]2d6 but its not  using 0 points does the regular 2d6 force damage but the problem is that when I use 1 point and up, instead of rolling 4d6, it rolls 12d6 how can i fix it?
This should work for you (2+2*?{How many psi points?|0|1|2|3|4|5})d6
it does, thank you