summaryrefslogtreecommitdiff
path: root/npc/008-2-13/lena.txt
blob: 74f4772411d2b1004ed94d9861f162e5fcc0fc5e (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:
//    Lena the Bowwoman.
// THIS IS A PLACEHOLDER!

008-2-13,27,27,0	script	Lena	NPC_LENA,{
    speech
        l("Hey."),
        l("Did you hear about the Bandit's attacks? They must have a hideout somewhere outside Hurnscald."),
        lg("I will inform you when I have more information about all this.");

    close;

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