
Hi guys, me again... ;o) I'm still struggling with building my first ever character sheet. I have a section where players can add new skills by adding a new line via the <fieldset> function. So far, so good. I thought it would be convenient to link those skills to pieces of equipment. Let's say, I have a Ranged Combat skill and a Melee skill. Now I want to make a roll for the weapon where the right skill bonus is added. I'd thought I'd have a dropdown with all the fighting skills to choose from, so the roll button knows what bonuses to add to the roll. Is there a way to access all those added lines and have them in a dropdown list to choose from on another part of the sheet? Probably not without API or scripts, I guess...