Removing HP/MP/TP Bars from Main Menu and Status Menus.

● ARCHIVED · READ-ONLY
Started by Reynard Frost 3 posts View original ↗
  1. Hey folks, I was curious if someone would be able to help me out how to edit current scripts or offer a script snippet that would remove the HP/MP/TP bars from the main menu (where the actors are shown) and the Status menu (where the actors are shown again).



    These bars.
  2. Hey there, Reynard!

    Is it just the hp and mp gauges you want to remove? If so, you can do this by editing the Window_Base script, line 497 I think. It should say something like "draw gauge", all I did was place a "#" at the start of that line, which hides the gauge but keeps the hp digits. You can do the same for mp, which should be in the same script, directly below the draw hp part.

    A scripter can probably make a script which would be simpler, however, this is the only way I know of.

    Hope this helps
  3. This thread is being closed, due to being solved. If for some reason you would like this thread re-opened, please report this post and leave a message why. Thank you.