03-27-2010, 11:30 PM
'Words' are specialized lines of text. In RMXP, these are editable in the RMXP Database, but you cannot add additional words without scripting your own 'words' class. In RMVX, they are editable in a Words module you can find at the beginning of the scripts section. Either way, adding 'new' words for features not part of the system would require you to perform some scripting.
But at least it is only scripting and not hacking. Besides, if you're working with draw text gets to be old school when you get used to it.
But at least it is only scripting and not hacking. Besides, if you're working with draw text gets to be old school when you get used to it.
Code:
self.contents.draw_text(X,Y,120,32,"My New Stat: ",0)