Hello. Currently making a macro that basically rolls a D20, and if it's a one, displays the result of the table. Currently I can get it to output a 1 value if it rolls a 1, and always display the table, but I don't know how to get it to only display the table if the result is a 1. Currently, this is the macro: &{template:atk} {{rname=Wild Magic Surge}} {{normal=1}} {{r1=[[d20=1]]}} {{desc=[[ 1t[Wild-Magic] ]]}} {{charname=Name}} Currently just trying to figure out how to duplicate the initial d20 roll and use it for how may times to roll on the table. I was going to try and add another part to see if Tides of Chaos had been used already and automatically roll, but I figured that would be a lot more work. Any help is appreciated!