Save-Point
Change Level/Exp/Status name - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Archives (https://www.save-point.org/forum-105.html)
+--- Forum: Creation Asylum Archives (https://www.save-point.org/forum-90.html)
+---- Forum: Scripts & Code Snippets (https://www.save-point.org/forum-92.html)
+----- Forum: RPG Maker XP Code (https://www.save-point.org/forum-93.html)
+----- Thread: Change Level/Exp/Status name (/thread-6846.html)



Change Level/Exp/Status name - ryujijitei - 04-29-2006

Change Level/Exp/Status name
Just a simple edit
by ryujijitei

Apr 29 2006

This is a locked, single-post thread from Creation Asylum. Archived here to prevent its loss.
No support is given. If you are the owner of the thread, please contact administration.


Alrighty, I was trying to figure this out and I did. Use this tip to change the level name, ex. "Rank", Exp. name, ex. "Honor", and the Normal status name, ex. "[Healthy]". All you have to do is:

Go to Window_Base
Look for line 143, change "Level" to whatever you need
Look for line 204, change "Exp" to whatever you need
Look for line 175, change "[Normal]" to whatever you need

And you're finished! My first script, though it isn't really a script. Might work with CMSs, though this is untested.