I want to make a macro that references the character's total attack bonus, but the only way I can figure out how to do it is by making an inline role in the form of [[@{strength_mod} + @{pb}]]. Unfortunately, this outputs the number in a large font with a yellow glow behind it when I post my macro. I don't want that. I just want to be able to add some numbers without having them be output as a die roll. Is that so hard? I've poured through the documentation and can't find any way to simply reference the total attack modifier: a value that is staring me straight in my face in every single basic weapon macro on the character sheet. An example of what I am trying to do: The default template for the 5e ogl sheet uses a little grey number indicating your attack bonus whenever you use an attack. I essentially want that. It's clearly possible to add two numbers and output a number that is not an inline roll, or to just call the attribute itself, but I have no idea how they did it.