blob: 937b3ff0887c94c55946606b2353d8f93cfc43a6 (
plain) (
tree)
|
|
// Evol scripts.
// Author:
// 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;
.distance = 2;
.dir = 2;
end;
L_Quit:
.dir = 2;
close;
}
|