My player, Onytr, has a spell that makes him better at combat. The ideal macro would tell us what bonus he gets to his combat, and then whether or not he is fatigued from casting the spell. I have the first part down, but the second is not so easy. /me becomes in-tune with the rhythm of the fight
&{template:default} {{name=Combat Sense}} {{Bonus=+[[floor({{d20+3+@{selected|level1}+@{selected|Wisdom}}/10 +1})]] to combat}} {{Fatigued=if [[d20+@{selected|will}]] < 10+Bonus}}
Currently that comes out looking like this . Considering this example, I'd like to make the "if 17<10+Bonus" look like "if 17<13", or merely state whether or not this a success. Unfortunately I don't know of a way to restate the value of the bonus. I'm GMing True20 (a d20 system, like Pathfinder or D&D 3rd) if that matters.