Skip Party Command Window

● ARCHIVED · READ-ONLY
Started by Helladen 4 posts View original ↗
  1. Introduction
    This is a script I extracted and modified from YEA - Battle Engine, because the battle system I use is not compatible with it.

    This script will skip the party command window when a battle starts and when a turn ends, because it is really annoying to click fight, and most of the time you will not run. Furthermore, I have added an option to disable it from skipping when a battle starts to help make it more friendly to developers. I also left in the compatibility for YEA - Command Party since it won't really affect anyone as well.

    This script should work with almost every system, and to install it just paste it above main and below all your other scripts.

    I hope people can make some use out of it. smile.png

    Screenshots & Demo
    Not needed.

    Credits
    Yanfly.

    Commercial
    To read the rights of what the author expects go here.

    Script

    Dropbox
  2. Thanks for extracting this script but I get the following error after the enemy attacks.

    Script 'Skip Party Command Window' line 53: NoMethodError occurred.

    undefinded method 'status_redraw_target' for
    #<Scene_Battle:0x9a8fbfc>
    Any help?

    Edit:

    I actually just removed that line and it works great, don't know why that was giving me a problem though. If it helps to understand I am using Victors Battle Scripts.

    Thank you again! :D Now about that command selection always being reset (ie.not remembering the cursor position)... any idea about that?
  3. I don't think the end_turn method is necessary if you just want to skip the party command.


    That window only appears at the beginning of the turn.


    You pretty much only need `battle_start`
  4. Tsukihime said:
    I don't think the end_turn method is necessary if you just want to skip the party command.

    That window only appears at the beginning of the turn.

    You pretty much only need `battle_start`
    Oh I see. OK cool, thanks for the info. B) :D

    Any idea about keeping the cursor in the same spot after you select your command instead of it being reset each time your attack/magic/etc.? :| :unsure: B)