OK how do you make them learn abilties when a parameter reaches a point?
like when they reach a certain level?
Database>Class>Skill progression>Choose the skill and level to learn it at.
No. I mean when you reach a certain perameter, (I'm using a script which allows me to add points. not gaining each level cept for a scritp to add points.) you learn a abiltiy. Anyone knows?
ooh. checked the comments?
Make a common event and set it to parallel process. Turn on the switch in the game that you set as precondition for the parallel process. Now store a character stat in a variable and check if the variable is equal or higher than the value your hero needs to learn the stat. If yes, let him learn the stat. Put as many variable storing/checking and skill learning for as many heroes you want in that parallel process. You can find the common event window inside the Database.
Thanks man. I know how to make abilties (With Parameters.) in my game. :D