
So basically, if I want use an autocalc value in the API, I have to recreate the calculation in the API, so if the field is comprised of 4 attributes, then I need to declare variables for them, then add them into a combined variable? Is there any way to get the API to parse the calculation for me so I don't have to do this? Just wanting to know before I spend the time typing out all those variables, especially since my Total AC field is AC+DEX mod+size+misc+temp and AC is comprised of 11 fields it's self! (damn my desire to add values for each slot for armors)... thats a lot of var decs to get 1 value lol.