So when you create an ability macro, most of the attributes can be called easily like @{hp} instead of needing to use the character name like @{Jeremy R.|hp}. However, max values require the character name to be entered like so @{Jeremy R.|hp|max}; you cannot use @{hp|max} because it things you are looking for a value of max from a character named hp. However, is there anyway I can reference the current character's name so I can easily copy paste these macros and not worry if a character changes their name? I've tried a few variations like @{@{character_name}|hp|max}, @{[[@{character_name}]]|hp|max, but none of these seem to work. I do NOT want to use the selected key word as I'm ultimately going to call this from another macro in which I may not have the character selected.