I use RPG Maker XP. When I playtest this game I'm working on, and then open the game menu and select exit, I receive this error message:
'Scene_Menu' line 232: NameError occurred
undefined local variable or method 'update' for #<Scene_Exit:0x15b68a0>
When I select okay, the game is terminated.
I have used at least one script from this forum, in order to a) include more than four party members at one time, and b) to insert a "Change Party Members" option onto the game window. My thinking is that I probably copied something wrong, but as I have no knowledge of coding I have no idea how to go about fixing this.