Okay, this IS a good question. Can't find a single thing on it, and noone seems to have ventured this far.
OK. One fo the big things in my game is going to be the character. Class, gender, skills, etc. I have successfully made it to where the game will recognize the character's class and gender. I've also made sure if I have to change the actor's sprite for any reason, it'll 'remember' which sprite to go back to.
My problem is now how Class is going to be affected in the game. The only actor in the databes 001...we'll call it 'spirit' is set to be nothing. By default, until i find out whtelse needs to be done, he begins as a Fighter. I noticed, on the premade actors, you can manipulate the amount of increases to stats (parameters) and EXP curve... How am I going to handle this now? How do i set it so when 'spirit' chooses what class it's going to be, it also gets all the different curves and parameters. In playing around with all this... it looks like I'm stuck with everyone, no matter the class, to use the same parameters and curves...
Any thoughts? Anyone want me to post the game file I've built so far?