RMRK is retiring.
Registration is disabled. The site will remain online, but eventually become a read-only archive. More information.

RMRK.net has nothing to do with Blockchains, Cryptocurrency or NFTs. We have been around since the early 2000s, but there is a new group using the RMRK name that deals with those things. We have nothing to do with them.
NFTs are a scam, and if somebody is trying to persuade you to buy or invest in crypto/blockchain/NFT content, please turn them down and save your money. See this video for more information.
[RMVXA] Yanfly Status Menu - How can I remove the "Properties" section?

0 Members and 1 Guest are viewing this topic.

**
Rep: +0/-0Level 76
Damn, muffins are good.
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!

*****
my name is Timothy what's yours
Rep:
Level 79
Hello
2014 Best IRC Quote2014 Zero to Hero2014 Most Missed Member2012 Zero To HeroSecret Santa 2012 ParticipantContestant - GIAW 9For frequently finding and reporting spam and spam bots2011 Zero to Hero
You only have to change 1 line. In the script's configuration section, find the line:
Code: [Select]
      [ :properties, "Properties"],
And simply change it to
Code: [Select]
    # [ :properties, "Properties"],
it's like a metaphor or something i don't know

**
Rep: +0/-0Level 76
Damn, muffins are good.
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!