Hello! First of all, I don't know how other sheets behave, so I choose to specify the one I'm using. I just want to be sure that I'm not doing anything wrong or something is missing before open an issue in github or anything. My problem is exactly as I said: I link the token to the character journal. Then I test if it's correctly linked and it is. But, if I try to change the character max hp or max mp, the token won't update. I kinda understood what's wrong.There are some attributes I'm gonna describe below: - vida (hp), vidatemp (any temporary additional hp), vidatotal (max hp) - mana (mp), manatemp (any temporary additional mp), manatotal (max mp) vida and mana are the ones I'm choosing when selecting things to be displayed by the bars. The max hp and the max mp are auto-populated in the sheet "attributes & abilities" tab and in token menu with the values defined in vidatotal and manatotal , however they are hardcoded into max field of each one (as shown in the screenshot below). There is something that I'm missing here or the sheet should populate the values with "variables" and there it's an issue with the sheet code? Thanks for your time =)