Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Adding new Stats?
#2
'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. Winking 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)
Reply }


Messages In This Thread
Adding new Stats? - by shintashi - 03-26-2010, 01:07 AM
Adding new Stats? - by DerVVulfman - 03-27-2010, 11:30 PM
Adding new Stats? - by Victor Sant - 03-27-2010, 11:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
   Adding face script on Cogwheel's RTAB Battle Status rekkatsu 15 13,189 08-25-2020, 03:09 AM
Last Post: DerVVulfman
   Adding more stats that behave like SP Bennerdeben 8 8,103 07-24-2020, 02:49 PM
Last Post: Bennerdeben
   Best Practices for Adding New Data to Saves tnsi 3 5,450 02-16-2015, 04:50 AM
Last Post: tnsi



Users browsing this thread: