Errors galore! ^_^ Well mostly just incompatibility issues.
Here's the deal, Im trying to use Seph's Party changer and Trickster's Multi-view CBS. It seems that when the Partychanger script is below all of the scripts for Trickster's CBS, I get an error when I goto the menu during a LOADED game. It works fine in a new game. Anyways the error that I get is:
Then when I put the script above, that menu error is fixed only to lead to another error which I thought was resolved but whenever I try to go add a member via the event "change party member" I get this error:
So this is mainly directed towards Trick and Seph, but is there any ways to fix these errors?
Here's the deal, Im trying to use Seph's Party changer and Trickster's Multi-view CBS. It seems that when the Partychanger script is below all of the scripts for Trickster's CBS, I get an error when I goto the menu during a LOADED game. It works fine in a new game. Anyways the error that I get is:
Code:
Script 'Battle Formations' line 665: NoMethodError occured.
undefined method 'effects' for #<Game_Party:0x47od1b8>
Then when I put the script above, that menu error is fixed only to lead to another error which I thought was resolved but whenever I try to go add a member via the event "change party member" I get this error:
Code:
Script 'Party Changer' line 577: ArgumentError occured.
wrong number of arguments(2 for 1)
So this is mainly directed towards Trick and Seph, but is there any ways to fix these errors?