The RPG Maker Resource Kit

RMRK RPG Maker Creation => Requests => Script Request => Topic started by: thanatos2k1 on March 08, 2013, 09:00:25 AM

Title: [VX] YERD Menu Redux
Post by: thanatos2k1 on March 08, 2013, 09:00:25 AM
Hello all, I've been playing around with YERD Menu Redux for VX, and I have come into a small pickle! It displays the EXP on the menu as percentages which in my opinion is not as aesthetically pleasing as say just the number needed to level, (whole number).

It says:

 
     
Code: [Select]
     # The following adjusts the EXP bar. Fill out the info properly.
      EXP_TEXT      = "EXP"      # Text used for EXP
      PERCENT_EXP   = "%#.04g%%" # Text format used for EXP percentage
      EXP_GAUGE_1   = 28         # Colour 1 for the EXP Gauge
      EXP_GAUGE_2   = 29         # Colour 2 for the EXP Gauge
     

I was wondering if there is some standard text format to make it go back to the original display.. Does anyone know? Thanks in advance for reading. :)