What can I do for a macro to roll (1d6r<2)-2 if the character is unskilled (no checked box) roll on called attributes if the character is skilled (some checked boxes) I already tried using a roll querry (in a template) &{template:default} {{name=skill Test}} {{?{Do you have any skill?|unskilled,[[(1d6r<2)-2]]|skilled,[[@{skill_toughbastard1}d6 @{skill_toughbastard2}d6 @{skill_toughbastard3}d6 + @{upgrades24}]]}}} {{note= This is a skill test}} But I do not want the players to be asked for every roll. I would like the roll to be only a simple "click and automatic choice" depending on the conditions.