So I saw
this post in my searches but the suggested answer isn't helping. I tried searching in the
Equip_Core.js file for "drawParameters" and it didn't come up with anything. I must be missing something, haha, maybe I haven't had enough coffee this morning. I
do see this snippet of code:
Window_StatCompare.prototype.drawItem = function(x, y, paramId) {
this.drawDarkRect(x, y, this.contents.width, this.lineHeight());
this.drawParamName(y, paramId);
this.drawCurrentParam(y, paramId);
this.drawRightArrow(y);
if (!this._tempActor) return;
this.drawNewParam(y, paramId);
this.drawParamDifference(y, paramId);
};
I tried simply adding the code to the plugin, but it broke it. Pasting it looked like this:
Doesn't seem right....
So - I can't figure out how to remove certain parameters. Would anyone be able to help me? For a hug?
I am not using:
MMP
MAT
MDEF
Right now they're blank in my Scene:
Thanks for your help!
Edit: Holy spoilers wrecking up the formatting haha