Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

Multiple Query Fields in one Box?

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
1584539253
Kraynic
Pro
Sheet Author
Macros show one query at a time, in the order they occur in the macro.   Something like what you are describing sounds like it would need to be written into a character sheet, as sort of a work/spread sheet for crafting.
ah, well it is what it is then... Guess i could have different crafting macros by category or something to lower the inputs. If i wanted to do that, and have a single button on game that said "Crafting" How can I get like a submenu or something that comes up with the crafting choices?         [ Ring ]         [ Weapon ]         [ Armor ] [ Crafting ] Is that possible, or just easier to do it via chat buttons? Thanks man, i appreciate the help.