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.
Scene Number Input - SceneNumberInput.js
Plugin desc : Numeric Input Screen 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/SceneNumberInput.js
File name : SceneNumberInput.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Numeric Input Screen 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 ----- This displays a dedicated screen for entering numbers between 0 and 9. The entered value will be stored in the specified variable. Please call the screen from a plugin command. Plugin Command Details Execute from the "Plugin Command" event command. (Separate parameters with a space.) SNI_CALL_NUMBER_INPUT 5 6 - Displays a [6]-digit number input screen and stores the value in variable [5]. SNI_SET_NUMBER_INPUT_HELP aaa - Sets the help description to [aaa]. 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 デフォルト桁数 @text Default number of digits @desc The default number of digits for input numbers. @type number @default 4 @param 背景ピクチャ @text Background Picture @desc You can specify a picture (/img/pictures/) to display as the background. @type file @require 1 @dir img/pictures/ @param 背景マップ表示方法 @text How to display the background map @desc The display policy for the background map to display when no background picture is displayed. @type select @default 0 @option Blur Map @value 0 @option Normal Map @value 1 @option none @value 2 @param フォントサイズ @text Font size @desc The font size of the numeric entry window. @type number @default 48 @param ヘルプメッセージ @text Help Message @desc Default help message. If specified in the plugin command, it will be overridden. @default 値を入力してください。