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.
Item Call Script - ItemCallScript.js
Plugin desc : Script Call Item 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/ItemCallScript.js
File name : ItemCallScript.js
Help of plugin :
@url https://triacontane.blogspot.com/ @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-MV-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- ItemCallScript.js You can create an item or skill that executes a script when used. JavaScript knowledge is required to use this plugin. Specify the following in the Note field: <SCRIPT: (Script to execute)> Set the effect range to all allies or all enemies to execute the script for all targets. The following variables and functions can be used in scripts: user - User of the item target - Target of the item 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 does not have 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 commandPrefix @text Note field prefix @desc This is the prefix to specify when the name of the Note field or plugin command overlaps with that of another plugin. Normally, it is not necessary to specify this.