summaryrefslogtreecommitdiff
path: root/npc/001-2-26/ivan.txt
blob: d52843d11a6ca3eb3648fa53f03b74d231e69d1a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// Evol scripts.
// Author:
//    Reid
// Description:
//    Alchemist NPC

001-2-26,28,30,0	script	Ivan	NPC_IVAN,{

    speech
        l("Croc.");

    close;

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