Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Hello, sorry, I'm just starting out and I'm quite clumsy. I'm trying to get the bestiary and character list to appear when I start the game, but all I get is the list of default commands that come with the game. Thank you.

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