>>589
F9を試したところ、スイッチ5番はきちんとオンになっていました


Game_Player.prototype.checkEventTriggerThere = function(triggers) {
_Game_Player_checkEventTriggerThere.apply(this, arguments);
if ($gameSwitches.value(5)) return;
console.log($gameSwitches.value(5));
// イベントを起動できる、かつイベントを開始していない。
if (this.canStartLocalEvents() && !$gameMap.isAnyEventStarting()) {

このように変更したところ、コンソールにてfalseと表示されました