Well everyone, it's the end of another semester of school, and all of the class projects are due soon.
Naturally, this includes the character generator for Dungeons And Dragons v3.5 that I'm writing. By myself. In notepad++.
It's still in development as of writing, but I thought I'd share it with you guys as I write it.
Since I'm not hosting it on a server, you'll have to copy the code into notepad (or whatever text editor you like), save it as FileName.html somewhere on your computer, open your internet browser, and use Open File to open the webpage. Or, for the lazy, use ctrl+o to open the webpage.
P.S.
People who tell me about bugs are nice people. HTML and Javascript don't have compilers or run-time errors, so things that break just kinda... quietly do nothing.
Current Progress:
You can point-buy, or roll your character's attributes.
After that, it'll ask you about your race and some cosmetic things... attribute adjustments, hair colour, age, etc. It also has a bunch of text boxes so you can add a bunch of other things to your Feats and Special Abilities section, like for instance the Dwarves' Stonecunning.
After that, it wants you to start defining the classes you'll be taking levels in... sounds strange, BUT might just end up being extremely streamlined some day.
There's also currently a button that hangs out at the bottom of the webpage, and the world's most uselessly large textbox. Click the button, and it turns your character sheet into xml (in the textbox). So, you copy/paste that, go to your Mythweavers Sheets page, hit upload, and BOOM! You now have a rather poor sheet. BUT SO HELP ME GOD IT WILL UPLOAD
Version 0.6 Alpha