I've looked at the advanced usage for roll queries , and it's a little over my head, so I'm seeing if someone can help show me what I'm doing wrong. I'm wanting to make an inline roll which adds a character's Survival skill to a 1d20 roll. But I'm wanting to do this without using "selected" or "target," but rather from a list of player names. So, with an individual character, the roll looks like this: [[1d20+@{Varcan|survival}]] This works just fine, but then I want to make a roll where I can choose from the characters with a dropdown query. So I came up with this: [[1d20+@{?{Who?|Varcan|Dorian|Fitstan|Lucian}|survival}]] But then I only get the d20 roll, it doesn't add the bonus. Where am I going wrong? EDIT: Looking at the above code, there should be a "&125;" after "survival." Seems that the forum ate some of my HTML replacements.