Hi folks, I'm tying to automate a bit a MERP game and I found a problem accessing the defensive bonus of the character sheet. It seams to be nowhere to be found as an attribute.  For NPC is rather easy, there is a defensive_spec1_bonus that I use to compose all DB of the NPC, to make NPC sheets easier But for characters the defensive bonus is rather complex, it includes Agility bonus, race, Item, special, another special, shield and whatnot..  There IS a field in the sheet where you have the end number of it.. But I cannot access it, is not in the Atrributes list :(  If I use the button in the sheet to rol it, and I review the chat screen I can see an Attribute named "defensive_total_bonus" was rolled. But again, this Attribute is not part of the sheet. If I type the @{Gódin|defensive_total_bonus} in the chat i get something like:  ((15+0+0)+0+7+0)  which is Ok, is all the fields that compose the DB. if I [[]] it, I guet the final value BUT ..   I cannot add this to a ball in the token :(  it just displays the [[]] instead of the computed value :(  The defensive bonus of an enemy is something my players ask ALL THE TIME so .. I'd enjoy seeing it at glance :) Any clue ?