10-01-2009, 02:17 PM
This isn't an problem with the scripts.
Even on the RMXP defaults sometimes it occurs. you must notice that the faces use part of the message window, so you mus be careful when writting messages to don't make the texts too long (or change the message window witdht)
So instead of witting on the message window:
"Why hello. This is an animated face"
"The pause between animations is set"
"to 80 frames."
try:
"Why hello. This is an animated"
"face. The pause between"
"animations is set to 80 frames."
Yes, sometimes is a pain to make the text fit to the window...
like CCOA said "Okay, there seems to be no way I can anticipate every single font and font size combination, and apparently the Bitmap class is really bad at telling size. "
And it's really terrible xD
This is an problem with RMXP itself.
Even on the RMXP defaults sometimes it occurs. you must notice that the faces use part of the message window, so you mus be careful when writting messages to don't make the texts too long (or change the message window witdht)
So instead of witting on the message window:
"Why hello. This is an animated face"
"The pause between animations is set"
"to 80 frames."
try:
"Why hello. This is an animated"
"face. The pause between"
"animations is set to 80 frames."
Yes, sometimes is a pain to make the text fit to the window...
like CCOA said "Okay, there seems to be no way I can anticipate every single font and font size combination, and apparently the Bitmap class is really bad at telling size. "
And it's really terrible xD
This is an problem with RMXP itself.