I have been searching for a perfect macro for a wild dice system within 5e in a one shot I'm running, and I haven't been able to make it work between roll tables and queries. Making each step of the logic into separate checks/attacks on the sheet would be the simplest, but a one button solution for my "based on result of roll X, roll option Y" is more what I'm looking for. The system goes like this: Step 1: Roll 1d6 Step 2: Based on the result of the d6, roll 2d? or 4d? if "empowered". The "?" dice is found via: 1 = d4 2 = d6 3 = d8 4 = d10 5 = d12 6 = d20 From my searching around on the forums there doesn't seem to be a simple syntax for an if/then check, but does anyone have any ideas on how to handle this in one single macro button/effect/attack?