Welcome to PGMV! 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.
HIME Battle Command Use Skill - HIME_BattleCommandUseSkill.js
Plugin desc : v1.3 - Allows you to use a skill directly from the command menu rather than going to the skill menu.
License :
・Copyright: Retained
・Commercial Use: Allowed
・Modification: Allowed
・Redistribution: Allowed
・Details: See Download Page / In-plugin documentation
Author : Hime
Website : https://himeworks.com/
Desc page : https://himeworks.com/2015/12/battle-command-use-skill/
Download Page : https://raw.githubusercontent.com/munokura/HIME-MV-plugins-jp/master/HIME_BattleCommandUseSkill.js
File name : HIME_BattleCommandUseSkill.js
Help of plugin :
@title Battle Command - Use Skill @author Hime --> HimeWorks (http://himeworks.com) @version 1.3 @date Aug 2, 2020 @filename HIME_BattleCommandUseSkill.js @url http://himeworks.com/2015/12/battle-command-use-skill/ If you enjoy my work, consider supporting me on Patreon! * https://www.patreon.com/himeworks If you have any questions or concerns, you can contact me at any of the following sites: * Main Website: http://himeworks.com * Facebook: https://www.facebook.com/himeworkscom/ * Twitter: https://twitter.com/HimeWorks * Youtube: https://www.youtube.com/c/HimeWorks * Tumblr: http://himeworks.tumblr.com/ @plugindesc v1.3 - Allows you to use a skill directly from the command menu rather than going to the skill menu. @help == Description == This plugin allows you to add commands that allow your actors to use skills directly without accessing the skill menu. All of the skill use properties are the same: your actor must be able to use the skill, have enough MP/TP/other requirements, and so on. If enemy or actor selection is required, they will be processed as usual. == Terms of Use == - Free for use in non-commercial projects with credits - Contact me for commercial use == Change Log == 1.3 - Aug 2, 2020 * Fixed bug where canceling use_skill froze the game 1.2 - Feb 17, 2016 * updated to new battle commands API 1.1 - Dec 21, 2015 * fixed bug where extra data was not converted to number 1.0 - Dec 6, 2015 * initial release == Required == * Actor Battle Commands http://himeworks.com/2015/12/actor-battle-commands/ This plugin must be placed under Actor Battle Commands == Usage == To add a "use skill" command to your actors, note-tag actors with <battle command: use_skill ID /> Where the ID is the ID of the skill that you want to use. For example, if your Fire skill was ID 26 in the database, you would write <battle command: use_skill 26 /> Please refer to the usage section for Actor Battle Commands to see what kind of command management functionality is available.