A downloadable plugin for Windows

Download NowName your own price

Custom Alert, Confirm, Prompt window for RPG Maker MV/MZ.

Can be used in combination with SDJB_CheatEngine or as stand alone
for use in events, or inside your own plugin (require CSS file (incl.))

the setup for events or inside plugins are equal.


 acp.open({
     type: "Alert",
     title: "Give it a title",
     message: "Your message to show in the window",
     headercolor: "#FF0000",
     okText: "OK",
     cancelText: "Cancel",
     onAccept: () => console.log("Your function when pressed on OK"),
     onCancel: () => console.log("Your function when pressed on Cancel")
 })

if you create a parameter inside your plugin, make sure the type is NOTE
in JSON.parse,  than use eval(yourParameter)  and your good to go.

all options are optional, type "Alert" is default, change it to
type: "Confirm"  or to type: "Prompt" if you want to use that one.

default value for header is left blank, change it by rgba or # color code.

Read Helpfile for all information on how to use it. (require JS for
onAccept function!

Download

Download NowName your own price

Click download now to get access to the following files:

SDJB_AlertConfirmPrompt.zip 5 kB

Leave a comment

Log in with itch.io to leave a comment.