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

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

MZ plugins

Fes Style Confirm - FesStyleConfirm.js

Plugin desc : Generates a Maker Fes-style confirmation dialog.

License : MIT License

Author : あわやまたな (Awaya_Matana)

Website : https://awaya3ji.seesaa.net/

Desc page : https://awaya3ji.seesaa.net/article/499410179.html

File name : FesStyleConfirm.js

Help of plugin :

* @target MZ
* @orderAfter RemoveSaveFile
* @plugindesc Generates a Maker Fes-style confirmation dialog.
* @author あわやまたな (Awaya_Matana)
* @url https://awaya3ji.seesaa.net/article/499410179.html
* @help Ver.1.1.1
*
* @command showConfirm
* @text Show Confirm
* @desc Display a confirmation dialog.
*
* @arg text
* @text Text
* @type note
* @default 
*
* @arg ok
* @desc Decision text.
* @text OK
* @type string
* @default Yes
*
* @arg cancel
* @desc Cancellation text.
* @text Cancel
* @type string
* @default No
*
* @arg switchId
* @text Switch ID
* @desc Assigned when the dialog ends.
* ON at decision, OFF at cancellation.
* @type switch
* @default 1
*
* @command showAlert
* @text Show Alert
* @desc Show alert.
*
* @arg text
* @text Text
* @type note
* @default 
*
* @arg ok
* @desc Decision text.
* @text OK
* @type string
* @default OK
*
* @param mzStyle
* @text Make it MZ/MV style
* @desc Make the design MZ/MV.
* @type boolean
* @default false
*
* @param windowSkin
* @text Window Skin
* @desc 
* @default 
* @type file
* @dir img/system
*
* @param windowOpacity
* @text Window Opacity
* @desc -1 is system default.
* @default -1
* @type number
* @min -1
*
* @param windowWidth
* @text Window Width
* @desc 
* @type number
* @default 528
*
* @param numLines
* @text Number of Rows
* @desc The window height is calculated from the number of rows.
* @type number
* @default 8
*
* @param maxItemWidth
* @text Max Item Width
* @desc Limit the width of the selection.
* @type number
* @default 180
*
* @param itemOffsetX
* @text Item Offset X
* @desc Adjust the X coordinate of the selection.
* @type number
* @default 32
*
* @param itemOffsetY
* @text Item Offset Y
* @desc Adjust the Y coordinate of the selection.
* @type number
* @default 32
*
* @param terms
* @text Terms
* @type struct<terms>
* @default {"saveConfirm":"¥"Save data.¥¥nAre you sure?¥"","overwriteConfirm":"¥"Overwrite data.¥¥nAre you sure?¥"","loadConfirm":"¥"Load data.¥¥nAre you sure?¥"","removeConfirm":"¥"Remove data.¥¥nAre you sure?¥"","gameEndConfirm":"¥"Back to the title?¥"","ok":"Yes","cancel":"No"}
*

スポンサードリンク

-MZ plugins

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