every time i get to the point in my game were name input should come in i get an error message,
Look if you have ths script. It is called Window_NameInput:
*cough**cough*try my BPS*cough**points to sig**cough**cough*
*SAVING SPACE*~DELETED
It still dosent work it says there is something wrong with this line in Window_Command
self.contents.font.size = $defaultfontsize
Quote from: TodneIt still dosent work it says there is something wrong with this line in Window_Command
self.contents.font.size = $defaultfontsize
Ah, that one... Change this line to:
self.contents.font.size = $fontsizeor
self.contents.font.size = 24Do this, whenever you get this stupid error again.
ok now i have no words on the title screen and it says there is something worng with the code
@command_window = Window_NameCommand.new(160, commands)
in the Scene_Name script