Help - Search - Members - Calendar
Full Version: A question for scripters
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
jacoby_kid_08
I've been using RMXP for about a decade now, but one thing has always bothered me in all the time I've used it. In the default script for the gold window, how come when you fix it up for the main menu, it messes up how it looks when you open the shop menu? I've looked everywhere I though I should for the cause, but found nothing. Any ideas where I should look and what I should do?
Ty
Both scenes rely on the same Window_Gold class to display the content of the 'Gold.' This is because there is no reason to have a duplicate class that is simply a copy/paste of the default Window_Gold class (Re-use code is good)
Redd
Just what Ty said. Make a duplicate of Window_Gold that has the edit, but make sure that the class is something like Window_MenuGold instead of Window_Gold. Then go into Scene_Menu and change (at about line 54) Window_Gold to Window_MenuGold.

Moving to RGSS Script Support BTW.
jacoby_kid_08
Okay, I made a duplicate gold window and I liked the results I got. Thanks you two, you guys really know what you're talking about. I mean that. smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.