Hide MP

● ARCHIVED · READ-ONLY
Started by Radis3D 3 posts View original ↗
  1. excuse me, i have try to edit rpg_windows to hide MP, but it doesn't work...

    how to hide MP, just show TP?

    thank you...
  2. Find Window_Base.prototype.drawActorMp and empty it, so it looks like this :

    Code:
    Window_Base.prototype.drawActorMp = function(actor, x, y, width) { };
  3. KockaAdmiralac said:
    Find Window_Base.prototype.drawActorMp and empty it, so it looks like this :

    Window_Base.prototype.drawActorMp = function(actor, x, y, width) { };
    thank you for answering, but still not work.. still not hide... :'(

    EDIT:

    i found it, Yanfly Core make it still show... :3