Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi, are you referring to the main menu? You will need a plugin that can add custom commands to the menu to get the encyclopedia to appear there, if you want to use the [CGMZ] option I have [CGMZ] Menu Command Window.

I want to add the bestiary and characters to the menu where you find equipment, items, and other commands.

You can use [CGMZ] Menu Command Window for that, enter the JS into the JS Command parameter:

SceneManager.push(CGMZ_Scene_Encyclopedia);

Thank you!! <3