show_textbox
show_textbox(title, text, 0, 0);
show_textbox(NULL, "You have made an invalid entry.", 5, 43);
show_textbox(NULL, "File does not exist!", 5, 38);
show_textbox(NULL, "Can't create file!", 5, 60);
show_textbox(NULL, setmod_text, 6, 74);
show_textbox(NULL, s, 6, 60);