Advertisement
Ellye

No Battle GUI

Nov 21st, 2015
1,085
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Made by request.
  2. // Place file inside /js/plugins
  3. // Remember to save after adding plugins or changing parameters.
  4. //=============================================================================
  5. // No Battle GUI
  6. //=============================================================================
  7. /*:
  8.  * Version: 2015-11-21-1931
  9.  *
  10.  * CHANGE LOG:
  11.  * 2015-11-21-1931: Released.
  12.  *
  13.  *
  14.  * @plugindesc Ver.2015-11-21-1931. No Battle GUI
  15.  * @author https://ellyeblog.wordpress.com/ || http://steamcommunity.com/id/Ellye
  16.  *
  17.  *
  18.  * @help
  19.  * Meant for a game with only auto-battlers.
  20.  *
  21.  */
  22.  
  23. (function()
  24. {
  25.     Scene_Battle.prototype.startPartyCommandSelection = function() {
  26.         this.refreshStatus();
  27.         this.commandFight();
  28.     };
  29.    
  30.     Window_BattleStatus.prototype.open = function() {
  31.         return;
  32.     };
  33.    
  34. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement