Hello, I would like to make a macro that open a list of different type of dice roll (for ability check). I know how to create a list : ?{General text prompt to display |Option1, Result1| Option2, Result2 | Option3, Result3} But i don't understand how to put the following check as an option (shadowrun): @{selected|gm_toggle} &{template:rolls}{{header=^{defense}}}{{base=^{base}}}{{dice=[[((@{selected|defense})+@{selected|wounds_toggle}+@{selected|modifiers_toggle}+@{selected|edge_toggle})d6>5@{selected|explode_toggle}]]}}{{mod=[[@{selected|modifiers_toggle}]]}}{{wound=[[@{selected|wounds_toggle}]]}}{{edge=[[@{selected|edge_toggle}]]}}