Debug (F9) made my text window HUGE

● ARCHIVED · READ-ONLY
Started by omega1227 3 posts View original ↗
  1. As in the Topic Title. I needed to check a Variable #, so I used F9 to open the list of Switches and Variables. Now, whenever there is text, it takes up half the screen. Anyone know why this happened?

    I should mentioned that I'm using numerous Yanfly scripts, primarily.
  2. Yanfly's message script requires you to reserve and configure several variables exclusively for it's use.


    From the sound of it, you didn't configure this but used the preconfigured size variables for a second function.


    Now you changed those variables for that second function, and as a result you also told the message system to make the text windows larger...


    Please go into the script editor, into yanfly's message system, and configure the variables to different variables that are still unused, and this time make sure to name those variables for yanfly's script so that this double use doesn't happen again.


    And when you're doing this, better check all other scripts for their variable configuration to make sure that you haven't forgotten other cases.
  3. Yup. I should have thought of that. It happened to me before. :S All fixed up! Thanks.