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.

Error with a script.

Started by choboku, March 21, 2011, 07:14:58 PM

0 Members and 1 Guest are viewing this topic.

choboku

First of all, sorry about my bad english. I'm spanish speaker.

I downloaded the Slipknot message system, which one you can find here in this forum: http://rmrk.net/index.php?topic=1767.0
It works perfect in the demo, but when I copy the scripts to my game, the message boxes get empty. I found a solution for that:
creating a new script above the "message system" script, with the label "font" and write inside it this line:

Font.default_name = "Tahoma"

Now the text appear, but it is Arial size 25. And I can't change the font whatever I do. ¿What am I doing wrong?