var Para_Name = ["武学"];
	for (var i = 0; i < 1; i++) {
        var index = this._actor.actorId() ;
        var y2 = y+ 426;
        this.changeTextColor(this.systemColor());
        this.drawText(Para_Name[i], x+700, y2, 50);
        this.contents.textColor = this.textColor(2);
        this.drawText($gameVariables.value(index), x + 800, y2, 60, 'right');
    }