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.
Item Call Script - ItemCallScript.js
Plugin desc : Script Call Item Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ItemCallScript.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ItemCallScript.js
File name : ItemCallScript.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ItemCallScript.js @plugindesc Script Call Item 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 ----- ItemCallScript.js You can create items and skills that execute a script when used. JavaScript knowledge is required to use this plugin. Specify the following in the memo field: <SCRIPT: (script to execute)> Setting the effect range to all allies or all enemies will execute the script for all targets. The following variables and functions can be used in scripts: user: Item user target: Item target v(n): Gets the value of variable [n] sv(n, m): Sets variable [n] to value [m] s(n): Gets the value of switch [n] ss(n, m): Sets switch [n] to value [m] 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, 18+, etc.). This plugin is now yours. @param scriptTagName @text Script tag name @desc The name of the tag that retrieves the script. Change this if there is a conflict with other plugins. @default SCRIPT