YEP.121 – Map Select Equip – RPG Maker MV
Introduction
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.
物品选择事件在MV中确实执行了它应该做的:选择一个物品并且赋予数值给变量。可是,它不能选择武器、护甲等。这个插件可以让你选择装备物品并且绑定它们的ID给变量。
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.
这件会打开选择窗口,替代var为某个变量ID,替代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.
隐藏物品数量