![]() |
|
+- Save-Point (https://www.save-point.org) +-- Forum: Material Development (https://www.save-point.org/forum-8.html) +--- Forum: Scripts Database (https://www.save-point.org/forum-39.html) +---- Forum: RPGMaker VX/VXAce (RGSS2/3) Engines (https://www.save-point.org/forum-117.html) +---- Thread: |
Skip Party Command Window - Sneezycat - 06-27-2026 Not surprisingly Helladen's dropbox link to his Skip Party Command Window post 404'd. Helladen - 07-27-2012 Wrote: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. I tried to recreate it, modifying Yanfly's YEA - Battle Engine's code, like OP. So like, all the credit goes to Yanfly. To be clear, this is not OP's code, this is what I imagine it was like. It works, though. Code: class Scene_Battle < Scene_Base |