アイテム選択ウィンドウに似たウィンドウを開くが、代わりに武器/防具のIDを変数に返す。 – YEP_MapSelectEquip.js
- タイトル
- Open up a window similar to the Select Item Window,but instead, returns weapon/armor ID's to a variable.
- 作者名
- Yanfly Engine Plugins様
- ヘルプ
- ============================================================================
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.
============================================================================
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.
============================================================================
Changelog
============================================================================
Version 1.01:
- Updated for RPG Maker MV version 1.5.0.
Version 1.00:
- Finished Plugin! - パラメータ
-
param Default Columns type number min 1 desc Default number of columns for the window. default 2 param Default Rows type number min 1 desc Default number of rows for the window. default 4 param Default X Position type combo option left option center option right desc Default X Position of the window.
left center rightdefault center param Default Y Position type combo option top option middle option bottom desc Default Y Position of the window.
top middle bottomdefault bottom param Default Width type number min 0 desc Default width of the window.
If set to 0, window width will be the screen width.default 0 param Default Enable type boolean on Enable off Disable desc Enable all equips by default?
NO - false YES - truedefault true param Default Quantity type boolean on YES off NO desc Show the quantity of the equips by default?
NO - false YES - truedefault true - ライセンス表記
紹介ページ http://yanfly.moe/