Welcome to PGMV! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Number Input Cancelable - NumberInputCancelable.js
Plugin desc : Numeric input cancelable plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com/
Desc page : https://triacontane.blogspot.com/
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MV-plugins/refs/heads/main/NumberInputCancelable.js
File name : NumberInputCancelable.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Numeric input cancelable plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- NumberInputCancelable.js Makes the "Number Input Process" event command cancelable. When canceled, the value stored in the target variable remains unchanged, and the "Cancel Switch Number" parameter is turned ON. (Once a switch is ON, it will be turned OFF again when the Number Input Process is executed.) Cancellation is also possible using mouse operations. For touch operations, two fingers are required. This plugin does not have any plugin commands. Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param validSwitchId @text Valid Switch ID @desc The plugin function will be enabled when the switch with the specified number is ON. If you specify 0, it will always be enabled. @type switch @default 0 @param canceledSwitchId @text Cancel switch ID @desc This is the switch number that turns ON when the numeric input process is canceled. @type switch @default 0