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

008-1,38,40,0	script	Selim#008-1	NPC_GUMI_THE_DYER,{
    speech
        l("Oh hey!"),
        lg("Good you are here, you could be handy for me right now.");

    close;

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