Hi, I'm looking for a macro/ability that is able to make a saving throw, based on a input from the player (drop-down list). I'm trying a nested ability approach, to use need just one input window to show up. That's my "caller" ability: &{template:simple} ?{Atributo|Strength,%{selected|str-save}|Dexterity,%{selected|dex-save}| and go on...}{{charname=@{selected|char_name}}} Then i have an ability for each attribute: {{rname=Saving Throw}}{{mod=Strength}}{{r1=[[1d20+@{selected|strength_save_bonus}]]}}{{always=1}}{{r2=[[1d20+@{selected|strength_save_bonus}]]}} *Obs: I used the HTML entities listed on "Advanced Usage of Roll Queries". But I keep receiving this error message: 'No character was found for 'selected|strength_save_bonus}]]}}{{always=1}}{{r2=[[1d20+@{selected|strength_save_bonus}]]}}' Do you guys know how to solve it? Thanks!