
The tokens in my campaign regularly experience this problem. I have tokens connected to Starfinder character sheets to quickly pull HP and SP values so they stay consistent across pages and etc. But it seems like between games the tokens just forget values and I have to re-represent them by changing one of the bars to another attribute and back. Gone Change Bar 2 Change back Bar 3 was not touched during this entire procedure. It also works to reset bar values if you just click on the token, subtract one from each and then the bars show up. It seems to be an updating problem, at least from what I figure just getting an API to spit out token values via: on("change:token", function(obj) { log(obj); }); "bar2_value":"50", "bar2_max":"" ,"bar2_link":"-LSfsdyrXSqkBcwMtLd2" I think until the link is updated, it just loses the max value at some point. I don't know. I'm a man in a monkey suit pretending to be a code monkey. This is getting to the point where it's genuinely annoying and I'm debating about just writing an API script to hard-cycle all the Bar values for all tokens on a reserved page on campaign startup. Anybody know of a fix for this?