It seems that script was created for first japanese version of RMXP.
RGSS100J.dll hasn't a default font for bitmaps, and as a result in the 1.0 version's
Main script there were these two global variables:
CODE
$fontface = "Arial"
$fontsize = 24
This allowed the maker to change default font in a simple way, but was later removed in the 1.02 English version, since
RGSS102E.dll included a default bitmap font module.
Many old scripts employed these two variables, however.
Jens
This post has been edited by Jens of Zanicuud: Feb 10 2012, 12:29 PM