So, I've wandered around stupid tips and tricks, used google search, not finding what I am looking for. I am wanting to use conditional evaluation in a macro to look at an attribute on a character sheet, compare it to a fixed value, and output text. I've found a number of examples showing using conditional evaluation to compare two values and then do math, but nothing showing outputting messages. The logic of what I want to do is: If selected character attribute strength <= 8 Then "you can't do that" Else "with a mighty heave you succeed" Can somebody point me to the formatting to make something like this work? I'm sure it's out there, I just haven't found it.