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

008-2-7,27,28,0	script	Wyara#008-2-7	NPC_DARK_DRUID,{
    speech
        l("What? Is there someone?"),
        l("Please, leave me alone. I have to pixel potions."),
        lg("I will sell some when you return a bit later.");

    close;

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