Hi there!
When I try to use the call script "$gameActors.actor(ID).canPromoteClass(classId)" to see if the actor can promote I get the error message "Cannot read property 'isPromoted' of undefined"
- This error means that the actor informed on the script call does not exist. It will be helpful to know where are you using this script call. And also, you know you need to replace ID with an actor Id and classId with a class id, right?
When I use the change class comand from the game itself (using the RPG Maker MZ) the character go back to level one, but do not keep the parameters atributes.
- Indeed, I confirmed the problem. I will take a look into this!
I could use some explanation about how to better use the plugin to promote actors
- This plugin is basic what the help file says it is. When an actor changes class, and it has never had the next class before, it will gain a bonus on all parameters. And that bonus is decided on the Class Curves plugin. The idea is to replicate the Shining Force 1 Promotion system. Where, when the actor hits a certain level, he can promote/evolve into a new class that will change how his parameters grows when he levels up. But, keeping the previous parameter values from the first class.