Cross-posted from Bug Reports & Technical Issues Hello, I have recently refactored an old API script that parses a pasted stat block and creates a character sheet with it. When it initially creates the character sheet the repeating traits will show the entered descriptions when first opened, but each time it is opened after that the descriptions will disappear one at a time as each is opened. This happens on both Chrome (Version 108.0.5359.125 (Official Build) (64-bit)) and Firefox ( 108.0.1 (64-bit)). I am currently using the D&D 5e sheets by Roll 20 current version. A copy of the API script is here: <a href="https://drive.google.com/file/d/1In80-AIMHx6QGAU7eEIFXE3LvbvRAxmZ/view?usp=share_link" rel="nofollow">https://drive.google.com/file/d/1In80-AIMHx6QGAU7eEIFXE3LvbvRAxmZ/view?usp=share_link</a> (Please keep in mind I'm still in the process of refactoring. As-is it works to take a copied stat-block from MM, VGTM, or MTOF and create a character sheet, and link a token). As an aside, the saving throws and proficient skills don't show up on the NPC display unless I modify another value in that section manually. The actions that are attacks also don't show any of the attack information on the NPC display unless I modify the section or uncheck and recheck the checkbox. I figured out this one. There's a separate flag that counts the total number of flags and displays them. Is this something that needs to be fixed in the sheets or is there something I can do in the API to fix this? Thank you! UPDATE: If there is only one trait, and after the character sheet is created I delete that one trait and run the script again then the description text stays. When there are more than one trait this trick does not work at all whether I delete one, none, or all of the traits. Any ideas?