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

Show the input of a query in the macros output?

1556186171

Edited 1556186248
Hey guys, I just wondered if it is possible to actually show what has been input in a macro query in the macros output? Example: I'm using the standard Roll20 template. The macro aks the player how many D6 are to be rolled and I want that number to be shown. So, lets say I enter 5, so the macro will roll 5D6. Now my macro rolls 5D6>5, meaning I get the number of rolls of 5 or higher. But I want the macro to tell me how many dice were rolled and how many rolls of 5 or higher were achieved. Anyone got any ideas? I know, I can mouseover the result and see the number of dice and their results but I want to make it easier for everyone to see.
1556191115
The Aaron
Roll20 Production Team
API Scripter
If you repeat a roll query, it will simply fill it in with the same answer previously provided: [[ ?{how many dice}d6>5]] (chose: ?{how many dice}) If the query had choices, you'd just repeat the label: [[ ?{how many dice|2|3|5|7|13}d6>5]] (chose: ?{how many dice})
Hand that man a beer! Thank you very much, it works like a charm!
1556229944
The Aaron
Roll20 Production Team
API Scripter
Cool... =D