Hi there, I'm getting my hands dirty with these character sheets. Newcomer to Roll20 actually. I was looking to combine with this Obligation roller ( <a href="https://github.com/vbpad/EOTE/blob/master/Obligati" rel="nofollow">https://github.com/vbpad/EOTE/blob/master/Obligati</a>... - it depends on attributes called "obligationmag", "obligationmag0", "obligationmag1", etc. on character sheets. It will look at all selected character tokens and check out those attributes obligations values, roll D100 and see if anyone's obligation, duty, or morality comes up. The HTML for the char sheet has named input fields called "attr_obligationmag1". When I set values for obligation fields, it doesn't set corresponding attributes on the sheet. Where are the Obligation values stored as I don't see any attributes at all that match what's set here? I can refresh and come back and they are certainly being saved. I'd modify that Obligation roller script if need be, but I just can't find where the obligation values are being stored on this character sheet. Thanks!! *Edit* In case anyone else stumbles on this. I learned that Repeating columns are hidden on the Attributes part of the char sheet in the UI but they do exist as attributes. They're being stored as `repeating_obligation_-KZIh7zEGdIJkZP1Z0EA_obligationmag1` for the value, `repeating_obligation_-KZIh7zEGdIJkZP1Z0EA_obligationtype1` for the name/type. Guess I'd need to do some real filtering on the objects and look for `repeating_obligation_` and match up those IDs to link up together. I realize that the Obligation roller script is years old at this point so clearly it has broke along the way.