The RPG Maker Resource Kit

RMRK RPG Maker Creation => RPG Maker General => General Scripting => Topic started by: Kokowam on October 03, 2009, 04:09:34 PM

Title: Error [RESOLVED]
Post by: Kokowam on October 03, 2009, 04:09:34 PM
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:
Code: [Select]
   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. :P 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:
Code: [Select]
$scene = Scene_File.new(true,false,true)

EDIT3: LOL THERE'S AN EVENT COMMAND FOR THIS. fix'd