I am trying to work on a macro that will let me roll a basic attack against a selected monster token and report the roll result and the AC of the selected monster. I have found a bad way of doing it, using @{target|bar2} and manually adding the monster ac to the bar2 of its token. The issue with this is it means I would need to manually add the npc_ac attribute to bar2 for every single token. Is there a way to pull the monster's AC just by selecting them? I've seen @{target|AC} tossed around in very old posts, but every time I try it the system cannot read it. TypeError: Cannot read properties of undefined (reading 'AC') I am using 2024 D&D 5e character sheets.