balloontimeout(this: SakuraScriptController, token: SakuraScriptToken.Set) {
      const shellState = this.kernel.component(ShellState);
      if (shellState) shellState.balloonTimeout = Number(token.args[0]);
    },