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.
Help with the font (already tried the FAQ)[resolved]

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 88
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
« Last Edit: November 20, 2006, 05:00:05 PM by sanchezinc »

**
Rep:
Level 88
Try this:

Code: [Select]
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."

**
Rep: +0/-0Level 88
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:
« Last Edit: November 20, 2006, 04:58:46 PM by sanchezinc »