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.