Hope I'm posting this in the correct location. So here goes...I'm trying to make a macro for a dice roller so my players don't have so many macros on there macro bar/token macro's. I've gotten it set up pretty good so that there are drop down menus, but I can't get it to give the option to roll more than one die at a time. Here's what I've got so far: &{template:default} {{name= Dice Roller}} {{Roll= ?{Which die would you like to roll?| D4, **D4** [[d4]] | D6, **D6** [[d6]]| D8, **D8** [[d8]]| D10, **D10** [[d10]]| D12, **D12** [[d12]]| D20, **d20** [[d20]]| D100, **D100** [[d100]]}}} {{Modifiers=**?{Any Modifiers?|0}**}}}&{template:default} {{name= D4 Roll}} {{Action=[[ ?{How Many Dice Rolled?}d4+?{Any Modifiers?}]]}}. Any help getting it to be able to roll more than one die thru the ?{How many dice would you like to roll?} option, or any other way to get it to wrokwould be very much appreciated.