RMRK is retiring.
Server is paid up for the rest of 2026, but the forum may go after that. See here for more information. Please archive or save anything you would like to keep before 2027.
Main Menu

[RMVXA] Yanfly Status Menu - How can I remove the "Properties" section?

Started by Jeric-S, August 05, 2012, 06:01:22 PM

0 Members and 1 Guest are viewing this topic.

Jeric-S

So I'm using Yanfly's Status Menu script (link below) and I like everything about it - the only issue is the Properties section:


In the game I'm working on, only a few of those numbers differ from 0% or 100%, and TP isn't used at all. I would like to be able to take the Properties tab out altogether, but I don't know much about RGSS and I'm afraid to edit a script this large.

Here is a link to the script page
http://yanflychannel.wordpress.com/rmvxa/menu-scripts/ace-status-menu/

Thanks in advance!

pacdiggity

You only have to change 1 line. In the script's configuration section, find the line:
      [ :properties, "Properties"],
And simply change it to
    # [ :properties, "Properties"],
it's like a metaphor or something i don't know

Jeric-S

Oh geez, I could've figured that out on my own if I just looked down to see that the other options were disabled that way. I feel pretty dumb now. Thanks man!