Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

[Bug] class Window_Base missing new_line_x function

A topic by YoYoK3nny created Feb 27, 2023 Views: 271
Viewing posts 1 to 1
(+1)

Hi,

I just finished adding translation support to the Cheats Mod that I took over a while ago, and have discovered a minor bug with the Window_Base class.

The new_line_x function is missing.

It's not normally an issue without the mod, so I have included the fix in the mod itself.

All I did to fix it was copy the function from the Window_Help class.