Why would you want to do that. Oh and i use the same as Denethor.
Or, well, except for the lvltext cause then i didnt know about that func so i did it like this:

Code:
void type(char* letter) {
cout << letter;
Sleep(25);
}

// and then in main:

type("D");
type("a");
type("m");
type("n ");
type("S");
type("l");
type("o");
type("w");