Skip to main content

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

Keyboard Gamepad Solution - RPG Maker MZ plugin

A complete solution to rebind keyboard, gamepad, with extra features! · By Sang Hendrix

[ANSWERED] Question about script calls

A topic by Welcome to Elderfield created 54 days ago Views: 62 Replies: 2
Viewing posts 1 to 2

Hi there,

I am thinking about purchasing this plugin, but wanted to confirm first whether the key customization scene can be called via script call or not. I am using VisuStella Options Core for my game's options menu, so I will need to be able to call these settings through that by using a script call. 

Thanks

Developer

Hi, you can use this script call to call the Button Config scene: 

SceneManager.push(Scene_ButtonConfig)

(+1)

Awesome, thanks!