Okay, usually I do have my macros all figured out.. but recently joined a campaign that uses the Character Attributes and Abilities (a first for me).. I'm trying to find a way to make it possible, either a macro, in-line, or nesting everything that would ask me for a Modifier, in said Modifier i'd like to input the Attribute Name, @{Character|Perception} = 8 @{Character|Stealth} = 9 /r 1d20 + @{Character| ?{Skill name} } So if I do either /r 1d20 + @{Character|Perception} ; it would 1d20+8 /r 1d20 + @{Character|Stealth} ; it would 1d20+9 I get the following error "No attribute was found for @{Character| ?{Skill name}" The reasoning behind this is that I have around 12 different Attributes that work like that, and it wouldn't be easy to maintain such a high amount of macros Is this even possible? Or i'm I way outside the box?