summaryrefslogtreecommitdiff
path: root/npc/008-2-20/valia.txt
blob: ce6c6f5db9a28220939fc5ac706596f82a261847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    Our beloved Evil Witch Valia.
// THIS IS A PLACEHOLDER!

008-2-20,32,22,0	script	Valia	NPC_VALIA,{
    speech
        l("Hi!"),
        lg("You may remember me, I am Valia.");
        l("Better stay away from my basement, you may end up like the poor guy down there.");

    close;

OnInit:
    .bodytype = BODYTYPE_2;
    .distance = 4;
    end;
}