
I'm trying to set up macros for my next campaign, and something I'd like to do (and I'm not sure if it's possible yet) is to have the macro check two different attributes of the character using it, and use the higher of the two. I already know I can just make two macros, but I'd like to have it in one. Example: Acrobatics [[1d20 +@{selected|Dexterity}]] and if I wanted to choose the higher of Intelligence or Dexterity (this is just an example, I don't actually want to do that) Acrobatics [[1d20 +@{selected|{Dexterity or Intelligence} } ]] I was looking at the CP or Compare Point modifier, but I don't know if that can be used like this.