- Joined
- Jan 19, 2014
- Messages
- 20
- Reaction score
- 9
- First Language
- English
- Primarily Uses
- RMVXA
The script call for forgetting a skill doesn't work for me if the skill is in the actor's Features list:
$game_actors[1].forget_skill(id)This only works on skills that the actor was not initialized with. Is this a known bug or an incompatibility with one of my scripts?
$game_actors[1].forget_skill(id)This only works on skills that the actor was not initialized with. Is this a known bug or an incompatibility with one of my scripts?

