Forgetting a skill via event?

Is there an event that makes it so a unit forgets a given skill? I have the most recent Github version of Skillsystem. I can’t find such event neither in the Event Editor, nor the patches menu.


Hello, is this what you’re looking for? I hope this can help you. You can make characters forget learned skills using commands.

It doesn’t show for me

Try updating your skillsys and/or your febuilder.

A friend told me to use SVAL, but it’s not working?
image
89 is skill ID.
02 is character ID

In that screenshot you’re writing to slot2 twice, meaning the first value gets lost. You should write 0x89 to slot1, according to the comments in the ASMC.

1 Like