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

From Yanfly.moe Wiki
Jump to navigation Jump to search
(Actor Plugin Commands)
Line 19: Line 19:
 
- Each version has a different means of selecting Actor ID's.
 
- Each version has a different means of selecting Actor ID's.
  
   Step 1: Actor:
+
   Actor ID:
 
   - Select which ID(s) to affect.
 
   - Select which ID(s) to affect.
  
    Single:
+
   Filename:
    - Select which specific ID to affect.
+
   - Selected actor(s) will have their menu images changed to this.
 
 
    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).
 
 
</pre>
 
</pre>
  
 
---
 
---

Revision as of 20:33, 10 April 2022


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.

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

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

---