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:
# 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.