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.

Help with the font (already tried the FAQ)[resolved]

Started by sanchezinc, November 19, 2006, 06:21:01 PM

0 Members and 1 Guest are viewing this topic.

sanchezinc

Hey I added the multiple messages script, but i have the Postality Version. It partialy works, but when using the default message system overriding the one in the script with the "message.floating = false" command the font doesn't show.
You can find the script here http://www.hbgames.org/forums/showthread.php?t=12111

Twar3Draconis

Try this:

Font.default_name = ['MS PMincho']
Font.default_size = 22


Put it in the top of Game_Temp.

BTW, if you are using PK, you might have to edit this... This is a snippet I use in legal.
RGSS Dev

"Programming is like sex: one mistake and you have to support it for the rest of your life."

sanchezinc

#2
Wow! worked like a charm, but I have another problem. Can u tell if it's incompatible with RTAB? When a battle starts I get an error on RTAB script
line 283 Argument error  wrong number of arguments (0 for 1). The line says "@message_window = Window_Message.new". Thanx for what u have done anyway! :lol:

EDIT (I added a (0) after that line and I don't get an error message anymore, but now the damage dealt in RTAB isn't displayed. Any ideas?)

2nd EDIT (Hey I used the solution in the FAQ section, and it worked with my new problem) Everything's OK NOW!!! :lol: