RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

Error [RESOLVED]

Started by Kokowam, October 03, 2009, 04:09:34 PM

0 Members and 1 Guest are viewing this topic.

Kokowam

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. :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:

$scene = Scene_File.new(true,false,true)


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