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