Welcome to PGMZ! My goal is to make it easy for everyone to find and share great plugins for creating amazing games. As a plugin developer myself, I'm excited to grow this community with all of you.
Command Skill - CommandSkill.js
Plugin desc : Command Skill Plugin
License : MIT License
Author : Triacontane
Website : https://triacontane.blogspot.com
Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/CommandSkill.js
Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/CommandSkill.js
File name : CommandSkill.js
Help of plugin :
@target MZ @url https://github.com/triacontane/RPGMakerMV/tree/mz_master/CommandSkill.js @plugindesc Command Skill Plugin @author Triacontane @license MIT License @help English Help Translator: munokura This is an unofficial English translation of the plugin help, created to support global RPG Maker users. Feedback is welcome to improve translation quality (see: https://github.com/munokura/triacontane-MZ-plugins ). Original plugin by Triacontane. Please check the latest official version at: https://triacontane.blogspot.com ----- CommandSkill.js During battle, you can execute the specified skill or item directly from the Actor Command window instead of the Skill window. Specify the following in the skill or item memo field: <CommandSkill> <Command Skill> To set the sort order for command skills, use the following. If no value is specified or the same value is specified, the command skills will be sorted by ID. <CommandSkill:2> If you want to hide a command skill when it cannot be used, rather than making it unselectable, specify the following in addition to the original memo field: <HiddenCommandSkill> <Hidden Command Skill> If the actor has learned the skill, it can be used directly from the command. It cannot be selected if there is insufficient MP or it is sealed. Command skills are also excluded from the Skill window in battle and menus. This plugin requires the base plugin ”PluginCommonBase.js.” ”PluginCommonBase.js” is located in the following folder under the RPG Maker MZ installation folder. dlc/BasicResources/plugins/official Terms of Use: You may modify and redistribute this plugin without permission from the author, and there are no restrictions on its use (commercial, 18+, etc.). This plugin is now yours. @param index @text Command position @desc The position (index) to add the skill command. 0 is above the attack. @type number @default 1 @param includeMenu @text Display on the menu screen @desc The menu screen will include command skills. @type boolean @default false @param showHelp @text Help display @desc Displays help when selecting command skills. @type boolean @default false @param showHelpAlways @text Always-on help @desc When help display is enabled, help will be displayed even when not selecting a command skill. @type boolean @default true @param showCost @text Cost Display @desc The cost of the command skill is displayed on the right side. @type boolean @default false