summaryrefslogtreecommitdiff
path: root/npc/008-1/voltain.txt
blob: b5f82db0457231270265a67e01f3d87c0105f045 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// Evol scripts.
// Author:
//    Micksha
// Description:
//    Voltain the dark druid.
// THIS IS A PLACEHOLDER!

008-1,182,155,0	script	Voltain#008-1	NPC_DARK_DRUID,{
    speech
        l("Go away, I have to think about new evil doings."),
        lg("GO AWAY, I SAID!");

    close;

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