Notice: fwrite(): Write of 44 bytes failed with errno=28 No space left on device in /home/rmrk/domains/rmrk.net/public_html/Sources/Cache/APIs/FileBased.php on line 96
Print Page - I cant get name input to work.

The RPG Maker Resource Kit

Other Game Creation => Program Troubleshooting => Topic started by: Todne on April 01, 2006, 11:13:01 PM

Title: I cant get name input to work.
Post by: Todne on April 01, 2006, 11:13:01 PM
every time i get to the point in my game were name input should come in i get an error message,
Title: I cant get name input to work.
Post by: Blizzard on April 01, 2006, 11:22:16 PM
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
Title: I cant get name input to work.
Post by: Todne on April 01, 2006, 11:32:44 PM
It still dosent work it says there is something wrong with this line in Window_Command
   self.contents.font.size = $defaultfontsize
Title: I cant get name input to work.
Post by: Blizzard on April 02, 2006, 01:15:30 AM
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 = $fontsize

or

   self.contents.font.size = 24

Do this, whenever you get this stupid error again.
Title: I cant get name input to work.
Post by: Todne on April 02, 2006, 01:58:30 AM
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