What I am trying to achieve is to remove this text box from battle via rpg_scenes

is this doable? I've tried many different edits and all are game breaking. Also I had been previously advised to download a battle script to remove the boxes but any battle scripts added also break my game as none of them work with the other plugins so rtp edit is my only choice here or I gotta pitch some plugins anyways any help is very appreciated.
This is where I THINK the call for the box is
Scene_Map.prototype.createScrollTextWindow = function() {
this._scrollTextWindow = new Window_ScrollText();
this.addWindow(this._scrollTextWindow);
};
any help is appreciated!

is this doable? I've tried many different edits and all are game breaking. Also I had been previously advised to download a battle script to remove the boxes but any battle scripts added also break my game as none of them work with the other plugins so rtp edit is my only choice here or I gotta pitch some plugins anyways any help is very appreciated.
This is where I THINK the call for the box is
Scene_Map.prototype.createScrollTextWindow = function() {
this._scrollTextWindow = new Window_ScrollText();
this.addWindow(this._scrollTextWindow);
};
any help is appreciated!
Last edited by a moderator:

