
Hello, I'm trying to figure out a way to automate this macro line so I don't have to click the answer to a query. It spits out the CR threshold for destroy undead for a certain cleric level. "-1" is a placeholder for "you can't destroy undead yet". ?{Cleric level|1-4,-1|5-7, 1/2|8-10, 1|11-13, 2|14-16, 3|17-20, 4} Ideally it would be a series of if-then statements (If cleric level is between 5 and 7, then you can destroy CR 1/2 undead), which I'm aware can only be done with a pro account. But I'm hoping that someone out there has come up with a clever solution that doesn't require paying money. For reference, here is the whole macro right now. I have bolded the fragment I want replaced. --- &{template:traits} {{name=TURN OR DESTROY UNDEAD}} {{source=Class: Cleric}} {{description=Kolve screams "BURN IN THE RADIANCE OF ARKAN!" as he defiantly brandishes his holy symbol, which now shines with a harsh golden light. Each undead within 30 feet of Kolve that can hear him must make a DC [[8+@{kolve|PB} [PB] +@{kolve|wisdom_mod} [WIS mod] ]] Wisdom saving throw. On a failed save, the creature is turned for 1 minute or until it takes damage. If a creature fails its saving throw and its challenge rating is less than or equal to [[ ?{Cleric level|1-4,-1|5-7, 1/2|8-10, 1|11-13, 2|14-16, 3|17-20, 4} ]], the creature is instantly destroyed. }} --- Thanks