Custom Commands
Introduction
This scripting tool deals with general commands such as Menu, Party and Actor commands.
It helps modifying these commands without having to worry about their index in the window.
NEW: Version 1.5 supports commands substitution based on actor’s class ID.
Search for
class RPG::Class
and edit the @commands array.
IMPORTANT: READ THE NOTES BELOW!
Features
- Supports Menu, Title, Party and Actor Commands
- Commands are now ‘String Based’ (Instead of ‘Index Based’)
- Add/remove any commands of any windows at any index
- Support for commands substitutes (based on an actor class ID)
- Comes with a template for Custom Battle Commands!
Extra Commands
- Battle Commands
- Devour – Requested by Ryuzaki
- Darkside – Requested by iceplosion
- Prayer – Requested by wsensor
- Run – Requested by Chronopro
- Menu Commands
- Dargor’s Bestiary – Requested by Reikei
- Lettuce’s Stat Points Distribution – Requested by Sesune
Downloads
custom-commands-1.zip
License Terms
Attribution 3.0 Unported - You must attribute the work in the manner specified by the author or licensor. Commerical use allowed.
Author Notes
An important note:
This script overrides the following methods:
> Window_PartyCommand
initialize
> Window_ActorCommand
initialize
setup
> Scene_Menu
create_command_window
update_command_selection
update_actor_selection
> Scene_Battle
update_party_command_selection
update_actor_command_selection
This script will be incompatible with any other scripts modifying these methods unless they are based on the Custom Commands script methods.
BE SURE TO PLACE THIS SCRIPT ABOVE EVERY CUSTOM SCRIPTS!
Enjoy