An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Press Any Button - PressAnyButton.js

Plugin desc : PressAnyButtonPlugin

License : MIT License

Author : triacontane

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PressAnyButton.js

Download Page : https://raw.githubusercontent.com/triacontane/RPGMakerMV/refs/heads/mz_master/PressAnyButton.js

File name : PressAnyButton.js

Help of plugin :

* @plugindesc PressAnyButtonPlugin
 * @target MZ
 * @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PressAnyButton.js
 * @base PluginCommonBase
 * @author triacontane
 *
 * @param startText
 * @text Start Text
 * @desc The text to display to prompt you to start.
 * @default Press Any Button
 *
 * @param soundEffect
 * @text Start SE
 * @desc The sound effect information at the start. If not specified, the system sound effect decision is played.
 * @default
 * @type struct<AudioSe>
 *
 * @param font
 * @text Font
 * @desc The font of the start string. (Only if specified)
 * @default
 * @type struct<Font>
 *
 * @param adjustY
 * @desc Correct the display Y coordinate of the start string.
 * @default 0
 * @min -9999
 * @max 9999
 * @type number
 *
 * @param decisionOnly
 * @desc Display the window only when the decision button is pressed.
 * @default false
 * @type boolean
 *
 * Show the text without immediately bringing up a
 * command window in the title screen.
 * Press any key, and a normal window will appear.
 *
 * This plugin is released under the MIT License.

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.