I started to create rollable loot tables, having decided to brave the waters of the Recursive Tables mod.  Super glad I did, but I've run into another stumbling block.

I want to query for the table to roll on, and also the number of times to roll it.  Currently, I've got it working with the number of rolls set to 1t, but I would like to vary that on the fly.  Here's what I have:

!rt[Delimiter:BR] /w gm &{template:npcaction} {{rname=Choose Loot!}} {{description= ?{Choose Loot Type| LTB, [[1t[LTB-1]]] | Magic Items, [[1t[Magic-Items]]] | Coins, [[1t[Coins]]] | Art, [[1t[Art]]] | Gems, [[1t[Gems]]] }}}

Is there a way to have it say "what table?"  "how many times?"  and then do that?  I'm aware that I can do either of those things separately, but I'm stumped as to how to phrase the query to get both.  Or if it can even be done.

And of course I just saw this post from Matt, which I'm certainly going to take advantage of!