じ☆ve冰风 发表于 2026-7-25 14:52:11

Actor Select Screen

Actor Select


Version 1.00


by SumRndmDde










What This Plugin Does:


Currently, RPG Maker MV has the ability to pull up a screen to select an Item and have its ID stored in a variable, but not the same for Actors.


Well....this Plugin gives you that capability.


A window that lists all of the Actors in the Player's party can be called and the Player can select an Actor to be stored in a variable and used as the developer pleases.


How To Use It:


This Plugin mainly functions using Plugin Commands.


Here is a list of all available 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.


Download:


The Plugin can be downloaded here:


http://sumrndm.site/actor-select/


Terms of Use:


– This Plugin may be used in free or commercial games.– You are allowed to edit for personal usage.– You may NOT steal code for your own released Plugins without credit.– If used in any publicly released game, then “SumRndmDde” must be given credited.– Would be awesome if you link my YouTube also.


Change Log:


Version 1.00


 - This Plugin climbed out of the depths of Sublime Text


本贴来自国际rpgmaker官方论坛作者:SumRndmDde处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/actor-select-screen.63464/
页: [1]
查看完整版本: Actor Select Screen