
At least, it seems like an error. I just can't figure out what is wrong. My character sheet has an "Avoidance" attribute, the value of which is: (floor((@{agility}+@{intuition})/2))+@{avoidmod}+@{actionmod}-@{arpenalty} (Roughly translated, that should be: ((Agility Ability + Intuition Skill)/2) + Avoidance Modifier + Action Modifier – Armor Penalty) As part of troubleshooting some token bar details last week, I went into my individual character journals and deleted the Avoidance attribute in the Attributes and Abilities section. This was done because it was creating two conflicting attributes (Avoidance vs avoidance). So now, here's what I'm running into. When the avoidance attribute is called in a macro, I get the formula, not the final number: Is there some way I have to write the formula for the value is it returns a result? Like an inline roll? It does this on the character sheet, but not the macro output as you can see. On top of this, is there any way to access a character sheet attribute in the attributes/abilities tab of the character journal? Creating a new "avoidance" attribute doesn't seem to be working. Thanks.