Hello, not sure this is the correct forum, but could use some help. I am designing my own character sheet (for my own personal RPG), and trying to get a macro working in the character sheet itself. The standard way to roll works, but in an effort to speed up the game, I want to add a 'common' roll button. So instead of the standard roll macro asking you which attribute and what skill is being used, it skips those and references what stat/skill you have written in that section. This isn't the entire macro, but it is the problem area and I'm just curious if its even possible in roll20. @{(@{attack1stat})}+@{(@{attack1skill})} In essence, 'attack1stat' should be referenced, (where you would right the correct attribute used), and then that attribute is called to reference the actual stat's value to be used in the rest of the macro. As of right now, it sees the first '@' and tries to reference everything past that as the attribute and ignores the '()' Thanks for any help you guys can provide!