Error attached.
As far as I can see, it's not a problem with something being at the line as much as something being lacked. The lines around that area are along the lines of:
Marshal.dump($game_system, file)
It seems I need to dump class Proc, but I don't know the syntax for it. ;-;
Custom scripts used:
- Advanced Text System by MA
- Paragraph Formatter by MA
- Disable Dash State by MA
- Self-Switch Control by TDS
Oh yeah, I've tried individually turning them off, but it didn't work.
Even turning them all of gives me the error.
EDIT: I might be able to find the error on my own. wai
EDIT2: Okay, saving from the screen works. Saving, however, from an event doesn't work. I get to screen and the error comes. Here's the call script I used:
$scene = Scene_File.new(true,false,true)
EDIT3: LOL THERE'S AN EVENT COMMAND FOR THIS. fix'd