
x = (Game_Window::WIDTH/2) - 240and replace it with
x = $scene.class == Game_Map ? 160 : (Game_Window::WIDTH/2) - 240
Game_Window.change_resolution(width, height)to change the resolution in game. Just replace width and height with your desired width and height.
Foreverwhere":wbz1qq1n said:Not to complain about such an awesome script, but every instance of the script I try to run gives me an error:
![]()
After I click the "OK" button, everything shuts down. I get the exact same error with all four versions of the script, as well as if I try to run from RPGmaker and not just the game.
Any ideas would be appreciated.
EDIT: You can click on the image to see it fullscreen.