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

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

    close;

OnInit:
    .distance = 4;
    end;
}