YEP.121 – Map Select Equip – RPG Maker MV

Yanfly Engine Plugins is a plugin library made for RPG Maker MV, a wonderful piece of software to help you make that role playing game of your dreams. You can find out more about RPG Maker MV here.

You can grab the plugin here:

English Mirror

The Select Item event in RPG Maker MV does what it’s supposed to: selects an item and then binds the value to a variable. However, it lacks the ability to allow the player to select weapons, armors, or both. This plugin gives you the functionality of selecting an equip and binding the ID of the equip to a variable. 


Introduction


Please wait while you are redirected...or Click Here if you do not want to wait.

The Select Item event in RPG Maker MV does what it’s supposed to: selects an item and then binds the value to a variable. However, it lacks the ability to allow the player to select weapons, armors, or both. This plugin gives you the functionality of selecting an equip and binding the ID of the equip to a variable.


Plugin Commands


Use the following plugin commands to utilize the Map Select Equip plugin.

Plugin Commands

MapSelectEquip var type
– This will open up the Map Select Equip window. Replace ‘var’ with the ID of the variable you wish to set the selected item to. Replace ‘type’ with ‘weapon’, ‘armor’, or ‘both’. The ‘type’ will decide the list type.

MapSelectEquipColumns x
– Sets the number of columns for the Map Select Equip Window to x.

MapSelectEquipRows x
– Sets the number of rows for the Map Select Equip Window to x.

MapSelectEquipWidth x
– Sets the width for the Map Select Equip Window to x. If 0 is used, then the window width will be the screen width.

MapSelectEquipX left
MapSelectEquipX center
MapSelectEquipX right
– Sets the Map Select Equip Window to be aligned to the left side of the screen, center of the screen, or right side of the screen.

MapSelectEquipY top
MapSelectEquipY middle
MapSelectEquipY bottom
– Sets the Map Select Equip Window to be aligned to the top of the screen, middle of the screen, or bottom of the screen.

ShowMapSelectEquipQuantity
– Show the quantity of the Equips in the Map Select Equip Window.

HideMapSelectEquipQuantity
– Hide the quantity of the Equips in the Map Select Equip Window.


Happy RPG Making!