I reduced the size of the right menu status screen which made a blank screen. I intend to show a picture there whenever the menu is opened. Of course, I tried this myself,
Game_Screen.pictures[1].show = "picture" (added to the beginning of Main Processing at Scene_Menu) but because I'm a noob at scripting and don't have any idea what I'm doing, I get a NoMethodError, undefined method for "pictures". Could someone show me on the right track?
Game_Screen.pictures[1].show = "picture" (added to the beginning of Main Processing at Scene_Menu) but because I'm a noob at scripting and don't have any idea what I'm doing, I get a NoMethodError, undefined method for "pictures". Could someone show me on the right track?