summaryrefslogtreecommitdiff
path: root/npc/020-1/jossy.txt
blob: de14c8763e6db5d7bc9579907ca47dac3d8e8a53 (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:
//    Jossy, another Brotherhood Member in Tulimshar.
// THIS IS A PLACEHOLDER!

020-1,180,87,0	script	Jossy	NPC_HUMAN_MALE_BROTHERHOOD,{
    speech
        l("Hi!"),
        l("I don't want to talk to you."),
        l("Here, talk to my hand.");
    heal -100, 0;
    close;

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