Save-Point
A really really simple individual special battle commands - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+------ Forum: Enhancement/Modification Scripts (https://www.save-point.org/forum-98.html)
+------ Thread: A really really simple individual special battle commands (/thread-6517.html)



A really really simple individual special battle commands - stupidstormy36 - 04-22-2008

A really really simple individual special battle commands
by stupidstormy36
Apr 22 2008

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Here is a simple individual Special Battle Command for each character in your game.

Instructions are included in the script and I do not think a demo or a screen shot is necessary.

Compatibility:

SDK not required, but is compatible.
Aliases "phase3_setup_command_window" method in the Scene_Battle class.

Requirements:

Standard RTP required
SDK not required

Features:

Creates new Battle Menus for each individual Party Member.

SCRIPT:
ustom Individual Battle Commands

This script adds in a new method called "spawn_command_window" in the Scene Battle class. Also, the "phase3_setup_command_window" method of the same class is aliased, so nothing is overwritten.

Any questions, just let me know.