JR S. said: I could use help with 2 macros. The first i want to multiply the ability modifier by 2. However i can't seem to get it to work correctly. **Miss** [[@{level}+@{CON-mod}]] The second and i don't know if it is possible is to either show what the roll the d20 is or to make it larger in the macro. **Attack** [[1d20+@{CHA-mod}+@{level}+@{tracker|Escalation}]] When you call attributes form a character sheet, the character must be named or you use the @{selected|stat name} Examples: Miss** [[@{bob|level}*@{bob|CON-Mod}]]. To multiply something you need to use the * as the times function. A plus + adds. Putting [[ ]] around a roll is an inline roll if you put your cursor point over that it will display what is rolled, however you cannot change the font size. Some character sheets may have roll templates you can us that can style the output of the macro to look nicer.