
I guess that I am not the first to ask this, but I can't find an answer (maybe I am not looking for the right keywords?) So, here's what I want to do: I am playing 13th Age and I use the (wonderful) character sheet provided. I want to create a initiative roll for one of my players, and store it as a token action. In 13th Age, initiative = 1d20 + dexterity mod. + level. The creator of the sheet, has named the dex mod. + level as "DEXMODLEVEL". So, I created the following macro: /me Initiative [[1d20+@{DEXMODLEVEL}]] The numbers are OK, it just does what it's supposed to do . But when I pass my mouse over the result, I see something like this: 1d20+floor(12/2)-5+1 This, also happens when I type /roll 1d20+... instead of [[...]] Could it be a problem of the character sheet, or am I doing something wrong?