RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu
  • Welcome to The RPG Maker Resource Kit.

No Text

Started by Memor-X, August 09, 2007, 09:02:12 AM

0 Members and 1 Guest are viewing this topic.

Memor-X

in a number of the scripts i've installed into some of my games (Advance Debug Menu, Custom Menu ect.) i get no text in the feture the script makes while the rest of the game is fine, how i install the scripts is copy the code into a new page just above the Main script, i'm using the Posibility Knights Edition of RPG Maker XP, what am i doing wrong

&&&&&&&&&&&&&

#1
Quote from: Memor-X on August 09, 2007, 09:02:12 AM
what am i doing wrong

Nothing.

It happens sometimes when the person makes the script in legal, and you put it in PK. There is a little script to fix this all up... I'll go look for it.

Edit-

QuoteOH. Make a new script above the message system, label it "font" without the quotes.

The script is:

Font.default_name = "Tahoma"
&&&&&&&&&&&&&&&&

Leventhan

Quote from: Memor-X on August 09, 2007, 09:02:12 AM
in a number of the scripts i've installed into some of my games (Advance Debug Menu, Custom Menu ect.) i get no text in the feture the script makes while the rest of the game is fine, how i install the scripts is copy the code into a new page just above the Main script, i'm using the Posibility Knights Edition of RPG Maker XP, what am i doing wrong

lol you typed Posibilty Knights.
Well, one way is to change the $defaultfonttype in Main into $fontface or it's resemblance.

Be kind, everyone you meet is fighting a hard battle.

Memor-X

Quote from: Leventhan on August 09, 2007, 10:35:08 AM

lol you typed Posibilty Knights.


yeh, i know, my spelling isn't too good, i used both ways at once and  don't know which work but me game is fine now, thanks guys