// Evol scripts. // Authors: // Reid // Description: // Librarian 001-2-4,51,35,4 script Terry NPC_TERRY,{ mesn; mesq l("Hi."); next; mesq l(""); goto L_Quit; OnInit: .sex = G_MALE; setnpcdistance 2; setnpcdir 2; end; L_Quit: setnpcdir 2; close; }