
Hi, it seems like I can't get the correct attribute's value from a character sheet from an API. If I use the following code directly in chat or in the character sheet's abilities I get "10" which is the correct value. @{John|level} //result: 10 But if I use it in an API call it returns "1" (which is the initial value for a new character sheet). I tried for other fields with the same results, I get 10 for "ac", 0 for "initiative" and so on. Which are all initial values and once again all of these work from chat or character sheet's abilities. sendChat('John', '@{John|level}'); //result: 1 Even more problematic is that if I use the same API with different character names in the same game it works... I've tried changing the name "John" for something else, still fails. I did a copy in the Character Vault and tried from a copy, fails again. Been trying to wrap my head around this for a while now, but I really don't see how to fix it. Thanks for any input