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...
Hide MP
● ARCHIVED · READ-ONLY
-
-
Find Window_Base.prototype.drawActorMp and empty it, so it looks like this :
Code:Window_Base.prototype.drawActorMp = function(actor, x, y, width) { }; -
thank you for answering, but still not work.. still not hide... :'(Find Window_Base.prototype.drawActorMp and empty it, so it looks like this :
Window_Base.prototype.drawActorMp = function(actor, x, y, width) { };
EDIT:
i found it, Yanfly Core make it still show... :3