Hey all, I have been beating at this for waaaay to long, so its time to ask for help. I have multiple rollable tables for critical hits and failures that are dependant on the type of weapon. Here is what I would like to do. Have a pop up where you select the type of weapon (spell, slashing, bludgeoning for now) The selection would then roll the corresponding rollable table. I have been able to do something like this, but all I get is just "0" in the output instead of the actual text. Here is what I have [[ ?{Attack Type|Spell, [[ 1t[Critical-Hit-Spell] ]]|Slashing, [[ 1t[Critical-Hit-Slashing] ]]|Bludgeoning, [[ 1t[Critical-Hit-Bludgeoning] ]]} ]] When I test the macro, I can get the pop-up. But the output is 0 instead of the results from the table. Any help would be greatly appreciated! Thanks!