@BDraw: Ich habe deinen Code soweit umgesetzt; allerdings bricht der Dialog jetzt immer nach der ersten Textbox ab, egal welche Taste man drückt.

Code:
@> Control Switches: [0278:text abbruch] = ON
@> Show Choices: Wer bist du?, Was machst du hier?, Tschüss.
 : When [Wer bist du?]
  @> Text: Lloyd: Ich bin Lloyd & ich verteidige diese
   :         : -wunderschöne- Stadt.
  @> Conditional Branch: Switch [0278:text abbruch] is ON
    @> Jump to Label: 101
    @>
   : Else
    @>
   : Branch End
...
  @> Label: 101
  @> Control Switches: [0278:text abbruch] = OFF
  @>
 : Branch End
Das dazugehörige CE ist ein PP mit dem Switch "text abbruch 2". In ihm wird bei Druck auf Esc der Switch "text abbruch" auf on gestellt & danach "text abbruch 2" auf off.