summaryrefslogtreecommitdiff
path: root/npc/001-2-4/terry.txt
blob: 88b57c8db3155a5e7f197c785fb839efe04ca574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Evol scripts.
// Author:
//    Reid
// Description:
//    Librarian

001-2-4,51,35,2	script	Terry	NPC_TERRY,{
    mesn;
    mesq l("Hi.");
    close;

OnInit:
    .bodytype = BODYTYPE_3;
    .distance = 2;
    end;
}