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

001-2-6,57,46,0	script	Christopher	NPC_CHRISTOPHER,{
    speech 4,
        l("Hi.");

    close;

OnInit:
    .sex = G_MALE;
    .distance = 2;
    end;
}