Hello, I am making a set of rollable tables that link to a macro that allow the player to choose which rollable table to roll and it will roll that table twice. In 5e terms I am including a homebrew version of the lingering injuries variant rule where the lingering injuries are based on damage type as seen here: <a href="http://farlandworld.com/injuries.html" rel="nofollow">http://farlandworld.com/injuries.html</a> . I am letting the players roll twice and take the higher result. My query macro so far is this: [[ ?{Damage Type|Acid, 1t[Acid-Lingering-Injuries]|Bludgeoning, 1t[Bludgeoning-Lingering-Injuries} ]] I have only made two tables so far but will make more later I can't seem to get the table to roll twice and output both rolls. In other words, If I run the macro and select 'Bludgeoning' I want it to output two bludgeoning rolls instead of just one. As a side note, I was fiddling with the 1t[... part of the formula and cant figure out what the 1 actually does. If I change it to a 2 or some other number I don't see any changes. What does the 1 in 1t[Acid-Lingering-Injuries] represent?