Is there syntax for IF statements? What I am trying to make for my players is a convenient macro that allows them to select their target, input any necessary modifiers, output damage if they hit, and output "miss" otherwise. I would like to pull the target's AC from its sheet using the @{target} syntax and compare it to the players attack roll and determine if they hit, but I can't find syntax for IF/ELSE statements anywhere on the wiki? Does it just not exist or am I missing something?