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