Yanfly's Save Engine, found
here, allows information from up to 6 variables to be shown in 2 columns on the Save/Load screen. Â These columns display the name of the variable and the data in it. Â I, however, am only using 3 variables, and so am only using Column 1. Â At the moment the screen looks like this.
My problem is that I would like the first variable to be Secret Rooms Found, but there isn't enough space in the column. Â If I put in that much, it runs into the number, all squashed up.
What I would like is to have the text part of column 1 wider so that I can put in the full name. Â This could be either by changing the width of both columns, or even eliminating column 2 altogether as I am not using it.
I had a tentative look at the script, and saw that the columns are drawn from lines
#410 and following. Â However, the coding isn't in just x, y, etc., but dx, dy etc. Â I don't even know what that means, let alone know how to change it.
Could anyone tell me how to mod this so that I can have that wider column?
Thank you.