Hello, im starting to have a little fun with doing my own macros and abilities in the 2014 5E character sheets, but I just ran into a problem with the max hp of a token when I place it on the board. This npc token is an extension of a character token and its stats change depending of this one character. In the attribute page of the npc token i have a custom attribute that I've called "nivel" (level but in spanish just ignore it) that attribute calls to the character sheet of the player where a class resource returns a custom number that I can change when I please, lets say this number is 2 for the example. In the max hp slot of the npc sheet I write a simple string that reads "5+10*@{nivel}" the result that I would look for is 5+10*2 and when calling @{name|hp|max} in text chat it does indeed display 5+10*2 But even tho the the function works fine, when I drop the token on the board the hp bar displays just 5+10* it doesn't even try to sum the 5+10. Just out of curiosity I removed the *@{nivel} section out of the max hp slot and the operation 5+10 would then work when i drop the token in the board, giving the number 15. The bar is able to read attributes fine like @{hp|max} but it seems that if the value comes from another sheet I hit a wall even if I use the keyword as a means to refer to another sheet. Sorry for my english but if anyone has any idea of how to solve or surround this problem i would die happy, every help is welcomed.