Mark said: If you want to duplicate the Shaped sheet's functionality for a save use this: @{selected|output_option} &{template:5eDefault} {{save=1}} {{character_name=@{selected|character_name}}} @{selected|show_character_name} {{title=Save}} {{subheader=Saving Throw}} {{rollname=Result}} {{roll=[[d20@{selected|d20_mod} + ?{Ability|Strength, @{selected|strength_save_mod} |Dexterity, @{selected|dexterity_save_mod}|Constitution, @{selected|constitution_save_mod}|Intelligence, @{selected|intelligence_save_mod}|Wisdom, @{selected|wisdom_save_mod}|Charisma, @{selected|charisma_save_mod} } + (@{selected|global_saving_bonus})]]}} {{rolladv=[[d20@{selected|d20_mod} + ?{Ability|Strength, @{selected|strength_save_mod} |Dexterity, @{selected|dexterity_save_mod}|Constitution, @{selected|constitution_save_mod}|Intelligence, @{selected|intelligence_save_mod}|Wisdom, @{selected|wisdom_save_mod}|Charisma, @{selected|charisma_save_mod} } + (@{selected|global_saving_bonus})]]}} @{selected|classactionstrengthsave} It does everything but the title. Though I'll have to follow the earlier model to show the name or skills won't work. I'll tweak it and add it to the shaped sheet when I'm done. I tried this macro and the global save bonus was added twice, It seems @{selected|ABILITY_save_mod} already includes it. (using the shaped sheet), so i had to remove @{selected|global_saving_bonus}. One question, just beginning to use roll20 here, what does @{selected|d20_mod} do? couldn't find that variable on the wiki. And, is there a way to include the @{selected|classactionstrengthsave} inside the query, so it only publish the output of stregth saves when you choose strength? (and classactiondexteritysave for Dex, etc...) Out of curiosity I tried and it broke the macro, so I'd like to know if it's possible. ETA: I think i figured out the @{selected|d20_mod}, is it the Halfling Luck? And here is my first macro using the new query, a macro for a versatile weapon. It seems to work ok. &{template:5eDefault} {{title=Espada Larga}} {{weapon=1}}{{show_character_name=1}} {{character_name=@{character_name}}} {{melee=1}} {{reach=5 ft}} {{attack=[[1d20cs>20@{d20_mod}+@{strength_mod}[stat bonus]+@{PB}[proficiency]+(@{global_weapon_attack_bonus})[global weapon attack bonus]+(@{global_melee_attack_bonus})[global melee attack bonus]]]}} {{attackadv=[[1d20cs>20@{d20_mod}+@{strength_mod}[stat bonus]+@{PB}[proficiency]+(@{global_weapon_attack_bonus})[global weapon attack bonus](@{global_melee_attack_bonus})[global melee attack bonus]}]]}} ?{Versatile|One-handed, {{damage=[[1d8+@{strength_mod}[stat bonus]+(@{global_weapon_damage_bonus})[global weapon damage bonus]+(@{global_melee_damage_bonus})[global melee damage bonus]]] slashing}} {{critdamage= Aditional [[1d8]]}} {{subheader=One-handed}}|Two-handed, {{damage=[[1d10+@{strength_mod}[stat bonus]+(@{global_weapon_damage_bonus})[global weapon damage bonus]+(@{global_melee_damage_bonus})[global melee damage bonus]]] slashing}} {{critdamage= Aditional [[1d10]]}} {{subheader=Two-handed}}{{freetext=Deja de usar el escudo por una ronda. **AC** [[-2]]}}}