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.
Last Used Item - LastUsedItem.js
Plugin desc : Stores the ID of the skill or item which is used last.
License :
・Follow the RPG Maker Series EULA only.
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
Author : Yoji Ojima
Website : https://rpgmakerofficial.com/product/mv/
Download Page : C:Program Files (x86)SteamsteamappscommonRPG Maker MVdlcKadokawaPlugins LastUsedItem.js
File name : LastUsedItem.js
Help of plugin :
* @plugindesc Stores the ID of the skill or item which is used last. * @author Yoji Ojima * * @param Variable ID 1 * @desc The ID of the variable for storing the skill or item ID. * @default 0 * * @param Variable ID 2 * @desc The ID of the variable for distinguishing between skills and items. * Stored value 0: item, 1: skill * @default 0 * * @help This plugin does not provide plugin commands.