Remove This Bar

● ARCHIVED · READ-ONLY
Started by windsonsantos 3 posts View original ↗
  1. Hey guys. :_)


    I would like to know how to remove these HP / MP bars,
    this is when we select an item to use in an ally, example potion.
    https://ibb.co/gbgXxe <- Print

    gbgXxe

    gbgXxe
  2. that is the default battlescreen.

    any changes to any screen can only be done by plugins, and removing those bars might cause some problems as well - how will the player know that his actors are near death for example if the bars are removed?
  3. Andar said:
    how will the player know that his actors are near death for example if the bars are removed?
    They has their own bar on the top right.

    Btw, It should do the trick.
    Code:
    class Window_BattleStatus
      def draw_gauge_area(rect, actor)
      end
    end