Help - Search - Members - Calendar
Full Version: Altering the distance between a parameter and it's value.
RPG RPG Revolution Forums > Scripting > Script Development and Support > RGSS
lemonairable
For example, I want to know how to change the distance between "HP" and the actual amount of HP that the character has in the status menu and on the main menu.

I just don't know which built-in area of the script to edit.
Night_Runner
If you look under Window_Base, do a ctrl + f for
CODE
def draw_actor_hp

And you the snippet should just be that section happy.gif
Well, more specifically it should be in the last
CODE
self.contents.draw_text

bit of code in that section (the first input is the x coordinate)
lemonairable
Thank you. That's what I was looking for.

I had designed a custom menu system, but experience values over two digits were overlapping with the "Experience" text.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2013 Invision Power Services, Inc.