//=====================机械王座==============================================
if ($gameSwitches.value(42) == true){//条件变量
这里设置了条件,就是必须要满足42号开关开能执行
你的事件选择开启,才会有这里的内容
// this.drawIcon( 3, x + 350, y, 60, 'right');//图标显示
this.changeTextColor('rgba(0,255,0,255)');
this.drawText("机械王座:", x + 800, y +130, 100, 'right');//文字显示
this.changeTextColor('rgba(255,0,0,255)');
this.drawText( + $gameVariables.value(55)+"%净化率", x + 850, y +130, 200, 'right'); //变量显示
this.changeTextColor('rgba(0,255,0,255)');
this.drawText("机械王座:", x + 800, y +130, 100, 'right');
// this.drawText("之塔:", x + 680, y -20, 100, 'right');
this.changeTextColor('rgba(255,0,0,255)');
this.drawText("关闭", x + 850, y +130, 100, 'right');
};
//=============================================================================