
{
  ExitButtonsWithEnter()
  Window(MarginLeft(10, MarginBottom(10, {
    Position(LEFT_CENTERED, Margins(6, Using "view_id" ViewId(2)))
    Position(MIDDLE, MarginLeft(80, MarginRight(80,
      Vertical {
        Using "message" Label()
        Height 10 {}
        Label("In a final, desperate attack, they unite and seek to rid these lands of you forever.")
      }
    )))
  })))
}
