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.
Favourite Equips - FavouriteEquips.js
Plugin desc : Favorite Equipment 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/FavouriteEquips.js
File name : FavouriteEquips.js
Help of plugin :
@url https://triacontane.blogspot.com/ @plugindesc Favorite Equipment 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 ----- FavouriteEquips.js Memorize and recreate favorite equipment patterns using plugin commands. Plugin Command Details Execute from the "Plugin Command" event command. (Parameters must be separated by a space.) FE_SET_FAVOURITE 1 3 - Sets the equipment of the actor with ID [1] to favorite [3]. FE_GET_FAVOURITE ¥v[2] 3 - Restores the equipment in [3] to the actor with ID [2]. There is no limit to the number of favorite settings. Please specify a value of 1 or greater. Script Details $gameActors.actor(id).getFavouriteEquipName(index, slotId); Gets the equipment name of the favorite [index] [slotId] of the actor specified by [id]. 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.