12-11-2009, 01:15 PM
Hi,
Your Battle system is really amazing but it doesn't work for my game.
I copied all your scripts to my game and pasted them one by one.
But when I try to play my game I get the following error:
"Script 'CTB by Charlie - Window' line 503: TypeError occurred.
undefined superclass `Window_Selectable_Plus' "
Well, I don't know what to do.
Line 503 is thisDo I have to delete some existing scripts to make yours work?
Because I just copied them into my game....
Your Battle system is really amazing but it doesn't work for my game.
I copied all your scripts to my game and pasted them one by one.
But when I try to play my game I get the following error:
"Script 'CTB by Charlie - Window' line 503: TypeError occurred.
undefined superclass `Window_Selectable_Plus' "
Well, I don't know what to do.
Line 503 is this
Code:
class Window_BattleStatus < Window_Selectable_Plus
Because I just copied them into my game....