summaryrefslogtreecommitdiff
path: root/npc/008-2-1/selim.txt
blob: 8730edc8711f20487696e2c3cbc57084c14bffec (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// The Mana World scripts.
// Author:
//    Micksha
// Description:
//    Selim the Dyer.
// THIS IS A PLACEHOLDER!

008-2-1,38,40,0	script	Selim	NPC_GUMI_THE_DYER,{
    speech
        l("Oh hey!"),
        l("Good you are here, you could be handy for me right now."),
        l("Or maybe later. Hmm, we'll see."),
        l("On the meanwhile...");

    Barber(false);

    close;

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