summaryrefslogtreecommitdiff
path: root/npc/008-1/voltain.txt
blob: c2b0fc155148e3e1c93307870f0b27e317b9a024 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// 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:
    .sex = GENDER_HIDDEN;
    .distance = 4;
    end;
}