RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
I cant get name input to work.

0 Members and 1 Guest are viewing this topic.

***
Rep: +0/-0Level 89
every time i get to the point in my game were name input should come in i get an error message,

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Look if you have ths script. It is called Window_NameInput:
*cough**cough*try my BPS*cough**points to sig**cough**cough*

Code: [Select]
*SAVING SPACE*~DELETED
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

***
Rep: +0/-0Level 89
It still dosent work it says there is something wrong with this line in Window_Command
Code: [Select]
   self.contents.font.size = $defaultfontsize

********
EXA
Rep:
Level 92
Pikachu on a toilet
Project of the Month winner for April 2007
Quote from: Todne
It still dosent work it says there is something wrong with this line in Window_Command
Code: [Select]
   self.contents.font.size = $defaultfontsize


Ah, that one... Change this line to:

Code: [Select]
   self.contents.font.size = $fontsize


or

Code: [Select]
   self.contents.font.size = 24


Do this, whenever you get this stupid error again.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.


Get DropBox, the best free file syncing service there is!

***
Rep: +0/-0Level 89
ok now i have no words on the title screen and it says there is something worng with the code
Code: [Select]
   @command_window = Window_NameCommand.new(160, commands)

in the Scene_Name script