Hi Guys,
Just wondering how i would go about making a character forget a skill when levelling up?
I'm guessing there is probably a pretty simple way of doing this, but I'm pretty stuck at the moment.
Thanks guys.
forgetting skills when levelling up
● ARCHIVED · READ-ONLY
-
-
Go to the level_up method in Game_Actor. Add the following line:
forget_skill(skill_id) where skill_id is the ID of the skill you want the level-upper to forget.
This is the simplest way to do it for a single skill. If you're looking for some sort of consistent system of forgetting or changing skills when actors level up, let us know more specifically what you are trying to do.
(P.S. - if someone walks over your avatar, do they take 'slip' damage?) -