So... I have an opportunity :) Trying to make a single box that can get the query entries all at once. My scenario is a crafting, there are 10 different things that can all go into the recipe. They each have +/- affecting the DC to craft it. I have it working, but it pops up a question for each possible component. /em concentrates on crafting. [[1d20 + (?{# of Silver Ore|0} * 3) + (?{# of Metal Rods|0} * -2) + (?{# of Peridots|0} * -2) + (?{# of pure water drops|0} * -3) + (?{# of Magic Essence|0} * -4) + + (?{# of Rubies|0} * -3) + (?{# of Diamonds|0} * -2) + (?{# of Dragon Blood Drops|0} * -3) + (?{# of Influence|0} * -2) + (?{# of Orc Blood|0} * -4)]]>10 Anyway to make that a single box, user enters the number of each item, then the roll happens? I have looked around and I feel it can be done, but having a hard time finding one example that does all of it at once. Thanks in advance