
Hello. After multiple attempts and numerous searches, I'm stuck. I want my macro to calculate two values and only keep the largest value (or drop the lowest). something like "calculate STR / 10 rounded up, compare to DEX / 10 rounded up, keep the larger result" [[ceil(@{selected|STR}/10)ceil(@{selected|DEX}/10)k1]] If this is possible, I think whatever is the operator or punctuation between the two values is where I am stuck. Math operators actually do the math, commas and spaces don't seem to help.