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.

Yet again basic things I can not get...

Started by sergewarrior, January 13, 2006, 09:27:01 PM

0 Members and 1 Guest are viewing this topic.

sergewarrior

How do you change the Window_message font color? I added   $defaultfontcolor = "black" to the main but it didn't do anything... :x

Season In The Abyss

In game: use in the message \C


  • In script: contents.font.color = Color.new(r, g, b, a)

sergewarrior