summaryrefslogtreecommitdiff
path: root/npc/008-1/voltain.txt
blob: 46cb60a8460c6ed2daa1a39ba51e2d85d4b81b90 (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."),
        lg("GO AWAY, I SAID!");

    close;

OnInit:
    .distance = 4;
    end;
}