Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi! Very useful plugin, much appreciated. I was wondering if you could add a Show Book Menu plugin command?

Alternatively, is there a script call I can use to call the main book menu, without having to give the player that option directly in the menu?

Hello!

Although there is no plugin command for this, you can work this out with a simple script call:
SceneManager.push(Scene_BookMenu)

Thank you!