summaryrefslogtreecommitdiff
path: root/npc/004-3/darug.txt
blob: 7f58b23883e15548eba7a4549c53c8997116ae36 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// TMW2 scripts.
// Authors:
//    Jesusalva
// Description:
//    -

004-3,81,22,0	script	Darug	NPC_INDIGENOUS_CHIEF,{
    mesn;
    mesq l("Greetings, traveler. I am Darug, chief of this clan.");
    close;

OnInit:
    .distance = 4;
    end;
}