Thank you very much again! It works perfectly.
Is it possible to make one of the skills (the unavailable one) gray (depending on the weapon equipped)?
Is it possible to make one of the skills (the unavailable one) gray (depending on the weapon equipped)?
this.addCommand('skill name', 'skill name', this._actor.canUse($dataSkills[skillId]));
};Or you can do a if check with
this._actor.canUse($dataSkills[skillId]) first, if it's not usable don't add this command.
thnx for the hint i think i fixed the battleui issue. Can I change the canto into automatic? Cuz I'll sometimes forget to move them.
If you can put it mostly in the class and states tag, it would be perfect for what I want.
I'm also trying to make the names of the skills used in the map battle appear above, like in the SV battle, but I haven't been successful so far.
I'm also trying to make the names of the skills used in the map battle appear above, like in the SV battle, but I haven't been successful so far.
I will think about how to show skill info on the map battle.