1) Is there an easy way to implement a dropdown input field with multiselect or checkboxes? Or is there a hard way? Or a non-dropdown way that looks like a dropdown way using crazy CSS? 2) Is there a way to use images in dropdown menus (as the input line, not the background) 3) Does underscore.js work in sheet workers? (I know it does in the API) 4) Is there a way to link variables or construct variables from multiple inputs? Say I have a spell that does 3 mental damage. Could I have a line that has a number input, a dropdown where you can select the damage type, and a dropdown where you can select the action type (spell) and have it spit out the array [3, m, spell]? or even a combined variable with inherent separators like 3_m_spell? 5) I know I have seen character sheets that use external data files. How do I tell a character sheet to pull a value or load a .csv or .xls file? Or is the only way to hard code it into the sheet? 6) Does jquery work in sheet workers? Thanks, everyone!