summaryrefslogtreecommitdiff
path: root/npc/001-2-4/robin.txt
blob: 06930fdfb7079852f8f1fbaf10acfbf0348b8c01 (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-4,27,33,0	script	Robin	NPC_ROBIN,{
    speech 4,
        l("Hi.");

    close;

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