I am attempting to create my own character sheet from scratch for a TRPG system that I am developing. It would be nice if I could find some way to add values inputted for repeating sections as new sections are added. For instance, if a player adds a new section for a skill that has a number value of X, could I somehow send that value to a counter outside of the repeating sections that totals up all the numbers inputted for each added section? The goal would be to add up all X values to display a total of all the X values that have been added, but there is not set number of X values determined beforehand because the players have yet to add them. If this simply isn't possible that's fine, but if there is a way to do it, it is beyond my small amount of coding knowledge.