03-18-2009, 07:09 AM
Heh, I already have this, just never tried it out yet. Thanks I'll try it and see if it fixes the problem.
EDIT: Ok, just tried it and this makes the bottom of the screen black. But other than that, it works.
EDIT: OK, I fixed that, but now I get an error (only happens IN game! not in battle test from the database).
The error is on line 58. Line 58 is
return Battle_Formation::FORM[$game_system.battle_formation][self.index][0]
The error is Script 'Formations' line 58: NoMethodError occured.
Undefined method '[]' for nil:NilClass
I don't know why it does that because when I just go to test the battle everything is perfect. Any reason why this is happening?
This is in Claihm's script by the way.
FIXED: It was because I was continuing a game. All I had to do was start a new game.
EDIT: Ok, just tried it and this makes the bottom of the screen black. But other than that, it works.
EDIT: OK, I fixed that, but now I get an error (only happens IN game! not in battle test from the database).
The error is on line 58. Line 58 is
return Battle_Formation::FORM[$game_system.battle_formation][self.index][0]
The error is Script 'Formations' line 58: NoMethodError occured.
Undefined method '[]' for nil:NilClass
I don't know why it does that because when I just go to test the battle everything is perfect. Any reason why this is happening?
This is in Claihm's script by the way.
FIXED: It was because I was continuing a game. All I had to do was start a new game.
My partner in crime = TREXRELL