- Joined
- Apr 13, 2013
- Messages
- 694
- Reaction score
- 101
- First Language
- French
- Primarily Uses
- RMMV
I'm trying to make all JPs to be the same on each actor when using different classes, is there anyway to do this?
Basically, if l have the classes 1,2 and 3, all 3 should start with 20 JP, if l learn a skill from class 1 for 5 JP all 3 classes should have 15 JP left.
Also, I got a problem related to JP as well. Before for a single class, l was using
<Learn Cost Eval>
user.loseJp(999);
user.gainJp(user.level * 2);
user.forgetSkill(all);
</Learn Cost Eval>
to unlearn all skills and get back the JP used. It was working fine but now if some skills were learned by default, they won't get unlearned. Probably another Yanfly bug though since the skills l do learn get unlearned just fine.
Basically, if l have the classes 1,2 and 3, all 3 should start with 20 JP, if l learn a skill from class 1 for 5 JP all 3 classes should have 15 JP left.
Also, I got a problem related to JP as well. Before for a single class, l was using
<Learn Cost Eval>
user.loseJp(999);
user.gainJp(user.level * 2);
user.forgetSkill(all);
</Learn Cost Eval>
to unlearn all skills and get back the JP used. It was working fine but now if some skills were learned by default, they won't get unlearned. Probably another Yanfly bug though since the skills l do learn get unlearned just fine.
Last edited by a moderator:
