sillypieman
Member
K well it's late so I'm grumpy already, but then I'm test playing my game from the beginning and I'm having problems and I'm really mad right now.
The first battles you come by in my game are early on when it's just one person in your party. They are touch based encounters too (you can see the monsters on the screen, and a collision with them starts a battle). They're going just fine, no problems.
Then, I get to a part in my game where you have 2 party members, and there is a boss fight after a scene. When I enter the battle it gives me an error that says something's wrong with the Window_Command thing on line 40, and it says "cannot convert nil to string".
So I put a touch-initiated battle down in the area where the boss fight was, and that gives me the same error. And it's just...really weird. I have NO idea what to tell you about when it is and isn't working, it just seems random. I've tried all sorts of different things, like taking the new member out of the party, adding another one in, turning off a switch, trying a different enemy, teleporting to a new area and trying a fight...I dunno what to say, but if anyone has ANY idea what could be going on, please help.
I'm using a lot of stuff that affect battles--
-RTAB
-Escape Bar Removal
-Slanted Bars
-Remodeled Damage Display
-State Pops
-An AP system that I think Seph made for me (it just adds to some variables every time you kill an enemy)
The first battles you come by in my game are early on when it's just one person in your party. They are touch based encounters too (you can see the monsters on the screen, and a collision with them starts a battle). They're going just fine, no problems.
Then, I get to a part in my game where you have 2 party members, and there is a boss fight after a scene. When I enter the battle it gives me an error that says something's wrong with the Window_Command thing on line 40, and it says "cannot convert nil to string".
So I put a touch-initiated battle down in the area where the boss fight was, and that gives me the same error. And it's just...really weird. I have NO idea what to tell you about when it is and isn't working, it just seems random. I've tried all sorts of different things, like taking the new member out of the party, adding another one in, turning off a switch, trying a different enemy, teleporting to a new area and trying a fight...I dunno what to say, but if anyone has ANY idea what could be going on, please help.
I'm using a lot of stuff that affect battles--
-RTAB
-Escape Bar Removal
-Slanted Bars
-Remodeled Damage Display
-State Pops
-An AP system that I think Seph made for me (it just adds to some variables every time you kill an enemy)