An open library of RPG Maker MZ plugins, powered by the community.

PGMZ - The Community-Driven Plugin Library for RPG Maker MZ

MZ plugins

Actor Command Help - ActorCommandHelp.js

Plugin desc : Actor Command Help Plugin

License : MIT License

Author : Triacontane

Website : https://triacontane.blogspot.com

Desc page : https://github.com/triacontane/RPGMakerMV/tree/mz_master/ActorCommandHelp.js

Download Page : https://raw.githubusercontent.com/munokura/triacontane-MZ-plugins/refs/heads/main/ActorCommandHelp.js

File name : ActorCommandHelp.js

Help of plugin :

@target MZ
@url https://github.com/triacontane/RPGMakerMV/tree/mz_master/ActorCommandHelp.js
@plugindesc Actor Command Help 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
-----

ActorCommandHelp.js

Displays help defined for each actor command and party command.
Attack and defense display descriptions of the assigned skills.
Other commands are defined via plugin parameters.
The actor command help is replaced with the name of the actor selected in %1.

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, and there are
no restrictions on its use (commercial, 18+, etc.).
This plugin is now yours.

@param invalidSwitch
@text Disable Switch
@desc When the specified switch is ON, the help will not be displayed.
@type switch
@default 0

@param fightDesc
@text Fighting Command Description
@desc Explanation of the ”Fight” command.
@type multiline_string

@param escapeDesc
@text Escape command explanation
@desc Explanation of the ”escape” command.
@type multiline_string

@param itemDesc
@text Item Command Description
@desc Explanation of the ``Item’’ command.
@type multiline_string

@param skillTypeDescList
@text Skill Type Description
@desc This is a description for each skill type. Define it as an array in the order defined by the skill type.
@type multiline_string[]
@default []

@param actorCommonDesc
@text Actor General Explanation
@desc These are messages commonly used by actor commands. Use them when an explanation for each command is not necessary.
@type multiline_string

@param partyCommonDesc
@text Party General Explanation
@desc These are messages commonly used by party commands. Use them when an explanation for each command is not necessary.
@type multiline_string

@param customPartyDescList
@text Custom Party Description List
@desc This is a description of each custom command added by a plugin, etc. It is uniquely identified by a symbol and index.
@type struct<CustomDesc>[]
@default []

@param customActorDescList
@text Custom Actor Description List
@desc This is a description of each custom command added by a plugin, etc. It is uniquely identified by a symbol and index.
@type struct<CustomDesc>[]
@default []

スポンサードリンク

-MZ plugins

Copyright© PGMZ - The Community-Driven Plugin Library for RPG Maker MZ , 2026 All Rights Reserved.