//17号开关打开屏蔽点击地面Game_Temp.prototype.setDestination = function(x, y) { if (!$gameSwitches.value(17)) { this._destinationX = x; this._destinationY = y; } else { return; }};
//17号开关打开屏蔽点击地面 Game_Temp.prototype.setDestination = function(x, y) { if (!$gameSwitches.value(17)) { this._destinationX = x; this._destinationY = y; } else { return; } };