アクターを選択するための画面を呼び出すことができるプラグイン – SRD_ActorSelect.js

タイトル
Allows you to call a screen to select an Actor
作者名
ヘルプ

Actor Select
Version 1.00
SumRndmDde


Allows you to call a screen to select an Actor.


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


OpenActorSelect x
=======================

This command opens the Actor Select screen.
The ID of the Actor selected will be stored in Variable ID x.

For example, OpenActorSelect 2 will open the Actor Select screen and store
the result in Variable ID 2.



OpenActorSelect skill
===========================

This command opens the Actor Select screen.
Once an Actor is selected, the Player will be brought to
that Actor's Skill menu.



OpenActorSelect equip
===========================

This command opens the Actor Select screen.
Once an Actor is selected, the Player will be brought to
that Actor's Equip menu.



OpenActorSelect status
============================

This command opens the Actor Select screen.
Once an Actor is selected, the Player will be brought to
that Actor's Status menu.


==========================================================================
End of Help File
==========================================================================

Welcome to the bottom of the Help file.


Thanks for reading!
If you have questions, or if you enjoyed this Plugin, please check
out my YouTube channel!

https://www.youtube.com/c/SumRndmDde


Until next time,
~ SumRndmDde
パラメータ
param Num of Visible Rows
desc The number of rows on the window. Can be JavaScript eval.
It is OK to have less rows than Actors in Party.
default 4

param X Position
desc The x-position of the Actor Select window.
Can be a JavaScript eval. Default is 0.
default 0

param Y Position
desc The y-position of the Actor Select window.
Can be a JavaScript eval. Default is 0.
default 0

param Window Width
desc The width of the Actor Select window.
Can be a JavaScript eval. Default is Graphics.boxWidth.
default Graphics.boxWidth

param Window Height
desc The width of the Actor Select window.
Can be a JavaScript eval. Default is Graphics.boxHeight.
default Graphics.boxHeight

param Draw Face?
desc Input 'true' or 'false' to select whether or not the Actor face will be drawn in the Actor Select Window.
default true

param Draw Name?
desc Input 'true' or 'false' to select whether or not the Actor name will be drawn in the Actor Select Window.
default true

param Draw Icons?
desc Input 'true' or 'false' to select whether or not the Actor icons will be drawn in the Actor Select Window.
default true

param Draw Level?
desc Input 'true' or 'false' to select whether or not the Actor level will be drawn in the Actor Select Window.
default true

param Draw Class?
desc Input 'true' or 'false' to select whether or not the Actor class will be drawn in the Actor Select Window.
default true

param Draw HP?
desc Input 'true' or 'false' to select whether or not the Actor hp will be drawn in the Actor Select Window.
default true

param Draw MP?
desc Input 'true' or 'false' to select whether or not the Actor mp will be drawn in the Actor Select Window.
default true

ライセンス表記

紹介ページ https://github.com/SumRndmDde/RPG-Maker-MV-Plugins/blob/master/SRD_ActorSelect.js