- Joined
- Mar 30, 2015
- Messages
- 102
- Reaction score
- 8
- First Language
- English
- Primarily Uses
My game has a job system, and you unlock new jobs by using skills in your currently unlocked jobs (each skill adds a predetermined amount to a variable for that job). There need to be variables for how unlocked a job is, but my question is where would I put said variables (I'm actually using a Hash, like the system for exp gain in each class). The whole party unlocks the jobs together, so if one party member unlocks the job, they can all use it. Putting the variable in $Game_Actor won't work, because then each actor would get it's own job unlock progression. I was going to put it in $Game_Actors, but I don't know how to refer to instances of $Game_Actors. Is there just one instance? multiple? How would I change variables inside it from another class? is there a better place to put variables that concern the whole party?
Thanks in advance!
Thanks in advance!

