I'm trying to add a formula that will show my total inspiration dice based on my intel and half my level. I tried to follow a few of the macro guides but I just don't understand how it would be written in the feat line. I would like to be able to just click "inspiration" and have it go into chat and show the total amount I have available based on Intel Mod+1/2 level Currently, I'm trying to use {@{Jupzi|intelligence} + @{Jupzi|level} * 0.5} Dice but it's using the full intel score and not the modifier, and I'm not sure what the expression is for the modifier of an attribute, and then it doesn't show the total when I click on the feat to link it into chat. The output I receive is {16 + 8 * 0.5} Dice, and of course I'd like it to just show the single integer that the equation would otherwise produce.