Hello! I'm trying to create a macro to calculate a player's Athletics roll when using a weapon with the Trip trait. This adds the weapon's Item Attack bonus to the Athletics check. Now, as only the largest of a given bonus can be applied to a roll at a time. I'm attempting to compare the Item Attack bonus, to the Athletics Item bonus that might be given by magic items. The rest of the macro for the checks works fine, so I've isolated the section that's been having issues [[(0d0 + @{TESTCHAR|athletics_item}), (0d0 + @{TESTCHAR|repeating_melee-strikes_$1_weapon_item})kh1]] For some reason, this only return the value of the first roll - the Athletics Item bonus - and no matter what the weapon's Item bonus is, it doesn't return it, and I cannot figure out why. This will largely only be a difference of +-1, but that's often important. Thank you for any advice!