summaryrefslogtreecommitdiff
path: root/npc/001-2-6/leonard.txt
blob: 4ae64bf9e4f6ad874a921c1dfed4dc6e52da36d2 (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,52,28,0	script	Leonard	NPC_LEONARD,{
    speech 4,
        l("Hi.");

    close;

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