02-16-2017, 05:04 AM
So.... are you using any other scripts?
My best guess is that you are using a script that rewrites the Game_Battler system's 'initialize' method. You see, within his system (or ACBS|Game_Battler), he adds new variables. And one of these new variables is the invisible value. It is referenced extensively within Scene_Battle itself and used by his Summon script.
So if you have a script that rewrites the Game_Battler system, it might be prudent to place it 'above' Victor's battlesystem here (Atoa is Victor Sant).
My best guess is that you are using a script that rewrites the Game_Battler system's 'initialize' method. You see, within his system (or ACBS|Game_Battler), he adds new variables. And one of these new variables is the invisible value. It is referenced extensively within Scene_Battle itself and used by his Summon script.
So if you have a script that rewrites the Game_Battler system, it might be prudent to place it 'above' Victor's battlesystem here (Atoa is Victor Sant).