summaryrefslogtreecommitdiff
path: root/npc/020-1/jossy.txt
blob: 1fc8422af6c7c8ffd5533c18d3baf2a029eb87e2 (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:
//    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 do't want to talk to you."),
        l("Here, talk to my hand.");
    close;

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