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

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

OnInit:
    .distance = 2;
    end;
}