I'm running an Eclipse Phase 2 game on Roll20. Someone has thankfully built a character sheet. But I'm having a number of issues with it. Sheet located here: <a href="https://github.com/Roll20/roll20-character-sheets/blob/master/Eclipse%20Phase%20V2/Eclipse%20Phase%20V2.html" rel="nofollow">https://github.com/Roll20/roll20-character-sheets/blob/master/Eclipse%20Phase%20V2/Eclipse%20Phase%20V2.html</a> I believe I have figured out some of the problems and want to confirm my reasoning here. Many of the key values for Eclipse Phase are not showing up in the 'Attributes' list under the Attributes and Abilities tab in game. An example is attr_initiative. I believe this is because it is an auto calculated field (see line 251). When I create a macro with it it shows the full calculation. If I attempt to reference this value with a script, it throws an error, which I believe is because passing the auto calculated value to another script passes the formula, not the result. I also cannot see these values in the token bars either. My assumption is that in order to make these values visible in token bars and usable by other scripts they should instead be updated by sheet workers, is that correct?