アイテム選択ウィンドウに似たウィンドウを開くが、スキルIDを変数に返す。 – YEP_MapSelectSkill.js

タイトル
Open up a window similar to the Select Item Window,but instead, returns Skill ID's to a variable.
作者名
ヘルプ
============================================================================
Introduction
============================================================================

This plugin produces a window similar to that of the Select Item Window, but
instead, it displays a list of skills from a designated actor and the skill
type selected. When a skill is selected, it set the chosen variable's value
to become that of the picked skill's ID.

============================================================================
Plugin Commands
============================================================================

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

--- Plugin Commands ---

MapSelectSkill v a s
- This will open up the Map Select Skill window. Replace 'v' with the ID of
the variable you wish to set to the selected skill. Replace 'a' with the ID
of the actor whose skill list you want to see. 's' is optional, but if used,
it will display the skills from skill type 's' only. Replace 's' with the
skill type's ID number.

MapSelectSkillColumns x
- Sets the number of columns for the Map Select Skill Window to x.

MapSelectSkillRows x
- Sets the number of rows for the Map Select Skill Window to x.

MapSelectSkillWidth x
- Sets the width for the Map Select Skill Window to x. If 0 is used, then
the window width will be the screen width.

MapSelectSkillX left
MapSelectSkillX center
MapSelectSkillX right
- Sets the Map Select Skill Window to be aligned to the left side of the
screen, center of the screen, or right side of the screen.

MapSelectSkillY top
MapSelectSkillY middle
MapSelectSkillY bottom
- Sets the Map Select Skill Window to be aligned to the top of the screen,
middle of the screen, or bottom of the screen.

EnableAllMapSelectSkills
- This will cause all of the skills listed to become selectable regardless
of whether or not the actor is able to use them at the time.

NormalAllMapSelectSkills
- This will cause all of the skills listed to be enabled or disabled based
on whether or not the actor is able to use the skill at the time.

ShowMapSelectSkillCost
- Show the cost of the skills in the Map Select Skill Window.

HideMapSelectSkillCost
- Hide the cost of the skills in the Map Select Skill Window.

============================================================================
Changelog
============================================================================

Version 1.01:
- Compatibility update with Self Switches & Variables v1.01.

Version 1.00:
- Finished Plugin!
パラメータ
param Default Columns
desc Default number of columns for the window.
default 2

param Default Rows
desc Default number of rows for the window.
default 4

param Default X Position
desc Default X Position of the window.
left center right
default right

param Default Y Position
desc Default Y Position of the window.
top middle bottom
default bottom

param Default Width
desc Default width of the window.
If set to 0, window width will be the screen width.
default 0

param Default Enable
desc Enable all skills by default?
NO - false YES - true
default true

param Default Cost
desc Show the costs of the skills by default?
NO - false YES - true
default true

ライセンス表記

紹介ページ https://github.com/suppayami/yami-engine-delta/blob/master/demo/js/plugins/YEP_MapSelectSkill.js