public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Remove Scrolling Battle Text Box Via rpg_scenes?

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Remove Scrolling Battle Text Box Via rpg_scenes?
  • Original author: Leon Kennedy
  • Original date: September 9, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/remove-scrolling-battle-text-box-via-rpg_scenes.68045/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > Learning Javascript

Summary

What I am trying to achieve is to remove this text box from battle via rpg_scenes { "lightbox_close": "Close", "lightbox_next": "Next",

Archived First Post

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


Protected download


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!

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

example3.png
example3.png
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#js-learning

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar