
I'm writing an Ability macro. It references Attributes's called DEX which is 0 and DAMAGE which is d6 The Ability reads like this: VOLLEY: 2d6+DEX (This line is just for displaying what the player/character rolled in the chat window. It's just non-coded text.) /roll 2d6+@{DEX} /roll 1@{DAMAGE} The error I'm getting is this: [{"type":"M","expr":1},{"type":"C","text":"d6 "}] I'm not a coder. I have no idea what this means. I can't even figure it out by putting it in a Google search. I'm pretty sure the problem is NOT that I have extra text there. There are several others Ability macros that look the exactly same to me, but work just fine. Any help would be wonderful. :-)