Is there a way to force equip a skill? For example, if I start with a character with 10pp and 2 passive skills, to have them already equipped by default.
Thanks!
Edit:
Okay... figured it out without having any idea lol but it seems to be working.
In case anyone needs it:
Script call:
$gameActors.actor(id)._passiveSkills.push(skill id)
Will automatically equip indicated passive skill id to the respective actor id.
Skill has to be learned before though as If not, it will be equipped anyway and as you don't have it, it'll be invisible and won't be able to unequip from the menu.