I'm not sure if this is beyond the capabilities of the roll20 macro engine, but I'm asking cause I can't make it work. I want a macro that rolls a specific skill which is chosen by a query for every character. Say I have two characters, Frodo and Sam: Frodo's Check: [[1d20 + @{Frodo|?{Skill}}]] Sam's Check: [[1d20 + @{Sam|?{Skill}}]] So when I click the macro, it asks me to insert a name for a skill, I put in, say, "Perception" and it rolls the skill. Except this doesn't actually work. Is there a way to get a functionality like that?