
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?