Difference between revisions of "Template:VisuMZ Main Menu Core Plugin Commands"

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Created page with "<noinclude>VisuMZ Main Menu Core Plugin Commands</noinclude> The following are Plugin Commands that come with this plugin. They can be accessed...")
 
Line 3: Line 3:
 
The following are Plugin Commands that come with this plugin. They can be
 
The following are Plugin Commands that come with this plugin. They can be
 
accessed through the Plugin Command event command.
 
accessed through the Plugin Command event command.
 +
 +
---
 +
 +
=== Actor Plugin Commands ===
  
 
---
 
---

Revision as of 04:00, 4 September 2020


The following are Plugin Commands that come with this plugin. They can be accessed through the Plugin Command event command.

---

Actor Plugin Commands

---

MainMenuCorePluginCommand.png

Actor: Change Menu Image (Group)
Actor: Change Menu Image (Range)
Actor: Change Menu Image (JS)
- Changes the actor's Menu Image.
- Each version has a different means of selecting Actor ID's.

  Step 1: Actor:
  - Select which ID(s) to affect.

    Single:
    - Select which specific ID to affect.

    Variable Reference:
    - Which variable is used to determine which ID to affect?

    Range Start:
    - Select where the ID range begins.

    Range End:
    - Select where the ID range ends.

    Group:
    - Select which group of ID(s) to affect.

    JavaScript:
    - JavaScript code to return an array on which ID(s) to affect.

  Step 2: Target:
  - Select operation on what to change the switch(es) to.
  - Depending on what you pick here, one of the following actions are used
    in combination with the ID's picked from Step 1.

    Filename:
    - Selected actor(s) will have their menu images changed to this.

    Variable Reference:
    - Select the variable used to determine filename used for the selected
      actor(s).

    JavaScript:
    - JavaScript code to determine what filename is used for the selected
      actor(s).

---