WRITE CHARACTER STATS TO TEXT FILE

RPG Maker XP

Creates a text file with a giant table of the stats of all your characters at every level from 1 to 100.

  • LockeZ
  • 02/11/2014 05:04 AM
  • 2539 views
Add the script to your game like any other script.

Then run the following in a Script Call command in an event:

LockeZ::write_dudes()


This'll spit out a giant table of all your characters' stats, at every level from 1 to 100, into a file called stats.txt in your game's project folder. Useful if you want to see an overview of how all your characters will grow with different stat growth curves. It will take a few seconds to run.