- Joined
- Aug 14, 2014
- Messages
- 29
- Reaction score
- 0
- First Language
- Italian,English
- Primarily Uses
Hi, I would like to close the skill learn window after the user has learned one skill.
I've seen on yanfly site the the notetag "<Learn Cost Eval>" is called after the skill is learned, so in this tag I suppose to write a JS script for close the window.
I've tried with this.close(), this.exit() this = null, but not one is woking.
this is the object "Scene_LearnSkill".
Anyone can help me please?
Thanks!
I've seen on yanfly site the the notetag "<Learn Cost Eval>" is called after the skill is learned, so in this tag I suppose to write a JS script for close the window.
I've tried with this.close(), this.exit() this = null, but not one is woking.
this is the object "Scene_LearnSkill".
Anyone can help me please?
Thanks!
Last edited by a moderator:
