SCRIPTING PROBLEM. NOT SURE WHAT IT MEANS.

Posts

Pages: 1
So, I implemented all of Yanfly's scripts to experiment with, and managed to do so with minimal headache, and even managed to get a short test in before adding his 'iconview module'. Once that's added (and I'd like to keep it), I get this message.



Here is the line of coding it refers to, but I can't for the life of me understand what it belongs to or means, and I'm trying to avoid more headache.



Can anyone shed some light on this?
you need to start a new game everytime you add a script. you cant load a previously saved game.
I'm assuming that you're using RPG Maker VX with this script, right?

In any event, the snippet of code you've posted is completely fine and there's nothing wrong with it. Your error is that it's being sent junk data from another piece of code.

I don't think it's that easy to get a useful stack trace from RPG Maker, so fixing this properly is probably going to be way more hassle than you're prepared to handle.
author=EzekielRage
you need to start a new game everytime you add a script. you cant load a previously saved game.


By that, do you mean simply restarting the program, or starting a new project completely?
i meant start a new game instead of loading a savefile in the game menu. but glad you solved it. your error was?
I just uninstalled the iconview module. It wasn't the correct version or something. Regardless, it works now.
Pages: 1