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

Autofilling Query with Die Roll

Having a lapse in recollection, that or false memories of doing something like the below before.... Is there a means of having a die roll generate the options, as a drop down, for a query? For example: ?{query prompt|[[1d@{character|level}]]} would result in a drop down menu giving you all the numbers between 1 and the character level. Have tried HTML replacement and am still getting the text on the left of the bar as the default option in a text box. 
1505565838
Scott C.
Forum Champion
Sheet Author
API Scripter
Compendium Curator
Nope, this isn't possible. Could probably do it via API (although it's be a bit clunky)
You could create a rollable table that has the character levels.  You could do your ?{query prompt|Character Level, [[1t[CharacterLevel]]] | Next, [[1t[Whatever]]] } If I'm understanding what your asking correctly anyway.
Buggar. Thank you both.