Skip to main content

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

Hi, I am assuming you just added a script call to call a common event (ex: $gameTemp.reserveCommonEvent(1);)? This will not work from the menu, as common events only run from the map, so you would also need to add a this.popScene() after to exit the menu.