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 Name Msg - ItemNameMsg.js
Plugin desc : at message window, ¥ITEM[] replace to item name.
License : MIT License
Author : Sasuke KANNAZUKI
Website : https://www.rpgmakerweb.com/products/rpg-maker-mz
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MZdlcBasicResourcespluginslaunch ItemNameMsg.js
File name : ItemNameMsg.js
Help of plugin :
* @target MV MZ * @plugindesc at message window, ¥ITEM[] replace to item name. * @author Sasuke KANNAZUKI * * @help This plugin does not provide plugin commands. * This plugin runs under RPG Maker MV and MZ. * * this plugin replces ¥ITEM[type,item_id] to the item name, * where type is 0=item, 1=weapon, 2=armor. * * this plugin also replaces following notations: * ¥DESC[type,item_id] : item description. * ¥DESC1[type,item_id] : 1st line of item description. * ¥DESC2[type,item_id] : 2nd line of item description. * ¥MONEY : party gold(money) number * * [License] * this plugin is released under MIT license. * http://opensource.org/licenses/mit-license.php