Welcome to PGMZ! 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.
Picture Name Variable - PictureNameVariable.js
Plugin desc : Picture Name Variable Setting Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/PictureNameVariable.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/PictureNameVariable.js
File name : PictureNameVariable.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/PictureNameVariable.js @plugindesc Picture Name Variable Setting 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-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- PictureNameVariable.js You can preset the file to be used by the ”Show Picture” event command. The control character ¥v[n] can be used, allowing for dynamic filename specification, such as filenames containing sequential numbers. After executing the plugin command, display the picture. Please note that pictures used with this plugin may be subject to the ”Exclude Unused Files” feature. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder: dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, R18+, etc.). This plugin is now yours. @command SET_PICTURE_NAME @text Picture Name Settings @desc You can preset the file name used to display the picture. @arg name @text Picture Name @desc Specifies the file name to use when displaying a picture. No extension is required. Control characters ¥v[n] can be used. @type multiline_string @arg scriptUse @text Evaluate as a script @desc Instead of specifying the file name directly, the result of evaluating the script will be used as the file name. For advanced users. @type boolean @default false @arg realTime @text Real-time changes @desc Reloads the picture when the variable specified by the control character is changed. This function cannot be used in conjunction with ”Evaluate as script”. @type boolean @default false