Running a custom game (Cataclysm RPG), and just using Attributes for the characters, and made some macros to let them do stat checks easily. I'm tempted to do something similar for my monster tokens, but running into an issue that I can't seem to find a way to do basic "if/else" logic in the macros. IE: I've got a token action like: &{template:default} {{name=@{selected|token_name}}} {{Physique=[[#d0 + @{selected|Physique}]]}} But of course if I select a token that I have, that I made quickly and doesn't have a character sheet attached (and therefore, no attributes). It gives an error w/ " No character was found for 'selected' I'd like to have a way for it to detect that there is no character sheet (and/or that the character sheet doesn't have a Physique attribute), and to then prompt me instead as if I'd done a roll query. Does that feature not exist?