var XM_160130_canMove=Game_Player.prototype.canMove;Game_Player.prototype.canMove=function() { if ($gameSwitches.value(106)) { return false; } XM_160130_canMove.call(this); return true;};
var XM_160130_canMove=Game_Player.prototype.canMove; Game_Player.prototype.canMove=function() { if ($gameSwitches.value(106)) { return false; } XM_160130_canMove.call(this); return true; };