Hi, yes you should be able to put this for your command JS:
const mapId = 1; const x = 5; const y = 5; // do not edit below DataManager.setupNewGame(); $gamePlayer.reserveTransfer(mapId, x, y, 2, 0); this._commandWindow.close(); this.fadeOutAll(); SceneManager.goto(Scene_Map);