
(I initially posted this in the wrong forum so I deleted that post and placed it here… it's a macro question) I'm trying to get a macro to do the following. Present a query asking which die I would like to use. Any action requires a roll of 2 die. On the first query it needs to ask which die for Attribute and on the second query it needs to ask for another die for Skill and then combine the result, looking for successes. A d6, a d8, a d10 and a d12. 6 and above is a success. 10 and above counts as double success, can be represented as a color. I presently have individual macros for each of the die values, I provide the d12 as example as it incorporates the double success value: &{template:default} {{A=[[1d12>6cs>10]]}} So my question is, how do I front end this with a query asking me which attribute? Any help would be greatly appreciated. I found this macro that does something similar for Forbidden Lands with the same end result I'm looking for except I need it to ask what die I want to use and then roll that die for each entry (only two entries, don't need gear in this instance) &{template:default}{{name=Forbidden Lands Roll}}{{Attribute=[[?{Attribute Dice|0}d6]]}}{{Skill=[[?{Skill Dice|0}d6]]}}{{Gear=[[?{Gear Dice|0}d6]]}} (here for example is code* that works to get two value prompts with their associated rolls… but the end result isn't in a template (should be default… am I missing something really obvious here? ?{Attribute|A,/roll 1d12>6cs>10|B,/roll 1d10>6cs>10|C,/roll 1d8>6|D,/roll 1d6>6} + ?{Skill|A,/roll 1d12>6cs>10|B,/roll 1d10>6cs>10|C,/roll 1d8>6|D,/roll 1d6>6} * occasionally it will only give one result