ultimaodin
Member
Alright I hit a small bump:
I want to load all the switches from save file 1 using an event but I can't work out how!
I tried this as a call script:
which came up with the error:
Cannot convert fixnum into string.
I then tried:
which came up with the error:
instance of IO needed
I tried several other methods that came up with 'load_file' not defined and etc...
Anyway I hope somebody can help me!http://i99.photobucket.com/albums/l283/ultimaodin/whistle.gif[/img]
I want to load all the switches from save file 1 using an event but I can't work out how!
I tried this as a call script:
Code:
$game_switches = load(1)
which came up with the error:
Cannot convert fixnum into string.
I then tried:
Code:
$game_switches = Marshal.load(1)
which came up with the error:
instance of IO needed
I tried several other methods that came up with 'load_file' not defined and etc...
Anyway I hope somebody can help me!http://i99.photobucket.com/albums/l283/ultimaodin/whistle.gif[/img]