summaryrefslogtreecommitdiff
path: root/npc/020-1/jossy.txt
blob: 15125903476ffaaff8ba14a254eb49d828b0afc2 (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:
    .sex = GENDER_MALE;
    .distance = 4;
    end;
}