I have what I hope is a simple question and yet I apologize if
this has been addressed before.
I am trying to do some math within an Attribute I have
created on a character sheet and to have it up dynamically. Is this possible?
The math references two existing Attributes that are
imbedded into the character sheet. These are @(move) and @(CurrLoad).
I created an Attribute named: Combat Move with the math of round(@{Move}+(@{Move}*(@{CurrLoad}*0.2)))
in the Current field. I then link that Attribute to a Token Bubble of the
attached Token, reattach the Token, and then place it on the VTT. Once placed,
this value is calculated and all seems fine.
However when I change the @(move) or the @(CurrLoad) values
on the character sheet itself, the Combat Move value does not change. Is does not
dynamically recalculate unless I do the following;
Grab and place the Token again onto the VTT, in which case
both the original token and the newly placed token values do change.
Any help here would be greatly appreciated.