{
  script_drawlines(32,32);
  draw_set_color(c_black);
  draw_set_font(fnt_bold);
  draw_text(32,room_height-48,keyboard_string +'|');
}