Heya. I am noticing that there are some things that the !ammo API is not quite able to do at this time and wonder if it's actually due to a limitation, or if I am just using it wrong. I made an attribute for if something exists, and the mode it is on (ie, @{Test} 1 | 1) If I ran `!ammo @{character_id} Test [[@{Test|max}+1]]`, it reads the max value, adds 1, and applies it to @{Test}. But, if I run `!ammo @{character_id} Test|max [[literally anything]]`, it says "Attribute [Test|max] was not found. Please verify that you have the right name." and doesn't work. It is able to read max values as shown in the first command, but what do I do to get it to modify the attributes max field? Additionally, I notice that the API crashes if you give it a formula that has conflicting equation symbols (ie -[[2-3]], since then it is read as --1, or "Minus negative 1", but leaving it as [[2-3]] works since then it shows as -1, as "minus 1" instead of "negative 1". Bit of an odd quirk and a little bit frustrating when doing. I notice that this api does crash very easily...