Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey, I put this setup inside the Yanfly's Main Menu Manager plugin and it worked!! (The order number of menu commands is with you, but in my case, I put this command in Menu 18, below the Skill menu...)

Menu 18 Name'Ability Tree' (You can put 'Skill Tree' or other name of this command)
Menu 18 Symbol skillTree
Menu 18 Show true
Menu 18 Enabled true
Menu 18 Ext
Menu 18 Main Bind this.commandPersonal.bind(this)
Menu 18 Actor Bind SceneManager.push(Scene_Techtree)