summaryrefslogtreecommitdiff
path: root/npc/001-2-4/terry.txt
blob: b2eb141e951187b8bc94ec5770dcea719d6ebfd4 (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:
    .sex = G_MALE;
    .distance = 2;
    end;
}