I am currently working on a custom character sheet and have run into a bit of a wall. I've been able to hurdle most, but this one I just can't seem to get around. On my character sheet, I have a <select> that allows the player to choose what type of soldier they have recruited. Beneath this <select>, I have a table that is filled with number inputs that correspond to stats of the soldier. As of now, you have to manually adjust each stat to correspond to what that soldier has.
So what I'd like to accomplish, is that when the player chooses an option from the soldier <select>, that it will adjust all the values within the number inputs within the table so they don't have to do this manually. Additionally, I'd like this to update if they ever switched their soldiers around on their sheet.
I've been digging into this everywhere and I really just can't figure out how it can be done, whether it be macros or javascripting. Any help would be appreciated.