
Hi all, I'm extremely new to coding (as in, I went through the codecademy HTML/CSS basics courses 2 days ago) and have been trying to cannibalize the 'Basic Fantasy RPG' character sheet that Solomoriah posted last year. I have edited a few portions to overall suit our homebrew system better; however, I am having major issues with the following things: 1. I cannot figure out how to set up a way to add weapons into the sheet as needed by the player (filling out weapon class and any extra bonuses as needed) and checking a specific weapon among many to be the "used" weapon which is then factored in on a combat macro. After getting frustrated by it for an hour, I gave up in hope of someone more knowledgeable helping me. 2. I am also dealing with trying to figure out why not all of my character sheet is displaying in-game. The preview of the sheet, as I write it, shows everything, if a bit wonky; the actual game cuts off just below a section list of inputs for character skills. I have quadruple-checked the code and I do not see what I could have done to make the rest below that section disappear. 3. Specifically in the mentioned skill sections, I literally copied and pasted the same code for each type of physical attribute (couldn't figure out how to make a generic and repeatable skill that a player could select which physical attribute would be used as a modifier, similar to the frustration of issue #1), yet the header of each section after the first did not display correctly. One line should have been the type of attribute (i.e. 'Strength Skills,' 'Dexterity Skills,' etc.) and the next line should have had 'Skill,' 'Skill Level', 'D20,' and 'CP,' accordingly, but only the first section (Strength Skills) would display properly. In the code I have now, I just got rid of those lines for the sections following Strength. 4. I have been typing my code in Roll20, so I'm not even sure how to save the file as an .html file. I've just been copying/pasting the code into a .txt file but it won't let me upload that. So can anyone help me out here? I'd really love to try learning more about how to code in my free time but I'd also be immensely grateful if someone was willing to simply take what I have and fix it per above so I have something working in the short-term. Sorry for the noob thread and thank you in advance.