Hi,
I've been trying to find out how to give/remove a skill from a character by a call script inside an event, and i tried using this line:
And it seamed to work, and then i tried this line to remove the skill:
and it didn't work at all.. And then, a while after i relized that both of those lines will make the player learn the skill.. :shock:
So i'm a bit confused, and my question is:
Is there a way by call script, to make a certain character learn/forget certain skills?
Thanks! :smile:
Over and out - Gando
I've been trying to find out how to give/remove a skill from a character by a call script inside an event, and i tried using this line:
Code:
$game_party.actors[0].learn_skill(4)
And it seamed to work, and then i tried this line to remove the skill:
Code:
$game_party.actors[0].forget_skill(4)
and it didn't work at all.. And then, a while after i relized that both of those lines will make the player learn the skill.. :shock:
So i'm a bit confused, and my question is:
Is there a way by call script, to make a certain character learn/forget certain skills?
Thanks! :smile:
Over and out - Gando