Here is my issue: I wanted to have an option to have a macro for divine smite for a paladin. It would be 2d8, but have an option from that macro to add one more d8 if it is undead or something (by adding a second query prompt or for yes or no) . But also to have the option to set the level and it would automatically change the dice amount. I have tried to impliment the | is replaced by | , is replaced by , and } is replaced by } with no luck. I've tried putting it in the "normal" formula ?{Name of Query|Option1|Option2}(etc.) with commas after each option to put in the dice amount: &{template:default} {{name=Divine Smite}} ?{Divine Smite| Level 1, **Level 1** Add an extra [[2d8]] damage | Level 2, **Level 2** [[3d8]] | Level 3, **Level 3** [[4d8]] } But for some reason I can't seem to figure out how to get it to be in the default template with the rolls being in the box like with &{template:default} {{name=Test Attack}} {{attack=[[1d20]]}} as well as I can't seem to figure out have to put in the second query for the undead stuff to add the aditional dice after the level and Well, I don't have the money to get pro, so api is not available to me and I have tried many different ways to pull this off but I have come up empty handed, so I'm looking for some sort of help would be greatly appreciated because I have no idea what I am doing wrong.