11-24-2009, 02:44 AM
The NoMethodError you get is probably because you have to start a new game.
Every time you add or delete a script, you should test the new configuration in a new game. This is because every script may run some initialization code at the beginning of a game, and in that case a saved game cannot work.
Every time you add or delete a script, you should test the new configuration in a new game. This is because every script may run some initialization code at the beginning of a game, and in that case a saved game cannot work.