So, I want to set up a macro that looks like this: Character name uses a (skill query) and rolls a [[1d20+(same query)]]. Let's say the skill is swim. I have a character sheet with the attribute swim, with a numerical value. The character sheet has many other skills set as attributes as well. I want the character sheet to have the ability 'skill' which will ask which skill is to be used. The ability will then insert the value of that attribute into the inline die roll. In my mind, this should work: @{Name} uses his ?{skill|0} skill with a [[1d20+%{selected|?{skill|0}}]] but it doesn't. I've tried other variations on this, such as [[1d20+@{?{skill|0}}]] which also don't work. Is it even possible to nest something in this manner? If I haven't made myself clear, I wish a single ability (token action) that will ask which skill (attribute) to use to add to an inline roll, and then pick one of many, many attributes to put into that inline roll.