Actor Select Screen

● ARCHIVED · READ-ONLY
Started by SumRndmDde 1 posts View original ↗
  1. 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