Skip to main content

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

Hi, yes you can add the skill shop to the menu, you can use the js

const goods = ["{\"skill\":\"1\",\"price\":\"100\"}","{\"skill\":\"2\",\"price\":\"200\"}"];
SceneManager.push(CGMZ_Scene_SkillShop);
SceneManager.prepareNextScene(goods, "");

Worked perfect thanks! ;)