Skip to main content

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

Hey Ramza!

Is there a way too Show and Hide the Recipe List in the Menu like the Main Plugin? I think it´s "ShowCraftScene" and "HideCraftScene" there.

I wanted to do this with the Recipe List too, but I couldn´t find it?  Is there a trick to do it?

Heya.

For some reason, I never included a plugin command to do this. I will include one in the next update, as the switch exists, it just isn't attached to a plugin command.

In the mean time, you can use a script call command to set $gameParty._showRecipeList = false to hide the command from the menu, and set it back to true again to show it. You can also use $gameParty._enableRecipeList = false to disable it from the menu, while still showing the command as well.

~Ramza