Jhack (giacgbj) For example, in: Menu -> Scripts -> object.js: you can modify this code: if (!game.map.finalLevel) { game._moveToNextLevel(); } like this: if (game.map.finalLevel) { game._moveToNextLevel(); }