@ROTTO I got to play around with the modded sheet a little. I DO LIKE the auto-fill options. Looks like you've put a lot of effort into this Rotto! I'm curious to look into the code in more depth. Later this week, life/work willing. With just a quick view; it seems you may be using an older version of the sheetworkers? I recently converted nearly all functions and roll20's built-in API commands to async versions (ie orcsAsync: <a href="https://github.com/onyxring/orcsAsync" rel="nofollow">https://github.com/onyxring/orcsAsync</a> ) Hard to tell since some of the codes minified. I was seeing a continuous console.log error: "Character Sheet Error: Trying to do getSectionIDs when no character is active in sandbox." Adding armor to Armor Details and clicking "in Use" triggers the item to be added as Equipment>Armor and syncs as intended, but the name field was blank on Equipment>Armor. I transmogrified an existing 1e character and the name fields for any existing attacks, weapons, equipment, were all blank. The attribute data still existed because I could make a roll and the chat output included the proper attribute name. I'm sure it has something to do with the preset drop-down lists. Spells were completely gone though... Where's my spell tabs and sorting options? You're killing me Smalls ;-P