
Is it possible to compare two formulas and take the greatest? <input class="" type="number" name="attr_AC_calc" value="@{armoractive1}+@{armoractive2}+@{armoractive3}+@{armoractive4}+@{armoractive5}+@{armoractive6}+@{armoractive7}+@{armoractive8}+@{armoractive9}+@{armoractive10}"> <input class="" type="number" name="attr_AC_no_armor_calc" value="10+@{dexterity_mod}+floor(@{unarmored_class_bonus})+@{armoractiveunarmored1}+@{armoractiveunarmored2}+@{armoractiveunarmored3}+@{armoractiveunarmored4}+@{armoractiveunarmored5}+@{armoractiveunarmored6}+@{armoractiveunarmored7}+@{armoractiveunarmored8}+@{armoractiveunarmored9}+@{armoractiveunarmored10}"> Is it possible to compare and take the greater of the two? Not looking to use the API - just the normal sheets.