On my sheet I am working on two tabs: A "Weapons" tab, where players can set up and configure what weapons to which their character has access, and a "Dashboard" tab, that brings most common player actions onto the same tab so they don't have to jump around the sheet. I would like the "Weapons" section to be a repeating section, but I'm trying to figure out how to then make main- and off-hand selectable on the Dashboard tab. Ideally I'd be able to use a select list (even if it says "Weapon 1" instead of "Dagger +1", as I can use scripts to fill in the weapon data on the Dashboard) to minimize the amount of screen real estate the selector occupies. Does anyone have any ideas?